/**
 * 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;
}
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 {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
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: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  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 #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
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 > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
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*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  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*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
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*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
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*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-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;
}
select {
  background: #ffffff url('../../frontend/Cda/upupandaway/en_GB/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-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 {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body .ln_overlay img {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.minisearch input::-webkit-input-placeholder {
  color: #99ABB8 !important;
}
.minisearch input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #99ABB8 !important;
}
.minisearch input::placeholder {
  color: #99ABB8 !important;
}
.minisearch input:focus::-webkit-input-placeholder {
  color: #002c4e !important;
}
.minisearch input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #002c4e !important;
}
.minisearch input:focus::placeholder {
  color: #002c4e !important;
}
.minisearch input::-webkit-input-placeholder {
  color: #99ABB8 !important;
}
.minisearch input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff !important;
}
::placeholder {
  color: #ffffff !important;
}
:focus::-webkit-input-placeholder {
  color: #ffffff !important;
}
:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff !important;
}
:focus::placeholder {
  color: #ffffff !important;
}
body .message.global.cookie {
  background-color: #ccdfef;
  border-color: #0061ae;
  padding: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 0;
  z-index: 999;
}
@media (max-width: 769px) {
  body .message.global.cookie {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }
}
body .message.global.cookie a {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0061ae;
}
body .message.global.cookie a:hover {
  text-decoration: none;
}
body .message.global.cookie .actions button {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
body .message.global.cookie .actions button:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  body .message.global.cookie .actions button {
    padding: 12px 20px;
  }
}
.page-wrapper .nav-toggle:hover:before {
  color: #ffffff;
}
.page-wrapper .page-header {
  background-color: #0061ae;
  margin: 0;
  border-bottom: 0;
  position: relative;
  z-index: 9999;
}
@media (max-width: 991px) {
  .page-wrapper .page-header {
    z-index: 99;
  }
}
.page-wrapper .page-header .panel.wrapper {
  background-color: #002c4e;
  border-bottom: 0;
}
.page-wrapper .page-header .panel.wrapper .panel.header {
  padding-top: 0;
  padding-bottom: 0;
}
.page-wrapper .page-header .panel.wrapper P {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 16px;
  padding: 15px 0;
}
@media (max-width: 1200px) {
  .page-wrapper .page-header .panel.wrapper P {
    font-size: 15px;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-header .panel.wrapper P {
    font-size: 12px;
  }
}
.page-wrapper .page-header .header.content {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .page-wrapper .page-header .header.content {
    padding: 0 37px;
  }
}
@media (max-width: 991px) {
  .page-wrapper .page-header .header.content {
    padding: 0 20px;
  }
}
@media (max-width: 441px) {
  .page-wrapper .page-header .header.content {
    padding: 0 15px;
  }
}
.page-wrapper .page-header .header.content .head-main {
  border-bottom: 1px solid #ffffff;
  padding-top: 10px;
  padding-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .page-wrapper .page-header .header.content .head-main {
    padding-top: 18px;
    padding-bottom: 23px;
  }
}
@media (max-width: 1024px) {
  .page-wrapper .page-header .header.content .head-main {
    position: relative;
  }
}
@media (max-width: 769px) {
  .page-wrapper .page-header .header.content .head-main {
    padding-bottom: 113px;
  }
}
.page-wrapper .page-header .header.content .logo {
  margin: 0 auto 0 0;
}
@media (max-width: 1023px) {
  .page-wrapper .page-header .header.content .logo {
    max-width: 21%;
  }
}
@media (max-width: 769px) {
  .page-wrapper .page-header .header.content .logo {
    max-width: 137px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content .logo {
    max-width: 137px;
  }
}
@media (max-width: 390px) {
  .page-wrapper .page-header .header.content .logo {
    max-width: 110px;
  }
}
.page-wrapper .page-header .header.content .logo img,
.page-wrapper .page-header .header.content .logo svg {
  max-height: 115px;
  max-width: 100%;
  display: block;
}
@media (max-width: 769px) {
  .page-wrapper .page-header .header.content .logo img,
  .page-wrapper .page-header .header.content .logo svg {
    max-height: 65px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-header .header.content .logo img,
  .page-wrapper .page-header .header.content .logo svg {
    max-height: 55px;
  }
}
.page-wrapper .page-header .header.content .block-search {
  margin: 0 auto;
  padding-left: 0;
}
.page-wrapper .page-header .header.content .head-right {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .page-wrapper .page-header .header.content .head-right {
    margin-right: 30px;
  }
}
.page-wrapper .page-header .header.content .head-right .head-links {
  display: inline-block;
  vertical-align: middle;
}
.page-wrapper .page-header .header.content .head-right .minicart-wrapper {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.page-wrapper .block-search {
  width: 518px;
}
@media (max-width: 1200px) {
  .page-wrapper .block-search {
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .page-wrapper .block-search {
    width: 340px;
  }
}
@media (max-width: 769px) {
  .page-wrapper .block-search {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 28px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page-wrapper .block-search {
    bottom: 28px;
  }
}
@media (max-width: 769px) {
  .page-wrapper .block-search .control {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
.page-wrapper .block-search .minisearch input {
  height: 58px;
  border-radius: 29px;
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0 65px 0 22px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #002C4E;
  text-transform: uppercase;
  border: 0;
  background-color: #ffffff;
}
@media (max-width: 769px) {
  .page-wrapper .block-search .minisearch input {
    position: relative;
    left: auto;
  }
}
@media (max-width: 769px) {
  .page-wrapper .block-search .minisearch input {
    margin: 0;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .block-search .minisearch input {
    margin: 0;
    padding: 0 22px;
  }
}
.page-wrapper .block-search .label {
  display: none;
}
.page-wrapper .block-search .action.search {
  height: 58px;
  right: 22px;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 1;
  background: transparent;
  border: 0;
  text-indent: -99999px;
  width: 30px;
  padding: 0;
}
.page-wrapper .block-search .action.search span {
  display: none;
}
.page-wrapper .block-search .action.search:before {
  font-size: 22px;
  line-height: 1;
  color: #002C4E;
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 29px;
  display: block;
}
@media (max-width: 767px) {
  .page-wrapper .block-search .action.search:before {
    font-size: 22px;
    line-height: 1;
    color: #002C4E;
    content: "";
    background-image: url(../../frontend/Cda/upupandaway/en_GB/images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 29px;
    display: block;
  }
}
.page-wrapper .block-search .action.search[disabled] {
  opacity: 1;
}
.page-wrapper .head-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-wrapper .head-links ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 17px 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-wrapper .head-links ul li {
    margin-right: 13px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .head-links ul li {
    margin-right: 19px;
  }
}
@media (max-width: 480px) {
  .page-wrapper .head-links ul li {
    margin-right: 7px;
  }
}
@media (max-width: 375px) {
  .page-wrapper .head-links ul li {
    margin-right: 7px;
  }
}
.page-wrapper .head-links ul li a {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #ffffff;
  line-height: 14px;
  text-transform: uppercase;
}
.page-wrapper .head-links ul li a:before {
  height: 29px;
  width: 29px;
  display: block;
  content: "";
  margin: 0 auto;
  margin-bottom: 5px;
  background-color: #ffffff;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .page-wrapper .head-links ul li a:before {
    margin-bottom: 0;
  }
}
.page-wrapper .head-links ul li a:hover {
  text-decoration: none;
  color: #ccdfef;
}
.page-wrapper .head-links ul li a:hover:before {
  background-color: #ccdfef;
}
@media (max-width: 1024px) {
  .page-wrapper .head-links ul li a span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .head-links ul li a span {
    font-size: 10px;
  }
}
.page-wrapper .head-links ul li.trade a:before {
  -webkit-mask-image: url(../../frontend/Cda/upupandaway/en_GB/images/trade.svg);
  mask-image: url(../../frontend/Cda/upupandaway/en_GB/images/trade.svg);
}
.page-wrapper .head-links ul li.account a:before {
  -webkit-mask-image: url(../../frontend/Cda/upupandaway/en_GB/images/account.svg);
  mask-image: url(../../frontend/Cda/upupandaway/en_GB/images/account.svg);
}
.page-wrapper .minicart-wrapper {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .page-wrapper .minicart-wrapper {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .minicart-wrapper {
    margin-right: 19px;
  }
}
@media (max-width: 480px) {
  .page-wrapper .minicart-wrapper {
    margin-right: 7px;
  }
}
@media (max-width: 375px) {
  .page-wrapper .minicart-wrapper {
    margin-right: 7px;
  }
}
.page-wrapper .minicart-wrapper .counter-label {
  display: none;
}
.page-wrapper .minicart-wrapper .action.showcart:before {
  height: 29px;
  width: 29px;
  display: block;
  content: "";
  margin: 0 auto;
  margin-bottom: 4px;
  margin-top: 0;
  background-color: #ffffff;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(../../frontend/Cda/upupandaway/en_GB/images/basket.svg);
  mask-image: url(../../frontend/Cda/upupandaway/en_GB/images/basket.svg);
}
@media (max-width: 1024px) {
  .page-wrapper .minicart-wrapper .action.showcart:before {
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  .page-wrapper .minicart-wrapper .action.showcart:before {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .page-wrapper .minicart-wrapper .action.showcart:before {
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .minicart-wrapper .action.showcart:before {
    margin-left: auto;
  }
}
.page-wrapper .minicart-wrapper .action.showcart.active:before {
  display: block;
  margin: 0 auto;
  content: "";
  margin-bottom: 5px;
  margin-top: 3px;
}
@media (max-width: 1024px) {
  .page-wrapper .minicart-wrapper .action.showcart.active:before {
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  .page-wrapper .minicart-wrapper .action.showcart.active:before {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .page-wrapper .minicart-wrapper .action.showcart.active:before {
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .minicart-wrapper .action.showcart.active:before {
    margin-left: -3px;
  }
}
.page-wrapper .minicart-wrapper .action.showcart .text {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #ffffff;
  line-height: 14px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .page-wrapper .minicart-wrapper .action.showcart .text {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 13px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .minicart-wrapper .action.showcart .text {
    font-size: 10px;
    margin-top: 3px;
  }
}
.page-wrapper .minicart-wrapper .action.showcart:hover .text {
  color: #ccdfef;
}
.page-wrapper .minicart-wrapper .action.showcart:hover:before {
  background-color: #ccdfef;
}
.page-wrapper .minicart-wrapper .action.showcart .counter.qty {
  background-color: #ccdfef;
  color: #0061ae;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  padding: 0;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: -20px;
  margin: 0;
}
@media (max-width: 1023px) {
  .page-wrapper .minicart-wrapper .action.showcart .counter.qty {
    right: -14px;
    height: 25px;
    line-height: 25px;
    min-width: 25PX;
    top: -20px;
    margin: 0;
    font-size: 12px;
  }
}
.page-wrapper .minicart-wrapper .action.showcart .counter.qty .counter-number {
  text-shadow: none;
}
.page-wrapper .nav-sections {
  background-color: #0061ae;
  margin-bottom: 0;
}
.page-wrapper .nav-sections .navigation {
  background-color: #0061ae;
  padding: 0 20px;
  position: relative;
  z-index: 999;
  transition: all 0.1s ease;
}
.page-wrapper .nav-sections .navigation .navigation-menu {
  border-bottom: 1px solid #ffffff;
}
.page-wrapper .nav-sections .navigation ul {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-wrapper .nav-sections .navigation ul .level0 {
  margin: 0 46px 0 0;
  padding: 0;
  position: static !important;
}
@media (max-width: 1440px) {
  .page-wrapper .nav-sections .navigation ul .level0 {
    margin-right: 75px;
  }
}
@media (max-width: 1361px) {
  .page-wrapper .nav-sections .navigation ul .level0 {
    margin-right: 63px;
  }
}
@media (max-width: 1280px) {
  .page-wrapper .nav-sections .navigation ul .level0 {
    margin-right: 35px;
  }
}
@media (max-width: 1200px) {
  .page-wrapper .nav-sections .navigation ul .level0 {
    margin-right: 18px;
  }
}
.page-wrapper .nav-sections .navigation ul .level0 .level0.current > a {
  background-color: transparent !important;
}
.page-wrapper .nav-sections .navigation ul .level0 > .level-top {
  margin: 0;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 57px;
  color: #ffffff;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .page-wrapper .nav-sections .navigation ul .level0 > .level-top {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .page-wrapper .nav-sections .navigation ul .level0 > .level-top {
    font-size: 15px;
    line-height: 45px;
  }
}
.page-wrapper .nav-sections .navigation ul .level0 > .level-top span {
  border-bottom: 0px solid transparent;
}
.page-wrapper .nav-sections .navigation ul .level0 > .level-top:hover span {
  border-color: #ffffff;
}
.page-wrapper .nav-sections .navigation ul .level0:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation {
    overflow: hidden;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .level0.current > a {
  background-color: transparent !important;
}
.page-wrapper .ves-megamenu .navigation .level0 span {
  line-height: 18px;
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 span {
    line-height: 44px;
  }
}
.page-wrapper .ves-megamenu .navigation .level0.active > a span {
  border-bottom: 0px solid #ffffff;
}
.page-wrapper .ves-megamenu .navigation .level0.category-item > a:hover span {
  border-bottom: 0px solid #ffffff;
}
.page-wrapper .ves-megamenu .navigation .level0.category-item.active > a span {
  border-bottom: 0px solid #ffffff;
}
.page-wrapper .ves-megamenu .navigation .level0 > a {
  margin: 0;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 23px 0;
}
@media (max-width: 1470px) {
  .page-wrapper .ves-megamenu .navigation .level0 > a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .page-wrapper .ves-megamenu .navigation .level0 > a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .page-wrapper .ves-megamenu .navigation .level0 > a {
    font-size: 15px;
    line-height: 45px;
    padding: 0;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 > a:hover {
  color: #ffffff;
}
.page-wrapper .ves-megamenu .navigation .level0 > a:hover span {
  border-bottom: 0px solid #ffffff;
  line-height: 18px;
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 > a:hover span {
    line-height: 44px;
  }
}
.page-wrapper .ves-megamenu .navigation .level0.nav-item.subhover.current > .submenu {
  box-shadow: none !important;
  height: 420px;
  overflow: hidden;
  display: block;
}
.page-wrapper .ves-megamenu .navigation .level0.nav-item.subhover.current > .submenu .submenu-inner {
  height: 100%;
  overflow-y: auto;
}
.page-wrapper .ves-megamenu .navigation .level0.nav-item.subhover.current > .submenu .submenu {
  height: auto;
  overflow: hidden;
}
.page-wrapper .ves-megamenu .navigation .level0.nav-item.subhover.current > .submenu .submenu .submenu-inner {
  overflow: hidden;
}
.page-wrapper .ves-megamenu .navigation .level0.nav-item.parent:hover > .submenu {
  box-shadow: none !important;
  height: 480px;
  overflow: hidden !important;
  display: block;
}
.page-wrapper .ves-megamenu .navigation .level0.nav-item.parent:hover > .submenu .submenu-inner {
  height: 100%;
  overflow-y: auto;
}
.page-wrapper .ves-megamenu .navigation .level0.nav-item.parent:hover > .submenu .submenu {
  height: auto;
  overflow: hidden;
}
.page-wrapper .ves-megamenu .navigation .level0.nav-item.parent:hover > .submenu .submenu .submenu-inner {
  overflow: hidden;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu {
  min-width: 102.8%;
  border-radius: 0 0 50px 50px !important;
  margin: 0 -20px !important;
  transition: all 0.5s ease;
}
@media (max-width: 1440px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu {
    min-width: 103%;
  }
}
@media (max-width: 1200px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu {
    min-width: 100%;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu > .submenu-inner {
  padding: 40px 75px 40px 75px !important;
}
@media (max-width: 1370px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu > .submenu-inner {
    padding: 28px 40px 50px 40px !important;
  }
}
@media (max-width: 1200px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu > .submenu-inner {
    padding: 18px 20px 40px 20px !important;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .item-content1 .mega-col {
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 {
  float: left;
  width: 25% !important;
  margin-bottom: 10px;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 > a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 27px;
  color: #0061ae;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 10px;
  border: 0;
}
@media (max-width: 1370px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 > a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 > a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 > a {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 3px;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 > a:hover {
  color: #002c4e;
  text-decoration: none;
  background-color: transparent;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 > a:hover span {
  text-decoration: none;
  border: 0;
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 > a:hover {
    color: #ccdfef;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level2 {
  float: left;
  width: 100% !important;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level2 > a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  padding: 3px 0;
  color: #002c4e;
  text-transform: capitalize;
  border: 0;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level2 > a span {
  line-height: 25px;
}
@media (max-width: 1370px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level2 > a {
    font-size: 14px;
    padding: 7px 0;
  }
}
@media (max-width: 1200px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level2 > a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level2 > a {
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 3px;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level2 > a:hover {
  color: #0061ae;
  text-decoration: none;
  background-color: transparent;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level2 > a:hover span {
  text-decoration: none;
  border: 0;
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level2 > a:hover {
    color: #ccdfef;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level2 .level3 .submenu {
  padding-left: 20px !important;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level3,
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level4 {
  float: left;
  width: 100% !important;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level3 > a,
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level4 > a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  padding: 5px 20px;
  color: #002c4e;
  text-transform: capitalize;
  border: 0;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level3 > a span,
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level4 > a span {
  line-height: 25px;
}
@media (max-width: 1370px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level3 > a,
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level4 > a {
    font-size: 14px;
    padding: 7px 0;
  }
}
@media (max-width: 1200px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level3 > a,
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level4 > a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level3 > a,
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level4 > a {
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 3px;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level3 > a:hover,
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level4 > a:hover {
  color: #0061ae;
  text-decoration: none;
  background-color: transparent;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level3 > a:hover span,
.page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level4 > a:hover span {
  text-decoration: none;
  border: 0;
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level3 > a:hover,
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .nav-item.level1 .nav-item.level4 > a:hover {
    color: #ccdfef;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu:has(.item-sidebar) .item-content {
  width: 70% !important;
  float: left;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu:has(.item-sidebar) .item-content .item-content {
  width: 100% !important;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar {
  width: 30%;
  float: left;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right {
  margin: 0 -15px;
}
@media (max-width: 1200px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right {
    margin: 0 -5px;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block {
  float: left;
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block {
    padding: 0 5px;
  }
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block {
    margin-bottom: 50px;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block figure {
  height: 235px;
  margin-bottom: 22px;
}
@media (max-width: 1370px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block figure {
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block figure {
    height: 165px;
    margin-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block figure {
    height: 206px;
  }
}
@media (max-width: 480px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block figure {
    height: 200px;
    margin-bottom: 12px;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block figure a {
  padding: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block figure a img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block h3 {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 0.01em;
  padding-right: 15px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block h3 {
    font-size: 18px;
    line-height: 27px;
    padding: 0;
    text-align: center;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block h3 a {
  color: #0061ae;
  padding: 0;
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block h3 a {
    color: #ffffff;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block h3 a:hover {
  color: #002c4e;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .page-wrapper .ves-megamenu .navigation .level0 .submenu .right-sidebar .menu-right .menu-block h3 a:hover {
    color: #ccdfef;
  }
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .submenu {
  position: relative !important;
  left: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: block;
  margin: 0 !important;
  border-radius: 0 !important;
}
.page-wrapper .ves-megamenu .navigation .level0 .submenu .submenu .submenu-inner {
  padding: 0 !important;
}
.page-wrapper .ves-megamenu .navigation .content-type-parentcart .level1 > a {
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 65px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .page-wrapper .ves-megamenu .navigation .content-type-parentcart .level1 > a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .page-wrapper .ves-megamenu .navigation .content-type-parentcart .level1 > a {
    font-size: 14px;
    line-height: 45px;
  }
}
.page-wrapper .ves-megamenu .navigation .content-type-parentcart .level1 > a:hover {
  color: #ccdfef;
}
@media (max-width: 1024px) {
  .page-wrapper .nav-toggle {
    top: auto;
    right: 0;
    left: auto;
  }
}
.page-wrapper .nav-toggle:before {
  color: #ffffff;
}
.page-wrapper:before {
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.menu-open .page-wrapper:before {
  display: block;
}
.menu-open .page-wrapper .page-header .header.content .head-main {
  border-bottom-color: transparent;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu.nav-item.subhover.current > .submenu {
  box-shadow: none !important;
  height: 420px;
  overflow: hidden;
  display: block;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu.nav-item.subhover.current > .submenu .submenu-inner {
  height: 100%;
  overflow-y: auto;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu.nav-item.subhover.current > .submenu .submenu {
  height: auto;
  overflow: hidden;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu.nav-item.subhover.current > .submenu .submenu .submenu-inner {
  overflow: hidden;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu.nav-item.parent:hover > .submenu {
  box-shadow: none !important;
  height: 420px;
  overflow: hidden !important;
  display: block;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu.nav-item.parent:hover > .submenu .submenu-inner {
  height: 100%;
  overflow-y: auto;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu.nav-item.parent:hover > .submenu .submenu {
  height: auto;
  overflow: hidden;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu.nav-item.parent:hover > .submenu .submenu .submenu-inner {
  overflow: hidden;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu .navigation {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .menu-open .page-wrapper .nav-sections .ves-megamenu .navigation {
    background-color: #0061ae;
  }
}
.menu-open .page-wrapper .nav-sections .ves-megamenu .navigation .level0.category-item > a:hover span {
  border-bottom: 0px solid #0061ae;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu .navigation .level0.category-item.active > a span {
  border-bottom: 0px solid #0061ae;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu .navigation .level0.current > a {
  background-color: transparent !important;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu .navigation .nav-item.subhover a {
  color: #0061ae;
}
@media (max-width: 1024px) {
  .menu-open .page-wrapper .nav-sections .ves-megamenu .navigation .nav-item.subhover a {
    color: #ffffff;
    background-color: transparent !important;
  }
}
.menu-open .page-wrapper .nav-sections .ves-megamenu .navigation .nav-item.subhover a:hover span {
  text-decoration: none;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu .navigation .nav-item.subhover > .submenu {
  box-shadow: none !important;
  overflow: hidden;
}
.menu-open .page-wrapper .nav-sections .ves-megamenu .navigation .nav-item.subhover > .submenu .submenu-inner {
  overflow-y: auto;
}
html.nav-open {
  overflow: hidden;
}
html.nav-open .page-wrapper .ves-megamenu .navigation .level0 .submenu:has(.item-sidebar) .item-content {
  width: 100% !important;
}
html.nav-open body {
  overflow: hidden;
}
html.nav-open .page-wrapper {
  left: auto !important;
  transition: none !important;
}
html.nav-open .page-wrapper:before {
  display: block;
}
html.nav-open .page-wrapper .nav-toggle:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.569' height='18.204' viewBox='0 0 18.569 18.204'%3E%3Cg id='Group_1079' data-name='Group 1079' transform='translate(19.914 17.416) rotate(180)'%3E%3Cline id='Line_1' data-name='Line 1' x2='21.458' transform='translate(17.933 0.626) rotate(135)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_3' data-name='Line 3' x2='21.458' transform='translate(3.327 0.828) rotate(45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
html.nav-open .page-wrapper .nav-toggle:hover:before {
  color: #ffffff;
}
html.nav-open .page-wrapper .nav-toggle:after {
  display: none;
}
html.nav-open .page-wrapper .nav-sections-items {
  padding: 0;
  height: 100%;
}
html.nav-open .page-wrapper .nav-sections {
  box-shadow: none;
  left: auto;
  z-index: 99;
  transition: none;
  margin-top: 125px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  height: calc(70%);
}
@media (max-width: 1024px) {
  html.nav-open .page-wrapper .nav-sections {
    margin-top: 13%;
  }
}
@media (max-width: 991px) {
  html.nav-open .page-wrapper .nav-sections {
    margin-top: 15%;
  }
}
@media (max-width: 769px) {
  html.nav-open .page-wrapper .nav-sections {
    margin-top: 210px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
html.nav-open .page-wrapper .nav-sections .section-item-title {
  display: none;
}
html.nav-open .page-wrapper .nav-sections .nav-sections-item-content {
  margin-top: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  html.nav-open .page-wrapper .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  html.nav-open .page-wrapper .hidden-md {
    display: block !important;
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }
}
html.nav-open .ves-megamenu {
  width: 100%;
  height: 100%;
}
html.nav-open .ves-megamenu .navigation {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  html.nav-open .ves-megamenu .navigation {
    padding: 0 37px;
  }
}
@media (max-width: 390px) {
  html.nav-open .ves-megamenu .navigation {
    padding: 0 15px;
  }
}
html.nav-open .ves-megamenu .navigation .navigation-menu {
  height: 100%;
}
@media (max-width: 1024px) {
  html.nav-open .ves-megamenu .navigation .navigation-menu {
    padding: 0;
  }
}
@media (max-width: 414px) {
  html.nav-open .ves-megamenu .navigation .navigation-menu {
    padding: 0px;
  }
}
html.nav-open .ves-megamenu .navigation .navigation-menu ul {
  height: 100%;
  display: block;
}
html.nav-open .ves-megamenu .navigation .opener,
html.nav-open .ves-megamenu .navigation .drill-opener {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: 100%;
  line-height: 50px;
  width: 50px;
}
@media (max-width: 1024px) {
  html.nav-open .ves-megamenu .navigation .opener,
  html.nav-open .ves-megamenu .navigation .drill-opener {
    display: block !important;
    width: auto;
  }
}
html.nav-open .ves-megamenu .navigation .opener:before,
html.nav-open .ves-megamenu .navigation .drill-opener:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 17px;
  height: 100%;
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
html.nav-open .ves-megamenu .navigation ul {
  overflow-x: hidden;
}
html.nav-open .ves-megamenu .navigation ul .level0 {
  margin: 0;
  border: 0;
}
html.nav-open .ves-megamenu .navigation ul .level0.nav-item:has(.right-sidebar) .item-content {
  height: 50%;
}
html.nav-open .ves-megamenu .navigation ul .level0.nav-item.subhover.current > .submenu,
html.nav-open .ves-megamenu .navigation ul .level0.nav-item.subhover.sub-active > .submenu {
  box-shadow: none !important;
  height: 100%;
  overflow: hidden;
  display: block;
}
html.nav-open .ves-megamenu .navigation ul .level0.nav-item.subhover.current > .submenu .submenu-inner,
html.nav-open .ves-megamenu .navigation ul .level0.nav-item.subhover.sub-active > .submenu .submenu-inner {
  height: 100%;
  overflow-y: auto;
}
html.nav-open .ves-megamenu .navigation ul .level0.nav-item.subhover.current > .submenu .submenu,
html.nav-open .ves-megamenu .navigation ul .level0.nav-item.subhover.sub-active > .submenu .submenu {
  height: auto;
  overflow: hidden;
}
html.nav-open .ves-megamenu .navigation ul .level0.nav-item.subhover.current > .submenu .submenu .submenu-inner,
html.nav-open .ves-megamenu .navigation ul .level0.nav-item.subhover.sub-active > .submenu .submenu .submenu-inner {
  overflow: hidden;
}
html.nav-open .ves-megamenu .navigation ul .level0.nav-item.parent:hover > .submenu {
  box-shadow: none !important;
  height: 100%;
  overflow: hidden !important;
  display: block;
}
html.nav-open .ves-megamenu .navigation ul .level0.nav-item.parent:hover > .submenu .submenu-inner {
  height: 100%;
  overflow-y: auto;
}
html.nav-open .ves-megamenu .navigation ul .level0.nav-item.parent:hover > .submenu .submenu {
  height: auto;
  overflow: hidden;
}
html.nav-open .ves-megamenu .navigation ul .level0.nav-item.parent:hover > .submenu .submenu .submenu-inner {
  overflow: hidden;
}
html.nav-open .ves-megamenu .navigation ul .level0 .item-content .nav-dropdown {
  height: 100%;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu {
  height: 100%;
}
@media (max-width: 1024px) {
  html.nav-open .ves-megamenu .navigation ul .level0 {
    position: static !important;
    width: 100%;
  }
}
html.nav-open .ves-megamenu .navigation ul .level0.active a:not(.ui-state-active) {
  color: #ccdfef;
}
html.nav-open .ves-megamenu .navigation ul .level0.has-active a:not(.ui-state-active) {
  color: #ccdfef;
}
html.nav-open .ves-megamenu .navigation ul .level0 > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  html.nav-open .ves-megamenu .navigation ul .level0 > a {
    position: relative;
  }
}
html.nav-open .ves-megamenu .navigation ul .level0.category-item > a:hover span {
  border-bottom: 0px solid #0061ae;
}
html.nav-open .ves-megamenu .navigation ul .level0.category-item.active > a span {
  border-bottom: 0px solid #0061ae;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  left: 100% !important;
  margin: auto;
  transition: all ease 0.5s;
  transform: translateX(100%);
  display: block !important;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu > .submenu-inner {
  padding: 0 !important;
  height: 100%;
  width: 100%;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu > .submenu-inner .content-wrapper {
  height: 100%;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 414px) {
  html.nav-open .ves-megamenu .navigation ul .level0 .submenu > .submenu-inner .content-wrapper {
    padding: 0px 15px;
  }
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .submenu > .submenu-inner {
  padding: 0 !important;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .submenu > .submenu-inner .content-wrapper {
  padding: 0;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .submenu > .submenu-inner .item-content {
  box-sizing: border-box;
  height: 100%;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .item-content {
  width: 100% !important;
  height: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 30px;
  overflow-x: hidden;
}
@media (max-width: 390px) {
  html.nav-open .ves-megamenu .navigation ul .level0 .submenu .item-content {
    padding: 0px;
  }
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .item-content > .nav-dropdown {
  padding: 0;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .right-sidebar {
  width: 100% !important;
  padding: 0;
}
@media (max-width: 390px) {
  html.nav-open .ves-megamenu .navigation ul .level0 .submenu .right-sidebar {
    padding: 0px;
  }
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level1 {
  width: 100% !important;
  position: static !important;
  margin: 0;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level1 a {
  position: relative;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level1.back {
  padding: 0;
  margin-bottom: 30px;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level1.back a {
  position: relative;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level1.back a:before {
  width: auto;
  top: 50%;
  left: 0;
  transform: rotate(-180deg) translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 17px;
  height: 13px;
  display: inline-block;
  content: "";
  vertical-align: top;
  margin-top: 2px;
  margin-right: 7px;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level1.back a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 27px;
  margin: 0;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level2,
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level3,
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level4 {
  width: 100% !important;
  position: static !important;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level2 a,
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level3 a,
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level4 a {
  position: relative;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level2.back,
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level3.back,
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level4.back {
  padding: 0 40px;
  margin-bottom: 30px;
}
@media (max-width: 414px) {
  html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level2.back,
  html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level3.back,
  html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level4.back {
    padding: 0 30px;
  }
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level2.back a,
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level3.back a,
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .nav-item.level4.back a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 27px;
  margin: 0;
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .submenu {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 100% !important;
  left: 100%;
  width: 100%;
  margin: auto;
  transition: all ease-in-out 0.5s;
  transform: translateX(100%);
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .submenu .opener,
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .submenu .drill-opener {
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .submenu .opener:before,
html.nav-open .ves-megamenu .navigation ul .level0 .submenu .submenu .drill-opener:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 17px;
  height: 100%;
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu {
  top: 0 !important;
  transform: translateX(0);
  width: 100% !important;
  margin: 0 !important;
  height: 100%;
  background: #0061ae !important;
  border-radius: 0 !important;
  z-index: 999;
  left: 0 !important;
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu .submenu {
  z-index: 0;
  transform: translateX(100%);
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu .nav-item.level1.sub-active > .submenu {
  transform: translateX(0);
  top: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  height: 100%;
  left: 0 !important;
  background: #0061ae !important;
  border-radius: 0 !important;
  z-index: 9999;
  display: block !important;
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu .nav-item.level1.sub-active > .submenu .submenu {
  z-index: 0;
  transform: translateX(100%);
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu .nav-item.level1 .level2 .item-content {
  height: 100% !important;
  overflow-x: hidden;
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu .nav-item.level1 .level2.sub-active > .submenu {
  transform: translateX(0);
  top: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  height: 100%;
  left: 0 !important;
  background: #0061ae !important;
  border-radius: 0 !important;
  z-index: 99999;
  display: block !important;
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu .nav-item.level1 .level2.sub-active > .submenu .submenu {
  z-index: 0;
  transform: translateX(100%);
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu .nav-item.level1 .level2 .level3 .item-content {
  height: 100% !important;
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu .nav-item.level1 .level2 .level3.sub-active > .submenu {
  transform: translateX(0);
  top: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  height: 100%;
  left: 0 !important;
  background: #0061ae !important;
  border-radius: 0 !important;
  z-index: 999999;
  display: block !important;
  padding-left: 0 !important;
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu .nav-item.level1 .level2 .level3.sub-active > .submenu .submenu {
  z-index: 0;
  transform: translateX(100%);
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu .nav-item.level1 .level2 .level3 .level4 .item-content {
  height: 100% !important;
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu .nav-item.level1 .level2 .level3 .level4.sub-active > .submenu {
  transform: translateX(0);
  top: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  height: 100%;
  left: 0 !important;
  background: #0061ae !important;
  border-radius: 0 !important;
  z-index: 999999;
  display: block !important;
  padding-left: 0 !important;
}
html.nav-open .ves-megamenu .navigation ul .level0.sub-active > .submenu .nav-item.level1 .level2 .level3 .level4.sub-active > .submenu .submenu {
  z-index: 0;
  transform: translateX(100%);
}
._has-modal .page-wrapper {
  z-index: 0;
}
.loading,
.loading:focus {
  background: url(../../frontend/Cda/upupandaway/en_GB/images/loader-1.gif) no-repeat center center;
  background-size: 30px auto;
}
.lazyloader.loading {
  min-height: 400px;
  background-size: 50px auto;
}
body.menu-open .page-wrapper:before {
  display: block;
}
@media (max-width: 1024px) {
  html.nav-open .ves-megamenu .navigation .navigation-menu > ul:before {
    content: "Shop By Department";
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
  }
}
footer.page-footer {
  /*background-color: @primary_color;*/
  padding-bottom: 0;
  position: relative;
  padding-top: 80px;
  background-color: transparent;
}
@media (max-width: 769px) {
  footer.page-footer {
    padding-top: 92px;
  }
}
footer.page-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0061ae;
  transform: scaleX(1.4);
  z-index: -1;
}
@media (max-width: 991px) {
  footer.page-footer:before {
    transform: scaleX(2);
  }
}
@media (max-width: 767px) {
  footer.page-footer:before {
    transform: scaleX(1.8);
  }
}
@media (max-width: 769px) {
  footer .footer.content {
    padding: 0 37px;
  }
}
footer .footer.content {
  border-top: 0 !important;
}
footer .block.newsletter {
  width: 100%;
  max-width: 100%;
  position: relative;
}
footer .block.newsletter:before {
  content: "";
  width: 385px;
  height: 228px;
  display: none;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/newsletter-before.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -173px;
  left: 0;
  z-index: 1;
  background-size: cover;
}
@media (max-width: 769px) {
  footer .block.newsletter:before {
    width: 191px;
    height: 137px;
    top: -160px;
    left: -10px;
  }
}
@media (max-width: 991px) {
  footer .block.newsletter:before {
    width: 252px;
    height: 181px;
    top: -113px;
  }
}
@media (max-width: 767px) {
  footer .block.newsletter:before {
    background-image: url(../../frontend/Cda/upupandaway/en_GB/images/svg-dot-mobile.svg);
    width: 209px;
    height: 146px;
    top: -135px;
    left: -24px;
    background-size: contain;
    transform: rotate(-4deg);
  }
}
footer .block.newsletter .circle-div {
  width: 385px;
  height: 228px;
  display: block;
  position: absolute;
  top: -173px;
  left: 0;
  background-size: cover;
}
@media (max-width: 1679px) {
  footer .block.newsletter .circle-div {
    top: -133px;
  }
}
@media (max-width: 1200px) {
  footer .block.newsletter .circle-div {
    top: -165px;
  }
}
@media (max-width: 1023px) {
  footer .block.newsletter .circle-div {
    top: -125px;
  }
}
footer .block.newsletter .circle-div:before {
  content: "";
  height: 68px;
  width: 68px;
  border-radius: 1110px;
  background: #dd1728;
  display: block;
  position: absolute;
  bottom: auto;
  left: 63px;
  z-index: -38;
  transform: none;
  -webkit-filter: url(../../frontend/Cda/upupandaway/en_GB/css/#blur22);
  filter: url(../../frontend/Cda/upupandaway/en_GB/css/#blur22);
  display: none;
}
@media (min-width: 992px) {
  footer .block.newsletter .circle-div:before {
    top: 140px;
    left: 63px;
    display: block;
  }
}
@media (min-width: 1600px) {
  footer .block.newsletter .circle-div:before {
    top: 120px;
  }
}
@media (min-width: 2000px) {
  footer .block.newsletter .circle-div:before {
    top: 105px;
  }
}
@media (min-width: 2200px) {
  footer .block.newsletter .circle-div:before {
    top: 70px;
  }
}
footer .block.newsletter .circle-div svg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
footer .block.newsletter .circle-div svg #Ellipse_65 {
  display: block;
}
@media (min-width: 992px) {
  footer .block.newsletter .circle-div svg #Ellipse_65 {
    display: none;
  }
}
@media (max-width: 769px) {
  footer .block.newsletter .circle-div {
    width: 191px;
    height: 137px;
    top: -160px;
    left: -10px;
  }
}
@media (max-width: 991px) {
  footer .block.newsletter .circle-div {
    width: 252px;
    height: 181px;
    top: -113px;
  }
}
@media (max-width: 767px) {
  footer .block.newsletter .circle-div {
    width: 209px;
    height: 146px;
    top: -135px;
    left: -24px;
    transform: rotate(-4deg);
  }
}
footer .block.newsletter .field.newsletter {
  width: 100%;
  max-width: 100%;
}
footer .block.newsletter .field.newsletter .message {
  text-align: center;
  color: #fff;
}
footer .block.newsletter .field.newsletter .control {
  text-align: center;
  display: inline-block;
  width: 100%;
}
footer .block.newsletter .field.newsletter .control:before {
  display: none;
}
footer .block.newsletter .field.newsletter .control .label {
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
  color: #ffffff;
  width: 100%;
  margin-bottom: 26px;
  display: block;
}
@media (max-width: 1200px) {
  footer .block.newsletter .field.newsletter .control .label {
    font-size: 39px;
    line-height: 62px;
    margin-bottom: 16px;
  }
}
@media (max-width: 769px) {
  footer .block.newsletter .field.newsletter .control .label {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
footer .block.newsletter .field.newsletter .control .flex-block {
  display: flex;
  flex-wrap: wrap;
  max-width: 946px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  footer .block.newsletter .field.newsletter .control .flex-block {
    max-width: 686px;
  }
}
footer .block.newsletter .field.newsletter .control .flex-block .field {
  padding: 0 !important;
  border: 0 !important;
  position: relative;
  margin-right: 6px !important;
  height: auto !important;
}
footer .block.newsletter .field.newsletter .control .flex-block .field .mage-error {
  margin: 0;
  left: 0;
  top: 60px;
}
@media (max-width: 640px) {
  footer .block.newsletter .field.newsletter .control .flex-block .field .mage-error {
    top: auto;
  }
}
@media (max-width: 640px) {
  footer .block.newsletter .field.newsletter .control .flex-block .field {
    max-width: 100%;
    margin: 0 0 14px 0 !important;
  }
}
footer .block.newsletter .field.newsletter .control .flex-block .actions {
  width: auto;
}
footer .block.newsletter .field.newsletter .control .flex-block .actions .loading-div {
  display: block;
  width: 30px;
  margin: 5px auto;
}
footer .block.newsletter .field.newsletter .control .flex-block input {
  height: 52px;
  border: 2px solid #fff;
  border-radius: 29px;
  padding: 0 22px;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}
footer .block.newsletter .field.newsletter .control .flex-block input::placeholder {
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  footer .block.newsletter .field.newsletter .control .flex-block input {
    font-size: 14px;
  }
}
footer .block.newsletter .field.newsletter .control .flex-block div.mage-error {
  margin-top: 60px;
  display: inline-block;
  position: absolute;
  transform: none;
  width: auto;
  left: 255px;
  text-align: left;
}
@media (max-width: 769px) {
  footer .block.newsletter .field.newsletter .control .flex-block div.mage-error {
    transform: none;
    left: 50%;
  }
}
@media (max-width: 767px) {
  footer .block.newsletter .field.newsletter .control .flex-block div.mage-error {
    margin-top: 0px;
    display: block;
    position: relative;
    transform: translateY(-10px);
  }
}
footer .block.newsletter .field.newsletter .control .flex-block .field.input-text {
  max-width: 518px;
  margin: 0 5px 0 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1023px) {
  footer .block.newsletter .field.newsletter .control .flex-block .field.input-text {
    max-width: 258px;
  }
}
@media (max-width: 769px) {
  footer .block.newsletter .field.newsletter .control .flex-block .field.input-text {
    max-width: 47%;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  footer .block.newsletter .field.newsletter .control .flex-block .field.input-text {
    max-width: 100%;
    margin: 0 0 14px 0;
  }
}
footer .block.newsletter .field.newsletter .control .flex-block .field.input-text:first-child {
  max-width: 238px;
  margin: 0 2px 0 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 769px) {
  footer .block.newsletter .field.newsletter .control .flex-block .field.input-text:first-child {
    max-width: 47%;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  footer .block.newsletter .field.newsletter .control .flex-block .field.input-text:first-child {
    max-width: 100%;
    margin: 0 0 14px 0;
  }
}
footer .block.newsletter .field.newsletter .control .flex-block input[type="text"],
footer .block.newsletter .field.newsletter .control .flex-block .first-name {
  max-width: 238px;
  margin: 0 2px 0 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 769px) {
  footer .block.newsletter .field.newsletter .control .flex-block input[type="text"],
  footer .block.newsletter .field.newsletter .control .flex-block .first-name {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  footer .block.newsletter .field.newsletter .control .flex-block input[type="text"],
  footer .block.newsletter .field.newsletter .control .flex-block .first-name {
    max-width: 100%;
    margin: 0 0 14px 0;
  }
}
footer .block.newsletter .field.newsletter .control .flex-block input[type="email"],
footer .block.newsletter .field.newsletter .control .flex-block .newsletter-email {
  max-width: 518px;
  margin: 0 5px 0 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1023px) {
  footer .block.newsletter .field.newsletter .control .flex-block input[type="email"],
  footer .block.newsletter .field.newsletter .control .flex-block .newsletter-email {
    max-width: 258px;
  }
}
@media (max-width: 769px) {
  footer .block.newsletter .field.newsletter .control .flex-block input[type="email"],
  footer .block.newsletter .field.newsletter .control .flex-block .newsletter-email {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  footer .block.newsletter .field.newsletter .control .flex-block input[type="email"],
  footer .block.newsletter .field.newsletter .control .flex-block .newsletter-email {
    max-width: 100%;
    margin: 0 0 14px 0;
  }
}
footer .block.newsletter .field.newsletter .control .flex-block button {
  background-color: #ffffff;
  color: #0061ae;
  border-radius: 29px;
  padding: 0 22px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  height: 52px;
  width: 170px;
}
footer .block.newsletter .field.newsletter .control .flex-block button:hover {
  color: #ffffff;
  background-color: transparent;
}
@media (max-width: 640px) {
  footer .block.newsletter .field.newsletter .control .flex-block button {
    margin: 0 0 0 0;
  }
}
footer .block.newsletter .actions {
  width: 100%;
}
footer .footer-main {
  float: left;
  width: 100%;
  margin-top: 92px;
  padding-bottom: 72px;
}
@media (max-width: 1200px) {
  footer .footer-main {
    margin-top: 32px;
    padding-bottom: 42px;
  }
}
@media (max-width: 1023px) {
  footer .footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 769px) {
  footer .footer-main {
    padding-bottom: 21px;
    margin-top: 66px;
  }
}
footer .footer-main .blocks {
  float: left;
}
@media (max-width: 769px) {
  footer .footer-main .blocks {
    margin-bottom: 13px !important;
  }
}
footer .footer-main .blocks h2 {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 28px 0;
  font-size: 24px;
}
@media (max-width: 1370px) {
  footer .footer-main .blocks h2 {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  footer .footer-main .blocks h2 {
    font-size: 19px;
    margin-bottom: 11px;
  }
}
@media (max-width: 1023px) {
  footer .footer-main .blocks h2 {
    font-size: 17px;
    margin-bottom: 11px;
    line-height: 25px;
  }
}
@media (max-width: 769px) {
  footer .footer-main .blocks h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
footer .footer-main .blocks p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 1370px) {
  footer .footer-main .blocks p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 1200px) {
  footer .footer-main .blocks p {
    font-size: 14px;
    line-height: 23px;
  }
}
footer .footer-main .block1 {
  width: 21%;
  padding-right: 47px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 1370px) {
  footer .footer-main .block1 {
    width: 18%;
  }
}
@media (max-width: 1023px) {
  footer .footer-main .block1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  footer .footer-main .block1 {
    order: 4;
    margin-bottom: 0;
    margin-top: 60px;
  }
}
footer .footer-main .block1 figure {
  margin-bottom: 34px;
}
@media (max-width: 1023px) {
  footer .footer-main .block1 figure {
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  footer .footer-main .block1 figure {
    margin-bottom: 34px;
  }
}
footer .footer-main .block1 figure img {
  display: inline-block;
}
footer .footer-main .block2 {
  width: 23%;
}
@media (max-width: 1023px) {
  footer .footer-main .block2 {
    width: 25%;
    padding-right: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    order: 0;
  }
}
@media (max-width: 769px) {
  footer .footer-main .block2 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
footer .footer-main .block3 {
  width: 21%;
}
@media (max-width: 1679px) {
  footer .footer-main .block3 {
    width: 17%;
  }
}
@media (max-width: 1023px) {
  footer .footer-main .block3 {
    width: 25%;
    padding-right: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    order: 1;
  }
}
@media (max-width: 769px) {
  footer .footer-main .block3 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
footer .footer-main .block4 {
  width: 21%;
}
@media (max-width: 1023px) {
  footer .footer-main .block4 {
    width: 25%;
    padding-right: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    order: 2;
  }
}
@media (max-width: 769px) {
  footer .footer-main .block4 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
footer .footer-main .block5 {
  width: 12%;
}
@media (max-width: 1679px) {
  footer .footer-main .block5 {
    width: 18%;
  }
}
@media (max-width: 1370px) {
  footer .footer-main .block5 {
    width: 21%;
  }
}
@media (max-width: 1023px) {
  footer .footer-main .block5 {
    width: 25%;
    order: 3;
  }
}
@media (max-width: 769px) {
  footer .footer-main .block5 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
footer .footer-main .block5 p {
  margin-bottom: 20px;
}
footer .footer-main .block5 p a {
  color: #fff;
  text-decoration: none;
}
footer .footer-main .block5 p a:hover {
  color: #ccdfef;
  text-decoration: none;
}
footer .footer-main .block5 .social-media {
  display: inline-block;
}
footer .footer-main .block5 .social-media li {
  float: left;
  width: auto;
  margin-right: 10px;
}
footer .footer-main .block5 .social-media li:last-child {
  margin-right: 0;
}
footer .footer-main .block5 .social-media a:hover svg path {
  fill: #70ade1;
}
footer .footer-main .payment-image {
  float: left;
  width: auto;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 7px;
}
@media (max-width: 1023px) {
  footer .footer-main .payment-image {
    float: none;
    display: inline-block;
  }
}
footer .footer-main .payment-image img {
  display: block;
}
footer .footer-main .design-by {
  position: absolute;
  font-family: 'Nunito Sans', sans-serif;
  bottom: 94px;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
}
footer .footer-main .design-by a {
  color: #ffffff;
}
footer .footer-main .design-by a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  footer .footer-main .design-by {
    bottom: 54px;
  }
}
@media (max-width: 1023px) {
  footer .footer-main .design-by {
    width: 100%;
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 30px;
    order: 5;
  }
}
@media (max-width: 769px) {
  footer .footer-main .design-by {
    margin-top: 27px;
    line-height: 19px;
  }
}
footer .footer-main ul {
  padding: 0 !important;
  margin: 0 !important;
}
footer .footer-main ul li {
  list-style: none;
  color: #ffffff;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 18px;
  margin: 0 0 23px 0;
}
@media (max-width: 1370px) {
  footer .footer-main ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  footer .footer-main ul li {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
footer .footer-main ul li a {
  color: #fff;
}
footer .footer-main ul li a:hover {
  color: #ccdfef;
  text-decoration: none;
}
@media (max-width: 769px) {
  footer .footer-main .block-div {
    display: none;
  }
}
.custom-button-div {
  margin: 40px 0;
}
body:has(.minicart-wrapper.active) {
  overflow: hidden;
}
body:has(.minicart-wrapper.active) .page-wrapper:before {
  display: block !important;
}
body:has(.minicart-wrapper.active) .page-wrapper .ves-megamenu.top-navigation > .navigation {
  z-index: -1;
}
body:has(.minicart-wrapper.active) .page-wrapper .page-header .header.content .head-main {
  border-bottom-color: transparent;
}
body .page-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 42;
  top: auto;
}
@media (max-width: 480px) {
  body .page-wrapper:before {
    display: none;
  }
}
body .minicart-wrapper .modal-inner-wrap {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .minicart-wrapper.active .basket-popup {
  right: 0;
  background-color: transparent;
}
body .minicart-wrapper .basket-popup {
  position: fixed;
  top: 0;
  right: -530px;
  height: 100vh;
  margin: 0;
  border: 0;
  transition: all linear 0.3s;
  min-width: 200px;
  max-width: 500px;
  padding: 0;
  width: 100%;
}
body .minicart-wrapper .basket-popup .minicart-items-wrapper {
  padding: 0;
}
@media (max-width: 767px) {
  body .minicart-wrapper .basket-popup {
    min-width: 87%;
    max-width: 87%;
    width: 100%;
  }
}
body .minicart-wrapper .basket-popup .modal-inner-wrap {
  height: 85vh;
  width: 100%;
  padding: 60px 40px 30px 40px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all linear 0.3s;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  body .minicart-wrapper .basket-popup .modal-inner-wrap {
    padding: 60px 20px 30px 60px;
  }
}
@media (max-width: 767px) {
  body .minicart-wrapper .basket-popup .modal-inner-wrap {
    padding: 70px 20px 0 0;
    height: 64vh;
    background-color: #fff;
  }
}
body .minicart-wrapper .basket-popup .modal-inner-wrap .minicart-items-wrapper {
  margin: 0;
}
body .minicart-wrapper .basket-popup .action.close {
  width: auto;
  height: auto;
  top: 0;
  right: 40px;
}
@media (max-width: 767px) {
  body .minicart-wrapper .basket-popup .action.close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 480px) {
  body .minicart-wrapper .basket-popup .action.close {
    top: 20px;
    right: 20px;
  }
}
body .minicart-wrapper .basket-popup .action.close:before {
  content: "";
  height: 45px;
  width: 45px;
  display: block;
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/prev-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ccdfef;
  border-radius: 100%;
  float: left;
}
@media (max-width: 480px) {
  body .minicart-wrapper .basket-popup .action.close:before {
    height: 35px;
    width: 35px;
  }
}
body .minicart-wrapper .basket-popup .action.close span {
  position: relative;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto;
  font-size: 0;
}
body .minicart-wrapper .basket-popup .action.close span:before {
  content: "Back";
  font-size: 16px;
  font-weight: 700;
  color: #0061ae;
  text-transform: uppercase;
  line-height: 45px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  body .minicart-wrapper .basket-popup .action.close span:before {
    line-height: 35px;
  }
}
body .minicart-wrapper .basket-popup:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: scale(1.6);
  z-index: -1;
}
@media (min-width: 1700px) {
  body .minicart-wrapper .basket-popup:before {
    right: -30px;
  }
}
@media (max-width: 1699px) {
  body .minicart-wrapper .basket-popup:before {
    right: -70px;
  }
}
@media (max-width: 767px) {
  body .minicart-wrapper .basket-popup:before {
    display: block;
    right: -88px;
    transform: scale(1.7);
  }
}
body .minicart-wrapper .basket-popup div[data-action="scroll"] {
  height: auto !important;
}
body .minicart-wrapper .basket-popup .block-title {
  display: none;
}
body .minicart-wrapper .basket-popup .block-content {
  display: flex;
  flex-wrap: wrap;
}
body .minicart-wrapper .basket-popup .block-content .items-total {
  display: none;
}
body .minicart-wrapper .basket-popup .block-content .subtotal {
  order: 1;
  flex: 0 0 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
body .minicart-wrapper .basket-popup .block-content div[data-action="scroll"] {
  order: 0;
  flex: 0 0 100%;
  overflow-x: hidden;
}
body .minicart-wrapper .basket-popup .block-content .actions {
  order: 2;
  flex: 0 0 100%;
}
body .minicart-wrapper .basket-popup .block-content .actions.cart-button {
  margin-top: 20px;
}
body .minicart-wrapper .basket-popup .block-content .actions .primary {
  margin: 0 !important;
}
body .minicart-wrapper .basket-popup .modal-header {
  padding: 0;
  margin-bottom: 27px;
  text-align: center;
}
body .minicart-wrapper .basket-popup .modal-header .modal-title {
  font-size: 42px;
  font-weight: 900;
  text-transform: capitalize;
  padding: 0;
  border: 0;
  text-align: center;
  color: #0061ae;
}
@media (max-width: 1200px) {
  body .minicart-wrapper .basket-popup .modal-header .modal-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  body .minicart-wrapper .basket-popup .modal-header .modal-title {
    font-size: 29px;
    margin: 0;
  }
}
body .minicart-wrapper .basket-popup .modal-content {
  padding-left: 0;
  height: 100%;
}
@media (max-width: 767px) {
  body .minicart-wrapper .basket-popup .modal-content {
    padding-right: 0;
  }
}
body .minicart-wrapper .basket-popup .free-delivery {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #ccdfef;
  color: #0061ae;
  border-color: #ccdfef;
  min-width: 100%;
  padding: 9px 40px;
  font-size: 15px;
  margin-bottom: 22px;
}
body .minicart-wrapper .basket-popup .free-delivery:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  body .minicart-wrapper .basket-popup .free-delivery {
    padding: 12px 20px;
  }
}
body .minicart-wrapper .basket-popup .free-delivery:hover {
  background-color: #ccdfef;
  color: #0061ae;
  border-color: #ccdfef;
}
@media (max-width: 1200px) {
  body .minicart-wrapper .basket-popup .free-delivery {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  body .minicart-wrapper .basket-popup .free-delivery {
    font-size: 11px;
  }
}
body .minicart-wrapper .basket-popup ol {
  padding: 0;
  margin: 0;
}
body .minicart-wrapper .basket-popup ol li {
  position: relative;
  padding: 20px 0 !important;
}
body .minicart-wrapper .basket-popup ol li > .product {
  display: flex;
  flex-wrap: wrap;
}
body .minicart-wrapper .basket-popup ol li .product-item-photo {
  flex: 0 0 38%;
}
@media (max-width: 480px) {
  body .minicart-wrapper .basket-popup ol li .product-item-photo {
    flex: 0 0 32%;
  }
}
body .minicart-wrapper .basket-popup ol li .product-item-photo .product-image-container {
  width: 100% !important;
}
body .minicart-wrapper .basket-popup ol li .product-item-details {
  flex: 0 0 54%;
  padding-left: 24px;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  body .minicart-wrapper .basket-popup ol li .product-item-details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  body .minicart-wrapper .basket-popup ol li .product-item-details {
    flex: 0 0 61%;
  }
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product-item-name {
  font-size: 21px;
  line-height: 23px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0 0 25px 0;
}
@media (max-width: 1200px) {
  body .minicart-wrapper .basket-popup ol li .product-item-details .product-item-name {
    margin-bottom: 19px;
  }
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product-item-name a {
  color: #000000;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product-item-name a:hover {
  color: #0061ae;
  text-decoration: none;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .price-box:has(.old-price) .special-price .price {
  color: red !important;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .price-container {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .price-container .price {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .price-container .special-price {
  float: right;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .price-container .special-price .price-label {
  display: none;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .price-container .special-price .price {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .price-container .old-price {
  order: -1;
  color: #898989;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 21px;
  width: 95px;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .price-container .old-price .price-container {
  text-decoration: line-through;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .price-container .old-price .price-container .price-label {
  color: #898989;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .price-container .old-price .price-container .price {
  color: #898989;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product.actions {
  margin: 0;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 999;
  left: auto;
  max-width: 20px;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product.actions .primary {
  display: none;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product.actions .secondary {
  min-width: initial;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product.actions .secondary .action {
  padding: 0;
  background: transparent;
  border: 0;
  min-width: initial;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product.actions .secondary .action:before {
  content: "";
  background: url(../../frontend/Cda/upupandaway/en_GB/images/bin-icon.svg) no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  background-position: center center;
  background-size: 20px auto;
  filter: brightness(0);
}
body .minicart-wrapper .basket-popup ol li .product-item-details .qty-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #0061ae;
  border-radius: 20px;
  width: 92px;
  margin-top: 5px;
  position: relative;
  padding: 0;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .qty-box .label {
  display: none !important;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .qty-box .update-cart-item {
  position: absolute;
  background-color: #ccdfef;
  color: #0061ae;
  border-color: #ccdfef;
  border-radius: 20px;
  right: -90px;
  text-transform: uppercase;
  font-size: 13px;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .qty-box .update-cart-item:hover {
  background-color: #0061ae;
  color: #fff;
  border-color: #0061ae;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .qty-box .less {
  width: auto;
  height: auto;
  font-size: 0;
  padding: 15px 0 15px 14px;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .qty-box .less:before {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/minus.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 2px;
  display: block;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .qty-box .more {
  width: auto;
  height: auto;
  font-size: 0;
  display: block;
  padding: 13px 14px 13px 0;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .qty-box .more:before {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .qty-box input {
  height: 37px;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-family: 'Kanit', sans-serif;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product.options .toggle {
  display: none;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product.options .content {
  display: block !important;
  width: 100%;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product.options dl {
  width: 100%;
  margin: 0;
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product.options dt {
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 10px;
  color: #000000;
  clear: both;
}
@media (max-width: 1200px) {
  body .minicart-wrapper .basket-popup ol li .product-item-details .product.options dt {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  body .minicart-wrapper .basket-popup ol li .product-item-details .product.options dt {
    width: 100%;
  }
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product.options dt:after {
  content: ":";
}
body .minicart-wrapper .basket-popup ol li .product-item-details .product.options dd {
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 1200px) {
  body .minicart-wrapper .basket-popup ol li .product-item-details .product.options dd {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  body .minicart-wrapper .basket-popup ol li .product-item-details .product.options dd {
    padding-left: 0;
    width: 100%;
    float: left;
  }
}
body .minicart-wrapper .basket-popup .subtotal {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  margin-left: 0;
  margin-right: 0;
}
body .minicart-wrapper .basket-popup .subtotal .label {
  font-size: 19px;
  font-weight: 500;
  color: #000;
}
body .minicart-wrapper .basket-popup .subtotal .amount.price-container {
  font-size: 20px;
  margin-right: 0;
  font-weight: 500;
}
body .minicart-wrapper .basket-popup .subtotal .amount.price-container .price {
  font-size: 20px;
  margin-right: 0;
  font-weight: 500;
}
body .minicart-wrapper .basket-popup .actions {
  max-width: 302px;
  margin: 0 auto;
  margin-top: 36px;
}
@media (max-width: 767px) {
  body .minicart-wrapper .basket-popup .actions {
    margin-top: 25px;
  }
}
body .minicart-wrapper .basket-popup .actions .btn,
body .minicart-wrapper .basket-popup .actions .action {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 100%;
  background-color: #0061ae;
  border-color: #0061ae;
  color: #ffffff;
  padding: 9px 40px;
  font-size: 15px;
  margin-bottom: 20px;
}
body .minicart-wrapper .basket-popup .actions .btn:hover,
body .minicart-wrapper .basket-popup .actions .action:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  body .minicart-wrapper .basket-popup .actions .btn,
  body .minicart-wrapper .basket-popup .actions .action {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  body .minicart-wrapper .basket-popup .actions .btn,
  body .minicart-wrapper .basket-popup .actions .action {
    margin-bottom: 10px;
  }
}
body .minicart-wrapper .basket-popup .actions .btn:hover,
body .minicart-wrapper .basket-popup .actions .action:hover {
  background-color: transparent;
  color: #0061ae;
  border-color: #0061ae;
}
body .minicart-wrapper .basket-popup .actions .btn.viewcart,
body .minicart-wrapper .basket-popup .actions .action.viewcart {
  min-width: 100%;
  border-color: #0061ae;
  background-color: #ffffff;
  color: #0061ae;
}
body .minicart-wrapper .basket-popup .actions .btn.viewcart:hover,
body .minicart-wrapper .basket-popup .actions .action.viewcart:hover {
  background-color: #0061ae;
  color: #ffffff;
}
body .minicart-wrapper .basket-popup .payment-img {
  width: 100%;
  text-align: center;
  margin-top: 14px;
  order: 5;
}
body .minicart-wrapper .basket-popup .payment-img img {
  display: inline-block;
}
body .minicart-wrapper .basket-popup .secondary.customBtn a.action.viewcart.button {
  background-color: #fff;
  color: #0061ae;
  border: 2px solid #0061ae;
  border-radius: 40px;
  padding: 7px 30px !important;
  width: 100%;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 10px;
  display: table;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 24px;
}
body .minicart-wrapper .basket-popup .secondary.customBtn a.action.viewcart.button:hover {
  background: #0061ae;
  color: #fff;
}
.cart-popup._has-modal .page-wrapper .page-header {
  z-index: 9999;
}
.cart-popup._has-modal .page-wrapper .page-header .header.content .head-main {
  border-bottom: 0;
}
.cart-popup._has-modal .page-wrapper .nav-sections {
  z-index: 0;
}
.cart-popup._has-modal .page-wrapper:before {
  display: block;
}
@media (max-width: 480px) {
  .cart-popup._has-modal .page-wrapper:before {
    display: block;
  }
}
.cart-popup .modals-wrapper .modals-overlay {
  display: none;
}
.total-heading {
  text-align: left;
}
.total-heading .ex-delivery {
  display: block;
  text-align: left;
  font-weight: 700;
  color: #0061ae;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.order-number a {
  color: #fff;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.messages .message {
  border-radius: 15px;
}
form div.mage-error + div.mage-error {
  display: none !important;
}
#password-strength-meter-container {
  margin-top: 7px;
}
#password-strength-meter-container .password-strength-meter {
  border-radius: 13px;
  padding: 0 24px;
  font-size: 14px;
}
@media (max-width: 1370px) {
  #password-strength-meter-container .password-strength-meter {
    padding: 0 14px;
  }
}
#password-strength-meter-container .password-strength-meter:before {
  border-radius: 13px 0 0 13px;
}
#password-strength-meter-container.password-very-strong .password-strength-meter {
  border-radius: 13px;
  padding: 0 24px;
}
@media (max-width: 1370px) {
  #password-strength-meter-container.password-very-strong .password-strength-meter {
    padding: 0 14px;
  }
}
#password-strength-meter-container.password-very-strong .password-strength-meter:before {
  border-radius: 13px !important;
}
#password-strength-meter-container.password-none .password-strength-meter {
  border-radius: 13px;
  padding: 0 24px;
  font-size: 14px;
}
@media (max-width: 1370px) {
  #password-strength-meter-container.password-none .password-strength-meter {
    padding: 0 14px;
  }
}
#password-strength-meter-container.password-none .password-strength-meter:before {
  border-radius: 13px !important;
}
.password-strong {
  margin-top: 7px;
}
.password-strong .password-strength-meter {
  border-radius: 13px;
  padding: 0 24px;
}
@media (max-width: 1370px) {
  .password-strong .password-strength-meter {
    padding: 0 14px;
  }
}
.password-strong .password-strength-meter:before {
  border-radius: 13px 0 0 13px;
}
.password-none {
  margin-top: 7px;
}
.password-none .password-strength-meter {
  padding: 0 24px;
}
@media (max-width: 1370px) {
  .password-none .password-strength-meter {
    padding: 0 14px;
  }
}
.password-none .password-strength-meter:before {
  border-radius: 13px;
}
div.mage-error {
  margin-top: 7px;
  padding: 0 24px;
}
@media (max-width: 1370px) {
  div.mage-error {
    padding: 0 14px;
  }
}
.customer-account-createpassword .form.password.reset {
  min-width: 100%;
  width: 100%;
}
.customer-account-login,
.customer-account-create,
.customer-account-forgotpassword,
.customer-account-createpassword {
  background-color: rgba(0, 0, 0, 0.05);
}
.customer-account-login #password-strength-meter-container,
.customer-account-create #password-strength-meter-container,
.customer-account-forgotpassword #password-strength-meter-container,
.customer-account-createpassword #password-strength-meter-container {
  margin-top: 7px;
}
.customer-account-login #password-strength-meter-container .password-strength-meter,
.customer-account-create #password-strength-meter-container .password-strength-meter,
.customer-account-forgotpassword #password-strength-meter-container .password-strength-meter,
.customer-account-createpassword #password-strength-meter-container .password-strength-meter {
  border-radius: 13px;
  padding: 0 24px;
}
@media (max-width: 1370px) {
  .customer-account-login #password-strength-meter-container .password-strength-meter,
  .customer-account-create #password-strength-meter-container .password-strength-meter,
  .customer-account-forgotpassword #password-strength-meter-container .password-strength-meter,
  .customer-account-createpassword #password-strength-meter-container .password-strength-meter {
    padding: 0 14px;
  }
}
.customer-account-login #password-strength-meter-container .password-strength-meter:before,
.customer-account-create #password-strength-meter-container .password-strength-meter:before,
.customer-account-forgotpassword #password-strength-meter-container .password-strength-meter:before,
.customer-account-createpassword #password-strength-meter-container .password-strength-meter:before {
  border-radius: 13px 0 0 13px;
}
.customer-account-login .password-strong,
.customer-account-create .password-strong,
.customer-account-forgotpassword .password-strong,
.customer-account-createpassword .password-strong {
  margin-top: 7px;
}
.customer-account-login .password-strong .password-strength-meter,
.customer-account-create .password-strong .password-strength-meter,
.customer-account-forgotpassword .password-strong .password-strength-meter,
.customer-account-createpassword .password-strong .password-strength-meter {
  border-radius: 13px;
  padding: 0 24px;
}
@media (max-width: 1370px) {
  .customer-account-login .password-strong .password-strength-meter,
  .customer-account-create .password-strong .password-strength-meter,
  .customer-account-forgotpassword .password-strong .password-strength-meter,
  .customer-account-createpassword .password-strong .password-strength-meter {
    padding: 0 14px;
  }
}
.customer-account-login .password-strong .password-strength-meter:before,
.customer-account-create .password-strong .password-strength-meter:before,
.customer-account-forgotpassword .password-strong .password-strength-meter:before,
.customer-account-createpassword .password-strong .password-strength-meter:before {
  border-radius: 13px 0 0 13px;
}
.customer-account-login .password-very-strong .password-strength-meter,
.customer-account-create .password-very-strong .password-strength-meter,
.customer-account-forgotpassword .password-very-strong .password-strength-meter,
.customer-account-createpassword .password-very-strong .password-strength-meter {
  border-radius: 13px;
  padding: 0 24px;
}
@media (max-width: 1370px) {
  .customer-account-login .password-very-strong .password-strength-meter,
  .customer-account-create .password-very-strong .password-strength-meter,
  .customer-account-forgotpassword .password-very-strong .password-strength-meter,
  .customer-account-createpassword .password-very-strong .password-strength-meter {
    padding: 0 14px;
  }
}
.customer-account-login .password-very-strong .password-strength-meter:before,
.customer-account-create .password-very-strong .password-strength-meter:before,
.customer-account-forgotpassword .password-very-strong .password-strength-meter:before,
.customer-account-createpassword .password-very-strong .password-strength-meter:before {
  border-radius: 13px !important;
}
.customer-account-login .password-none,
.customer-account-create .password-none,
.customer-account-forgotpassword .password-none,
.customer-account-createpassword .password-none {
  margin-top: 7px;
}
.customer-account-login .password-none .password-strength-meter,
.customer-account-create .password-none .password-strength-meter,
.customer-account-forgotpassword .password-none .password-strength-meter,
.customer-account-createpassword .password-none .password-strength-meter {
  padding: 0 24px;
}
@media (max-width: 1370px) {
  .customer-account-login .password-none .password-strength-meter,
  .customer-account-create .password-none .password-strength-meter,
  .customer-account-forgotpassword .password-none .password-strength-meter,
  .customer-account-createpassword .password-none .password-strength-meter {
    padding: 0 14px;
  }
}
.customer-account-login .password-none .password-strength-meter:before,
.customer-account-create .password-none .password-strength-meter:before,
.customer-account-forgotpassword .password-none .password-strength-meter:before,
.customer-account-createpassword .password-none .password-strength-meter:before {
  border-radius: 13px;
}
.customer-account-login div.mage-error,
.customer-account-create div.mage-error,
.customer-account-forgotpassword div.mage-error,
.customer-account-createpassword div.mage-error {
  margin-top: 7px;
  padding: 0 24px;
}
@media (max-width: 1370px) {
  .customer-account-login div.mage-error,
  .customer-account-create div.mage-error,
  .customer-account-forgotpassword div.mage-error,
  .customer-account-createpassword div.mage-error {
    padding: 0 14px;
  }
}
.customer-account-login div.mage-error + div.mage-error,
.customer-account-create div.mage-error + div.mage-error,
.customer-account-forgotpassword div.mage-error + div.mage-error,
.customer-account-createpassword div.mage-error + div.mage-error {
  display: none !important;
}
.customer-account-login .page.messages,
.customer-account-create .page.messages,
.customer-account-forgotpassword .page.messages,
.customer-account-createpassword .page.messages {
  margin-top: 30px;
}
.customer-account-login .page-main,
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-createpassword .page-main {
  max-width: 100%;
  position: relative;
}
.customer-account-login .page-main:before,
.customer-account-create .page-main:before,
.customer-account-forgotpassword .page-main:before,
.customer-account-createpassword .page-main:before {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/balloon-before.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 276px;
  height: 262px;
  display: none;
  position: absolute;
  top: 34%;
  left: -52px;
  z-index: -1;
}
@media (max-width: 1370px) {
  .customer-account-login .page-main:before,
  .customer-account-create .page-main:before,
  .customer-account-forgotpassword .page-main:before,
  .customer-account-createpassword .page-main:before {
    width: 136px;
    height: 132px;
    left: -25px;
  }
}
@media (max-width: 769px) {
  .customer-account-login .page-main:before,
  .customer-account-create .page-main:before,
  .customer-account-forgotpassword .page-main:before,
  .customer-account-createpassword .page-main:before {
    width: 161px;
    height: 140px;
    left: -40px;
    transform: rotate(4deg);
    top: 12%;
  }
}
.customer-account-login .page-main .circle-before,
.customer-account-create .page-main .circle-before,
.customer-account-forgotpassword .page-main .circle-before,
.customer-account-createpassword .page-main .circle-before {
  width: 276px;
  height: 262px;
  display: block;
  position: absolute;
  top: 34%;
  left: -52px;
  z-index: -1;
}
.customer-account-login .page-main .circle-before svg,
.customer-account-create .page-main .circle-before svg,
.customer-account-forgotpassword .page-main .circle-before svg,
.customer-account-createpassword .page-main .circle-before svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  .customer-account-login .page-main .circle-before,
  .customer-account-create .page-main .circle-before,
  .customer-account-forgotpassword .page-main .circle-before,
  .customer-account-createpassword .page-main .circle-before {
    width: 136px;
    height: 132px;
    left: -25px;
  }
}
@media (max-width: 769px) {
  .customer-account-login .page-main .circle-before,
  .customer-account-create .page-main .circle-before,
  .customer-account-forgotpassword .page-main .circle-before,
  .customer-account-createpassword .page-main .circle-before {
    width: 161px;
    height: 140px;
    left: -40px;
    transform: rotate(4deg);
    top: 12%;
  }
}
.customer-account-login .page-main:after,
.customer-account-create .page-main:after,
.customer-account-forgotpassword .page-main:after,
.customer-account-createpassword .page-main:after {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/balloon-after.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 251px;
  height: 350px;
  display: none;
  position: absolute;
  top: 46%;
  right: -85px;
  z-index: -1;
}
@media (max-width: 1370px) {
  .customer-account-login .page-main:after,
  .customer-account-create .page-main:after,
  .customer-account-forgotpassword .page-main:after,
  .customer-account-createpassword .page-main:after {
    width: 133px;
    height: 187px;
    right: -40px;
  }
}
@media (max-width: 769px) {
  .customer-account-login .page-main:after,
  .customer-account-create .page-main:after,
  .customer-account-forgotpassword .page-main:after,
  .customer-account-createpassword .page-main:after {
    width: 123px;
    height: 172px;
    right: -40px;
    transform: rotate(-4deg);
    top: 12%;
  }
}
.customer-account-login .page-main .circle-after,
.customer-account-create .page-main .circle-after,
.customer-account-forgotpassword .page-main .circle-after,
.customer-account-createpassword .page-main .circle-after {
  width: 251px;
  height: 350px;
  display: block;
  position: absolute;
  top: 46%;
  right: -85px;
  z-index: -1;
}
.customer-account-login .page-main .circle-after svg,
.customer-account-create .page-main .circle-after svg,
.customer-account-forgotpassword .page-main .circle-after svg,
.customer-account-createpassword .page-main .circle-after svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  .customer-account-login .page-main .circle-after,
  .customer-account-create .page-main .circle-after,
  .customer-account-forgotpassword .page-main .circle-after,
  .customer-account-createpassword .page-main .circle-after {
    width: 133px;
    height: 187px;
    right: -40px;
  }
}
@media (max-width: 769px) {
  .customer-account-login .page-main .circle-after,
  .customer-account-create .page-main .circle-after,
  .customer-account-forgotpassword .page-main .circle-after,
  .customer-account-createpassword .page-main .circle-after {
    width: 123px;
    height: 172px;
    right: -40px;
    transform: rotate(-4deg);
    top: 12%;
  }
}
.customer-account-login .columns,
.customer-account-create .columns,
.customer-account-forgotpassword .columns,
.customer-account-createpassword .columns {
  max-width: 660px;
  background-color: #ffffff;
  margin: 45px auto 100px auto;
  border-radius: 20px;
  padding: 50px 100px;
}
@media (max-width: 767px) {
  .customer-account-login .columns,
  .customer-account-create .columns,
  .customer-account-forgotpassword .columns,
  .customer-account-createpassword .columns {
    padding: 40px 30px;
    margin: 45px auto;
  }
}
.customer-account-login .columns .column.main,
.customer-account-create .columns .column.main,
.customer-account-forgotpassword .columns .column.main,
.customer-account-createpassword .columns .column.main {
  margin-top: 0;
  padding-bottom: 0;
}
.customer-account-login .login-container .block-customer-login,
.customer-account-create .login-container .block-customer-login,
.customer-account-forgotpassword .login-container .block-customer-login,
.customer-account-createpassword .login-container .block-customer-login,
.customer-account-login .login-container .block-customer-create,
.customer-account-create .login-container .block-customer-create,
.customer-account-forgotpassword .login-container .block-customer-create,
.customer-account-createpassword .login-container .block-customer-create {
  border-bottom: 1px solid rgba(160, 160, 160, 0.46);
  padding-bottom: 23px;
  margin-bottom: 39px;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .customer-account-login .login-container .block-customer-login,
  .customer-account-create .login-container .block-customer-login,
  .customer-account-forgotpassword .login-container .block-customer-login,
  .customer-account-createpassword .login-container .block-customer-login,
  .customer-account-login .login-container .block-customer-create,
  .customer-account-create .login-container .block-customer-create,
  .customer-account-forgotpassword .login-container .block-customer-create,
  .customer-account-createpassword .login-container .block-customer-create {
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
}
.customer-account-login .login-container .block .block-title,
.customer-account-create .login-container .block .block-title,
.customer-account-forgotpassword .login-container .block .block-title,
.customer-account-createpassword .login-container .block .block-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 38px;
  text-transform: capitalize;
  margin: 0;
  color: #0061ae;
  letter-spacing: 0.01em;
}
@media (max-width: 640px) {
  .customer-account-login .login-container .block .block-title,
  .customer-account-create .login-container .block .block-title,
  .customer-account-forgotpassword .login-container .block .block-title,
  .customer-account-createpassword .login-container .block .block-title {
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.customer-account-login .login-container .block .field,
.customer-account-create .login-container .block .field,
.customer-account-forgotpassword .login-container .block .field,
.customer-account-createpassword .login-container .block .field {
  margin-bottom: 15px;
}
.customer-account-login .login-container .block .field select,
.customer-account-create .login-container .block .field select,
.customer-account-forgotpassword .login-container .block .field select,
.customer-account-createpassword .login-container .block .field select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_2184' data-name='Group 2184' xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath id='Path_270' data-name='Path 270' d='M2679-3383l5.75,5.75,5.75-5.75' transform='translate(-2667.75 3397)' fill='none' stroke='%232761a8' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Ccircle id='Ellipse_120' data-name='Ellipse 120' cx='17' cy='17' r='17' transform='translate(34 34) rotate(180)' fill='%230061ae' opacity='0.2'/%3E%3C/svg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  height: 50px;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Kanit', sans-serif;
  border: 2px solid #0061ae;
  padding: 0 55px 0 22px;
  color: #000000;
}
@media (max-width: 991px) {
  .customer-account-login .login-container .block .field select,
  .customer-account-create .login-container .block .field select,
  .customer-account-forgotpassword .login-container .block .field select,
  .customer-account-createpassword .login-container .block .field select {
    height: 42px;
    font-size: 14px;
    padding-left: 14px;
    background-size: 22px 22px;
  }
}
.customer-account-login .login-container .block .field .input-text,
.customer-account-create .login-container .block .field .input-text,
.customer-account-forgotpassword .login-container .block .field .input-text,
.customer-account-createpassword .login-container .block .field .input-text {
  color: #000000;
}
.customer-account-login .login-container .block .field.note,
.customer-account-create .login-container .block .field.note,
.customer-account-forgotpassword .login-container .block .field.note,
.customer-account-createpassword .login-container .block .field.note {
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 6px;
  color: #000000;
}
@media (max-width: 767px) {
  .customer-account-login .login-container .block .field.note,
  .customer-account-create .login-container .block .field.note,
  .customer-account-forgotpassword .login-container .block .field.note,
  .customer-account-createpassword .login-container .block .field.note {
    font-size: 14px;
    line-height: 20px;
  }
}
.customer-account-login .login-container .block .field .label,
.customer-account-create .login-container .block .field .label,
.customer-account-forgotpassword .login-container .block .field .label,
.customer-account-createpassword .login-container .block .field .label {
  display: none;
}
.customer-account-login .login-container .block .actions-toolbar .secondary,
.customer-account-create .login-container .block .actions-toolbar .secondary,
.customer-account-forgotpassword .login-container .block .actions-toolbar .secondary,
.customer-account-createpassword .login-container .block .actions-toolbar .secondary {
  width: 100%;
  text-align: left;
}
@media (max-width: 640px) {
  .customer-account-login .login-container .block .actions-toolbar .secondary,
  .customer-account-create .login-container .block .actions-toolbar .secondary,
  .customer-account-forgotpassword .login-container .block .actions-toolbar .secondary,
  .customer-account-createpassword .login-container .block .actions-toolbar .secondary {
    text-align: center;
    margin-bottom: 30px;
  }
}
.customer-account-login .login-container .block .actions-toolbar .secondary a,
.customer-account-create .login-container .block .actions-toolbar .secondary a,
.customer-account-forgotpassword .login-container .block .actions-toolbar .secondary a,
.customer-account-createpassword .login-container .block .actions-toolbar .secondary a {
  text-transform: uppercase;
  color: #0061ae;
  letter-spacing: 0.05em;
  line-height: 14px;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
}
.customer-account-login .login-container .block .actions-toolbar .secondary a:hover,
.customer-account-create .login-container .block .actions-toolbar .secondary a:hover,
.customer-account-forgotpassword .login-container .block .actions-toolbar .secondary a:hover,
.customer-account-createpassword .login-container .block .actions-toolbar .secondary a:hover {
  text-decoration: none;
}
.customer-account-login .login-container .block .actions-toolbar .primary,
.customer-account-create .login-container .block .actions-toolbar .primary,
.customer-account-forgotpassword .login-container .block .actions-toolbar .primary,
.customer-account-createpassword .login-container .block .actions-toolbar .primary {
  width: 100%;
  text-align: right;
  margin-top: 15px;
}
@media (max-width: 640px) {
  .customer-account-login .login-container .block .actions-toolbar .primary,
  .customer-account-create .login-container .block .actions-toolbar .primary,
  .customer-account-forgotpassword .login-container .block .actions-toolbar .primary,
  .customer-account-createpassword .login-container .block .actions-toolbar .primary {
    text-align: center;
  }
}
.customer-account-login .login-container .block .actions-toolbar .primary .primary,
.customer-account-create .login-container .block .actions-toolbar .primary .primary,
.customer-account-forgotpassword .login-container .block .actions-toolbar .primary .primary,
.customer-account-createpassword .login-container .block .actions-toolbar .primary .primary {
  width: 170px;
  text-align: center;
  float: right;
  margin: 0;
  font-size: 16px;
  height: auto;
  font-family: 'Kanit', sans-serif;
  border: 2px solid #ccdfef;
  line-height: 16px;
}
.customer-account-login .login-container .block .actions-toolbar .primary .primary:hover,
.customer-account-create .login-container .block .actions-toolbar .primary .primary:hover,
.customer-account-forgotpassword .login-container .block .actions-toolbar .primary .primary:hover,
.customer-account-createpassword .login-container .block .actions-toolbar .primary .primary:hover {
  border-color: #0061ae;
}
@media (max-width: 640px) {
  .customer-account-login .login-container .block .actions-toolbar .primary .primary,
  .customer-account-create .login-container .block .actions-toolbar .primary .primary,
  .customer-account-forgotpassword .login-container .block .actions-toolbar .primary .primary,
  .customer-account-createpassword .login-container .block .actions-toolbar .primary .primary {
    float: none;
  }
}
@media (max-width: 480px) {
  .customer-account-login .login-container .block .actions-toolbar .primary .primary,
  .customer-account-create .login-container .block .actions-toolbar .primary .primary,
  .customer-account-forgotpassword .login-container .block .actions-toolbar .primary .primary,
  .customer-account-createpassword .login-container .block .actions-toolbar .primary .primary {
    height: 40px;
    padding: 8px 30px;
    font-size: 14px;
  }
}
.customer-account-login .login-container .block.block-new-customer,
.customer-account-create .login-container .block.block-new-customer,
.customer-account-forgotpassword .login-container .block.block-new-customer,
.customer-account-createpassword .login-container .block.block-new-customer {
  text-align: center;
}
.customer-account-login .login-container .block.block-new-customer .actions-toolbar,
.customer-account-create .login-container .block.block-new-customer .actions-toolbar,
.customer-account-forgotpassword .login-container .block.block-new-customer .actions-toolbar,
.customer-account-createpassword .login-container .block.block-new-customer .actions-toolbar {
  margin-top: 0;
}
.customer-account-login .login-container .block.block-new-customer .actions-toolbar .primary,
.customer-account-create .login-container .block.block-new-customer .actions-toolbar .primary,
.customer-account-forgotpassword .login-container .block.block-new-customer .actions-toolbar .primary,
.customer-account-createpassword .login-container .block.block-new-customer .actions-toolbar .primary {
  margin-top: 7px;
  text-align: center;
}
.customer-account-login .login-container .block.block-new-customer .actions-toolbar .primary .primary,
.customer-account-create .login-container .block.block-new-customer .actions-toolbar .primary .primary,
.customer-account-forgotpassword .login-container .block.block-new-customer .actions-toolbar .primary .primary,
.customer-account-createpassword .login-container .block.block-new-customer .actions-toolbar .primary .primary {
  float: none;
  background-color: transparent;
  border: 2px solid #0061ae;
  padding-left: 40px;
  padding-right: 40px;
  width: auto;
}
.customer-account-login .login-container .block.block-new-customer .actions-toolbar .primary .primary:hover,
.customer-account-create .login-container .block.block-new-customer .actions-toolbar .primary .primary:hover,
.customer-account-forgotpassword .login-container .block.block-new-customer .actions-toolbar .primary .primary:hover,
.customer-account-createpassword .login-container .block.block-new-customer .actions-toolbar .primary .primary:hover {
  background-color: #0061ae;
  color: #ffffff !important;
}
.customer-account-login .login-container .fieldset > .field > .control,
.customer-account-create .login-container .fieldset > .field > .control,
.customer-account-forgotpassword .login-container .fieldset > .field > .control,
.customer-account-createpassword .login-container .fieldset > .field > .control {
  width: 100%;
}
.customer-account-login .login-container .fieldset:after,
.customer-account-create .login-container .fieldset:after,
.customer-account-forgotpassword .login-container .fieldset:after,
.customer-account-createpassword .login-container .fieldset:after {
  display: none;
}
.customer-account-login .login-container .block-customer-create .actions-toolbar .primary,
.customer-account-create .login-container .block-customer-create .actions-toolbar .primary,
.customer-account-forgotpassword .login-container .block-customer-create .actions-toolbar .primary,
.customer-account-createpassword .login-container .block-customer-create .actions-toolbar .primary {
  margin-top: 4px;
}
@media (max-width: 640px) {
  .customer-account-login .login-container .block-customer-create .actions-toolbar .primary,
  .customer-account-create .login-container .block-customer-create .actions-toolbar .primary,
  .customer-account-forgotpassword .login-container .block-customer-create .actions-toolbar .primary,
  .customer-account-createpassword .login-container .block-customer-create .actions-toolbar .primary {
    margin-top: 15px;
  }
}
.customer-account-login .login-container .block-customer-create .actions-toolbar .primary .primary,
.customer-account-create .login-container .block-customer-create .actions-toolbar .primary .primary,
.customer-account-forgotpassword .login-container .block-customer-create .actions-toolbar .primary .primary,
.customer-account-createpassword .login-container .block-customer-create .actions-toolbar .primary .primary {
  width: auto;
  border: 2px solid #ccdfef;
}
.customer-account-login .login-container .block-customer-create .actions-toolbar .primary .primary:hover,
.customer-account-create .login-container .block-customer-create .actions-toolbar .primary .primary:hover,
.customer-account-forgotpassword .login-container .block-customer-create .actions-toolbar .primary .primary:hover,
.customer-account-createpassword .login-container .block-customer-create .actions-toolbar .primary .primary:hover {
  border-color: #0061ae;
}
.customer-account-login .login-container .block-customer-create .actions-toolbar .secondary,
.customer-account-create .login-container .block-customer-create .actions-toolbar .secondary,
.customer-account-forgotpassword .login-container .block-customer-create .actions-toolbar .secondary,
.customer-account-createpassword .login-container .block-customer-create .actions-toolbar .secondary {
  display: none;
}
.customer-account-login .form.password.forget,
.customer-account-create .form.password.forget,
.customer-account-forgotpassword .form.password.forget,
.customer-account-createpassword .form.password.forget {
  min-width: 100% !important;
  width: 100% !important;
}
.customer-account-login .form.password.forget .fieldset,
.customer-account-create .form.password.forget .fieldset,
.customer-account-forgotpassword .form.password.forget .fieldset,
.customer-account-createpassword .form.password.forget .fieldset {
  margin-bottom: 0;
}
.customer-account-login .form.password.forget .fieldset:after,
.customer-account-create .form.password.forget .fieldset:after,
.customer-account-forgotpassword .form.password.forget .fieldset:after,
.customer-account-createpassword .form.password.forget .fieldset:after {
  display: none;
}
.customer-account-login .form.password.forget .actions-toolbar .primary,
.customer-account-create .form.password.forget .actions-toolbar .primary,
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary,
.customer-account-createpassword .form.password.forget .actions-toolbar .primary {
  margin-top: 4px;
}
.customer-account-login .form.password.forget .actions-toolbar .primary .primary,
.customer-account-create .form.password.forget .actions-toolbar .primary .primary,
.customer-account-forgotpassword .form.password.forget .actions-toolbar .primary .primary,
.customer-account-createpassword .form.password.forget .actions-toolbar .primary .primary {
  width: auto;
}
.customer-account-login .form-create-account,
.customer-account-create .form-create-account,
.customer-account-forgotpassword .form-create-account,
.customer-account-createpassword .form-create-account {
  min-width: 100% !important;
  width: 100% !important;
}
.customer-account-login .form-create-account .actions-toolbar .primary,
.customer-account-create .form-create-account .actions-toolbar .primary,
.customer-account-forgotpassword .form-create-account .actions-toolbar .primary,
.customer-account-createpassword .form-create-account .actions-toolbar .primary {
  margin-top: 4px;
}
.customer-account-login .form-create-account .actions-toolbar .primary .primary,
.customer-account-create .form-create-account .actions-toolbar .primary .primary,
.customer-account-forgotpassword .form-create-account .actions-toolbar .primary .primary,
.customer-account-createpassword .form-create-account .actions-toolbar .primary .primary {
  width: 240px;
}
.customer-account-login .form-create-account .fieldset-fullname .fields,
.customer-account-create .form-create-account .fieldset-fullname .fields,
.customer-account-forgotpassword .form-create-account .fieldset-fullname .fields,
.customer-account-createpassword .form-create-account .fieldset-fullname .fields {
  display: inline-block;
}
.customer-account-login .form-create-account .fieldset-fullname .fields .field,
.customer-account-create .form-create-account .fieldset-fullname .fields .field,
.customer-account-forgotpassword .form-create-account .fieldset-fullname .fields .field,
.customer-account-createpassword .form-create-account .fieldset-fullname .fields .field {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.customer-account-login .form-create-account .fieldset-fullname .fields .field:last-child,
.customer-account-create .form-create-account .fieldset-fullname .fields .field:last-child,
.customer-account-forgotpassword .form-create-account .fieldset-fullname .fields .field:last-child,
.customer-account-createpassword .form-create-account .fieldset-fullname .fields .field:last-child {
  margin-bottom: 0;
}
.customer-account-login .form-create-account .fieldset-fullname .fields .field + .field,
.customer-account-create .form-create-account .fieldset-fullname .fields .field + .field,
.customer-account-forgotpassword .form-create-account .fieldset-fullname .fields .field + .field,
.customer-account-createpassword .form-create-account .fieldset-fullname .fields .field + .field {
  padding: 0;
}
.customer-account-login .form-create-account .fieldset,
.customer-account-create .form-create-account .fieldset,
.customer-account-forgotpassword .form-create-account .fieldset,
.customer-account-createpassword .form-create-account .fieldset {
  margin: 0;
  letter-spacing: 0;
}
.customer-account-login .form-create-account .fieldset.create.account:after,
.customer-account-create .form-create-account .fieldset.create.account:after,
.customer-account-forgotpassword .form-create-account .fieldset.create.account:after,
.customer-account-createpassword .form-create-account .fieldset.create.account:after {
  display: none;
}
.customer-account-login .form-create-account .field.note,
.customer-account-create .form-create-account .field.note,
.customer-account-forgotpassword .form-create-account .field.note,
.customer-account-createpassword .form-create-account .field.note {
  margin-bottom: 35px;
}
.customer-account-login .form-create-account .field.newsletter .label,
.customer-account-create .form-create-account .field.newsletter .label,
.customer-account-forgotpassword .form-create-account .field.newsletter .label,
.customer-account-createpassword .form-create-account .field.newsletter .label {
  display: block;
}
.customer-account-login .form-create-account .field select,
.customer-account-create .form-create-account .field select,
.customer-account-forgotpassword .form-create-account .field select,
.customer-account-createpassword .form-create-account .field select {
  max-width: 248px;
}
.customer-account-login .columns {
  margin: 45px auto 50px auto !important;
}
.customer-account-login .trade_link_div {
  text-align: center;
  margin-bottom: 100px;
}
.customer-account-forgotpassword .column.main {
  min-height: initial;
}
.telephone-error {
  font-size: 14px;
  margin-top: 0;
  padding: 0 24px;
  color: #e02b27;
}
@media (max-width: 1370px) {
  .telephone-error {
    padding: 0 14px;
  }
}
body .columns .column.main {
  margin-top: 0;
}
body.account {
  background-color: rgba(0, 0, 0, 0.05);
}
body.account .block-addresses-list .additional-addresses {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
}
body.account .data.table.table-additional-addresses-items {
  display: block;
}
body.account .data.table.table-additional-addresses-items thead {
  display: none;
}
body.account .data.table.table-additional-addresses-items tbody {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 42px;
  row-gap: 20px;
}
@media (max-width: 1440px) {
  body.account .data.table.table-additional-addresses-items tbody {
    column-gap: 15px;
  }
}
@media (max-width: 1200px) {
  body.account .data.table.table-additional-addresses-items tbody {
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }
}
@media (max-width: 480px) {
  body.account .data.table.table-additional-addresses-items tbody {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
body.account .data.table.table-additional-addresses-items tbody tr {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 40px;
}
body.account .data.table.table-additional-addresses-items tbody tr td {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  padding: 0 !important;
  border: 0 !important;
}
body.account .data.table.table-additional-addresses-items tbody tr td:before {
  display: none !important;
}
body.account .data.table.table-additional-addresses-items tbody tr td.firstname,
body.account .data.table.table-additional-addresses-items tbody tr td.lastname,
body.account .data.table.table-additional-addresses-items tbody tr td.city,
body.account .data.table.table-additional-addresses-items tbody tr td.country {
  display: inline-block;
  width: auto;
}
body.account .data.table.table-additional-addresses-items tbody tr td.actions {
  display: block;
  width: 100%;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.account .data.table.table-additional-addresses-items tbody tr td.actions a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #0061ae;
  text-decoration: underline;
  margin-bottom: 0;
}
body.account .data.table.table-additional-addresses-items tbody tr td.actions a.delete {
  color: #d10029;
  margin-bottom: 0;
}
body.account .toolbar {
  margin-bottom: 0;
}
body.account .table-wrapper.additional-addresses > br {
  display: none;
}
body.account .table-wrapper td.col.actions a:first-child::after {
  content: "|";
  margin: 0 5px;
}
body.account .form-edit-address .field div.mage-error,
body.account .form-edit .field div.mage-error {
  margin-top: 5px;
  color: #e02b27;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  body.account .toolbar-amount {
    margin-bottom: 15px;
  }
}
body.account .toolbar select {
  background-color: #ffffff;
}
body.account .page-main {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 1370px) {
  body.account .page-main {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
body.account .page-main:after {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/balloon-after.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 251px;
  height: 350px;
  display: none;
  position: absolute;
  top: 10%;
  right: -60px;
  z-index: -1;
}
@media (max-width: 1370px) {
  body.account .page-main:after {
    width: 133px;
    height: 187px;
    right: -40px;
  }
}
@media (max-width: 769px) {
  body.account .page-main:after {
    width: 123px;
    height: 172px;
    right: -40px;
    transform: rotate(-4deg);
    top: 12%;
  }
}
body.account .page-main .circle-after {
  width: 251px;
  height: 350px;
  display: block;
  position: absolute;
  top: 10%;
  right: -90px;
  z-index: -1;
}
body.account .page-main .circle-after svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1370px) {
  body.account .page-main .circle-after {
    width: 133px;
    height: 187px;
    right: -40px;
  }
}
@media (max-width: 769px) {
  body.account .page-main .circle-after {
    width: 123px;
    height: 172px;
    right: -40px;
    transform: rotate(-4deg);
    top: 12%;
  }
}
body.account .sidebar {
  position: relative;
  min-height: 880px;
}
@media (max-width: 991px) {
  body.account .sidebar {
    min-height: initial;
  }
}
body.account .sidebar:before {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/balloon-before.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 276px;
  height: 262px;
  display: none;
  position: absolute;
  top: auto;
  left: -72px;
  z-index: 0;
  bottom: 40px;
}
@media (max-width: 1370px) {
  body.account .sidebar:before {
    width: 136px;
    height: 132px;
    left: -25px;
  }
}
@media (max-width: 991px) {
  body.account .sidebar:before {
    z-index: -1;
  }
}
@media (max-width: 769px) {
  body.account .sidebar:before {
    width: 161px;
    height: 140px;
    left: -40px;
    transform: rotate(4deg);
    top: 12%;
  }
}
body.account .sidebar .circle-before {
  width: 276px;
  height: 262px;
  display: block;
  position: absolute;
  top: auto;
  left: -72px;
  z-index: 0;
  bottom: 40px;
}
body.account .sidebar .circle-before svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  body.account .sidebar .circle-before {
    width: 136px;
    height: 132px;
    left: -25px;
  }
}
@media (max-width: 991px) {
  body.account .sidebar .circle-before {
    z-index: -1;
  }
}
@media (max-width: 769px) {
  body.account .sidebar .circle-before {
    width: 161px;
    height: 140px;
    left: -40px;
    transform: rotate(4deg);
    top: 12%;
  }
}
body.account .sidebar .block-collapsible-nav {
  display: none;
}
@media (max-width: 991px) {
  body.account .sidebar .block-collapsible-nav {
    display: block;
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    padding: 0 !important;
    margin-top: 0 !important;
  }
}
body.account .sidebar .block-collapsible-nav .title {
  margin: 0;
}
body.account .sidebar .block-collapsible-nav .title:after {
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/account-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
body.account .sidebar .block-collapsible-nav .title.active:after {
  transform: translateY(-50%) rotate(270deg);
}
body.account .sidebar .block-collapsible-nav .title strong {
  color: #0061ae;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 991px) {
  body.account .sidebar .sidebar-left-block {
    display: none;
    float: left;
    width: 100%;
    margin-top: 10px;
  }
}
body.account .sidebar #block-collapsible-nav {
  display: none;
}
body.account .sidebar .nav.items li {
  background-color: #ccdfef;
  color: #0061ae;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px 0;
  position: relative;
}
body.account .sidebar .nav.items li > a {
  color: #0061ae;
  padding: 11px 50px 11px 28px;
  display: inline-block;
  width: 100%;
}
body.account .sidebar .nav.items li > a:hover {
  text-decoration: none;
}
body.account .sidebar .nav.items li > a:after {
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/account-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
body.account .sidebar .nav.items li.current {
  background-color: #0061ae;
  color: #ffffff;
}
body.account .sidebar .nav.items li.current > strong {
  padding: 11px 50px 11px 28px;
  display: inline-block;
  width: 100%;
}
body.account .sidebar .nav.items li.current > strong:after {
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/account-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(10);
}
body.account .sidebar .nav.items li.current a {
  color: #ffffff;
}
body.account .sidebar .nav.items li:hover,
body.account .sidebar .nav.items li.current {
  background-color: #0061ae;
  color: #ffffff;
}
body.account .sidebar .nav.items li:hover > a,
body.account .sidebar .nav.items li.current > a {
  color: #ffffff;
}
body.account .sidebar .nav.items li:hover > a:after,
body.account .sidebar .nav.items li.current > a:after {
  filter: brightness(10);
}
body.account .columns {
  display: flex;
  flex-wrap: wrap;
}
body.account .columns select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_2184' data-name='Group 2184' xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath id='Path_270' data-name='Path 270' d='M2679-3383l5.75,5.75,5.75-5.75' transform='translate(-2667.75 3397)' fill='none' stroke='%232761a8' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Ccircle id='Ellipse_120' data-name='Ellipse 120' cx='17' cy='17' r='17' transform='translate(34 34) rotate(180)' fill='%230061ae' opacity='0.2'/%3E%3C/svg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  height: 50px;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Kanit', sans-serif;
  border: 2px solid #0061ae;
  padding: 0 55px 0 22px;
  color: #000000;
}
@media (max-width: 991px) {
  body.account .columns select {
    height: 40px;
    font-size: 14px;
    padding-left: 14px;
    background-size: 20px 20px;
  }
}
body.account .columns .sidebar {
  background-color: #fff;
  width: 100%;
  flex: 0 0 32.3%;
  border-radius: 20px;
  padding: 27px 55px;
}
@media (max-width: 1370px) {
  body.account .columns .sidebar {
    padding: 27px;
  }
}
@media (max-width: 991px) {
  body.account .columns .sidebar {
    display: block;
    position: relative;
    order: -1;
    width: 100%;
    flex: 0 0 100%;
  }
}
body.account .columns .column.main {
  width: 100%;
  flex: 0 0 67.7%;
  padding-left: 25px;
  margin: -24px 0 0 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  body.account .columns .column.main {
    flex: 0 0 100%;
    padding: 0;
    margin: 0;
  }
}
body.account .account-content-section {
  background-color: #fff;
}
body.account .account-content-section .category-div .circle-div {
  display: none;
}
body.account .account_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid rgba(160, 160, 160, 0.46);
  padding-bottom: 8px;
  margin-bottom: 31px;
}
body.account .account_item_list span {
  font-size: 36px;
  font-weight: 900;
  line-height: 68px;
  color: #0061ae;
  flex: 0 0 100%;
}
@media (max-width: 1370px) {
  body.account .account_item_list span {
    font-size: 29px;
  }
}
body.account .account_item_list span .logout_link {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0.05em;
  float: right;
  text-decoration: underline;
}
body.account .account_item_list span .logout_link:hover {
  text-decoration: none;
}
body.account .account_item_list .note {
  flex: 0 0 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #000000;
  margin: 0;
}
body.account footer.page-footer {
  background-color: #ffffff;
  margin-top: 0;
}
body.account footer.page-footer:before {
  z-index: 0;
}
body.account footer.page-footer .footer.content {
  position: relative;
}
body.account footer.page-footer .footer.content .footer-main {
  position: relative;
}
body.account .block-collapsible-nav .content {
  background-color: transparent;
}
body.account .page-main .block {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 64px 50px 53px 50px;
  float: left;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 1370px) {
  body.account .page-main .block {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  body.account .page-main .block {
    padding: 20px 20px 28px 20px;
  }
}
@media (max-width: 639px) {
  body.account .page-main .block .table-wrapper {
    border-top: 0;
  }
}
body.account .page-main .block .table-wrapper .action {
  text-decoration: underline;
}
body.account .page-main .block .table-wrapper .action:hover {
  text-decoration: none;
}
body.account .page-main .block .table-wrapper.orders-history .action {
  text-decoration: underline;
}
body.account .page-main .block .table-wrapper.orders-history .action:hover {
  text-decoration: none;
}
body.account .page-main .block .table-wrapper.orders-history .action.view {
  margin-right: 0;
}
body.account .page-main .block .table-wrapper.orders-recent .action {
  text-decoration: underline;
}
body.account .page-main .block .table-wrapper.orders-recent .action:hover {
  text-decoration: none;
}
body.account .page-main .block .table-wrapper.orders-recent .action.view {
  margin-right: 0;
}
body.account .page-main .block table thead tr th {
  padding: 8px 7px;
  font-size: 13px;
}
body.account .page-main .block table tbody tr td {
  padding: 8px 7px;
  font-size: 13px;
}
body.account .page-main .block .block-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  color: #0061ae;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(160, 160, 160, 0.46);
  padding-bottom: 12px;
  margin-bottom: 31px;
}
@media (max-width: 1200px) {
  body.account .page-main .block .block-title {
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 9px;
    margin-bottom: 21px;
  }
}
body.account .page-main .block .block-title .action {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-decoration: underline;
}
body.account .page-main .block .block-title .action:hover {
  text-decoration: none;
}
body.account .page-main .block.block-addresses-list {
  margin-bottom: 24px;
}
body.account .page-main .block.block-addresses-default .box {
  float: left;
  margin-right: 42px;
}
body.account .page-main .block.block-addresses-default .box:last-child {
  margin-right: 0;
}
body.account .page-main .block.block-addresses-default .box .box-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #0061ae;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
body.account .page-main .block.block-addresses-default .box .box-content address {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
body.account .page-main .block.block-addresses-default .box .box-actions {
  margin-top: 24px;
}
body.account .page-main .block.block-addresses-default .box .box-actions a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #0061ae;
  text-decoration: underline;
}
body.account .page-main .block.block-addresses-default .box .box-actions a:hover {
  text-decoration: none;
}
body.account .form-address-edit .customer-name-prefix > .label {
  display: none;
}
body.account .form-edit-account .fieldset.additional_info {
  margin: 0;
}
body.account .form-edit-account .customer-name-prefix > label[for="firstname"] {
  display: none;
}
body.account .block.order-view {
  margin-top: 0;
  border-radius: 0 0 20px 20px;
}
body.account .block.order-view tfoot {
  background-color: #ffffff;
}
body.account .block.block-order-details-view .box {
  float: left;
  margin-right: 42px;
}
body.account .block.block-order-details-view .box:last-child {
  margin-right: 0;
}
body.account .block.block-order-details-view .box .box-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #0061ae;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
body.account .block.block-order-details-view .box .box-content address {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
body.account .block.block-order-details-view .box .box-actions {
  margin-top: 24px;
}
body.account .block.block-order-details-view .box .box-actions a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #0061ae;
}
body.account .block.block-order-details-view .box .box-actions a:hover {
  color: #000000;
}
body.account .items.order-links {
  margin-top: 24px;
}
body.account .items.order-links li {
  margin-right: 10px;
}
@media (max-width: 768px) {
  body.account .items.order-links li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
body.account .items.order-links li.current strong {
  border: 0;
  background-color: #0061ae;
  color: #ffffff;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 768px) {
  body.account .items.order-links li.current strong {
    border-radius: 15px;
  }
}
body.account .items.order-links li:last-child {
  margin-right: 0;
}
body.account .items.order-links li a {
  background-color: #fff;
  border: 0;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 768px) {
  body.account .items.order-links li a {
    border-radius: 15px;
  }
}
body.account .order-status {
  margin-top: 24px;
  display: block;
}
.customer-account-index .page-main .block-dashboard-info .box-newsletter {
  display: none;
}
.customer-account-index .page-main .block {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 52px 55px 44px 55px;
  float: left;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 1370px) {
  .customer-account-index .page-main .block {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .customer-account-index .page-main .block {
    padding: 20px 20px 28px 20px;
  }
}
.customer-account-index .page-main .block .block-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  color: #0061ae;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(160, 160, 160, 0.46);
  padding-bottom: 12px;
  margin-bottom: 31px;
}
@media (max-width: 1200px) {
  .customer-account-index .page-main .block .block-title {
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 9px;
    margin-bottom: 21px;
  }
}
.customer-account-index .page-main .block .block-title .action {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.customer-account-index .page-main .block .block-title .action:hover {
  color: #000000;
}
.customer-account-index .page-main .block.block-dashboard-info .box-content {
  float: left;
  width: 100%;
}
.customer-account-index .page-main .block.block-dashboard-info .box-content .box-data .change-password {
  vertical-align: bottom;
  margin-top: 32px;
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .customer-account-index .page-main .block.block-dashboard-info .box-content .box-data .change-password {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .customer-account-index .page-main .block.block-dashboard-info .box-content .box-data .change-password {
    margin-top: 17px;
  }
}
.customer-account-index .page-main .block.block-dashboard-info .box-content .box-data .change-password:hover {
  text-decoration: none;
}
.customer-account-index .page-main .block.block-dashboard-info .box-content .name {
  width: 100%;
  margin-bottom: 23px;
}
@media (max-width: 1200px) {
  .customer-account-index .page-main .block.block-dashboard-info .box-content .name {
    margin-bottom: 13px;
  }
}
.customer-account-index .page-main .block.block-dashboard-info .box-content .email {
  float: left;
  margin-right: 46px;
}
@media (max-width: 480px) {
  .customer-account-index .page-main .block.block-dashboard-info .box-content .email {
    float: none;
  }
}
.customer-account-index .page-main .block.block-dashboard-info .box-content .bcnt {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.customer-account-index .page-main .block.block-dashboard-info .box-content .bcnt span {
  display: block;
  text-transform: uppercase;
  color: #0061ae;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .customer-account-index .page-main .block.block-dashboard-info .box-content .bcnt span {
    margin-bottom: 0;
    line-height: 11px;
  }
}
.customer-account-index .page-main .block.block-dashboard-addresses .box {
  float: left;
  margin-right: 42px;
}
.customer-account-index .page-main .block.block-dashboard-addresses .box:last-child {
  margin-right: 0;
}
.customer-account-index .page-main .block.block-dashboard-addresses .box .box-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #0061ae;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.customer-account-index .page-main .block.block-dashboard-addresses .box .box-content address {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}
@media (max-width: 767px) {
  .customer-account-index .page-main .block.block-dashboard-addresses .box .box-content address {
    font-size: 13px;
    line-height: 23px;
  }
}
.customer-account-index .page-main .block.block-dashboard-addresses .box .box-actions {
  margin-top: 24px;
}
.customer-account-index .page-main .block.block-dashboard-addresses .box .box-actions a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #0061ae;
  text-decoration: underline;
}
.customer-account-index .page-main .block.block-dashboard-addresses .box .box-actions a:hover {
  text-decoration: none;
}
.wishlist-main .wishlist-toolbar {
  float: left;
  width: 100%;
}
@media (max-width: 768px) {
  .wishlist-main .wishlist-toolbar .toolbar-amount {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .wishlist-main .wishlist-toolbar .limiter {
    width: 100%;
    text-align: center;
  }
}
.wishlist-main .form-wishlist-items .product-item-name {
  margin: 0 0 11px 0 !important;
  float: left;
  width: 100%;
  font-size: 23px;
  font-weight: 500;
  line-height: 27px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  text-align: center;
}
@media (max-width: 1023px) {
  .wishlist-main .form-wishlist-items .product-item-name {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 14px;
  }
}
.wishlist-main .form-wishlist-items .product-item-name a {
  color: #000000;
}
.wishlist-main .form-wishlist-items .product-item-name a:hover {
  color: #0061ae;
  text-decoration: none;
}
.wishlist-main .form-wishlist-items .price-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 !important;
  float: left;
  width: 100%;
}
.wishlist-main .form-wishlist-items .price-box:has(.old-price) .special-price .price {
  color: red !important;
}
.wishlist-main .form-wishlist-items .price-box .price-as-configured {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.wishlist-main .form-wishlist-items .price-box .normal-price .price-label {
  display: none;
}
.wishlist-main .form-wishlist-items .price-box .old-price {
  order: 0;
  margin: 0;
  color: #898989;
  position: relative;
  padding: 0 8px;
  margin-right: 18px;
}
@media (max-width: 640px) {
  .wishlist-main .form-wishlist-items .price-box .old-price {
    margin-right: 8px;
  }
}
.wishlist-main .form-wishlist-items .price-box .old-price:after {
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #898989;
}
.wishlist-main .form-wishlist-items .price-box .old-price .price-label {
  font-size: 18px;
  line-height: 30px;
  color: #898989;
}
@media (max-width: 1023px) {
  .wishlist-main .form-wishlist-items .price-box .old-price .price-label {
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  .wishlist-main .form-wishlist-items .price-box .old-price .price-label {
    font-size: 14px;
  }
}
.wishlist-main .form-wishlist-items .price-box .old-price .price {
  font-size: 18px;
  line-height: 30px;
  color: #898989;
}
@media (max-width: 1023px) {
  .wishlist-main .form-wishlist-items .price-box .old-price .price {
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  .wishlist-main .form-wishlist-items .price-box .old-price .price {
    font-size: 14px;
  }
}
.wishlist-main .form-wishlist-items .price-box .special-price {
  order: 1;
  margin: 0;
}
.wishlist-main .form-wishlist-items .price-box .special-price .price-label {
  display: none;
}
.wishlist-main .form-wishlist-items .price-box .special-price .price {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 1023px) {
  .wishlist-main .form-wishlist-items .price-box .special-price .price {
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  .wishlist-main .form-wishlist-items .price-box .special-price .price {
    font-size: 14px;
  }
}
.wishlist-main .form-wishlist-items .price-box .price {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .wishlist-main .form-wishlist-items .price-box .price {
    font-size: 16px;
  }
}
.wishlist-main .form-wishlist-items .swatch-attribute {
  float: left;
  width: 100%;
}
.wishlist-main .form-wishlist-items .swatch-attribute.color {
  text-align: center;
  margin-top: 20px;
}
.wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options {
  margin: 0;
  display: inline-block;
}
.wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.color {
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  min-width: initial;
  position: relative;
}
.wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.color:last-child {
  margin: 0;
}
.wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.color:not(.disabled):focus,
.wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.image:not(.disabled):focus {
  box-shadow: none;
}
.wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.image:not(.disabled):hover {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.image:not(.disabled):hover:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.image:not(.disabled):hover:after {
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}
.wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.color:not(.disabled):hover {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.color:not(.disabled):hover:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.color:not(.disabled):hover:after {
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}
.wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.color.selected {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.color.selected:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .wishlist-main .form-wishlist-items .swatch-attribute.color .swatch-attribute-options .swatch-option.color.selected:after {
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}
.account-content-section .category-div:after {
  display: none;
}
.order-details-items .table-order-items .product-item-name {
  font-size: 15px;
  font-weight: 500;
}
.order-details-items .table-order-items .price-including-tax .price,
.order-details-items .table-order-items .price-excluding-tax .price {
  font-weight: 400;
}
.order-details-items .table-order-items .items-qty {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order-details-items .table-order-items .items-qty .title {
  display: inline-block;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 0px solid #cccccc !important;
  font-size: 14px !important;
}
.order-actions-toolbar .action {
  text-decoration: underline;
}
.order-details-items .action {
  text-decoration: underline;
}
.order-details-items.ordered {
  border: 0;
  padding: 0;
}
.order-details-items.invoice,
.order-details-items.shipments,
.order-details-items.creditmemo {
  background: #fff;
  float: left;
  width: 100%;
  border: 0;
}
@media (max-width: 768px) {
  .order-details-items.invoice,
  .order-details-items.shipments,
  .order-details-items.creditmemo {
    margin-top: 10px;
    border-radius: 15px;
    padding: 20px !important;
  }
}
.order-details-items.invoice tfoot,
.order-details-items.shipments tfoot,
.order-details-items.creditmemo tfoot {
  background-color: #ffffff;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 0px solid #cccccc;
}
body.account.page-print {
  background-color: #0061ae;
}
body.account.page-print .columns .column.main {
  width: 100%;
  flex: 100%;
  padding-left: 0;
  margin: 0;
  padding-bottom: 0;
}
body.account.page-print .page-title-wrapper .page-title {
  text-align: left;
  color: #fff;
}
body.account.page-print .page-title-wrapper:after {
  display: none;
}
body.account.page-print .order-date {
  margin-bottom: 24px;
  color: #fff;
}
body.account.page-print .order-status {
  color: #fff;
}
@media (max-width: 639px) {
  .order-details-items .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .order-details-items .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    padding-left: 0;
    padding-right: 0;
  }
}
.account .form-address-edit .zip.search-container .search-bar {
  display: flex;
  flex-wrap: wrap;
}
.account .form-address-edit .zip.search-container .search-bar input {
  border: 2px solid #2761A8;
  border-radius: 60px;
  height: 50px;
  background: transparent;
  padding: 0 24px;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  box-shadow: none !important;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  order: -1;
  margin-bottom: 10px;
}
@media (max-width: 1370px) {
  .account .form-address-edit .zip.search-container .search-bar input {
    font-size: 16px;
    padding: 0 14px;
  }
}
@media (max-width: 991px) {
  .account .form-address-edit .zip.search-container .search-bar input {
    height: 42px;
    font-size: 14px;
    padding: 0 14px;
  }
}
.account .form-address-edit .zip.search-container .search-bar button {
  background: #0061ae;
  border-radius: 30px;
  padding: 12px 30px;
  letter-spacing: 0.4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
}
.account .form-address-edit .zip.search-container .search-bar button:hover {
  background-color: rgba(0, 97, 174, 0.2);
  color: #0061ae;
}
.account .form-address-edit .zip.search-container .search-bar .message.warning {
  width: 100%;
}
.account .actions-toolbar .action.primary {
  border: 2px solid #ccdfef;
}
.account .actions-toolbar .action.primary:hover {
  border-color: #0061ae;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner {
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  box-shadow: none;
  border: 0;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .comment-box {
  display: none;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .box-tocart {
  display: block;
  width: 100%;
  margin: 0;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .box-tocart .fieldset {
  display: block;
  margin-bottom: 10px;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .box-tocart .qty {
  margin-top: 10px;
  padding-right: 0;
  display: block;
  width: 100%;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .box-tocart .qty label {
  display: none;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .box-tocart .qty .input-text {
  text-align: center;
  padding: 0;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .box-tocart .product-item-actions {
  display: block;
  width: 100%;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .box-tocart .product-item-actions .actions-primary {
  display: block;
  width: 100%;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .box-tocart .product-item-actions .tocart {
  background: rgba(0, 97, 174, 0.2);
  border-radius: 30px;
  padding: 12px 30px;
  letter-spacing: 0.4px;
  color: #0061ae;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .box-tocart .product-item-actions .tocart:hover,
.account .wishlist-main .products-grid .product-items li .product-item-inner .box-tocart .product-item-actions .tocart:focus {
  background: #0061ae;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #0061ae;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .product-item-actions {
  display: block;
  width: 100%;
  text-align: center;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .product-item-actions .edit {
  display: none;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .product-item-actions .delete {
  width: 100%;
  text-align: center;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .product-item-actions .delete:before {
  display: none;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .product-item-actions .delete span {
  position: relative;
  width: auto;
  display: block;
  font-size: 15px;
  font-weight: 700;
  clip: inherit;
  height: auto;
  text-transform: uppercase;
  color: #0061ae;
}
.account .wishlist-main .products-grid .product-items li .product-item-inner .product-item-actions .delete:hover span {
  color: #000;
}
.account .wishlist-main .products-grid .product-items li .product-item-info:hover .product-item-inner {
  display: block;
}
.mpbrand-index-index .brand-container {
  margin: 0;
}
.mpbrand-index-index .page-title-wrapper {
  display: flex;
}
@media (min-width: 1200px) {
  .mpbrand-index-index .page-title-wrapper {
    padding: 13px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .mpbrand-index-index .page-title-wrapper {
    padding: 13px 0 25px 0;
  }
}
@media (min-width: 1200px) {
  .mpbrand-index-index .page-title-wrapper .page-title {
    padding-top: 21px;
  }
}
@media (max-width: 767px) {
  .mpbrand-index-index .page-title-wrapper .breadcrumbs {
    order: -1;
  }
}
@media (min-width: 1200px) {
  .mpbrand-index-index .page-title-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transform: none;
    z-index: -1;
    background-image: url("../../frontend/Cda/upupandaway/en_GB/images/Intersection_1.svg");
    background-position: bottom center;
    background-size: 100% auto;
    border-radius: 0;
  }
}
.mpbrand-index-index .block-brand-list .block-title {
  display: none;
}
.mpbrand-index-index .block-brand-list .brand-mix-container {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}
@media (max-width: 1023px) {
  .mpbrand-index-index .block-brand-list .brand-mix-container {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
@media (max-width: 767px) {
  .mpbrand-index-index .block-brand-list .brand-mix-container {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.mpbrand-index-index .block-brand-list .brand-mix-container div[style="clear: both"] {
  display: none;
}
.mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container {
  break-inside: avoid;
  padding: 0 15px 0 0;
  margin: 0 0 27px 0;
  clear: both;
  border: 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container {
    margin-bottom: 17px;
  }
}
.mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-char-title {
  align-items: center;
  width: 39px;
  height: 39px;
  background-color: #0061ae;
  color: #ffffff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: 0;
  float: left;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  .mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-char-title {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
@media (max-width: 380px) {
  .mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-char-title {
    width: 100%;
    margin: 0;
  }
}
.mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content {
  display: inline-block;
  vertical-align: top;
  padding-left: 38px;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content {
    padding-left: 18px;
  }
}
@media (max-width: 767px) {
  .mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content {
    margin: 0;
    padding-left: 20px;
  }
}
@media (max-width: 503px) {
  .mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content {
    padding-left: 15px;
  }
}
@media (max-width: 380px) {
  .mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content {
    margin: 15px 0 20px 0;
    float: left;
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content .product-items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content .product-items .product-item {
  max-width: initial;
  margin: 0 0 8px 0 !important;
  text-align: left;
  width: 100% !important;
  padding: 0;
}
@media (max-width: 767px) {
  .mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content .product-items .product-item {
    margin-bottom: 5px !important;
  }
}
.mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content .product-items .product-item .product-item-link {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400 !important;
  text-transform: capitalize;
  color: #000000;
}
.mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content .product-items .product-item .product-item-link:hover {
  color: #0061ae;
  text-decoration: none;
}
.columns .sidebar .block.block-category-brand.widget {
  display: none;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Cda/upupandaway/en_GB/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Cda/upupandaway/en_GB/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Cda/upupandaway/en_GB/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Cda/upupandaway/en_GB/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Cda/upupandaway/en_GB/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Cda/upupandaway/en_GB/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Cda/upupandaway/en_GB/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Cda/upupandaway/en_GB/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  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: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.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 (max-width: 1024px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.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;
    -moz-transition: left 0.3s;
    -ms-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: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .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: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    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: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .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: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .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) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 1025px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Cda/upupandaway/en_GB/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  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;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.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 > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.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 {
  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-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  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: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.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: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  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;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  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 {
  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: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  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%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/Cda/upupandaway/en_GB/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Cda/upupandaway/en_GB/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  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 {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.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 {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 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: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.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;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.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 {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.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 #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.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 .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .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: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  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: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 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.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .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 {
  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-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 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;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.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-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  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: inherit;
}
.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: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  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: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Cda/upupandaway/en_GB/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Cda/upupandaway/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Cda/upupandaway/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Cda/upupandaway/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Cda/upupandaway/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  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: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .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 {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  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 {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -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: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  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%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 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: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .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) {
  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;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.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.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
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 {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  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'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.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: .5;
  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'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1480px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  width: 100%;
}
[data-content-type='slide'] {
  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;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  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;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.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 {
  -moz-appearance: button;
  -webkit-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 #cccccc;
  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: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .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 #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  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;
}
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 {
  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,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  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 {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  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 {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.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 {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  position: relative;
  display: block;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  display: table;
  content: '';
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  min-height: 1px;
  height: 100%;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.amslick-slider-container .slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  border-radius: 100%;
  content: '';
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button {
  padding: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000000;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease;
  transform: translate(0, -50%);
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.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;
  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: flex;
  justify-content: space-between;
}
.amcard-flex-container.-checkbox {
  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 {
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #eee;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.amcard-form-container > .amcard-button:hover {
  background-color: #1e79c2;
  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;
  display: inline;
  width: 0;
  height: 0;
  opacity: 0;
}
.amcard-field-container {
  flex-basis: 48%;
  margin-top: 0;
  border: none;
  text-align: left;
}
.amcard-field-block {
  display: block;
}
.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: '';
  cursor: pointer;
}
.amcard-field-block.-datepicker {
  margin-bottom: 20px;
}
.amcard-field-block > .amcard-field {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background: #fff;
}
.amcard-field-block > .amcard-field::-webkit-input-placeholder {
  /* Edge */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  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: flex;
}
.amcard-field-block.-double > .amcard-field {
  border-radius: 2px 0 0 2px;
}
.amcard-price-container {
  display: flex;
  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 {
  box-sizing: border-box;
  margin: 0 10px 5px 0;
  padding: 6px 8px;
  border: 1px solid #dadada;
  background-color: #f0f0f0;
  font-size: 14px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.amcard-label-block.-price.-active,
.amcard-label-block.-price:hover {
  border: 1px solid #1e79c2;
  background-color: #1e79c2;
  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;
  transition: background-color 0.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-image-container > .amcard-container,
.amcard-customer-image > .amcard-image,
.amcard-image-container > .amcard-image {
  padding: 7px;
  max-width: 100px;
  cursor: pointer;
}
.amcard-customer-image > .amcard-container.-active,
.amcard-image-container > .amcard-container.-active,
.amcard-customer-image > .amcard-image.-active,
.amcard-image-container > .amcard-image.-active,
.amcard-customer-image > .amcard-container:hover,
.amcard-image-container > .amcard-container:hover,
.amcard-customer-image > .amcard-image:hover,
.amcard-image-container > .amcard-image:hover {
  padding: 6px;
  border: 1px solid #026bb3;
  border-radius: 2px;
  box-shadow: 0 4px 4px #e2f0fb;
}
.amcard-upload-container {
  position: relative;
  display: flex;
  margin: 10px 0;
}
.amcard-upload-container .amcard-input {
  display: none;
}
.amcard-customer-image {
  display: flex;
  padding: 15px;
  background: #e8f6ff;
}
.amcard-customer-image > .amcard-container {
  display: flex;
  align-items: center;
  margin-right: 15px;
  max-width: 100px;
  cursor: pointer;
}
.amcard-customer-image .amcard-image {
  width: 100%;
  height: 100%;
}
.amcard-image-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amcard-image-information > .amcard-description,
.amcard-image-information > .amcard-title {
  margin: 0;
}
.amcard-image-information > .amcard-delete {
  position: relative;
  align-self: flex-start;
  padding: 0 15px;
  border: none;
  background: 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 {
  box-sizing: border-box;
  padding: 6px 15px;
  border: 1px solid #4190c6;
  border-radius: 2px;
  background: none;
  color: #026bb3;
  font-size: 14px;
  transition: background-color 0.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;
  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: '';
  transform: rotate(45deg);
}
.amcard-tooltip-container > .amgiftcard-text {
  color: #575757;
  font-weight: 400;
  font-size: 12px;
}
.amcard-question-container {
  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;
}
.amgiftcard-modal-container {
  pointer-events: auto;
}
.amcard-page-product .modal-inner-wrap {
  max-width: 900px;
}
.amcard-page-product .gallery-placeholder:not(.-active) .amasty-main-image,
.amcard-page-product .gallery-placeholder:not(.-active) .gallery-placeholder__image {
  visibility: hidden;
}
.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 .amgiftcard-price-container .amgiftcard-price-multiple.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-multiple .price-wrapper .price {
  font-size: 24px;
  line-height: 24px;
}
.amcard-page-product .amgiftcard-price-container .price-wrapper + .price-wrapper {
  margin-left: 5px;
}
.amcard-page-product .amcard-preview .header {
  display: flex;
  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-top: 6px solid #1787e0;
  border-radius: 10px;
  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: flex;
  justify-content: center;
  align-items: center;
}
.ammodal-aside-container {
  pointer-events: auto;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: unset;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
}
.account .amcard-codes-list .table-wrapper:last-child {
  margin-bottom: 20px;
}
.account .amcard-codes-list .messages {
  margin-bottom: 0;
}
.amcardacc-template-container .amcard-codes-list,
.amcardacc-template-container .amcard-field-container {
  max-width: 360px;
}
.amcard-codes-list.-cart,
.amcard-field-container.-cart {
  max-width: 500px;
}
.amcard-codes-list.-paypal,
.amcard-field-container.-paypal {
  margin: 20px 0;
}
.amcard-codes-list .table .action,
.amcard-field-container .table .action,
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-delete {
  position: relative;
  align-self: flex-start;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
}
.amcard-codes-list .table .action:hover,
.amcard-field-container .table .action:hover,
.amcard-codes-list .amcard-check:hover,
.amcard-field-container .amcard-check:hover,
.amcard-codes-list .amcard-delete:hover,
.amcard-field-container .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-codes-list .amcard-list-btn-container,
.amcard-field-container .amcard-list-btn-container {
  padding: 0 10px;
  display: inline-block;
}
.amcard-codes-list .amcard-list-btn-container:not(:last-child),
.amcard-field-container .amcard-list-btn-container:not(:last-child) {
  border-right: 2px solid #ccc;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 10px;
}
.amcard-field-block.-code {
  margin-top: 10px;
}
.amcard-field-block .amcard-button {
  font-weight: 600;
  transition: opacity 0.3s ease-out;
}
.amcard-field-block .amcard-button:hover {
  opacity: .9;
}
.amcard-field-block .amcard-button.-account {
  background: #3a77bd;
  color: #fff;
}
.amcard-field-block .amgcard-datalist-container + .amcard-button {
  align-self: flex-start;
  line-height: 16px;
}
.amcard-card-info {
  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;
}
.amgcard-datalist-container {
  position: relative;
  width: 100%;
}
.amgcard-datalist-container.-active .amgcard-datalist-ul {
  display: block;
}
.amgcard-datalist-container .amcard-input-arrow:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
  content: '';
}
.amgcard-datalist-container.-active .amcard-input-arrow:after {
  top: 7px;
  border-color: transparent transparent #333 transparent;
}
.amgcard-datalist-container .amcard-datalist-message {
  font-style: italic;
}
.amgcard-datalist-container .amcard-field.-datalist {
  height: 32px;
}
.amgcard-datalist-ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  margin: 5px 0 0 0;
  padding: 0;
  max-height: 200px;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  list-style: none;
}
.amgcard-datalist-ul .amcard-datalist-li {
  display: block;
  margin-bottom: 0;
  padding: 6px 10px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
}
.amgcard-datalist-ul .amcard-datalist-li:hover {
  background-color: rgba(239, 239, 239, 0.9);
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_InstagramFeed
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpinstagramfeed-container .mpinstagramfeed-photo {
  margin: 2px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    font-size: 14px !important;
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    opacity: 1 !important;
  }
}
.mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
  line-height: 18px;
  letter-spacing: normal;
  position: absolute;
  bottom: 0;
  padding: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #F0F0F0;
  max-height: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mpinstagramfeed-photo:hover .mpinstagramfeed-post-caption {
  opacity: 1 !important;
  display: inline;
}
.mpinstagramfeed-container .mpinstagramfeed-photo img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  padding: 0 1px 1px 0;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
.filter-content input[type="text"]:focus,
.filter-content input[type="checkbox"]:focus,
.filter-content input[type="radio"]:focus,
.filter-content select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.filter-content .filter-options-item li a:hover {
  background: none !important;
  color: #006bb4;
}
.filter-content .filter-options-item li a:hover span {
  color: #006bb4;
}
.filter-content .filter-options-item .ui-slider-handle {
  height: 15px !important;
  width: 15px !important;
  background: #01007F;
  left: -2px;
  bottom: -3px;
}
.filter-content #ln_slider_price {
  margin-bottom: 5px;
}
.mp-show-navigation {
  display: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigationPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
a.chosen-single.chosen-default,
.chosen-single-with-deselect {
  border-radius: 3px !important;
  min-height: 30px !important;
  line-height: 26px !important;
  background: #fff !important;
  box-shadow: none;
}
.chosen-container-single .chosen-single div {
  top: 3px;
}
.chosen-container-single .chosen-search input[type=text] {
  box-shadow: none !important;
  border-radius: 2px;
  border: 1px solid #ccc;
}
li.active-result.highlighted {
  border-radius: 2px !important;
  background-image: none !important;
  border: none !important;
}
.chosen-container-single .chosen-single abbr {
  top: 9px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin-right: 0 !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 100% !important;
}
ul.chosen-results::-webkit-scrollbar {
  width: 6px;
}
ul.chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
ul.chosen-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.ln_slider_range {
  margin-top: 10px;
}
.ln_slider_range_input {
  width: 60px !important;
  height: 30px !important;
  text-align: center;
  padding: 0;
}
.filter-options-content .rating-summary {
  padding-bottom: 3px;
}
.filter-options-content .rating-summary.selected {
  background-color: #e8e8e8;
}
@media (min-width: 1200px) {
  #ln_slider_range_price .ln_slider_from {
    width: 45%;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  #ln_slider_range_price .ln_slider_to {
    width: 45%;
    float: right;
    text-align: center;
    padding: 0;
  }
  .ln_slider_container label {
    min-width: 0 !important;
  }
}
@media (max-width: 1195px) {
  .ln_slider_from {
    display: block;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .ln_slider_to {
    display: block;
    padding-left: 15px;
  }
}
@media (max-width: 820px) and (min-width: 768px) {
  .ln_slider_range_input {
    display: block;
    margin: 0 auto 10px auto;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.ln_slider_range .ln_slider_range_input_to {
  float: right;
}
.ln_slider_container label {
  min-width: 50px;
  display: inline-block;
}
.swatch-option-label-layered {
  height: 24px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.swatch-option-label-layered .swatch-option.text {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.swatch-text .swatch-option.color {
  height: 24px !important;
}
.swatch-attribute .swatch-option.disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
  .ln_slider_range {
    text-align: center;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
  .block.filter button#ln_button_submit {
    display: none;
  }
  .block.filter.active button#ln_button_submit {
    display: block;
    position: fixed;
    top: 0px;
    z-index: 999999;
    right: 15%;
  }
}
.mplayer-subcategory {
  width: 90%;
  margin: auto;
}
.mplayer-category-item .mplayer-item-slider {
  padding: 10px;
  box-sizing: border-box;
  color: #575757;
  text-align: center;
  font-size: 18px;
  height: 100%;
  position: relative;
}
.mplayer-category-item-label {
  background: #ffffff;
  color: #000;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px 5px;
  border: 1px solid #fff;
  line-height: 1.2;
  word-break: break-word;
}
.mplayer-category-item-image {
  margin-bottom: 7px;
}
.mplayer-category-item-label:hover {
  border: 2px solid #01007F;
}
a.mplayer-item-slider:hover {
  text-decoration: none;
}
.filter-options-item .layer-search-box {
  border-radius: 4px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductFinder
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpproductfinder-horizontal li {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
}
.mpproductfinder-vertical li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
.mpproductfinder-filter-title {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 5px;
}
.mpproductfinder-block {
  border-radius: 5px;
  background-color: #efefef;
}
.mpproductfinder-block ul {
  position: relative;
  padding: 10px 15px 15px 15px;
}
.mppf-find-btn.active {
  display: inline-block !important;
}
.mppf-find-btn {
  display: none !important;
}
.mppf-reset-btn.active {
  display: inline-block !important;
}
.mppf-reset-btn {
  display: none !important;
}
.dropdown-select-content {
  display: none;
}
.dropdown-select-content.active {
  display: block;
  z-index: 10;
}
.select-wrapper {
  position: relative;
  padding: 5px 0;
  background: #fff;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #cccccc;
}
.select-wrapper span {
  padding: 10px;
  color: #0f0c08;
}
.select-wrapper:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #7f7f7f transparent;
}
.dropdown-item input.hidden {
  display: none;
}
.dropdown-select-content {
  /* Size & position */
  left: 2%;
  position: absolute;
  width: 95%;
  margin-top: 5px;
  /* Styles */
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropdown-select-content .dropdown-item {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  transition: all 0.3s ease-out;
  float: left;
  border: 1px solid #cccccc;
  margin: 10px;
  border-radius: 5px;
  font-weight: bold;
  background-color: #eaeaea;
  cursor: pointer;
}
.dropdown-select-content .dropdown-item:hover {
  background-color: #d8d7d7;
}
/* Active state */
.select-wrapper.active {
  box-shadow: none;
  color: white;
}
.select-wrapper.active .categories {
  max-height: 400px;
}
.select-wrapper:focus {
  border-radius: 5px 5px 0 0;
  background: #4cbeff;
  box-shadow: none;
  border-bottom: none;
  color: white;
}
.select-wrapper:focus:after {
  border-color: #82d1ff transparent;
}
.select-wrapper:focus .categories {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
}
.mpproductfinder-close-btn {
  background: url(../../frontend/Magento/luma/en_GB/Mageplaza_ProductFinder/css/images/btn-close.png) no-repeat center;
  -moz-background-size: contain;
  font-size: 2rem;
  border: none;
  position: absolute;
  z-index: 10;
  width: 15px;
  height: 15px;
  right: 0;
  margin: 5px;
  cursor: pointer;
}
.mpproductfinder-select .chosen-container {
  width: 100% !important;
}
.mppf-filter-label {
  display: inline-grid;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mppf-filter-label {
    width: 10%;
  }
}
.mppf-filter-label span {
  padding: 10px;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
.mppf-option-label {
  padding: 10px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Shopbybrand
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.data.item.content .products .product-items .product-item .product-item-info,
#quick-view #layer-product-list .products .product-items .product-item .product-item-info {
  padding-bottom: 10px;
}
.brand-container {
  margin: 0 20px;
}
.brand-image-container,
.brand-description-container,
.brand-cms-container {
  margin-bottom: 20px;
}
.brand-image-container .brand-image-photo {
  display: block;
  height: auto;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
}
.product-list-container.brand-list-container {
  padding-top: 20px;
}
.block-brand-search {
  padding: 15px 0 40px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 0 !important;
}
.block-brand-search .block-title {
  font-size: 3.5em;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
}
.block-brand-search .block-content {
  margin-top: 1em;
}
.block-brand-search .block-content .mp-searchbox {
  position: relative;
  max-width: 660px;
  text-align: left;
  margin: 0 auto;
}
.block-brand-search .search-btn {
  display: inline-block;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: -2px;
  z-index: 1;
  height: 61px !important;
}
.block-brand-search .search-btn > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-brand-search .search-btn:before {
  -webkit-font-smoothing: antialiased;
  font-size: 39px;
  line-height: 61px;
  color: #8f8f8f;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media (max-width: 500px) {
  .block-brand-search .search-btn:before {
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    line-height: 61px;
    color: #8f8f8f;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .block-brand-list .block-title {
    padding: 5px 0 40px 0;
    width: 100% !important;
  }
  .block-brand-list .block-title .title {
    width: 100% !important;
    padding: 0 0 20px 0 !important;
    text-align: center;
  }
  .block-brand-list ul.brand-options {
    width: 100% !important;
    padding-left: 30px !important;
  }
  .block-brand-list ul.category-nav-list {
    margin-top: 15px;
    padding-left: 0 !important;
    flex-wrap: wrap;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
    width: 70% !important;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-img-responsive {
    width: 80px !important;
    height: 80px !important;
  }
  .shopbybrand-product-name {
    font-size: 18px !important;
  }
  .autocomplete-no-suggestion {
    font-size: 18px !important;
  }
  .mpbrand-top-link ul.ui-widget-content .container li {
    text-align: center;
  }
  .mpbrand-top-link ul.ui-widget-content .ui-corner-all span {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .block-brand-list ul.brand-options {
    width: 63% !important;
  }
  .block-brand-list ul.category-nav-list {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .brand-list-content .product-item-details {
    padding: 0 25px !important;
  }
  .block-brand-list .brand-list-content .product-item-info .product-image-photo {
    width: 100px !important;
    height: 100px !important;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
    width: 65% !important;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-img-responsive {
    width: 60px !important;
    height: 60px !important;
    border-radius: 20px !important;
  }
  .shopbybrand-product-name {
    font-size: 16px !important;
    padding: 5px 0 !important;
  }
  .autocomplete-no-suggestion {
    font-size: 16px !important;
  }
}
.block-brand-search .block-content .mp-searchbox .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 18px 10px 18px 20px !important;
  height: auto !important;
}
@media (max-width: 500px) {
  .block-brand-search .block-content .mp-searchbox .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding: 18px 10px 18px 15px !important;
    height: auto !important;
  }
}
.block-brand-feature {
  padding-bottom: 20px;
}
.block-brand-feature .block-title {
  text-align: center;
  margin-bottom: 30px !important;
}
.block-brand-feature .owl-item img {
  width: 100% !important;
  border-radius: 30px;
}
.block-brand-feature .owl-stage-outer {
  padding: 0 15px;
}
.block-brand-feature .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 25px;
}
.owl-prev,
.owl-next {
  position: absolute;
  font-size: 6rem !important;
  opacity: 0.7;
  color: #61615f !important;
}
.block-brand-feature .block-content .owl-prev {
  top: 20% !important;
  left: -15%;
}
.block-brand-feature .block-content .owl-next {
  top: 20% !important;
  right: -15%;
}
.brand-container .block-brand-feature .block-content .owl-prev,
.brand-container .block-brand-feature .block-content .owl-next {
  color: #000 !important;
}
.block-brand-feature .block-content .owl-nav [class*='owl-']:hover {
  background: none !important;
}
.brand-container .block-brand-feature .block-content .owl-nav [class*='owl-']:hover {
  color: #333 !important;
}
.brand-container .block-brand-feature #block-feature-brand-heading {
  font-weight: bold;
  font-size: 2.8em !important;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  border-radius: 15px;
  z-index: 1 !important;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.autocomplete-suggestion a.shopbybrand-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-left {
  width: 18%;
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
  width: 75%;
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-img-responsive {
  width: 100px;
  height: 100px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
}
.shopbybrand-product-name {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  padding: 10px 0;
}
.autocomplete-no-suggestion {
  padding: 2px 15px !important;
  font-size: 20px;
  color: #333333;
}
.shopbybrand-product-des {
  color: #333333;
}
.block-brand-feature .block-content .owl-carousel {
  width: calc(60%);
  margin: auto;
}
.sidebar-main .block-brand-feature .block-content .owl-carousel {
  width: calc(65%) !important;
  margin: auto;
}
.block-brand-feature .owl-carousel .owl-item img {
  height: 200px;
}
.block-brand-list .block-title .title {
  width: 27%;
  float: left;
  padding-left: 45px;
  line-height: 50px;
}
.block-brand-list .block-title .title h1 {
  font-weight: bold;
}
.block-brand-list ul.brand-options {
  list-style-type: none;
  padding-left: 0;
  width: 68%;
  float: left;
}
.block-brand-list .block-title {
  padding: 40px 0;
  border-bottom: 1px solid;
  width: 85%;
  margin: auto;
}
.block-brand-list ul.brand-options:after,
.block-brand-list .brand-mix-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.block-brand-list ul.brand-options li {
  position: relative;
  min-width: 70px;
  float: left;
  margin-bottom: 5px;
  margin-left: 5px;
  border-radius: 20px;
}
.block-brand-list ul.brand-options li#mp-first-opt {
  border-left: 1px solid #4d4d4d;
}
.block-brand-list ul.brand-options li.active {
  color: #ffffff;
}
.block-brand-list ul.brand-options li.control {
  cursor: pointer;
  border: 1px solid #4d4d4d;
}
.block-brand-list ul.brand-options li.control:hover {
  box-shadow: 2px 2px #4d4d4d;
}
.block-brand-list ul.brand-options li.disabled {
  cursor: not-allowed;
  border: 1px solid #fff;
}
.block-brand-list ul.brand-options a.mp-option-item {
  color: inherit;
  position: relative;
  display: block;
  padding: 4px 0px;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
.block-brand-list ul.category-nav-list {
  margin-top: 30px;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block-brand-list ul.category-nav-list li {
  padding: 0 10px;
  margin-right: 15px;
  border: 1px solid black;
}
.block-brand-list ul.category-nav-list a {
  line-height: 20px;
  padding: 12px 30px !important;
}
.block-brand-list ul.brand-options li.disabled a {
  opacity: 0.5;
  background: #C8C8C8;
  border-radius: 15px;
}
.block-brand-list .mp-filter.mix {
  float: left;
  margin: 5px;
}
.block-brand-list .mp-filter.mix .mp-label {
  text-align: center;
  padding: 10px;
}
.brand-list-content {
  width: 100%;
  float: right;
}
.brand-list-content ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.brand-list-content ol .product-item-info {
  margin: 0 auto;
}
.brand-list-content .product-item-details {
  float: left;
  width: 70%;
  padding: 0 35px;
}
.brand-info {
  width: 100%;
  float: left;
}
.brand-info .product-item-name {
  float: left;
  width: 90%;
}
.product-item-name a {
  font-weight: 600 !important;
}
.brand-info .quickview_popup {
  float: right;
  width: 10%;
  font-size: 18px;
}
.brand-list-content .product-item-description {
  margin: 15px 0;
  width: 100%;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.quickview_popup a {
  color: #333333;
}
.brand-list-content .product-item-info:hover {
  border: none !important;
  box-shadow: none !important;
}
.brand-list-content .product-item-info .product-image-photo:hover {
  border: 1px solid #d9d9d9 !important;
  box-shadow: 3px 3px 3px 3px #d9d9d9!important;
}
.product-list-container .brand-char {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
.brand-char .brand-char-title {
  float: left;
  font-weight: 700;
  font-size: 25px;
  width: 3%;
  margin-top: 10px;
}
.brand-char .action {
  float: right;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 50%;
  padding: 0 !important;
  margin-top: 13px !important;
  background: none !important;
}
.show-more {
  text-align: right;
  font-size: 16px;
}
.brand-char .action:hover {
  background: #eeeeee !important;
}
.product-list-container .action::after {
  font-size: 10px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  text-align: center;
}
.product-list-container .action.active::after {
  content: '\e622';
}
.block-brand-feature .brand-image {
  display: unset;
}
#quick-view .brand_title {
  float: left;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
#quick-view .related-product-modal-title {
  float: left;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
.related-product-modal-content .toolbar-products {
  position: inherit !important;
}
.related-product-modal-content ol {
  display: flex;
  flex-wrap: wrap;
}
.related-product-modal-content .product-item-info {
  width: 90%;
}
@media (max-width: 769px) {
  #quick-view .related-product-modal-title {
    float: left;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 15px;
  }
  .related-product-modal-content .toolbar-products {
    position: relative !important;
  }
}
#quick-view .brand-info-container {
  float: left;
  width: 30%;
  padding: 0 25px;
}
#quick-view .related-product-container {
  float: left;
  width: 60%;
}
.limiter {
  display: none;
}
.quickview_popup a {
  color: #333333;
}
@media (max-width: 603px) {
  #quick-view .brand-info-container {
    float: left;
    width: 100%;
    padding: 0;
  }
  #quick-view .related-product-container {
    float: left;
    width: 100%;
  }
}
.brand-info-container .img-content {
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0 25px 0;
}
.brand-info-container .img-content img {
  width: 250px;
}
.brand-info-container .quickview_img {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  box-shadow: 3px 3px 3px 3px #d9d9d9!important;
}
.brand_description {
  clear: both;
  width: 50%;
  margin: 0 auto;
}
.brand-information .product-image-container {
  margin-top: 25px;
}
.shopbybrand-suggestion-right .shopbybrand-product-name {
  white-space: initial;
}
.shopbybrand-product-des,
.shopbybrand-product-des p {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopbybrand-product-des li {
  white-space: initial;
}
@media (min-width: 480px) {
  .shopbybrand-product-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 720px) {
  .shopbybrand-product-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mpbrand-top-link .subchildmenu li {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .shopbybrand-product-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#category-brand-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#category-brand-subtitle {
  display: block;
}
#block-category-brand-container {
  border-bottom: solid 1px #ccc;
}
.block-brand-feature .relate-content {
  text-align: center;
}
.block-brand-feature .relate-content a {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  display: block;
  width: 85%;
}
.block-brand-feature .relate-content a span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .page-with-filter .columns .sidebar-main {
    width: 100%;
  }
}
#thumbnail-brand-subtitle {
  display: block;
}
#block-brand-thumbnail-container {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
#brand-thumbnail-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#brand-thumbnail-menu li a {
  display: block;
  color: #000;
  padding: 3px 0;
  text-decoration: none;
}
#brand-thumbnail-menu li span {
  display: block;
  padding: 8px 8px 8px 50px;
}
.brand-items {
  padding-bottom: 4px;
}
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.loader img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.brand-topmenu-image {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #d9d9d9 !important;
}
.mpbrand-top-link ul.submenu.ui-menu.ui-widget.ui-widget-content.ui-front {
  border-radius: 20px;
  padding-top: 20px;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all:hover {
  background: none !important;
}
.mpbrand-top-link ul.ui-widget-content #ui-all-brand {
  padding: 20px 0 15px;
  text-align: center;
}
.mpbrand-top-link ul.ui-widget-content #ui-all-brand span {
  border: 1px solid #666666;
  border-radius: 15px;
  padding: 3px 20px !important;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all div {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all div:hover {
  color: #000000 !important;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all span {
  font-weight: 600;
  font-size: 16px;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all span:hover {
  color: #000000 !important;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all:hover .brand-topmenu-image {
  border: 1px solid #666666 !important;
  box-shadow: 0 0 6px 6px #f2f2f2 inset;
}
.mpbrand-top-link ul.ui-widget-content .mpbrand-dropdown-menu {
  padding-bottom: 30px;
}
.mpbrand-top-link ul.ui-widget-content .mpbrand-dropdown-menu .brand-topmenu-image {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 1px solid #d9d9d9 !important;
}
.mpbrand-top-link ul.ui-widget-content .mpbrand-dropdown-menu .ui-corner-all span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.mpbrand-top-link ul.ui-widget-content .mpbrand-dropdown-menu #ui-all-brand {
  padding-left: 60px !important;
}
@media (max-width: 768px) {
  .nav-bottom-item li {
    width: 100%;
    text-align: center;
  }
}
.owl-carousel.brand-carousel .owl-item img {
  height: 200px;
}
@media (max-width: 600px) {
  .brand-detail .product-item-photo {
    width: 100%;
    float: left;
    text-align: center;
  }
  .brand-detail .product-item-details {
    float: left;
  }
}
.navigation li.level0.mpbrand-top-link.grid > .submenu {
  max-width: 100%;
}
@media (min-width: 720px) {
  .navigation li.level0.mpbrand-top-link.grid-2 > .submenu {
    min-width: 320px;
  }
  .navigation li.level0.mpbrand-top-link.grid-3 > .submenu {
    min-width: 500px;
  }
  .navigation li.level0.mpbrand-top-link.grid-4 > .submenu {
    min-width: 640px;
  }
}
.mpbrand-image-container {
  display: inline-block;
  max-width: 100%;
}
.mpbrand-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.navigation li.level0.mpbrand-top-link .mpbrand-dropdown-menu {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 350px;
}
.brand-quick-view .modal-inner-wrap {
  border-radius: 10px;
}
.brand-quick-view .modal-inner-wrap .modal-header {
  border-radius: 10px 10px 0 0;
}
/********** Product Page **********/
.product-brand-logo img {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}
.product-brand-logo img:hover {
  box-shadow: 2px 2px 2px 2px #f2f2f2;
}
.product-brand-name span {
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
}
.product-brand-desc {
  padding: 5px;
}
/********** Category Page **********/
.sidebar-main .block-brand-feature {
  padding-bottom: 0 !important;
}
.sidebar-main .block-brand-feature .block-content .owl-item .brand-image {
  height: 130px !important;
}
.sidebar-main .block-brand-feature .block-content .owl-item .brand-image:hover {
  box-shadow: 2px 2px 2px 2px #f2f2f2;
}
.sidebar-main .block-brand-feature #block-feature-brand-heading {
  color: #333333 !important;
  font-size: 18px !important;
  font-weight: normal !important;
}
#block-brand-thumbnail-container .brand-items .brand-thumbnail-image {
  border: 1px solid #d9d9d9;
  border-radius: 100%;
}
#block-brand-thumbnail-container .brand-items span {
  font-size: 16px;
  font-weight: 600;
  padding-left: 60px !important;
}
.block-brand-widget a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sidebar-main .block-brand-feature .relate-content {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  margin-right: 20px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Cda/upupandaway/en_GB/images/loader-1.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'luma-icons';
  font-size: 14px;
  line-height: 1;
  color: #333333;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  /*height: 20px;
            width: 20px;*/
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: 'luma-icons';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.magepow_core {
  display: block;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized,
.content-products .product-items.grid-init,
.content-products .grid-init .product-items,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.grid-init .product-item-info,
.slick-initialized .product-item-info {
  width: auto;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#click-and-collect-store-selector-popup {
  display: none;
}
#click-and-collect-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
#click-and-collect-store-selector-popup .store-selector-popup-table {
  margin-top: 10px;
}
#store-selector-popup .get-position {
  cursor: pointer;
  border: none;
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
  margin-left: 10px;
}
#store-selector-popup .get-position img {
  position: absolute;
  top: 0;
  left: 0;
}
#store-selector-popup .search-store-input button,
#store-selector-popup .search-store-input input {
  float: left;
}
#store-selector-popup .search-store-input button {
  margin-left: 10px;
}
#store-selector-popup .search-store-input input {
  width: 50%;
}
#store-selector-popup .search-store-input-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
#store-selector-popup .search-store-row {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#store-selector-popup .error-message {
  color: red;
}
.modal-content #click-and-collect-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
.selected-store-pickup .pick-date-time {
  margin-top: 20px;
  margin-bottom: 20px;
}
.selected-store-pickup .datepicker {
  margin-top: 5px;
}
.selected-store-pickup .pick-up-time {
  margin-top: 5px;
}
.selected-store-pickup .pickup-time {
  margin-top: 5px;
}
.iass-spinner {
  text-align: center;
  font-size: 16px;
  color: #333;
  display: block;
}
.ias-noneleft {
  text-align: center;
  color: #333;
  letter-spacing: 0px;
  font-size: 14px;
  font-weight: 400;
}
.iass-spinner img,
.ias-noneleft img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.iass-spinner,
.ias-noneleft {
  display: inline-block;
  width: 100%;
}
.ias-trigger-next {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.load-more {
  font-size: 15px;
  border: none;
}
.load-more::hover {
  background: #0491ff;
}
.ias-trigger-prev {
  text-align: center;
  cursor: pointer;
}
.iass-spinner img {
  height: 40px;
  width: 40px;
  margin-bottom: 7px;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../frontend/Magento/luma/en_GB/Mageplaza_Core/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../../frontend/Cda/upupandaway/en_GB/WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../../frontend/Cda/upupandaway/en_GB/WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../../frontend/Cda/upupandaway/en_GB/WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../../frontend/Cda/upupandaway/en_GB/WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next {
  width: 100%;
  float: right;
  padding: 10px 10px 0 0;
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-next-link,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-next-link,
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-prev-link,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-prev-link {
  display: none;
  float: right;
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-next-link:after,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-next-link:after,
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-prev-link:after,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-prev-link:after {
  font-size: 22px;
  line-height: 22px;
  color: #000;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-prev-link:after,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-prev-link:after {
  content: '\e617';
}
.weltpixel-quickview-catalog-product-view .wp-quickview-prev-next .wp-next-link:after,
.weltpixel_quickview-catalog_product-view .wp-quickview-prev-next .wp-next-link:after {
  content: '\e608';
}
.weltpixel-quickview-catalog-product-view.weltpixel-quickview-slidein .wp-quickview-prev-next .morepadding,
.weltpixel_quickview-catalog_product-view.weltpixel-quickview-slidein .wp-quickview-prev-next .morepadding {
  width: 100%;
  padding-top: 30px;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,
.weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
  margin-bottom: 0 !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main,
.weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
  padding: 20px;
  min-height: 600px;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add,
.weltpixel_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.weltpixel-quickview-catalog-product-view.weltpixel-quickview-slideIn .fotorama__fullscreen-icon,
.weltpixel_quickview-catalog_product-view.weltpixel-quickview-slideIn .fotorama__fullscreen-icon {
  top: 25px;
}
.weltpixel-quickview-catalog-product-view.weltpixel-quickview-slideIn .product-info-main,
.weltpixel_quickview-catalog_product-view.weltpixel-quickview-slideIn .product-info-main {
  padding-top: 15px;
}
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-wrapper,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-wrapper,
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-bottom,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-bottom {
  float: none;
  width: 100%;
}
.weltpixel-quickview-catalog-product-view.page-product-downloadable .product-options-bottom .price-box,
.weltpixel_quickview-catalog_product-view.page-product-downloadable .product-options-bottom .price-box {
  display: none;
}
.weltpixel-quickview-catalog-product-view .quickview-custom-message,
.weltpixel_quickview-catalog_product-view .quickview-custom-message {
  padding: 10px;
  text-align: center;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .qty-wrapper {
  display: flex;
  margin-right: 20px;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .qty-wrapper .arrow-input {
  margin: 0;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .field.qty .qty-wrapper {
  border: 1px solid #ccc;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .field.qty .qty-button {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 1.8rem;
  background-color: transparent;
  color: #8a8a8a;
  border: none;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .product-add-form .box-tocart .field.qty .plus-minus-input {
  margin: 0;
  border: 0;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 14px 17px;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid transparent;
}
.page-products .product-item .weltpixel-quickview {
  height: 0;
  overflow: hidden;
  display: inline-block;
}
.weltpixel-quickview-catalog-product-view .page-wrapper,
.weltpixel_quickview-catalog_product-view .page-wrapper {
  min-height: auto !important;
}
.weltpixel-quickview-catalog-product-view .column.main,
.weltpixel_quickview-catalog_product-view .column.main {
  display: inline-block;
  padding-bottom: 0;
}
.weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper h1,
.weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper h1 {
  font-size: 22px !important;
}
body.weltpixel-quickview-catalog-product-view,
body.weltpixel_quickview-catalog_product-view {
  overflow-y: scroll;
}
body.weltpixel-quickview-catalog-product-view::-webkit-scrollbar-track,
body.weltpixel_quickview-catalog_product-view::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
body.weltpixel-quickview-catalog-product-view::-webkit-scrollbar,
body.weltpixel_quickview-catalog_product-view::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
body.weltpixel-quickview-catalog-product-view::-webkit-scrollbar-thumb,
body.weltpixel_quickview-catalog_product-view::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
}
/** FADEIN FROM LEFT / RIGHT QUICKVIEW **/
.mfp-popup-fadeInRight .mfp-container.mfp-iframe-holder {
  padding: 0px;
  right: 0px;
  left: auto;
  overflow-y: hidden;
}
.mfp-popup-fadeInRight .mfp-container.mfp-iframe-holder.fadeInFromRight {
  width: 400px;
  max-width: 85%;
  animation: fade-in-from-right 1s;
  -webkit-animation: fade-in-from-right 1s;
  -moz-animation: fade-in-from-right 1s;
  -o-animation: fade-in-from-right 1s;
  -ms-animation: fade-in-from-right 1s;
}
.mfp-popup-fadeInRight .mfp-container.mfp-iframe-holder .mfp-close {
  top: -5px;
  width: auto;
  right: 6px;
  color: #000;
  background: transparent !important;
  opcacity: 1;
  padding-right: 15px;
  height: 30px;
}
.mfp-popup-fadeInLeft .mfp-container.mfp-iframe-holder {
  padding: 0px;
  left: 0px;
  overflow-y: hidden;
}
.mfp-popup-fadeInLeft .mfp-container.mfp-iframe-holder.fadeInFromLeft {
  width: 400px;
  max-width: 85%;
  animation: fade-in-from-left 1s;
  -webkit-animation: fade-in-from-left 1s;
  -moz-animation: fade-in-from-left 1s;
  -o-animation: fade-in-from-left 1s;
  -ms-animation: fade-in-from-left 1s;
}
.mfp-popup-fadeInLeft .mfp-container.mfp-iframe-holder .mfp-close {
  top: -5px;
  width: auto;
  right: 6px;
  color: #000;
  background: transparent !important;
  opcacity: 1;
  padding-right: 15px;
  height: 30px;
}
@keyframes fade-in-from-right {
  0% {
    transform: translateX(400px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-in-from-right {
  0% {
    -webkit-transform: translateX(400px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fade-in-from-right {
  0% {
    -moz-transform: translateX(400px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fade-in-from-right {
  0% {
    -o-transform: translateX(400px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@-ms-keyframes fade-in-from-right {
  0% {
    -ms-transform: translateX(400px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@keyframes fade-in-from-left {
  0% {
    transform: translateX(-400px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-in-from-left {
  0% {
    -webkit-transform: translateX(-400px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fade-in-from-left {
  0% {
    -moz-transform: translateX(-400px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fade-in-from-left {
  0% {
    -o-transform: translateX(-400px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@-ms-keyframes fade-in-from-left {
  0% {
    -ms-transform: translateX(-400px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
/** FADEIN FROM LEFT / RIGHT QUICKVIEW **/
/**     Hotspot widget      **/
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
.wp-hotspot-quickview {
  position: relative;
}
.wp-hotspot {
  list-style: none;
}
.wp-hotspot .cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.wp-hotspot .cd-single-point {
  position: absolute;
  border-radius: 50%;
}
.wp-hotspot .cd-single-point > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: inherit;
  background: #d95353;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.wp-hotspot .cd-single-point > a::after,
.wp-hotspot .cd-single-point > a::before {
  /* rotating plus icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wp-hotspot .cd-single-point > a::after {
  height: 2px;
  width: 12px;
}
.wp-hotspot .cd-single-point > a::before {
  height: 12px;
  width: 2px;
}
.wp-hotspot .cd-single-point::after {
  /* this is used to create the pulse animation */
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
  -moz-animation: cd-pulse 2s infinite;
  animation: cd-pulse 2s infinite;
}
/**     Hotspot widget      **/
.mfp-wp-confirmation-popup .mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.mfp-wp-confirmation-popup.mfp-ready .mfp-container {
  opacity: 1;
}
.wp-confirmation-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}
.wp-confirmation-popup button.mfp-close {
  background-color: transparent !important;
  border: none !important;
  color: #000;
  font-size: 40px;
}
.wp-confirmation-popup .product-wrapper {
  display: flex;
  align-items: center;
}
.wp-confirmation-popup .product-wrapper .product-item-photo {
  float: left;
}
.wp-confirmation-popup .product-wrapper .product-item-photo .product-item-name a {
  font-size: 16px;
  font-weight: 400;
}
.wp-confirmation-popup .product-wrapper .product-item-photo .product-item-name a:hover :hover {
  text-decoration: none;
}
.wp-confirmation-popup .product-wrapper .product-image-wrapper {
  height: auto;
}
.wp-confirmation-popup .product-wrapper .product-image-wrapper img {
  position: relative;
  width: 75px;
}
.wp-confirmation-popup .product-item-details dl.product.options.list {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.wp-confirmation-popup .product-item-details dl.product.options.list dt {
  clear: left;
  float: left;
  margin: 0 10px 0px 0;
}
.wp-confirmation-popup .product-item-details dl.product.options.list dd {
  display: inline-block;
  float: left;
  margin: 0px;
}
.wp-confirmation-popup .product-item-pricing {
  position: absolute;
  right: 20px;
}
.wp-confirmation-popup .product-item-pricing .price,
.wp-confirmation-popup .product-item-pricing .original-price {
  float: right;
  clear: both;
}
.wp-confirmation-popup .product-item-pricing .original-price {
  text-decoration: line-through;
}
.wp-confirmation-popup .product-item-pricing .new-price {
  font-size: 1.6rem;
  color: #FF0000;
  font-weight: bold;
}
.wp-confirmation-popup .product-item-pricing .price-excluding-tax:before {
  content: '';
}
.wp-confirmation-popup .cart-details-wrapper {
  padding-top: 10px;
  clear: both;
  font-size: 16px;
}
.wp-confirmation-popup .action-buttons {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wp-confirmation-popup .action-buttons .action {
  width: 48%;
  text-align: center;
}
.wp-confirmation-popup .action-buttons .action.continue-shopping {
  margin-left: 3%;
}
.wp-confirmation-popup .cms-block-wrapper {
  padding-top: 15px;
  border-top: 3px solid #c2c2c2;
}
.wp-confirmation-popup .added-to-cart-msg {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
}
.wp-confirmation-popup .carousel-products-wrapper {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 3px solid #c2c2c2;
}
.wp-confirmation-popup .carousel-products-wrapper .carosuel-title {
  font-size: 18px;
  font-weight: 700;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid {
  margin-bottom: 20px;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid .owl-stage-outer {
  padding-bottom: 0px;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid .product-item {
  width: 100% !important;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid .product-item .product-item-info:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  margin: 0;
  padding: 0;
}
.wp-confirmation-popup .carousel-products-wrapper .grid.products-grid .product-item .price-box {
  margin-bottom: 0px;
}
.wp-confirmation-popup .carousel-products-wrapper .owl-controls .owl-nav .owl-prev {
  left: -20px !important;
}
.wp-confirmation-popup .carousel-products-wrapper .owl-controls .owl-nav .owl-next {
  right: -20px !important;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Cda/upupandaway/en_GB/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Cda/upupandaway/en_GB/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Cda/upupandaway/en_GB/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.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.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.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 > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.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: #999999;
  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 {
  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-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .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 .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  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 dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-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: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-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: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  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 .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.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 {
  pointer-events: none;
  opacity: 0.5;
}
.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:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 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;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > 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 .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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 .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  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: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Cda/upupandaway/en_GB/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  padding: 48px 0 38px 0;
  background-color: #ffffff;
  position: relative;
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
  margin: 0 auto 86px;
  text-align: center;
}
@media (max-width: 991px) {
  .opc-progress-bar {
    max-width: 390px;
  }
}
@media (max-width: 769px) {
  .opc-progress-bar {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .opc-progress-bar {
    display: none;
  }
}
.opc-progress-bar:after,
.opc-progress-bar:before {
  content: "";
  width: 300%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: -300%;
  top: 0;
}
.opc-progress-bar:after {
  left: auto;
  right: -300%;
}
.opc-progress-bar-item {
  margin: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
  z-index: 1;
}
.opc-progress-bar-item:before {
  background: #0061ae;
  top: 8px;
  content: '';
  height: 2px;
  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:last-child > span {
  margin-left: 90px;
}
.opc-progress-bar-item:last-child > span:before {
  left: auto;
  right: 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 35px;
  width: 100%;
  word-wrap: break-word;
  margin-left: -150px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 1.6rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #0061ae;
  height: 16px;
  margin-left: 0;
  width: 16px;
  border-radius: 50%;
  content: '';
  left: -3px;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: 0;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
  display: none;
}
.opc-progress-bar-item._active:before {
  background: #0061ae;
}
.opc-progress-bar-item._active > span {
  color: #e04457;
}
.opc-progress-bar-item._active > span:before {
  background: #e04457;
  width: 26px;
  height: 26px;
  top: -5px;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'luma-icons';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #e04457;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'luma-icons';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete > span:before {
  background: #e04457;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  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: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  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 {
  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: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._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: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  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: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  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;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  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;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  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: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.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: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.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: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  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: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .items-in-cart .product .item-options > .label:after {
  content: ":";
}
.opc-block-summary .items-in-cart .product .item-options .label {
  width: 100% !important;
}
.opc-block-summary .items-in-cart .product .item-options .values {
  width: 100% !important;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 1000px;
  padding: 20px 15px 0 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 10px;
  width: 100%;
}
.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: 400;
}
.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 #cccccc;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.opc-block-summary table.data.table.table-totals tr.totals.discount th,
.opc-block-summary table.data.table.table-totals tr.totals.shipping th,
.opc-block-summary table.data.table.table-totals tr.totals.discount td,
.opc-block-summary table.data.table.table-totals tr.totals.shipping td {
  border: 0;
  padding-top: 0;
}
.authentication-dropdown {
  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: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.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: 10px;
}
.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 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.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: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.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: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.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;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.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: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  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: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  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: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.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%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .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%);
  -webkit-transition: all .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 .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.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;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  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: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.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;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.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;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > 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 > td,
.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: 1px solid #cccccc;
}
.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 #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 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: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.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 .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333;
  color: #FFF;
}
.ves-megamenu .dynamic-items > ul {
  display: block !important;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #fff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #FFF;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333 !important;
  color: #FFF;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #FFF;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #FFF;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #FFF;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: "\e608";
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block !important;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: "\e617";
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
/** FIX BLOG **/
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
@media all and (min-width: 968px), print {
  .ves-megamenu.ves-daccordion .navigation,
  .ves-megamenu.ves-mdrilldown .navigation,
  .ves-megamenu.ves-ddrill .navigation {
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .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;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    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: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    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: 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;
    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);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .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: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .block-margin.row {
    margin-right: -15px !important;
  }
  .page-wrapper .products-list .product-item .product-item-info .weltpixel_quickview_button_v1,
  .page-wrapper .products-list .product-item .product-item-info .weltpixel_quickview_button_v2 {
    display: none;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-image-list {
    display: block;
    width: 100%;
    position: relative;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-image-list .product-item-photo {
    display: block;
    width: 100%;
  }
  .weltpixel-quickview-catalog-product-view .modals-wrapper .modal-footer button,
  .weltpixel_quickview-catalog_product-view .modals-wrapper .modal-footer button {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel-quickview {
    display: block;
    font-size: 16px;
    padding: 15px 0;
    float: left;
  }
  .quickview-mobile.page-products .products-list .product-item .product-item-inner {
    clear: left;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    display: block;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel_quickview_button_v1 {
    display: block;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .quickview-mobile.page-products .products-list .product-item .weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../../frontend/Cda/upupandaway/en_GB/WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
  }
  .quickview-mobile.page-products .products-grid .product-item {
    position: relative;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -10px;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-details {
    position: relative;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .quickview-mobile.page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../../frontend/Cda/upupandaway/en_GB/WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    top: -46px;
    right: 5px;
  }
  .wp-confirmation-popup .action-buttons .action.primary,
  .wp-confirmation-popup .action-buttons .action.secondary {
    width: 100%;
    margin: 5px 0;
  }
  .wp-confirmation-popup .action-buttons .action.continue-shopping {
    margin-left: 0;
  }
  .wp-confirmation-popup .owl-carousel.products .owl-item .product-item {
    margin: 0px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 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: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > 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-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .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,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .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: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .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 .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .nav-sections {
    background: #f8f8f8;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
  .ves-megamenu.ves-offcanvas .opener,
  .ves-megamenu.ves-maccordion .opener {
    display: block;
  }
  .ves-megamenu .ves-navbar {
    display: block;
  }
  .ves-megamenu > .navigation {
    background: #f8f8f8;
    float: left;
    width: 100%;
  }
  .ves-megamenu > .navigation .level0 {
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .ves-megamenu > .navigation .nav-item {
    float: left !important;
    width: 100%;
  }
  .ves-megamenu > .navigation .nav-item.active > a {
    color: #FFF;
  }
  .ves-megamenu > .navigation .nav-item > a {
    padding: 0 10px;
    display: block;
    position: relative;
  }
  .ves-megamenu > .navigation .nav-item > a.parent {
    padding-right: 54px;
  }
  .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 10px;
  }
  .ves-megamenu .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .ves-megamenu .products-grid .product-item img {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .ves-megamenu .submenu {
    display: none;
    max-width: 100%;
    border: 0;
    width: 100% !important;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .submenu .carousel-indicators {
    bottom: -20px;
  }
  .ves-megamenu .submenu .carousel-indicators > li {
    width: 20px;
    height: 20px;
  }
  .ves-megamenu .ves-caret {
    display: none;
  }
  .ves-megamenu .drill-opener:before,
  .ves-megamenu .opener:before {
    content: "\e61c";
  }
  .ves-megamenu .opener.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-megamenu .opener.item-active:before {
    content: "\e60f";
  }
  .ves-megamenu .cat-label:before {
    display: none;
  }
  .ves-megamenu .item-header,
  .ves-megamenu .item-content,
  .ves-megamenu .item-sidebar,
  .ves-megamenu .item-footer {
    width: 100% !important;
  }
  .ves-megamenu .block-products-list .product-item {
    text-align: center;
  }
  .ves-megamenu .block-products-list .product-item a {
    padding-left: 0;
  }
  .ves-megamenu .owl-nav > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .owl-nav > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .owl-nav > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .carousel-controls > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .carousel-controls > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls .carousel-control.right,
  .ves-megamenu .carousel-controls .carousel-control.left {
    background: #FFF;
  }
  .hide-blocks .item-header,
  .hide-blocks .item-sidebar,
  .hide-blocks .item-footer {
    display: none;
  }
  .ves-navtoggle {
    display: block;
    background: #333;
  }
  .ves-navtoggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: inherit;
    color: #FFF;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0 7px;
  }
  .offcanvas-left > .navigation > ul {
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background: #f0f0f0;
    z-index: 99;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-navopen .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .ves-navopen .ves-moffcanvas > .navigation > ul {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    z-index: 99;
  }
  .ves-navopen .ves-navtoggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .ves-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 80;
    top: 0;
    left: 0;
    z-index: 90;
  }
  .ves-mdrilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-mdrilldown .navigation {
    background-color: #FFF;
  }
  .ves-mdrilldown .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-mdrilldown .navigation .subhover > .submenu {
    display: none;
  }
  .ves-mdrilldown .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-mdrilldown .navigation .ves-caret {
    display: none;
  }
  .ves-mdrilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-mdrilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-mdrilldown .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-mdrilldown .navigation .mega-col {
    padding: 0;
  }
  .ves-mdrilldown .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-mdrilldown .navigation .opener {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-mdrilldown .navigation .drill-opener:before {
    content: "\e608";
  }
  .ves-mdrilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block !important;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    display: block;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-mdrilldown .navigation .drilldown-back {
    display: block;
  }
  .ves-mdrilldown .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .columns .column.main {
    max-width: 100%;
  }
  .owl-carousel .owl-item .product-item .product-item-info {
    background: none transparent !important;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
}
@media only screen and (max-width: 639px) {
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    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: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .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: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .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;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amcard-card-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amcard-card-info .amcard-field {
    flex: 0 50%;
  }
  .amcard-card-info .amcard-field:not(:last-child) {
    margin-right: 0;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary {
    display: inline-block;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    width: auto;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
a {
  transition: all linear 0.2s;
}
body .action.primary,
body .action-primary {
  font-family: 'Kanit', sans-serif;
}
.custom-red-button {
  min-width: 228px;
  border: 2px solid #e04457;
  border-radius: 29px;
  background-color: #e04457;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.custom-red-button:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .custom-red-button {
    padding: 12px 20px;
  }
}
.custom-white-button {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.custom-white-button:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .custom-white-button {
    padding: 12px 20px;
  }
}
body {
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
}
.page-wrapper {
  overflow: hidden;
}
.page-wrapper .slick-prev:before,
.page-wrapper .slick-next:before {
  opacity: 1;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
.container {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 37px;
  }
}
@media (max-width: 390px) {
  .container {
    padding: 0 15px;
  }
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding: 0 37px;
  }
}
@media (max-width: 991px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding: 0 20px;
  }
}
@media (max-width: 390px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding: 0 15px;
  }
}
button {
  font-family: 'Kanit', sans-serif;
}
.select,
.select:focus,
.trade-register-form select,
.trade-register-form select:focus {
  border: 2px solid #0061ae;
  border-radius: 60px;
  height: 50px;
  width: 100%;
  padding: 0 24px;
  color: #000000;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  box-shadow: none !important;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/faqs-arrow.svg) no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_2184' data-name='Group 2184' xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath id='Path_270' data-name='Path 270' d='M2679-3383l5.75,5.75,5.75-5.75' transform='translate(-2667.75 3397)' fill='none' stroke='%232761a8' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Ccircle id='Ellipse_120' data-name='Ellipse 120' cx='17' cy='17' r='17' transform='translate(34 34) rotate(180)' fill='%230061ae' opacity='0.2'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 10px);
  background-size: 32px auto;
  cursor: pointer;
}
@media (max-width: 991px) {
  .select,
  .select:focus,
  .trade-register-form select,
  .trade-register-form select:focus {
    height: 42px;
    font-size: 14px;
    padding: 0 14px;
  }
}
body .trade-register-form select,
body .trade-register-form select:focus {
  padding: 0 54px 0 24px;
}
@media (max-width: 1370px) {
  body .trade-register-form select,
  body .trade-register-form select:focus {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body .trade-register-form select,
  body .trade-register-form select:focus {
    height: 42px;
    font-size: 14px;
    padding: 0 54px 0 14px;
  }
}
.title-mixin {
  color: #0061ae;
  font-size: 30px;
  font-weight: 900;
  line-height: 55px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title-mixin {
    font-size: 24px;
    line-height: 34px;
  }
}
.custom-blue-button,
.actions-toolbar > .primary .action,
a.pagebuilder-button-secondary {
  background: rgba(0, 97, 174, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 40px;
  letter-spacing: 0.4px;
  color: #0061ae;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.custom-blue-button:hover,
.actions-toolbar > .primary .action:hover,
a.pagebuilder-button-secondary:hover,
.custom-blue-button:focus,
.actions-toolbar > .primary .action:focus,
a.pagebuilder-button-secondary:focus {
  background: #0061ae;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #0061ae;
  box-shadow: none;
}
.back-btn {
  border: 2px solid #0061ae;
  color: #0061ae;
  margin: 0;
  padding: 0;
  border-radius: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
  transition: all linear 0.2s;
  letter-spacing: 0.4px;
}
.back-btn img {
  margin-right: 15px;
}
.back-btn:hover,
.back-btn:focus {
  background: #0061ae;
  color: #ffffff;
}
.back-btn:hover img,
.back-btn:focus img {
  filter: brightness(100);
}
.input-box {
  margin-bottom: 17px;
}
.input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.input-group .input-box {
  width: 100%;
  max-width: 49%;
}
@media (max-width: 767px) {
  .input-group .input-box {
    max-width: 100%;
  }
}
.input-text,
input[type="text"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
textarea {
  border: 2px solid #2761A8;
  border-radius: 60px;
  height: 50px;
  width: 100%;
  background: transparent;
  padding: 0 24px;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  box-shadow: none !important;
}
@media (max-width: 1370px) {
  .input-text,
  input[type="text"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type*="date"],
  input[type="email"],
  textarea {
    font-size: 16px;
    padding: 0 14px;
  }
}
@media (max-width: 991px) {
  .input-text,
  input[type="text"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type*="date"],
  input[type="email"],
  textarea {
    height: 42px;
    font-size: 14px;
    padding: 0 14px;
  }
}
input[type="password"] {
  border: 2px solid #2761A8;
  border-radius: 60px;
  height: 50px;
  width: 100%;
  background: transparent;
  padding: 0 24px;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  box-shadow: none !important;
}
@media (max-width: 1370px) {
  input[type="password"] {
    font-size: 16px;
    padding: 0 14px;
  }
}
@media (max-width: 991px) {
  input[type="password"] {
    height: 42px;
    font-size: 14px;
    padding: 0 14px;
  }
}
@media (max-width: 991px) {
  input[type="password"]:not(:placeholder-shown) {
    font-size: 8px;
  }
}
textarea,
textarea.input-text {
  height: 107px;
  border-radius: 20px;
  resize: none;
  padding: 14px 24px;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  border-color: #0061ae;
  display: block;
}
@media (max-width: 1370px) {
  textarea,
  textarea.input-text {
    font-size: 16px;
    padding: 14px;
  }
}
@media (max-width: 991px) {
  textarea,
  textarea.input-text {
    font-size: 14px;
  }
}
.input-text::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}
.input-text::-moz-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}
.input-text:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}
.input-text:-moz-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}
div.mage-error {
  font-size: 14px;
  margin-top: 0;
}
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  outline: 0 !important;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 18px;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 18px;
}
.choice,
.form.newsletter-subscription-form {
  position: relative;
}
.choice input[type="checkbox"],
.form.newsletter-subscription-form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.choice input[type="checkbox"] + label,
.form.newsletter-subscription-form input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 36px;
  font-size: 17px;
}
.choice input[type="checkbox"] + label:before,
.form.newsletter-subscription-form input[type="checkbox"] + label:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #000000;
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}
.choice input[type="checkbox"]:checked + label:before,
.form.newsletter-subscription-form input[type="checkbox"]:checked + label:before {
  background: #e04457 url(../../frontend/Cda/upupandaway/en_GB/images/check-mark.svg) no-repeat;
  background-size: cover;
  border-color: #e04457;
}
.wpcf7 .wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-form form.sent .wpcf7-response-output {
  text-align: center;
  margin: 20px 0 0 0;
}
.wpcf7 .wpcf7-form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.wpcf7 .wpcf7-form input[type="checkbox"] + span {
  position: relative;
  cursor: pointer;
  padding-left: 36px;
  font-size: 17px;
}
.wpcf7 .wpcf7-form input[type="checkbox"] + span:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #000000;
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}
.wpcf7 .wpcf7-form input[type="checkbox"]:checked + span:before {
  background: #e04457 url(../../frontend/Cda/upupandaway/en_GB/images/check-mark.svg) no-repeat;
  background-size: cover;
  border-color: #e04457;
}
.wpcf7 .wpcf7-form .actions-toolbar {
  text-align: right;
}
.wpcf7 .wpcf7-form .actions-toolbar .primary {
  margin-left: auto;
  float: none;
  text-align: right;
}
@media (max-width: 480px) {
  .wpcf7 .wpcf7-form .actions-toolbar .primary {
    text-align: center;
    margin-top: 15px;
  }
}
.wpcf7 .wpcf7-form .actions-toolbar .primary .wpcf7-submit.custom-blue-button {
  min-width: 230px;
  padding: 15px 40px;
  text-align: center;
  font-weight: 700;
  margin-right: 0;
}
.form.newsletter-subscription-form input[type="checkbox"] + label {
  font-weight: 300;
}
.checkout-container input[type="radio"],
.cart-container input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
}
.checkout-container input[type="radio"] + label,
.cart-container input[type="radio"] + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  font-weight: 300;
  color: #000000;
}
.checkout-container input[type="radio"] + label::before,
.cart-container input[type="radio"] + label::before,
.checkout-container input[type="radio"] + label::after,
.cart-container input[type="radio"] + label::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 4px;
}
.checkout-container input[type="radio"] + label::after,
.cart-container input[type="radio"] + label::after {
  background: #e04457 url(../../frontend/Cda/upupandaway/en_GB/images/check-mark.svg) no-repeat;
  background-size: cover;
  border-color: #e04457;
  opacity: 0;
  display: none;
}
.checkout-container input[type="radio"]:checked + label::after,
.cart-container input[type="radio"]:checked + label::after {
  opacity: 1;
  display: block;
}
.img-block {
  overflow: hidden;
  border-radius: 20px;
}
.img-block a {
  display: block;
}
.img-block a img {
  transition: all linear 0.2s;
  transform: scale(1);
}
.img-block a:hover img {
  transform: scale(1.1);
}
.btn-blue-border,
a.pagebuilder-button-primary {
  border: 2px solid #0061ae;
  padding: 12px 48px;
  border-radius: 30px;
  font-size: 15px;
  color: #0061ae;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
}
.btn-blue-border svg,
a.pagebuilder-button-primary svg {
  padding-top: 0;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 12px;
}
.btn-blue-border:hover,
a.pagebuilder-button-primary:hover {
  background-color: #0061ae;
  color: #ffffff;
  border: 2px solid #0061ae;
}
.btn-blue-border:hover svg path,
a.pagebuilder-button-primary:hover svg path {
  stroke: #ffffff;
}
@media (max-width: 991px) {
  .btn-blue-border,
  a.pagebuilder-button-primary {
    padding: 10px 28px;
    font-size: 13px;
  }
  .btn-blue-border svg,
  a.pagebuilder-button-primary svg {
    left: 10px;
  }
}
.btn-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
}
.btn-link:hover {
  text-decoration: none;
  color: #e04457;
}
.action.action-remind,
.action.remind {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: underline;
  color: #0061ae;
}
.action.action-remind:hover,
.action.remind:hover {
  color: #000000;
}
#password_error {
  color: #f00;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #0061ae;
}
.btn-apply,
.btn-apply:visited,
.btn-apply:focus {
  background: #0061ae;
  border: 2px solid #0061ae;
  color: #ffffff;
  border-radius: 30px;
  padding: 12px 40px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin-left: auto;
  text-decoration: none;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .btn-apply,
  .btn-apply:visited,
  .btn-apply:focus {
    padding: 10px 30px;
    font-size: 14px;
  }
}
.btn-apply:hover,
.btn-apply:visited:hover,
.btn-apply:focus:hover {
  background: transparent;
  color: #0061ae;
  text-decoration: none;
  border: 2px solid #0061ae;
}
a:active {
  color: #e04457;
}
a:hover,
a:visited {
  color: #0061ae;
}
.alink:active {
  color: #e04457;
}
.alink:hover,
.alink:visited {
  color: #0061ae;
}
.page.messages {
  margin-top: 25px;
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions {
  text-align: center;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions .actions-primary {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.page-layout-1column.page-with-filter.catalog-category-view .category-landing .container {
  padding: 0;
}
.page-layout-1column.page-with-filter.catalog-category-view .page-title-wrapper:before {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/left-dot-icon.svg);
  width: 274px;
  height: 260px;
  display: none;
  position: absolute;
  left: -85px;
  top: auto;
  bottom: -190px;
  z-index: 0;
  transform: rotate(-12deg);
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .page-layout-1column.page-with-filter.catalog-category-view .page-title-wrapper:before {
    background-size: contain;
    width: 200px;
    height: 190px;
    bottom: -105px;
  }
}
@media (max-width: 991px) {
  .page-layout-1column.page-with-filter.catalog-category-view .page-title-wrapper:before {
    left: -50px;
    bottom: -85px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .page-layout-1column.page-with-filter.catalog-category-view .page-title-wrapper:before {
    left: -37px;
    bottom: -85px;
    top: -13px;
    width: 100px;
    height: 96px;
  }
}
.page-layout-1column.page-with-filter.catalog-category-view .page-title-wrapper .circle-div {
  width: 274px;
  height: 260px;
  display: block;
  position: absolute;
  left: -85px;
  top: auto;
  bottom: -190px;
  z-index: 0;
  transform: rotate(-12deg);
}
.page-layout-1column.page-with-filter.catalog-category-view .page-title-wrapper .circle-div svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .page-layout-1column.page-with-filter.catalog-category-view .page-title-wrapper .circle-div {
    background-size: contain;
    width: 200px;
    height: 190px;
    bottom: -105px;
  }
}
@media (max-width: 991px) {
  .page-layout-1column.page-with-filter.catalog-category-view .page-title-wrapper .circle-div {
    left: -50px;
    bottom: -85px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .page-layout-1column.page-with-filter.catalog-category-view .page-title-wrapper .circle-div {
    left: -37px;
    bottom: -85px;
    top: -13px;
    width: 100px;
    height: 96px;
  }
}
.page-layout-1column.page-with-filter.catalog-category-view.page-products .columns {
  padding: 0;
}
.page-layout-1column.page-with-filter.catalog-category-view .column.main {
  margin: 0;
  padding: 0;
}
.page-layout-1column.page-with-filter.catalog-category-view .column.main .best-seller-div .best-seller-slider .slick-prev {
  right: 50px;
}
@media (max-width: 991px) {
  .page-layout-1column.page-with-filter.catalog-category-view .column.main .best-seller-div .best-seller-slider .slick-prev {
    top: -57px;
  }
}
.page-layout-1column.page-with-filter.catalog-category-view .column.main .best-seller-div .best-seller-slider .slick-next {
  right: 0;
}
@media (max-width: 991px) {
  .page-layout-1column.page-with-filter.catalog-category-view .column.main .best-seller-div .best-seller-slider .slick-next {
    top: -57px;
  }
}
.page-layout-1column.page-with-filter.catalog-category-view .column.main .category-div .category-slider .slick-prev {
  right: 50px;
}
.page-layout-1column.page-with-filter.catalog-category-view .column.main .category-div .category-slider .slick-next {
  right: 0;
}
@media (max-width: 991px) {
  .page-layout-1column.page-with-filter.catalog-category-view .column.main .best-seller-div {
    top: 0;
  }
}
.page-title-wrapper .circle-div {
  display: none;
}
.page-layout-category-landing .columns {
  display: none;
}
.page-layout-category-landing .category-view {
  display: none;
}
.page-layout-category-landing .category-landing .category-view {
  display: block;
}
.recently-viewed.best-seller-div .title {
  justify-content: left;
}
.recently-viewed.best-seller-div .best-seller-slider .slick-prev {
  right: 46px;
}
.recently-viewed.best-seller-div .best-seller-slider .slick-next {
  right: -6px;
}
@media (max-width: 769px) {
  .recently-viewed.best-seller-div .best-seller-slider li .product-item-info .product-item-photo {
    margin-bottom: 0;
  }
}
.category-view {
  border-bottom: 1px solid rgba(160, 160, 160, 0.46);
  padding: 38px 0 26px 0;
}
@media (max-width: 991px) {
  .category-view {
    padding: 20px 0;
  }
}
.category-view .category-description {
  max-width: 1186px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 991px) {
  .category-view .category-description {
    font-size: 16px;
    line-height: 25px;
  }
}
.category-landing {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
@media (max-width: 1370px) {
  .category-landing {
    width: 100%;
    position: relative;
    margin-left: 0;
    left: auto;
  }
}
.category-landing .category-view {
  max-width: 1440px;
  margin: 0 auto;
}
.category-landing .category-div {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .category-landing .category-div {
    padding: 70px 0;
  }
}
@media (max-width: 1370px) {
  .category-landing .category-div {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .category-landing .category-div {
    padding: 50px 0;
  }
}
.category-landing .category-div:after {
  top: -70px;
}
.category-landing .best-seller-div {
  padding-bottom: 116px;
}
@media (max-width: 1200px) {
  .category-landing .best-seller-div {
    padding-bottom: 86px;
  }
}
@media (max-width: 769px) {
  .category-landing .best-seller-div {
    padding-bottom: 20px;
  }
}
.category-landing .best-seller-div .title {
  justify-content: center;
}
@media (max-width: 1079px) {
  .category-landing .best-seller-div .title {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .category-landing .best-seller-div .title {
    justify-content: initial;
    padding-right: 110px;
  }
}
@media (max-width: 769px) {
  .category-landing .best-seller-div .title {
    justify-content: center;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .category-landing .best-seller-div .title h2 {
    padding-right: 0;
  }
}
@media (max-width: 1079px) {
  .category-landing .best-seller-div .best-seller-slider .slick-next {
    right: 0;
  }
}
@media (max-width: 1079px) {
  .category-landing .best-seller-div .best-seller-slider .slick-prev {
    right: 50px;
  }
}
.category-landing .upcoming-holiday-div {
  padding-top: 0;
}
@media (max-width: 991px) {
  .category-landing .upcoming-holiday-div {
    padding-top: 40px;
  }
}
.category-landing .full-section {
  margin-bottom: 120px;
}
@media (max-width: 1280px) {
  .category-landing .full-section {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .category-landing .full-section {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .category-landing .full-section {
    margin-bottom: 65px;
  }
}
@media (max-width: 640px) {
  .category-landing .full-section {
    margin-bottom: 55px;
  }
}
.category-landing .full-section .overlay-content {
  position: relative;
  height: 352px;
}
.category-landing .full-section .overlay-content:after {
  content: "";
  height: 179px;
  width: 439px;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/full-sec-before.png);
  display: none;
  right: -74px;
  top: -120px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1370px) {
  .category-landing .full-section .overlay-content:after {
    width: 322px;
  }
}
@media (max-width: 991px) {
  .category-landing .full-section .overlay-content:after {
    width: 209px;
    right: 0;
    top: -60px;
    background-size: 100%;
  }
}
.category-landing .full-section .overlay-content .circle-div {
  height: 179px;
  width: 439px;
  display: block;
  right: -74px;
  top: -120px;
  position: absolute;
}
.category-landing .full-section .overlay-content .circle-div svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  .category-landing .full-section .overlay-content .circle-div {
    width: 322px;
  }
}
@media (max-width: 991px) {
  .category-landing .full-section .overlay-content .circle-div {
    width: 209px;
    right: 0;
    top: -60px;
  }
}
.category-landing .full-section .overlay-content figure {
  height: 100%;
}
.category-landing .full-section .overlay-content figure img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-landing .full-section .overlay-content .content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 0 63px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .category-landing .full-section .overlay-content .content {
    padding: 0 30px;
  }
}
.category-landing .full-section .overlay-content .content .main {
  width: 39%;
  text-align: left;
}
@media (max-width: 1200px) {
  .category-landing .full-section .overlay-content .content .main {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .category-landing .full-section .overlay-content .content .main {
    width: 80%;
  }
}
.category-landing .full-section h2 {
  font-size: 66px;
  line-height: 58px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 5px 0;
}
@media (max-width: 1200px) {
  .category-landing .full-section h2 {
    font-size: 66px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .category-landing .full-section h2 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .category-landing .full-section h2 {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
.category-landing .full-section p {
  font-size: 21px;
  line-height: 34px;
  color: #ffffff;
  margin: 0 0 14px 0;
}
@media (max-width: 1200px) {
  .category-landing .full-section p {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .category-landing .full-section p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.category-landing .full-section a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 150px;
  line-height: 16px;
  padding: 12px 40px;
}
.category-landing .full-section a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .category-landing .full-section a {
    padding: 12px 20px;
  }
}
.page-main + .category-view {
  padding: 0 20px;
  margin-bottom: 124px;
  border-bottom: 0;
}
@media (max-width: 1200px) {
  .page-main + .category-view {
    margin-bottom: 95px;
  }
}
@media (max-width: 1023px) {
  .page-main + .category-view {
    padding: 0 37px;
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .page-main + .category-view {
    margin-bottom: 45px;
  }
}
@media (max-width: 390px) {
  .page-main + .category-view {
    padding: 0 15px;
  }
}
.page-main + .category-view .category-view {
  border: 0;
  padding: 0;
}
.page-layout-2columns-left.catalog-category-view .page-title-wrapper:before {
  display: none;
}
.page-layout-2columns-left.catalog-category-view .swatch-option-tooltip {
  display: none !important;
}
@media (max-width: 1023px) {
  .page-layout-2columns-left.catalog-category-view .sidebar {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .page-layout-2columns-left.catalog-category-view .columns .column.main {
    width: 70%;
    margin-top: 0;
  }
}
.page-layout-2columns-left.catalog-category-view .columns {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .page-layout-2columns-left.catalog-category-view .columns {
    padding-top: 0;
  }
}
.columns .column.main {
  padding-left: 0;
  margin-top: 32px;
}
@media (min-width: 769px) {
  .sidebar-main {
    padding-right: 3%;
  }
}
@media (max-width: 768px) {
  .sidebar-main .filter.active .filter-title {
    border-bottom: 0;
  }
}
.sidebar-main .filter.active .filter-title strong:hover {
  background-color: transparent;
  border-color: #0061ae;
  color: #0061ae;
}
@media (max-width: 768px) {
  .sidebar-main .filter.active .filter-title strong {
    font-size: 0;
    margin: 0;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .sidebar-main .filter .filter-current.active {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .sidebar-main .block-title strong {
    color: #0061ae;
    font-size: 22px;
    margin: 0 40px 0 0;
    padding: 0;
    font-weight: 700;
    line-height: 52px;
    text-decoration: underline;
    background: transparent;
    border: 0;
    box-shadow: none;
    top: 30px;
  }
}
@media (max-width: 768px) {
  .sidebar-main .filter.active .filter-title strong:after {
    position: absolute;
    top: -22px;
    right: 14px;
    color: #0061ae;
    font-size: 20px;
  }
}
.sidebar-main .filter-options-item {
  border-color: rgba(160, 160, 160, 0.46);
}
@media (max-width: 768px) {
  .sidebar-main .filter-options-item {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .sidebar-main .filter.active .filter-subtitle {
    padding: 9px 20px;
    margin: 0;
  }
}
.sidebar-main .amshopby-filter-current {
  margin-bottom: 30px;
}
.sidebar-main .amshopby-filter-current .block-subtitle {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .sidebar-main .amshopby-filter-current .block-subtitle {
    padding: 10px;
  }
}
.sidebar-main .amshopby-filter-current .amshopby-items .amshopby-filter-value .swatch-option.color {
  display: none;
}
.sidebar-main .amshopby-filter-current .amshopby-items .amshopby-filter-value .am-shopby-swatch-label {
  margin: 0;
}
.sidebar-main .am-shopby-form {
  margin: 0 !important;
  padding: 0 !important;
}
.sidebar-main .am-filter-items-color {
  flex-direction: initial;
  flex-wrap: wrap;
}
.sidebar-main .am-filter-items-color .filter-count-label {
  display: none;
}
.sidebar-main .am-filter-items-color .am-swatch-wrapper {
  width: 52px;
  float: left;
  text-align: center;
  border: 1px solid transparent;
  margin-bottom: 12px !important;
}
.sidebar-main .am-filter-items-color .am-swatch-wrapper .am-swatch-link {
  padding: 0;
  position: relative;
  margin: 0;
  float: left;
}
.sidebar-main .am-filter-items-color .am-swatch-wrapper .swatch-option {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  border: 0;
  display: inline-block;
  float: none;
  margin-top: 8px;
}
.sidebar-main .am-filter-items-color .am-swatch-wrapper .swatch-option.color:not(.disabled):hover,
.sidebar-main .am-filter-items-color .am-swatch-wrapper .swatch-option.image:not(.disabled):hover {
  outline: 0;
}
.sidebar-main .am-filter-items-color .am-swatch-wrapper .swatch-option.selected {
  outline: 0;
}
.sidebar-main .am-filter-items-color .am-swatch-wrapper .am-shopby-swatch-label {
  max-width: 100%;
  float: left;
  width: 100%;
}
.sidebar-main .am-filter-items-color .am-swatch-wrapper .am-shopby-swatch-label:after {
  width: 48px;
  height: 72px;
  border: 1px solid transparent;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.sidebar-main .am-filter-items-color .am-swatch-wrapper .am-shopby-swatch-label .label {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  display: block;
}
.sidebar-main .am-filter-items-color .am-swatch-wrapper .swatch-option.selected + .am-shopby-swatch-label:after {
  border-color: #0061ae;
}
.sidebar-main .filter-current .block-subtitle {
  padding: 0;
  margin: 0;
}
.sidebar-main .block-subtitle {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0061ae;
  padding: 0 0 30px 0;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  .sidebar-main .block-subtitle {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
.sidebar-main .block-subtitle .filter-actions {
  margin-bottom: 0;
  float: right;
  padding: 0;
}
.sidebar-main .block-subtitle .filter-actions a {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: underline;
  line-height: 30px;
}
.sidebar-main .filter-options-title {
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0061ae;
  margin-bottom: 0;
  padding: 14px 0;
}
@media (max-width: 991px) {
  .sidebar-main .filter-options-title {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .sidebar-main .filter-options-title {
    padding: 8px 20px;
  }
}
.sidebar-main .filter-options-title:after {
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/side-arrow.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  width: 12px;
  height: 7px;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
}
@media (max-width: 768px) {
  .sidebar-main .filter-options-title:after {
    right: 20px;
  }
}
.sidebar-main .filter-options-item.active .filter-options-title:after {
  transform: translateY(-50%) rotate(180deg);
}
.sidebar-main .filter-options-item {
  padding: 0;
}
.sidebar-main .filter-options-item[attribute="price"] .filter-options-content {
  padding-top: 8px;
}
@media (max-width: 991px) {
  .sidebar-main .filter-options-item[attribute="price"] .filter-options-content {
    padding-top: 12px;
  }
}
@media (max-width: 991px) {
  .sidebar-main .filter-options-item[attribute="price"] .filter-options-content .ui-slider-horizontal {
    height: 8px;
    position: relative;
    z-index: 9999;
  }
}
.sidebar-main .filter-options-item[attribute="price"] .filter-options-content .ui-slider-horizontal span.ui-slider-handle:nth-child(3)[style="left: 100%;"] {
  margin-left: -23px !important;
}
.sidebar-main .filter-options-item[attribute="price"] .filter-options-content .ui-slider-horizontal span.ui-slider-handle:nth-child(2)[style="left: 100%;"] {
  margin-left: -23px !important;
}
@media (max-width: 991px) {
  .sidebar-main .filter-options-item[attribute="price"] .filter-options-content .ui-slider-handle {
    top: -9px;
  }
}
@media (max-width: 991px) {
  .sidebar-main .filter-options-item[attribute="price"] .filter-options-content #ln_slider_text_price {
    margin-top: 25px;
    line-height: 20px;
  }
}
.sidebar-main .filter-options-item[attribute="price"] .filter-options-content .ln_slider_text_price_to {
  float: right;
}
.sidebar-main .filter-options-content {
  padding: 0;
  padding-bottom: 0;
  border-bottom: 0px solid rgba(160, 160, 160, 0.46);
  margin-bottom: 20px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .sidebar-main .filter-options-content {
    padding: 0 20px;
  }
}
.sidebar-main .filter-options-content .items:not(.items-children):not(.am-category-view) {
  margin: 0;
}
.sidebar-main .filter-options-content .am-filter-items-category_ids .am-collapse-icon {
  display: none;
}
.sidebar-main .filter-options-content .am-filter-items-category_ids .amshopby-choice {
  left: 0 !important;
}
.sidebar-main .filter-options-content .am-filter-items-category_ids .item .am-collapse-icon ~ [class*="am-filter-item-"] {
  padding-left: 0;
}
.sidebar-main .filter-options-content .item {
  line-height: 30px;
  padding-left: 30px;
}
.sidebar-main .filter-options-content .item .label {
  font-size: 16px;
}
.sidebar-main .filter-options-content .item .count {
  display: none;
}
.sidebar-main .filter-options-content .amshopby-slider-wrapper {
  margin: 0;
}
.sidebar-main .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container.-improved .am-slider {
  height: 1px;
  background-color: rgba(160, 160, 160, 0.46);
}
@media (max-width: 768px) {
  .sidebar-main .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container.-improved .am-slider {
    padding: 0 25px;
  }
}
.sidebar-main .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container.-improved .am-slider:before {
  height: 1px;
  background-color: rgba(160, 160, 160, 0.46);
}
.sidebar-main .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container.-improved .am-slider:after {
  height: 1px;
  background-color: rgba(160, 160, 160, 0.46);
}
.sidebar-main .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  height: 23px;
  top: -10px;
  width: 23px;
}
.sidebar-main .filter-options-content .amshopby-slider-wrapper .amshopby-slider-container.-improved .am-slider .ui-slider-range {
  height: 2px;
}
.sidebar-main .filter-content {
  position: relative;
}
@media (max-width: 768px) {
  .sidebar-main .filter-content {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .sidebar-main .filter-content .filter-current-subtitle:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 769px) {
  .sidebar-main .filter-content .block-actions.filter-actions {
    position: absolute;
    right: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .sidebar-main .filter-content .block-actions.filter-actions {
    margin-left: 0;
    margin-right: 0;
  }
}
.sidebar-main .filter-content .block-actions.filter-actions a {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0061ae;
  padding: 0 0 30px 0;
  margin-bottom: 19px;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .sidebar-main .filter-content .block-actions.filter-actions a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .sidebar-main .filter-content .block-actions.filter-actions a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .sidebar-main .filter-content .block-actions.filter-actions a {
    font-size: 15px;
    padding: 0;
    margin: 0;
  }
}
.sidebar-main .filter-content .block-actions.filter-actions a:hover {
  text-decoration: none;
}
.sidebar-main .filter-options input[type="checkbox"] + .amshopby-choice:before {
  border: 1.5px solid #000000;
  width: 18px;
  height: 19px;
  border-radius: 4px;
  margin-top: 2px;
}
.sidebar-main .filter-options input[type="checkbox"] + .amshopby-choice:after {
  background-color: #dd1728;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.635' height='13.91' viewBox='0 0 17.635 13.91'%3E%3Cpath id='Path_136' data-name='Path 136' d='M20961.564-2307.973l5.141,5.14,9.666-9.667' transform='translate(-20960.15 2313.914)' fill='none' stroke='%23fff' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
  border-radius: 4px;
  top: 2px;
  background-size: 13px 15px;
}
.sidebar-main .amshopby-filter-current {
  margin-bottom: 0;
}
.sidebar-main .amshopby-filter-current .amshopby-items {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .sidebar-main .amshopby-filter-current .amshopby-items {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sidebar-main .amshopby-filter-current .amshopby-remove:after,
.sidebar-main .amshopby-filter-current .amshopby-remove:before {
  background-color: #000000;
  height: 2px;
  font-weight: 700;
}
.sidebar-main .filter-options-content .am-ranges .items.-am-multiselect .item [class*="am-filter-item"] {
  padding-left: 0;
}
@media (max-width: 768px) {
  .sidebar-main .filter-options-content .am-ranges .items.-am-multiselect .item [class*="am-filter-item"] {
    padding: 0 !important;
  }
}
.sidebar-main .filter-options-content .items [class*="am-filter-item"] {
  padding: 0;
}
@media (max-width: 768px) {
  .sidebar-main .filter-options-content .items [class*="am-filter-item"] {
    padding: 0 !important;
  }
}
.sidebar-main .filter-options-content .item input[type="checkbox"] {
  top: 5px;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  border-width: 1.5px;
  margin-right: 8px;
}
.sidebar-main .filter-options-content .item input[type="checkbox"]:checked {
  accent-color: #dd1728;
}
.sidebar-main .filter-options-content .item a {
  color: #101820;
}
.sidebar-main .filter-options-content .item a:hover {
  background-color: transparent;
  color: #101820;
}
.products-grid .ias-noneleft {
  display: none !important;
}
.products-grid .iass-spinner img {
  margin-bottom: 0;
}
.products-grid .iass-spinner span {
  display: none;
}
.products-grid .product-items {
  margin: 0 -10px;
}
@media (max-width: 379px) {
  .products-grid .product-items {
    margin: 0;
  }
}
.products-grid .product-items li {
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 0 50px 0 !important;
  width: 25%;
}
@media (max-width: 769px) {
  .products-grid .product-items li {
    width: 33.33%;
    margin-bottom: 21px !important;
  }
}
@media (max-width: 640px) {
  .products-grid .product-items li {
    width: 50%;
  }
}
@media (max-width: 379px) {
  .products-grid .product-items li {
    width: 100%;
    padding: 0 30px;
  }
}
.products-grid .product-items li .stock {
  text-align: center;
}
.products-grid .product-items li .stock.unavailable {
  color: red;
  font-size: 16px;
}
.products-grid .product-items li .product-item-info {
  width: 100%;
}
.products-grid .product-items li .product-item-info .product-item-photo {
  width: 100%;
  height: auto;
  margin-bottom: 19px;
  display: block;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 769px) {
  .products-grid .product-items li .product-item-info .product-item-photo {
    height: auto;
  }
}
.products-grid .product-items li .product-item-info .product-item-photo .product-image-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear 0.2s;
  transform: scale(1);
}
.products-grid .product-items li .product-item-info .product-item-photo .product-image-photo:hover {
  transform: scale(1.1);
}
.products-grid .product-items li .product-item-info .product-image-container {
  display: inline-block;
  width: 100%;
}
.products-grid .product-items li .product-item-info .product-reviews-summary {
  display: none;
}
.products-grid .product-items li .product-item-info .product-item-details {
  padding: 0 10px;
  box-sizing: border-box;
}
.products-grid .product-items li .product-item-info .product-item-details .product-item-name {
  margin: 0 0 11px 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 27px;
  line-clamp: initial;
  -webkit-line-clamp: initial;
  height: auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .products-grid .product-items li .product-item-info .product-item-details .product-item-name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
}
.products-grid .product-items li .product-item-info .product-item-details .product-item-name a {
  color: #000000;
}
.products-grid .product-items li .product-item-info .product-item-details .product-item-name a:hover {
  color: #0061ae;
  text-decoration: none;
}
.products-grid .product-items li .product-item-info .product-item-details .sku {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.products-grid .product-items li .product-item-info .product-item-details .price-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.products-grid .product-items li .product-item-info .product-item-details .price-box:has(.old-price) .special-price .price,
.products-grid .product-items li .product-item-info .product-item-details .price-box:has(.old-price) .price-container .price {
  color: #dd1729;
}
.products-grid .product-items li .product-item-info .product-item-details .price-box:has(.old-price) .old-price .price-container .price {
  color: #898989;
}
.products-grid .product-items li .product-item-info .product-item-details .price-box > .price-label {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-right: 5px;
}
@media (max-width: 1023px) {
  .products-grid .product-items li .product-item-info .product-item-details .price-box > .price-label {
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  .products-grid .product-items li .product-item-info .product-item-details .price-box > .price-label {
    font-size: 14px;
  }
}
.products-grid .product-items li .product-item-info .product-item-details .price-box .normal-price .price-label {
  display: none;
}
.products-grid .product-items li .product-item-info .product-item-details .price-box .minimal-price-link {
  display: none;
}
.products-grid .product-items li .product-item-info .product-item-details .price-box .old-price {
  order: 0;
  margin: 0;
  color: #898989;
  position: relative;
  padding: 0 8px;
  margin-right: 18px;
}
@media (max-width: 640px) {
  .products-grid .product-items li .product-item-info .product-item-details .price-box .old-price {
    margin-right: 8px;
  }
}
.products-grid .product-items li .product-item-info .product-item-details .price-box .old-price:after {
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #898989;
}
.products-grid .product-items li .product-item-info .product-item-details .price-box .old-price .price-label {
  font-size: 18px;
  line-height: 30px;
  color: #898989;
}
@media (max-width: 1023px) {
  .products-grid .product-items li .product-item-info .product-item-details .price-box .old-price .price-label {
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  .products-grid .product-items li .product-item-info .product-item-details .price-box .old-price .price-label {
    font-size: 14px;
  }
}
.products-grid .product-items li .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 18px;
  line-height: 30px;
  color: #898989;
}
@media (max-width: 1023px) {
  .products-grid .product-items li .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  .products-grid .product-items li .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
  }
}
.products-grid .product-items li .product-item-info .product-item-details .price-box .special-price {
  order: 1;
  margin: 0;
}
.products-grid .product-items li .product-item-info .product-item-details .price-box .special-price .price-label {
  display: none;
}
.products-grid .product-items li .product-item-info .product-item-details .price-box .special-price .price {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 1023px) {
  .products-grid .product-items li .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  .products-grid .product-items li .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 14px;
  }
}
.products-grid .product-items li .product-item-info .product-item-details .price-box .price {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .products-grid .product-items li .product-item-info .product-item-details .price-box .price {
    font-size: 16px;
  }
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute .swatch-more {
  display: none;
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color {
  text-align: center;
  margin-top: 20px;
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color {
  margin: 0 5px 6px 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  min-width: initial;
  position: relative;
  border: 0 solid #fff;
  margin-right: 10px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color {
    width: 15px;
    height: 15px;
  }
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color:last-child {
  margin: 0;
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color:not(.disabled):focus,
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.image:not(.disabled):focus {
  box-shadow: none;
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.image:not(.disabled):hover {
  outline: 2px solid #0061ae;
  border: 0px solid #0061ae;
  box-shadow: none;
  outline-offset: 3px;
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.image:not(.disabled):hover:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
@media (max-width: 1023px) {
  .products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.image:not(.disabled):hover:after {
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color:not(.disabled):hover {
  outline: 2px solid #0061ae;
  border: 0px solid #0061ae;
  box-shadow: none;
  outline-offset: 3px;
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color:not(.disabled):hover:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
@media (max-width: 1023px) {
  .products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color:not(.disabled):hover:after {
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color.selected {
  outline: 2px solid #0061ae;
  border: 0px solid #0061ae;
  box-shadow: none;
  outline-offset: 3px;
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color.selected:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color.selected:after {
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color[data-option-tooltip-value="#ffffff"],
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color[data-option-tooltip-value="#fffff0"],
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.color[data-option-tooltip-value="#f7f6f4"] {
  border: 1px solid #ccc;
}
.products-grid .product-items li .product-item-info .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option.image {
  width: 19px !important;
  height: 18px !important;
  min-width: 14px;
}
.products-grid .product-items li .product-item-inner {
  display: block;
  position: relative;
  box-shadow: none;
  border: 0;
  margin: 20px 0 0 0 !important;
  text-align: center;
}
.products-grid .product-items li .product-item-inner .actions-primary {
  width: 100%;
}
.products-grid .product-items li .product-item-inner .qty {
  text-align: center;
  margin-bottom: 10px;
}
.products-grid .product-items li .product-item-inner .qty .control-qty-cart {
  max-width: 157px;
  margin: 0 auto;
  display: flex;
  column-gap: 11px;
}
.products-grid .product-items li .product-item-inner .qty .control-qty-cart .quantity-controls {
  width: 45px;
  height: 45px;
  background-color: #ccdfef;
  border: 0;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
.products-grid .product-items li .product-item-inner .qty .control-qty-cart .quantity-controls.quantity-minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.017' height='3' viewBox='0 0 20.017 3'%3E%3Cg id='Group_352' data-name='Group 352' transform='translate(1.5 1.5)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M1364.657,2708.473h17.017' transform='translate(-1364.657 -2708.473)' fill='none' stroke='%232761a8' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.products-grid .product-items li .product-item-inner .qty .control-qty-cart .quantity-controls.quantity-plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.907' height='18.712' viewBox='0 0 18.907 18.712'%3E%3Cg id='Group_351' data-name='Group 351' transform='translate(1.5 1.5)'%3E%3Cpath id='Path_27' data-name='Path 27' d='M1369,2703v15.712' transform='translate(-1361.008 -2703)' fill='none' stroke='%232761a8' stroke-linecap='round' stroke-width='3'/%3E%3Cpath id='Path_28' data-name='Path 28' d='M1364.657,2708.473h15.907' transform='translate(-1364.657 -2700.617)' fill='none' stroke='%232761a8' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.products-grid .product-items li .product-item-inner .qty .control-qty-cart .quantity-controls:hover {
  background-color: #0061ae;
}
.products-grid .product-items li .product-item-inner .qty .control-qty-cart .quantity-controls:hover.quantity-minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.017' height='3' viewBox='0 0 20.017 3'%3E%3Cg id='Group_352' data-name='Group 352' transform='translate(1.5 1.5)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M1364.657,2708.473h17.017' transform='translate(-1364.657 -2708.473)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.products-grid .product-items li .product-item-inner .qty .control-qty-cart .quantity-controls:hover.quantity-plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.907' height='18.712' viewBox='0 0 18.907 18.712'%3E%3Cg id='Group_351' data-name='Group 351' transform='translate(1.5 1.5)'%3E%3Cpath id='Path_27' data-name='Path 27' d='M1369,2703v15.712' transform='translate(-1361.008 -2703)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3Cpath id='Path_28' data-name='Path 28' d='M1364.657,2708.473h15.907' transform='translate(-1364.657 -2700.617)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.products-grid .product-items li .product-item-inner .qty .control-qty-cart input {
  height: 45px;
  width: 45px;
  border: 2px solid #2761a8;
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #101820;
  padding: 0;
  text-align: center;
}
.products-grid .product-items li .product-item-inner .action.tocart {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 100%;
  height: 45px;
  background-color: #ccdfef;
  color: #0061ae;
  border-color: #ccdfef;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-family: 'Kanit', sans-serif;
}
.products-grid .product-items li .product-item-inner .action.tocart:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .products-grid .product-items li .product-item-inner .action.tocart {
    padding: 12px 20px;
  }
}
.products-grid .product-items li .product-item-inner:before {
  display: none !important;
}
.products-grid .product-items li .product-item-inner .actions-secondary {
  display: none;
}
.page-products .products-grid .product-item {
  width: 25%;
}
@media (max-width: 991px) {
  .page-products .products-grid .product-item {
    width: 33.33%;
  }
}
@media (max-width: 891px) {
  .page-products .products-grid .product-item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .page-products .products-grid .product-item {
    width: 50%;
  }
}
@media (max-width: 379px) {
  .page-products .products-grid .product-item {
    width: 100%;
    padding: 0 30px;
  }
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: #fff;
  box-shadow: none;
  border: 0px solid #bbb;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
.load-more-btn {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .load-more-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .load-more-btn {
    margin-bottom: 20px;
  }
}
.load-more-btn a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #ccdfef;
  color: #0061ae;
  border-color: #ccdfef;
  min-width: 157px;
  font-size: 14px;
  padding: 9px 20px;
}
.load-more-btn a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .load-more-btn a {
    padding: 12px 20px;
  }
}
#amasty-shopby-product-list .message.info {
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .recently-viewed.best-seller-div .title {
    justify-content: center;
  }
}
.search.results #amasty-shopby-product-list > .block {
  display: none;
}
.catalogsearch-result-index.page-products .columns {
  padding-top: 52px;
  padding-bottom: 52px;
}
@media (max-width: 767px) {
  .catalogsearch-result-index.page-products .columns {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.catalogsearch-result-index.page-products:has(#layer-product-list .message.notice) .columns .column.main {
  width: 100%;
}
.catalogsearch-result-index.page-products:has(#layer-product-list .message.notice) .columns .sidebar {
  display: none;
}
@media (max-width: 768px) {
  .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    padding: 7px 0;
    margin: 5px 0 !important;
  }
}
@media (max-width: 768px) {
  .filter-current .block-subtitle {
    font-size: 16px;
    padding-bottom: 0;
    margin: 0;
    padding: 10px 0;
  }
}
.filter-current .action.remove {
  left: 0;
  position: absolute;
  top: 1px;
  font-size: 0;
}
.filter-current .action.remove:after {
  content: "X";
  font-size: 15px;
}
.sidebar-main .filter-options-content .item {
  padding: 0 0 0 1px !important;
}
.sidebar-main .filter-options-content .items:not(.items-children):not(.am-category-view) {
  height: auto !important;
  max-height: inherit !important;
}
.sidebar-main .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  top: -12px;
  background-color: #0061ae;
}
.sidebar-main .ln_slider_container {
  width: 100%;
  margin: 0;
}
.sidebar-main .ui-slider-horizontal {
  height: 1px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  background: rgba(160, 160, 160, 0.46);
}
.sidebar-main .ln_slider_text_price_to {
  float: right;
  margin-right: -23px;
}
.sidebar-main #ln_slider_text_price {
  margin-top: 15px;
}
.filter-options-item[attribute="color"] .swatch-option-link-layered,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered {
  text-align: center;
  margin-bottom: 10px !important;
  padding: 0;
  position: relative;
  margin: 0;
  float: left;
  margin-right: 10px !important;
  width: 46px;
  height: 64px;
}
.filter-options-item[attribute="color"] .swatch-option-link-layered:hover,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered:hover {
  background-color: transparent;
}
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  border: 0;
  display: inline-block;
  float: none;
  margin-top: 8px;
  position: static;
  margin: 5px 0 16px 0;
}
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option:after,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option:after {
  width: 44px;
  height: 62px;
  border: 1px solid transparent;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option:focus,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option:focus {
  box-shadow: none;
}
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option.color:not(.disabled):focus,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option.color:not(.disabled):focus,
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option.image:not(.disabled):focus,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option.image:not(.disabled):focus,
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option.selected,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option.selected,
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option.selected:focus,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option.selected:focus {
  outline: 0;
  box-shadow: none;
}
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option.selected:after,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option.selected:after,
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option:hover:after,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option:hover:after {
  border-color: #2761a8;
}
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option[data-option-tooltip-value="#ffffff"],
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option[data-option-tooltip-value="#ffffff"],
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option[data-option-tooltip-value="#fffff0"],
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option[data-option-tooltip-value="#fffff0"] {
  border: 1px solid #ccc;
}
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option.label,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option.label {
  position: absolute !important;
  left: 0;
  width: 96% !important;
  height: auto !important;
  font-size: 11px;
  top: 34px;
  text-align: center;
  display: block !important;
  line-height: 1;
  text-transform: capitalize;
  right: 0;
  border-radius: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  pointer-events: none;
  max-height: 22px;
  overflow: hidden;
}
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option.label.selected:after,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option.label.selected:after,
.filter-options-item[attribute="color"] .swatch-option-link-layered .swatch-option.label:hover:after,
.filter-options-item[attribute="colour_group"] .swatch-option-link-layered .swatch-option.label:hover:after {
  border: 0 !important;
  outline: 0 !important;
}
.page-with-filter .swatch-option-tooltip {
  display: none !important;
}
#narrow-by-list .filter-options-content ol.items li {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 34px !important;
}
#narrow-by-list .filter-options-content ol.items li a,
#narrow-by-list .filter-options-content ol.items li span {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}
#narrow-by-list .filter-options-content ol.items li a span,
#narrow-by-list .filter-options-content ol.items li > span span {
  display: none;
}
#narrow-by-list .filter-options-content ol.items li a span:before,
#narrow-by-list .filter-options-content ol.items li > span span:before {
  display: none;
}
#narrow-by-list .filter-options-content ol.items li a span:after,
#narrow-by-list .filter-options-content ol.items li > span span:after {
  display: none;
}
#narrow-by-list .filter-options-content ol.items li a:before,
#narrow-by-list .filter-options-content ol.items li span:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  border: 1.5px solid #000000;
  width: 18px;
  height: 19px;
  border-radius: 4px;
  margin-top: 2px;
}
#narrow-by-list .filter-options-content ol.items li a:after,
#narrow-by-list .filter-options-content ol.items li span:after {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.635' height='13.91' viewBox='0 0 17.635 13.91'%3E%3Cpath id='Path_136' data-name='Path 136' d='M20961.564-2307.973l5.141,5.14,9.666-9.667' transform='translate(-20960.15 2313.914)' fill='none' stroke='%23fff' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
  top: 8px;
  background-size: 13px 15px;
  content: "";
  display: none;
  border-radius: 4px;
  position: absolute;
  left: 4px;
}
#narrow-by-list .filter-options-content ol.items li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#narrow-by-list .filter-options-content ol.items li input:checked ~ a:before {
  background-color: #dd1728;
  border-color: #dd1728;
}
#narrow-by-list .filter-options-content ol.items li input:checked ~ span:before {
  background-color: #dd1728;
  border-color: #dd1728;
}
#narrow-by-list .filter-options-content ol.items li input:checked ~ a:after {
  display: block;
}
#narrow-by-list .filter-options-content ol.items li input:checked ~ span:after {
  display: block;
}
#narrow-by-list .filter-options-content ol.items li input[disabled] ~ a:before {
  background-color: #000;
  opacity: 0.2;
}
#narrow-by-list .filter-options-content ol.items li input[disabled] ~ span:before {
  background-color: #000;
  opacity: 0.2;
}
#narrow-by-list .filter-options-content ol.items li:hover input ~ a:before {
  background-color: transparent;
}
body .filter.block {
  margin-bottom: 70px;
}
.catalog-category-view .page.messages {
  margin-top: 0;
}
.catalog-category-view .category-landing .category-view {
  padding-top: 0;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main {
    padding: 0;
  }
}
#narrow-by-list div[attribute="price"] .filter-options-content ol li {
  padding-left: 0 !important;
  width: 100%;
}
@media (max-width: 768px) {
  #narrow-by-list div[attribute="price"] .filter-options-content ol li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #narrow-by-list div[attribute="price"] .filter-options-content ol li {
    width: 100%;
  }
}
#narrow-by-list div[attribute="price"] .filter-options-content ol.items li a:before,
#narrow-by-list div[attribute="price"] .filter-options-content ol.items li span:before {
  display: none;
}
@media (max-width: 1023px) {
  body.catalog-category-view .page-main {
    padding: 0 37px;
  }
}
@media (max-width: 390px) {
  body.catalog-category-view .page-main {
    padding: 0 15px;
  }
}
.catalog-category-view .swatch-option-tooltip {
  display: none !important;
}
@media (min-width: 1200px) {
  .catalog-category-view .page-title-wrapper {
    padding: 13px 0 60px 0;
  }
}
@media (min-width: 1200px) {
  .catalog-category-view .page-title-wrapper .page-title {
    padding-top: 21px;
  }
}
@media (min-width: 1200px) {
  .catalog-category-view .page-title-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transform: none;
    z-index: -1;
    background-image: url("../../frontend/Cda/upupandaway/en_GB/images/Intersection_1.svg");
    background-position: bottom center;
    background-size: 100% auto;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  body.page-layout-2columns-left .sidebar-main {
    width: 26.833333%;
  }
}
@media (max-width: 768px) {
  body.page-layout-2columns-left .sidebar-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 991px) {
  body.page-layout-2columns-left .column.main {
    width: 73.166667%;
  }
}
@media (max-width: 768px) {
  body.page-layout-2columns-left .column.main {
    width: 100%;
  }
}
#layer-product-list .toolbar.toolbar-products {
  display: none;
}
.column.main > .search.results {
  display: none;
}
.column.main dl.block.mst-search__misc-recommendations {
  display: block;
}
@media (max-width: 991px) {
  .catalog-product-view .columns .column.main {
    padding-bottom: 90px;
  }
}
.catalog-product-view.page-layout-1column .product-info-main {
  width: 39%;
  order: 1;
}
@media (max-width: 991px) {
  .catalog-product-view.page-layout-1column .product-info-main {
    width: 100%;
    order: 2;
  }
}
.catalog-product-view.page-layout-1column .page.messages {
  margin-top: 25px;
}
.catalog-product-view .mfp-bg {
  opacity: 0.55 !important;
}
.catalog-product-view .page-title-wrapper.product:after {
  display: none;
}
.catalog-product-view .product-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-bottom: 110px;
}
@media (max-width: 1280px) {
  .catalog-product-view .product-main {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .product-main {
    margin-bottom: 110px;
  }
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb-border {
  background: transparent;
  border-color: #0061ae;
  display: none;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  width: 100%;
  height: 41px;
  background-color: #fff;
  text-align: center;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left.fotorama__arr--disabled,
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right.fotorama__arr--disabled {
  opacity: 0.5;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: -30px;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon {
  padding: 0;
  bottom: 0;
  transform: none;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #ccdfef;
  border-radius: 100%;
  background-image: none;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/pro-down-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(180deg);
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon:hover {
  background-color: #0061ae;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon:hover:before {
  filter: brightness(0) invert(1);
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: -30px;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  padding: 0;
  bottom: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #ccdfef;
  border-radius: 100%;
  transform: none;
  background-image: none;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/up-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon:hover {
  background-color: #0061ae;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon:hover:before {
  filter: brightness(0) invert(1);
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__nav.fotorama__shadows--bottom:after {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__nav.fotorama__shadows--bottom:before {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__nav.fotorama__shadows--top:after {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap--vertical .fotorama__nav.fotorama__shadows--top:before {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__shadows--right:after {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__shadows--left:before {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
  background: #fff;
  border: 0px solid transparent;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active {
  border-color: #0061ae;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame .fotorama__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb-border {
  background: transparent;
  border-color: #0061ae;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  width: 40px;
  background-color: transparent;
  text-align: center;
  opacity: 1;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left.fotorama__arr--disabled .fotorama__thumb--icon,
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right.fotorama__arr--disabled .fotorama__thumb--icon {
  opacity: 0.6;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:after,
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:after {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left.fotorama__arr--disabled .fotorama__thumb--icon,
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right.fotorama__arr--disabled .fotorama__thumb--icon {
  opacity: 0.5;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon {
  padding: 0;
  transform: none;
  display: inline-block;
  height: 25px;
  width: 25px;
  background-color: #ccdfef;
  border-radius: 100%;
  background-image: none;
  left: 0;
  transform: rotate(-90deg);
  margin-top: -15px;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
  content: "";
  width: 25px;
  height: 23px;
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/pro-down-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(180deg);
  background-size: 12px 11px;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:hover {
  background-color: #0061ae;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:hover:before {
  filter: brightness(0) invert(1);
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  padding: 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  background-color: #ccdfef;
  border-radius: 100%;
  transform: none;
  background-image: none;
  left: auto;
  right: 0;
  transform: rotate(-90deg);
  margin-top: -15px;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:before {
  content: "";
  width: 23px;
  height: 26px;
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/up-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-size: 12px 11px;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:hover {
  background-color: #0061ae;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:hover:before {
  filter: brightness(0) invert(1);
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__shadows--bottom:after {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__shadows--bottom:before {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__shadows--top:after {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__shadows--top:before {
  display: none;
}
.catalog-product-view .fotorama__arr--prev,
.catalog-product-view .fotorama__arr--next {
  display: none !important;
}
.catalog-product-view .swatch-option-tooltip {
  display: none !important;
}
@media (max-width: 768px) {
  .catalog-product-view .swatch-opt,
  .catalog-product-view .product-options-wrapper .field {
    margin: 40px 0;
  }
}
.product.media {
  height: 630px;
  margin: 0;
}
@media (max-width: 991px) {
  .product.media {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .product.media {
    height: auto;
    margin-bottom: 0;
  }
}
.product.media .gallery-placeholder {
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .product.media .gallery-placeholder {
    height: auto;
  }
}
.product.media .gallery-placeholder .fotorama__stage {
  cursor: none;
  pointer-events: none;
}
.product.media .gallery-placeholder .fotorama__stage:after {
  content: "";
  width: 25px;
  height: 28px;
  display: block;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/zoom.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 70px;
  bottom: 40px;
  z-index: 9;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .product.media .gallery-placeholder .fotorama__stage:after {
    right: 20px;
    bottom: 20px;
  }
}
.product.media .gallery-placeholder .fotorama__active .fotorama__dot {
  background-color: #0061ae;
  border-color: #0061ae;
}
.product.media .gallery-placeholder .fotorama__dot {
  width: 8px;
  height: 8px;
}
.product.media .gallery-placeholder .fotorama-item {
  height: 100%;
}
@media (max-width: 768px) {
  .product.media .gallery-placeholder .fotorama-item {
    height: auto;
  }
}
.product.media .gallery-placeholder .fotorama-item .fotorama__wrap {
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .product.media .gallery-placeholder .fotorama-item .fotorama__wrap {
    height: auto;
  }
}
@media (min-width: 769px) {
  .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage {
    height: 100% !important;
  }
}
.product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap {
  height: 100%;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap {
    height: auto;
    position: relative;
    padding: 20px 0;
  }
}
.product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav {
  padding: 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav {
    height: 100% !important;
    overflow: visible;
    position: static;
  }
}
@media (max-width: 768px) {
  .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav {
    padding: 0;
  }
}
.product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__thumb {
  background-color: #fff;
}
.product-info-main .page-title-wrapper {
  width: 100%;
  margin-left: 0;
  left: auto;
  z-index: 0;
  padding: 0;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 53px;
  color: #000000;
  padding: 0;
  text-align: left;
  text-transform: none;
  margin-bottom: 26px;
}
@media (max-width: 1280px) {
  .product-info-main .page-title-wrapper .page-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .product-info-main .page-title-wrapper .page-title {
    font-size: 29px;
    line-height: 34px;
    margin-bottom: 12px;
  }
}
@media (max-width: 640px) {
  .product-info-main .page-title-wrapper .page-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.product-info-main .multibuy-div + .product-info-price + .product-add-form {
  padding: 0;
}
.product-info-main .multibuy-div + .product-info-price + .product-add-form .box-tocart {
  margin-top: 27px !important;
}
@media (max-width: 1200px) {
  .product-info-main .multibuy-div + .product-info-price + .product-add-form .box-tocart {
    margin-top: 20px !important;
  }
}
.product-info-main .category-name {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 35px;
  text-transform: uppercase;
  color: #0061ae;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .product-info-main .category-name {
    margin-bottom: 8px;
  }
}
.product-info-main .product-reviews-summary {
  margin-bottom: 30px;
  margin-right: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .product-info-main .product-reviews-summary {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .product-info-main .product-reviews-summary {
    margin-bottom: 15px;
  }
}
@media (max-width: 769px) {
  .product-info-main .product-reviews-summary {
    margin-bottom: 10px;
  }
}
.product-info-main .product-reviews-summary .reviews-actions {
  margin-top: 0;
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0;
}
.product-info-main .product-reviews-summary .reviews-actions.review-summary {
  padding-top: 1.5px;
}
.product-info-main .product-reviews-summary .reviews-actions a {
  text-decoration: underline;
  font-size: 14px;
  color: #0061AE;
  line-height: 1;
}
.product-info-main .product-reviews-summary .reviews-actions a:hover {
  text-decoration: none;
}
.product-info-main .product.attribute.sku {
  float: left;
  width: auto;
  margin-right: 0;
  font-size: 16px;
  line-height: 16px;
  color: #898989;
  margin-bottom: 15px;
  font-weight: 400;
}
@media (max-width: 1370px) {
  .product-info-main .product.attribute.sku {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .product-info-main .product.attribute.sku {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 769px) {
  .product-info-main .product.attribute.sku {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .product-info-main .product.attribute.sku {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.product-info-main .product.attribute.sku .type {
  margin-right: 0;
}
.product-info-main .product.attribute.sku .type:after {
  content: ":";
}
.product-info-main .rating-summary {
  margin: 0 15px 0 0;
  font-size: 0;
}
.product-info-main .rating-summary .rating-result {
  width: 94px;
}
.product-info-main .rating-summary .rating-result::before {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.574' height='20.522' viewBox='0 0 22.574 20.522'%3E%3Cg id='Path_131' data-name='Path 131' fill='none'%3E%3Cpath d='M11.287,0l3.386,6.889,7.9.949-5.808,5.207,1.5,7.476-6.976-3.671L4.311,20.522l1.5-7.476L0,7.839l7.9-.949Z' stroke='none'/%3E%3Cpath d='M 11.28687953948975 2.267055511474609 L 8.558900833129883 7.817334175109863 L 2.311656951904297 8.568007469177246 L 6.900740623474121 12.68224334716797 L 5.704090118408203 18.65861701965332 L 11.28688049316406 15.72062397003174 L 16.86966323852539 18.65861701965332 L 15.673020362854 12.68224334716797 L 20.26210403442383 8.568008422851562 L 14.01485061645508 7.817334175109863 L 11.28687953948975 2.267055511474609 M 11.28688049316406 3.814697265625e-06 L 14.67294120788574 6.889213562011719 L 22.57376098632812 7.838583946228027 L 16.76564979553223 13.04571342468262 L 18.26255035400391 20.52166366577148 L 11.28688049316406 16.85064315795898 L 4.311201095581055 20.52166366577148 L 5.808111190795898 13.04571342468262 L 0 7.838583946228027 L 7.900810241699219 6.889213562011719 L 11.28688049316406 3.814697265625e-06 Z' stroke='none' fill='%23f3ad5f'/%3E%3C/g%3E%3C/svg%3E%0A");
                background-size: 20px 21px;
                height: 21px;*/
  letter-spacing: 3px;
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
  color: #FFAA4D;
}
.product-info-main .rating-summary .rating-result > span:before {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.574' height='20.522' viewBox='0 0 22.574 20.522'%3E%3Cg id='Path_131' data-name='Path 131' fill='%23f3ad5f'%3E%3Cpath d='M 17.56610679626465 19.59014320373535 L 11.51973056793213 16.40817451477051 L 11.28688049316406 16.2856330871582 L 11.054030418396 16.40817451477051 L 5.007654190063477 19.59014320373535 L 6.298380374908447 13.14388370513916 L 6.35442066192627 12.86397361755371 L 6.141880512237549 12.67342376708984 L 1.155832886695862 8.203295707702637 L 7.960460662841797 7.38564395904541 L 8.229850769042969 7.353273868560791 L 8.349540710449219 7.109763622283936 L 11.28687953948975 1.133529424667358 L 14.22421073913574 7.109763622283936 L 14.34390068054199 7.353273868560791 L 14.61329078674316 7.38564395904541 L 21.41792869567871 8.203295707702637 L 16.43188095092773 12.67342376708984 L 16.21934127807617 12.86397361755371 L 16.27538108825684 13.14388370513916 L 17.56610679626465 19.59014320373535 Z' stroke='none'/%3E%3Cpath d='M 11.28687953948975 2.267055511474609 L 8.558900833129883 7.817334175109863 L 2.311656951904297 8.568007469177246 L 6.900740623474121 12.68224334716797 L 5.704090118408203 18.65861701965332 L 11.28688049316406 15.72062397003174 L 16.86966323852539 18.65861701965332 L 15.673020362854 12.68224334716797 L 20.26210403442383 8.568008422851562 L 14.01485061645508 7.817334175109863 L 11.28687953948975 2.267055511474609 M 11.28688049316406 3.814697265625e-06 L 14.67294120788574 6.889213562011719 L 22.57376098632812 7.838583946228027 L 16.76564979553223 13.04571342468262 L 18.26255035400391 20.52166366577148 L 11.28688049316406 16.85064315795898 L 4.311201095581055 20.52166366577148 L 5.808111190795898 13.04571342468262 L 0 7.838583946228027 L 7.900810241699219 6.889213562011719 L 11.28688049316406 3.814697265625e-06 Z' stroke='none' fill='%23f3ad5f'/%3E%3C/g%3E%3C/svg%3E%0A");
                height: 21px;
                background-size: 20px 21px;*/
  letter-spacing: 3px;
  color: #FFAA4D;
}
.product-info-main .rating-summary .action.view:after {
  display: none !important;
}
.product-info-main .reviews-actions .action.view:after {
  background-color: #0061ae;
  content: "";
  height: 13px;
  width: 3px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 4px;
}
.product-info-main .reviews-actions a:not(:last-child) {
  margin: 0;
}
.product-info-main .product-info-stock-sku {
  display: none;
}
.product-info-main .instock-notify,
.product-info-main .wk-oosn-notificationcontainer {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
}
@media (max-width: 1280px) {
  .product-info-main .instock-notify,
  .product-info-main .wk-oosn-notificationcontainer {
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .product-info-main .instock-notify,
  .product-info-main .wk-oosn-notificationcontainer {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .product-info-main .instock-notify,
  .product-info-main .wk-oosn-notificationcontainer {
    flex-wrap: wrap;
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .product-info-main .instock-notify .wk-oosn-emailBox,
  .product-info-main .wk-oosn-notificationcontainer .wk-oosn-emailBox {
    min-width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.product-info-main .instock-notify input[type="submit"],
.product-info-main .wk-oosn-notificationcontainer input[type="submit"],
.product-info-main .instock-notify button[type="button"],
.product-info-main .wk-oosn-notificationcontainer button[type="button"] {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 225px;
  height: 47px;
  background-color: #ccdfef;
  color: #0061ae;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'Kanit', sans-serif;
  border-color: #ccdfef;
  float: right;
  margin-left: 15px;
  font-weight: 700;
}
.product-info-main .instock-notify input[type="submit"]:hover,
.product-info-main .wk-oosn-notificationcontainer input[type="submit"]:hover,
.product-info-main .instock-notify button[type="button"]:hover,
.product-info-main .wk-oosn-notificationcontainer button[type="button"]:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .product-info-main .instock-notify input[type="submit"],
  .product-info-main .wk-oosn-notificationcontainer input[type="submit"],
  .product-info-main .instock-notify button[type="button"],
  .product-info-main .wk-oosn-notificationcontainer button[type="button"] {
    padding: 12px 20px;
  }
}
.product-info-main .instock-notify input[type="submit"]:focus,
.product-info-main .wk-oosn-notificationcontainer input[type="submit"]:focus,
.product-info-main .instock-notify button[type="button"]:focus,
.product-info-main .wk-oosn-notificationcontainer button[type="button"]:focus {
  border-color: #ccdfef !important;
  background-color: #ccdfef !important;
  color: #0061ae !important;
}
@media (max-width: 991px) {
  .product-info-main .instock-notify input[type="submit"]:hover,
  .product-info-main .wk-oosn-notificationcontainer input[type="submit"]:hover,
  .product-info-main .instock-notify button[type="button"]:hover,
  .product-info-main .wk-oosn-notificationcontainer button[type="button"]:hover {
    border-color: #ccdfef;
    background-color: #ccdfef;
    color: #0061ae;
  }
}
@media (max-width: 1370px) {
  .product-info-main .instock-notify input[type="submit"],
  .product-info-main .wk-oosn-notificationcontainer input[type="submit"],
  .product-info-main .instock-notify button[type="button"],
  .product-info-main .wk-oosn-notificationcontainer button[type="button"] {
    min-width: 210px;
  }
}
@media (max-width: 1280px) {
  .product-info-main .instock-notify input[type="submit"],
  .product-info-main .wk-oosn-notificationcontainer input[type="submit"],
  .product-info-main .instock-notify button[type="button"],
  .product-info-main .wk-oosn-notificationcontainer button[type="button"] {
    min-width: 194px;
    margin-left: 10px;
  }
}
@media (max-width: 1155px) {
  .product-info-main .instock-notify input[type="submit"],
  .product-info-main .wk-oosn-notificationcontainer input[type="submit"],
  .product-info-main .instock-notify button[type="button"],
  .product-info-main .wk-oosn-notificationcontainer button[type="button"] {
    min-width: 130px;
  }
}
@media (max-width: 1200px) {
  .product-info-main .instock-notify input[type="submit"],
  .product-info-main .wk-oosn-notificationcontainer input[type="submit"],
  .product-info-main .instock-notify button[type="button"],
  .product-info-main .wk-oosn-notificationcontainer button[type="button"] {
    font-size: 12px;
    margin-left: 5px;
    min-width: 160px;
  }
}
@media (max-width: 991px) {
  .product-info-main .instock-notify input[type="submit"],
  .product-info-main .wk-oosn-notificationcontainer input[type="submit"],
  .product-info-main .instock-notify button[type="button"],
  .product-info-main .wk-oosn-notificationcontainer button[type="button"] {
    min-width: 195px;
  }
}
@media (max-width: 767px) {
  .product-info-main .instock-notify input[type="submit"],
  .product-info-main .wk-oosn-notificationcontainer input[type="submit"],
  .product-info-main .instock-notify button[type="button"],
  .product-info-main .wk-oosn-notificationcontainer button[type="button"] {
    height: 45px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .product-info-main .instock-notify input[type="submit"],
  .product-info-main .wk-oosn-notificationcontainer input[type="submit"],
  .product-info-main .instock-notify button[type="button"],
  .product-info-main .wk-oosn-notificationcontainer button[type="button"] {
    min-width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.product-info-main .instock-notify .input-text,
.product-info-main .wk-oosn-notificationcontainer .input-text,
.product-info-main .instock-notify input[type="text"],
.product-info-main .wk-oosn-notificationcontainer input[type="text"] {
  height: 47px;
  font-family: 'Kanit', sans-serif;
  font-size: 17px;
  font-weight: 300;
  width: 286px;
}
@media (max-width: 1370px) {
  .product-info-main .instock-notify .input-text,
  .product-info-main .wk-oosn-notificationcontainer .input-text,
  .product-info-main .instock-notify input[type="text"],
  .product-info-main .wk-oosn-notificationcontainer input[type="text"] {
    width: 240px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .product-info-main .instock-notify .input-text,
  .product-info-main .wk-oosn-notificationcontainer .input-text,
  .product-info-main .instock-notify input[type="text"],
  .product-info-main .wk-oosn-notificationcontainer input[type="text"] {
    width: 196px;
  }
}
@media (max-width: 767px) {
  .product-info-main .instock-notify .input-text,
  .product-info-main .wk-oosn-notificationcontainer .input-text,
  .product-info-main .instock-notify input[type="text"],
  .product-info-main .wk-oosn-notificationcontainer input[type="text"] {
    height: 45px;
  }
}
@media (max-width: 480px) {
  .product-info-main .instock-notify .input-text,
  .product-info-main .wk-oosn-notificationcontainer .input-text,
  .product-info-main .instock-notify input[type="text"],
  .product-info-main .wk-oosn-notificationcontainer input[type="text"] {
    min-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.product-info-main .product-info-price {
  border: 0;
  margin: 0;
}
@media (max-width: 639px) {
  .product-info-main .product-info-price > *:first-child {
    padding: 0;
  }
}
.product-info-main .product-info-price .price-label {
  display: none !important;
}
.product-info-main .product-info-price .price-box {
  padding: 0;
  display: flex;
  /*.normal-price {
                .price-container {
                    .price {
                        color: #C60000;
                    }
                }
            }*/
}
.product-info-main .product-info-price .price-box:has(.old-price) .normal-price {
  order: 1;
  margin: 0;
}
.product-info-main .product-info-price .price-box .old-price {
  order: -1;
  margin-right: 30px;
}
.product-info-main .product-info-price .price-box .old-price .price-container {
  position: relative;
}
.product-info-main .product-info-price .price-box .old-price .price-container .price {
  text-decoration: none;
  color: #898989;
  font-size: 25px;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  .product-info-main .product-info-price .price-box .old-price .price-container .price {
    font-size: 20px;
    line-height: 45px;
  }
}
.product-info-main .product-info-price .price-box .old-price .price-container .price:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #898989;
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1px;
  display: inline-flex;
  margin-top: -2px;
}
.product-info-main .product-info-price .price-box .special-price .price-container .price {
  color: #C60000;
}
.product-info-main .product-info-price .price-box .price-container > span {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-box .price-container .price {
  font-size: 31px;
  font-weight: 600;
  line-height: 55px;
  color: #000000;
}
@media (max-width: 1200px) {
  .product-info-main .product-info-price .price-box .price-container .price {
    font-size: 26px;
    line-height: 45px;
  }
}
@media (max-width: 1023px) {
  .product-info-main .product-info-price .price-box .price-container .price {
    font-size: 24px;
    line-height: 45px;
  }
}
.product-info-main .product-add-form {
  padding-top: 0;
  padding: 20px 0 0 0;
}
@media (max-width: 1280px) {
  .product-info-main .product-add-form {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .product-info-main .product-add-form {
    width: calc(100% - 35px);
  }
}
.product-info-main .product-options-wrapper .swatch-opt,
.product-info-main .product-options-wrapper .field {
  margin: 0 !important;
}
.product-info-main .product-options-wrapper select {
  border-radius: 29px;
  height: 47px;
  font-family: 'Kanit', sans-serif;
  border: 2px solid #0061ae;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_2184' data-name='Group 2184' xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath id='Path_270' data-name='Path 270' d='M2679-3383l5.75,5.75,5.75-5.75' transform='translate(-2667.75 3397)' fill=' none' stroke=' %232761a8' stroke-linecap=' round' stroke-linejoin=' round' stroke-width=' 3'/%3E%3Ccircle id=' Ellipse_120' data-name=' Ellipse 120' cx=' 17' cy=' 17' r=' 17' transform=' translate(34 34) rotate(180)' fill=' %230061ae' opacity=' 0.2'/%3E%3C/svg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  height: 50px;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 300;
  padding: 0 55px 0 22px;
  max-width: 465px;
}
@media (max-width: 1199px) {
  .product-info-main .product-options-wrapper select {
    max-width: 428px;
  }
}
@media (max-width: 991px) {
  .product-info-main .product-options-wrapper select {
    max-width: 415px;
  }
}
@media (max-width: 480px) {
  .product-info-main .product-options-wrapper select {
    max-width: 355px;
  }
}
.product-info-main .product-options-wrapper .control {
  width: 100% !important;
  margin: 10px 0;
}
.product-info-main .product-options-wrapper .control div.mage-error {
  margin-top: 4px;
}
.product-info-main .product-options-wrapper div.mage-error {
  padding: 0;
  margin-top: -5px;
}
.product-info-main .product-options-wrapper .field .label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-transform: uppercase;
  color: #0061ae;
  padding: 0;
  margin: 0;
}
.product-info-main .product-options-wrapper .field .label:before {
  content: "Select";
  margin-right: 5px;
}
.product-info-main .product-options-wrapper .field .label:after {
  content: ":";
  font-size: 18px;
  margin: 0;
  line-height: 27px;
  color: #0061ae;
}
@media (max-width: 1023px) {
  .product-info-main .product-options-wrapper .field .label:after {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .product-info-main .product-options-wrapper .field .label {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-info-main .product-options-wrapper .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
}
.product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option {
  margin-right: 17px;
}
.product-info-main .swatch-option.color {
  min-width: inherit;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 0px solid #ffffff;
  margin-right: 17px;
  margin-bottom: 15px;
}
.product-info-main .swatch-option.color[data-option-tooltip-value="#ffffff"],
.product-info-main .swatch-option.color[data-option-tooltip-value="#fffff0"] {
  border: 1px solid #ccc;
}
.product-info-main .swatch-option.color[data-option-tooltip-value="#ffffff"]:not(.disabled):hover,
.product-info-main .swatch-option.color[data-option-tooltip-value="#fffff0"]:not(.disabled):hover {
  border: 1px solid #ccc;
}
@media (max-width: 1023px) {
  .product-info-main .swatch-option.color {
    height: 30px;
    width: 30px;
  }
}
.product-info-main .swatch-option.color:focus {
  box-shadow: none;
}
.product-info-main .swatch-option.color.selected {
  outline: 2px solid #0061ae;
  border: 0px solid #0061ae;
  box-shadow: none;
  outline-offset: 6px;
}
@media (max-width: 1023px) {
  .product-info-main .swatch-option.color.selected {
    outline-offset: 3px;
  }
}
.product-info-main .swatch-option.color.selected:after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border: 6px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: none;
  display: none;
}
@media (max-width: 1023px) {
  .product-info-main .swatch-option.color.selected:after {
    border: 0px solid #ffffff;
    height: 30px;
    width: 30px;
  }
}
.product-info-main .swatch-option.color:not(.disabled):hover {
  outline: 2px solid #0061ae;
  border: 0px solid #0061ae;
  box-shadow: none;
  outline-offset: 6px;
}
@media (max-width: 1023px) {
  .product-info-main .swatch-option.color:not(.disabled):hover {
    outline-offset: 3px;
  }
}
.product-info-main .swatch-option.color:not(.disabled):hover:after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border: 6px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: none;
  display: none;
}
@media (max-width: 1023px) {
  .product-info-main .swatch-option.color:not(.disabled):hover:after {
    border: 3px solid #ffffff;
    height: 30px;
    width: 30px;
  }
}
.product-info-main .swatch-attribute-label:before {
  content: "Select";
  margin-right: 5px;
}
.product-info-main .product-addto-links .action.tocart.payment-request-button {
  display: none;
}
.product-info-main .swatch-attribute-label,
.product-info-main .swatch-attribute-selected-option {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-transform: uppercase;
  color: #0061ae;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .product-info-main .swatch-attribute-label,
  .product-info-main .swatch-attribute-selected-option {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-info-main .swatch-attribute-selected-option {
  padding-left: 5px;
}
.product-info-main .swatch-attribute-label:after {
  content: ":";
}
.product-info-main .product-social-links {
  margin: 27px 0 0 0;
  float: left;
}
@media (max-width: 1280px) {
  .product-info-main .product-social-links {
    margin: 20px 0 0 0;
  }
}
.product-info-main .product-social-links .product-addto-links .action.tocart.payment-request-button {
  display: none;
}
.product-info-main .product-social-links .product-addto-links .action.tocompare {
  display: none;
}
.product-info-main .product-social-links .product-addto-links .action.towishlist {
  background-color: #ccdfef;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.673' height='20.331' viewBox='0 0 22.673 20.331'%3E%3Cg id='Union_10' data-name='Union 10' transform='translate(6284.479 6806.48)' fill='none'%3E%3Cpath d='M-6282.751-6796.044a6.247,6.247,0,0,1,0-8.625,5.761,5.761,0,0,1,8.342,0l1.255,1.3,1.278-1.322a5.764,5.764,0,0,1,8.342,0,6.248,6.248,0,0,1,0,8.627l-9.569,9.895-.029-.03-.051.053Z' stroke='none'/%3E%3Cpath d='M -6273.18603515625 -6789.02978515625 L -6273.13623046875 -6789.08154296875 L -6273.103515625 -6789.04833984375 L -6264.9716796875 -6797.45703125 C -6263.41259765625 -6799.068359375 -6263.4130859375 -6801.69091796875 -6264.9716796875 -6803.30322265625 C -6265.70556640625 -6804.06201171875 -6266.67626953125 -6804.47998046875 -6267.70458984375 -6804.47998046875 C -6268.73388671875 -6804.47998046875 -6269.70458984375 -6804.06201171875 -6270.4384765625 -6803.30419921875 L -6273.15380859375 -6800.494140625 L -6275.84765625 -6803.2802734375 C -6276.5810546875 -6804.0390625 -6277.5517578125 -6804.45703125 -6278.58056640625 -6804.45703125 C -6279.609375 -6804.45703125 -6280.57958984375 -6804.0390625 -6281.31396484375 -6803.279296875 C -6282.87255859375 -6801.66796875 -6282.87255859375 -6799.04638671875 -6281.3134765625 -6797.4345703125 L -6273.18603515625 -6789.02978515625 M -6273.18310546875 -6786.1494140625 L -6282.75146484375 -6796.04443359375 C -6285.0546875 -6798.42578125 -6285.0546875 -6802.28857421875 -6282.75146484375 -6804.669921875 C -6280.44873046875 -6807.052734375 -6276.71240234375 -6807.052734375 -6274.40966796875 -6804.669921875 L -6273.154296875 -6803.37158203125 L -6271.87646484375 -6804.69384765625 C -6269.572265625 -6807.07421875 -6265.83740234375 -6807.0751953125 -6263.5341796875 -6804.69384765625 C -6261.22998046875 -6802.310546875 -6261.22998046875 -6798.44775390625 -6263.5341796875 -6796.06640625 L -6273.10302734375 -6786.171875 L -6273.13232421875 -6786.2021484375 L -6273.18310546875 -6786.1494140625 Z' stroke='none' fill='%230d63ac'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
}
@media (max-width: 480px) {
  .product-info-main .product-social-links .product-addto-links .action.towishlist {
    width: 35px;
    height: 35px;
    background-size: 16px 19px;
  }
}
.product-info-main .product-social-links .product-addto-links .action.towishlist:before {
  display: none;
}
.product-info-main .product-social-links .product-addto-links .action.towishlist:hover {
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/wishlist-added.svg);
  background-size: 22px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0061ae;
}
.product-info-main .product-social-links .product-addto-links .action.towishlist.whishlist-add {
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/wishlist-added.svg);
  background-size: 22px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0061ae;
}
.product-info-main .box-tocart {
  margin-top: 27px !important;
  float: left;
  position: relative;
}
@media (max-width: 1280px) {
  .product-info-main .box-tocart {
    margin-top: 20px !important;
    margin-bottom: 0;
  }
}
.product-info-main .box-tocart #qty-error {
  position: absolute;
  bottom: -27px;
  padding: 0;
}
@media (max-width: 1200px) {
  .product-info-main .box-tocart #qty-error {
    bottom: -22px;
  }
}
.product-info-main .box-tocart .qty {
  float: left;
  margin: 0;
}
.product-info-main .box-tocart .qty label {
  display: none;
}
.product-info-main .box-tocart .qty .control {
  display: flex;
  flex-wrap: wrap;
}
.product-info-main .box-tocart .qty .control .input-group__button {
  width: 45px;
  height: 45px;
  background-color: #ccdfef;
  border: 0;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  float: left;
}
@media (max-width: 480px) {
  .product-info-main .box-tocart .qty .control .input-group__button {
    width: 35px;
    height: 35px;
    background-size: 14px 16px;
  }
}
.product-info-main .box-tocart .qty .control .input-group__button.input-group__button--decrease {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.017' height='3' viewBox='0 0 20.017 3'%3E%3Cg id='Group_352' data-name='Group 352' transform='translate(1.5 1.5)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M1364.657,2708.473h17.017' transform='translate(-1364.657 -2708.473)' fill='none' stroke='%232761a8' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-right: 11px;
}
@media (max-width: 480px) {
  .product-info-main .box-tocart .qty .control .input-group__button.input-group__button--decrease {
    margin-right: 7px;
  }
}
.product-info-main .box-tocart .qty .control .input-group__button.input-group__button--decrease:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.017' height='3' viewBox='0 0 20.017 3'%3E%3Cg id='Group_352' data-name='Group 352' transform='translate(1.5 1.5)'%3E%3Cpath id='Path_28' data-name='Path 28' d='M1364.657,2708.473h17.017' transform='translate(-1364.657 -2708.473)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #0061ae;
}
.product-info-main .box-tocart .qty .control .input-group__button.input-group__button--increase {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.907' height='18.712' viewBox='0 0 18.907 18.712'%3E%3Cg id='Group_351' data-name='Group 351' transform='translate(1.5 1.5)'%3E%3Cpath id='Path_27' data-name='Path 27' d='M1369,2703v15.712' transform='translate(-1361.008 -2703)' fill='none' stroke='%232761a8' stroke-linecap='round' stroke-width='3'/%3E%3Cpath id='Path_28' data-name='Path 28' d='M1364.657,2708.473h15.907' transform='translate(-1364.657 -2700.617)' fill='none' stroke='%232761a8' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-left: 11px;
}
@media (max-width: 480px) {
  .product-info-main .box-tocart .qty .control .input-group__button.input-group__button--increase {
    margin-left: 7px;
  }
}
.product-info-main .box-tocart .qty .control .input-group__button.input-group__button--increase:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.907' height='18.712' viewBox='0 0 18.907 18.712'%3E%3Cg id='Group_351' data-name='Group 351' transform='translate(1.5 1.5)'%3E%3Cpath id='Path_27' data-name='Path 27' d='M1369,2703v15.712' transform='translate(-1361.008 -2703)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3Cpath id='Path_28' data-name='Path 28' d='M1364.657,2708.473h15.907' transform='translate(-1364.657 -2700.617)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #0061ae;
}
.product-info-main .box-tocart .qty .control .input-text.qty {
  height: 45px;
  width: 45px;
  border: 2px solid #2761A8;
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #101820;
  padding: 0;
  text-align: center;
  float: left;
}
@media (max-width: 480px) {
  .product-info-main .box-tocart .qty .control .input-text.qty {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.product-info-main .box-tocart .actions {
  float: left;
  margin-left: 12px;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .product-info-main .box-tocart .actions {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .product-info-main .box-tocart .actions {
    margin-left: auto;
    margin-right: auto;
  }
}
.product-info-main .box-tocart .actions .action.tocart {
  margin: 0;
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 240px;
  height: 45px;
  background-color: #ccdfef;
  color: #0061ae;
  border-color: #ccdfef;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-family: 'Kanit', sans-serif;
}
.product-info-main .box-tocart .actions .action.tocart:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .product-info-main .box-tocart .actions .action.tocart {
    padding: 12px 20px;
  }
}
@media (max-width: 1200px) {
  .product-info-main .box-tocart .actions .action.tocart {
    min-width: 156px;
    font-size: 14px;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .product-info-main .box-tocart .actions .action.tocart {
    min-width: 189px;
    font-size: 14px;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .product-info-main .box-tocart .actions .action.tocart {
    height: 35px;
    font-size: 13px;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 400px) {
  .product-info-main .box-tocart .actions .action.tocart {
    min-width: 165px;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 370px) {
  .product-info-main .box-tocart .actions .action.tocart {
    min-width: 122px;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.product-info-main .box-tocart .actions .action.tocart.hide-price {
  line-height: 41px;
  height: auto;
  padding: 0 40px;
  min-width: fit-content;
}
@media (max-width: 480px) {
  .product-info-main .box-tocart .actions .action.tocart.hide-price {
    height: auto;
    line-height: 35px;
  }
}
.product-info-main .box-tocart .actions .action.tocart.payment-request-button {
  position: absolute;
  display: block;
  width: 110%;
  margin-top: 20px;
  background: transparent !important;
  border: 0;
  padding: 0;
  left: 0;
}
@media (max-width: 767px) {
  .product-info-main .box-tocart .actions .action.tocart.payment-request-button {
    width: calc(100% + 35px);
  }
}
.product-info-main .box-tocart .product-social-links {
  float: left;
}
.product-info-main .status-multi {
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
  margin-bottom: 28px;
  float: left;
  width: 100%;
}
@media (max-width: 1200px) {
  .product-info-main .status-multi {
    margin-bottom: 18px;
  }
}
@media (max-width: 769px) {
  .product-info-main .status-multi {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
.product-info-main .multibuy-div {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .product-info-main .multibuy-div {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .product-info-main .multibuy-div {
    margin-bottom: 5px;
  }
}
.product-info-main .multibuy-div p.small {
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
  margin-bottom: 28px;
}
@media (max-width: 1200px) {
  .product-info-main .multibuy-div p.small {
    margin-bottom: 18px;
  }
}
@media (max-width: 769px) {
  .product-info-main .multibuy-div p.small {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
.product-info-main .multibuy-div ul {
  margin: 0 -6px;
  padding: 0;
}
.product-info-main .multibuy-div ul li {
  width: 27%;
  float: left;
  list-style: none;
  padding: 0 6px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .product-info-main .multibuy-div ul li {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .product-info-main .multibuy-div ul li {
    width: 21%;
  }
}
@media (max-width: 640px) {
  .product-info-main .multibuy-div ul li {
    width: 33.33%;
  }
}
.product-info-main .multibuy-div ul li .box {
  border-radius: 20px;
  text-align: center;
}
.product-info-main .multibuy-div ul li .box .head {
  background-color: #0061ae;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  font-size: 17px;
  border: 2px solid #0061ae;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .product-info-main .multibuy-div ul li .box .head {
    font-size: 14px;
  }
}
.product-info-main .multibuy-div ul li .box .multicnt {
  font-size: 15px;
  border: 2px solid #2761A8;
  border-radius: 0 0 20px 20px;
  color: #0061ae;
  line-height: 31px;
}
@media (max-width: 640px) {
  .product-info-main .multibuy-div ul li .box .multicnt {
    padding: 7px 0;
  }
}
@media (max-width: 640px) {
  .product-info-main .multibuy-div ul li .box .multicnt {
    font-size: 13px;
    line-height: 21px;
  }
}
.product-info-main .multibuy-div ul li .box .multicnt strong .price-container .price {
  font-size: 20px;
  line-height: 35px;
}
@media (max-width: 640px) {
  .product-info-main .multibuy-div ul li .box .multicnt strong .price-container .price {
    font-size: 16px;
    line-height: 25px;
  }
}
.product-info-main .multibuy-div ul li .box .multicnt span.benefit,
.product-info-main .multibuy-div ul li .box .multicnt strong.benefit {
  display: block;
}
.product-info-main .multibuy-div ul li:hover .box,
.product-info-main .multibuy-div ul li.active .box {
  background-color: #0061ae;
}
.product-info-main .multibuy-div ul li:hover .box .head,
.product-info-main .multibuy-div ul li.active .box .head {
  color: #ffffff;
}
.product-info-main .multibuy-div ul li:hover .box .multicnt,
.product-info-main .multibuy-div ul li.active .box .multicnt {
  color: #ffffff;
  border-top-color: #ffffff;
}
.page-layout-1column.catalog-product-view .products-grid .product-item {
  width: 20%;
}
@media (max-width: 1370px) {
  .page-layout-1column.catalog-product-view .products-grid .product-item {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .page-layout-1column.catalog-product-view .products-grid .product-item {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .page-layout-1column.catalog-product-view .products-grid .product-item {
    width: 50%;
  }
}
.page-main.page-main-details {
  display: none;
}
.block.related {
  margin-bottom: 133px;
  margin-top: 80px !important;
  position: relative;
  float: left;
  width: 100%;
}
@media (max-width: 1370px) {
  .block.related {
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .block.related {
    margin-bottom: 80px;
    margin-top: 50px !important;
  }
}
@media (max-width: 640px) {
  .block.related {
    margin-bottom: 20px;
    margin-top: 30px !important;
  }
}
.block.related .products {
  margin: 14px 0;
  position: static;
}
.block.related .product-items {
  text-align: center;
  position: static;
}
.block.related .block-title {
  text-align: center;
}
@media (max-width: 991px) {
  .block.related .block-title {
    text-align: left;
  }
}
.block.related .block-title strong {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #0061ae;
  font-size: 40px;
  line-height: 55px;
}
@media (max-width: 769px) {
  .block.related .block-title strong {
    font-size: 32px;
    line-height: 45px;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .block.related .block-title strong {
    font-size: 28px;
  }
}
@media (max-width: 567px) {
  .block.related .block-title strong {
    font-size: 25px;
  }
}
@media (max-width: 390px) {
  .block.related .block-title strong {
    font-size: 27px;
  }
}
.block.related .block-actions {
  display: none;
}
.block.related .field.choice {
  display: none;
}
.block.related .product-item-actions {
  display: none;
}
.block.related .slick-prev,
.block.related .slick-next {
  background: transparent;
  position: absolute;
  top: 27px;
  right: 0;
  left: auto;
  width: 44px;
  height: 44px;
  background: #ccdfef;
  border-radius: 100%;
}
.block.related .slick-prev:hover,
.block.related .slick-next:hover {
  background-color: #0061ae;
}
@media (max-width: 769px) {
  .block.related .slick-prev,
  .block.related .slick-next {
    top: 23px;
  }
}
.block.related .slick-prev {
  right: 58px;
}
@media (max-width: 567px) {
  .block.related .slick-prev {
    right: 50px;
  }
}
.block.related .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(540.611 4298.627) rotate(180)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%230061ae' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%232761a8' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.block.related .slick-prev:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(540.611 4298.627) rotate(180)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.block.related .slick-next {
  right: 0;
}
.block.related .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%230061ae' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%232761a8' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.block.related .slick-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.block.block-viewed-products-grid {
  overflow: hidden;
}
.block.block-viewed-products-grid .block-title {
  margin-bottom: 20px;
}
.block.block-viewed-products-grid .block-title strong {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #0061ae;
  font-size: 40px;
  line-height: 55px;
}
@media (max-width: 769px) {
  .block.block-viewed-products-grid .block-title strong {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .block.block-viewed-products-grid .block-title strong {
    font-size: 26px;
    line-height: 45px;
  }
}
@media (max-width: 400px) {
  .block.block-viewed-products-grid .block-title strong {
    font-size: 28px;
  }
}
.block.block-viewed-products-grid .product-items {
  padding: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .block.block-viewed-products-grid .product-items .slick-prev {
    right: 66px;
    top: -46px;
  }
}
@media (max-width: 769px) {
  .block.block-viewed-products-grid .product-items .slick-prev {
    top: -42px;
  }
}
@media (max-width: 480px) {
  .block.block-viewed-products-grid .product-items .slick-prev {
    top: -42px;
  }
}
@media (max-width: 1023px) {
  .block.block-viewed-products-grid .product-items .slick-next {
    right: 11px;
    top: -46px;
  }
}
@media (max-width: 769px) {
  .block.block-viewed-products-grid .product-items .slick-next {
    top: -42px;
  }
}
@media (max-width: 480px) {
  .block.block-viewed-products-grid .product-items .slick-next {
    top: -42px;
  }
}
.block.block-viewed-products-grid .product-items .product-item-details {
  display: none;
}
.block.block-viewed-products-grid .product-items .product-item-description {
  display: none;
}
.product.info.detailed {
  margin-top: 0;
  margin-bottom: 135px;
  position: relative;
  float: left;
  width: 100%;
}
@media (max-width: 1280px) {
  .product.info.detailed {
    margin-top: 0;
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .product.info.detailed {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.product.info.detailed:after {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/tab-before.png);
  display: none;
  position: absolute;
  right: 109%;
  height: 123px;
  width: 77px;
  z-index: 9;
  top: 13px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1679px) {
  .product.info.detailed:after {
    right: auto;
    height: 123px;
    width: 77px;
    z-index: -1;
    top: -20px;
    left: -30px;
  }
}
.product.info.detailed .circle-before {
  display: block;
  position: absolute;
  right: 109%;
  height: 123px;
  width: 77px;
  z-index: 9;
  top: 13px;
}
.product.info.detailed .circle-before svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1679px) {
  .product.info.detailed .circle-before {
    right: auto;
    height: 123px;
    width: 77px;
    z-index: -1;
    top: -20px;
    left: -30px;
  }
}
.product.info.detailed:before {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/tab-after.png);
  display: none;
  position: absolute;
  left: 100%;
  height: 159px;
  width: 221px;
  z-index: 9;
  top: -29px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1679px) {
  .product.info.detailed:before {
    left: auto;
    height: 129px;
    width: 181px;
    right: -30px;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .product.info.detailed:before {
    height: 99px;
    width: 141px;
    top: -50px;
    right: -30px;
    z-index: 0;
  }
}
.product.info.detailed .circle-after {
  display: block;
  position: absolute;
  left: 100%;
  height: 159px;
  width: 221px;
  z-index: 9;
  top: -29px;
}
.product.info.detailed .circle-after svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1679px) {
  .product.info.detailed .circle-after {
    left: auto;
    height: 129px;
    width: 181px;
    right: -30px;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .product.info.detailed .circle-after {
    height: 99px;
    width: 141px;
    top: -50px;
    right: -30px;
    z-index: 0;
  }
}
@media (max-width: 991px) {
  .product.info.detailed .circle-after {
    left: auto;
    height: 99px;
    width: 131px;
    right: -30px;
    z-index: -1;
  }
}
.product.data.items {
  position: relative;
  float: left;
  border-bottom: 0;
}
@media (max-width: 769px) {
  .product.data.items {
    margin-left: 0;
    margin-right: 0;
  }
}
.product.data.items:after {
  content: "";
  width: 399px;
  height: 201px;
  display: none;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/store-after.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -153px;
  z-index: 1;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .product.data.items:after {
    width: 319px;
  }
}
@media (max-width: 991px) {
  .product.data.items:after {
    width: 209px;
    bottom: -182px;
  }
}
@media (max-width: 480px) {
  .product.data.items:after {
    width: 139px;
  }
}
.product.data.items .circle-div {
  width: 399px;
  height: 201px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -153px;
  z-index: -1;
}
.product.data.items .circle-div svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .product.data.items .circle-div {
    width: 319px;
  }
}
@media (max-width: 991px) {
  .product.data.items .circle-div {
    width: 209px;
    bottom: -182px;
  }
}
@media (max-width: 768px) {
  .product.data.items .circle-div {
    width: 139px;
    bottom: -142px;
  }
}
@media (max-width: 480px) {
  .product.data.items .circle-div {
    width: 109px;
    bottom: -126px;
  }
}
.product.data.items .data.item.content {
  position: relative;
  background-color: #0061ae;
  border: 0;
  padding: 43px 0 53px 0;
  margin-top: 51px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .product.data.items .data.item.content {
    padding: 30px 0;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .product.data.items .data.item.content {
    margin-top: 0;
    padding: 23px;
    float: left;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .product.data.items .data.item.content#reviews {
    padding-bottom: 50px;
  }
}
.product.data.items .data.item.content a,
.product.data.items .data.item.content:visited {
  color: #fff;
  text-decoration: underline;
}
.product.data.items .data.item.content a:hover,
.product.data.items .data.item.content:visited:hover {
  color: #fff;
  text-decoration: none;
}
.product.data.items .data.item.content p {
  margin-bottom: 47px;
}
@media (max-width: 1280px) {
  .product.data.items .data.item.content p {
    margin-bottom: 30px;
  }
}
.product.data.items .data.item.content ul,
.product.data.items .data.item.content ol {
  margin: 47px 0 22px 0;
  padding-left: 20px;
}
@media (max-width: 1280px) {
  .product.data.items .data.item.content ul,
  .product.data.items .data.item.content ol {
    margin: 30px 0 22px 0;
  }
}
.product.data.items .data.item.content ul li,
.product.data.items .data.item.content ol li {
  margin: 0;
}
.product.data.items .data.item.content ul li:marker,
.product.data.items .data.item.content ol li:marker {
  margin-right: 0;
  font-size: 16px;
}
.product.data.items .data.item.content:after,
.product.data.items .data.item.content:before {
  content: "";
  height: 100%;
  width: 9999999px;
  display: block;
  background-color: #0061ae;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .product.data.items .data.item.content:after,
  .product.data.items .data.item.content:before {
    display: none;
  }
}
.product.data.items .data.item.content:before {
  left: 100%;
}
.product.data.items .data.item.content:after {
  right: 100%;
}
.product.data.items .data.item.content .review-list .block-title strong {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product.data.items .data.item.content .review-list .block-title strong {
    font-size: 2rem;
  }
}
.product.data.items .data.item.content .review-list .review-title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 15px;
}
.product.data.items .data.item.content .review-list .review-ratings {
  float: left;
  margin-bottom: 15px;
  min-width: 100%;
  padding-right: 0;
  display: inline-block;
}
.product.data.items .data.item.content .review-list .review-ratings span.label.rating-label {
  width: 70px;
  display: inline-block;
}
.product.data.items .data.item.content .review-list .rating-summary .rating-result > span:before {
  color: #FFAA4D;
}
.product.data.items .data.item.content .review-list .rating-summary .rating-result:before {
  color: #fff;
}
.product.data.items .data.item.content .review-list .review-content-container {
  float: left;
  width: 100%;
}
.product.data.items .data.item.content .review-list .review-content-container .review-content {
  margin-bottom: 10px;
}
.product.data.items .data.item.content .review-add .review-field-ratings .review-field-rating .label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}
.product.data.items .data.item.content .review-add .review-field-ratings .review-field-rating .control {
  margin-top: 0;
}
.product.data.items .data.item.content .review-add .review-field-ratings div.mage-error {
  padding: 0;
}
.product.data.items .data.item.content .review-add div.mage-error {
  color: #fff;
  margin-top: 4px;
}
.product.data.items .data.item.content .review-add .input-text,
.product.data.items .data.item.content .review-add textarea {
  border-color: #ffffff;
  color: #fff;
}
.product.data.items .data.item.content .review-add .actions-toolbar .action.submit.primary {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  height: 44px;
  padding: 0 40px;
  border-color: #ffffff;
  background-color: #ffffff;
  color: #0061ae;
  letter-spacing: 0;
}
.product.data.items .data.item.content .review-add .actions-toolbar .action.submit.primary:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .product.data.items .data.item.content .review-add .actions-toolbar .action.submit.primary {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .product.data.items .data.item.content .review-add .actions-toolbar .action.submit.primary {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .product.data.items .data.item.content .review-add .actions-toolbar .action.submit.primary {
    padding: 0 20px;
    font-size: 13px;
  }
}
.product.data.items .data.item.content .review-add .actions-toolbar .action.submit.primary:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.product.data.items .data.item.content .review-add .review-control-vote label:before {
  color: #FFAA4D;
  font-size: 25px;
  height: 25px;
}
.product.data.items .data.item.content .review-add .review-control-vote:before {
  color: #fff;
  font-size: 25px;
  height: 25px;
}
.product.data.items .data.item.title {
  margin-right: 19px;
}
@media (max-width: 1280px) {
  .product.data.items .data.item.title {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .product.data.items .data.item.title {
    float: left;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .product.data.items .data.item.title:not(:first-child) .switch {
    border-radius: 0;
  }
}
.product.data.items .data.item.title:not(.disabled) > .switch:hover {
  background-color: #0061ae;
  color: #ffffff;
}
.product.data.items .data.item.title:not(.disabled) > .switch:focus {
  background-color: #0061ae;
  color: #ffffff;
}
.product.data.items .data.item.title > .switch:hover {
  background-color: #0061ae;
  color: #ffffff;
}
.product.data.items .data.item.title.active .switch {
  background-color: #0061ae;
  color: #ffffff;
}
@media (max-width: 768px) {
  .product.data.items .data.item.title.active .switch {
    border-bottom: 1px solid #ffffff;
  }
}
.product.data.items .data.item.title.active .switch:focus {
  background-color: #0061ae;
  color: #ffffff;
}
.product.data.items .data.item.title.active .switch:visited {
  color: #ffffff;
}
.product.data.items .data.item.title .switch {
  height: auto;
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px 20px 0 0;
  border: 0;
  padding: 10px 23px 11px !important;
  font-size: 20px;
  background-color: #fff;
  color: #0061ae;
}
@media (max-width: 1280px) {
  .product.data.items .data.item.title .switch {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  .product.data.items .data.item.title .switch {
    font-size: 15px;
    padding: 10px 14px 11px !important;
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  .product.data.items .data.item.title .switch {
    background-color: #fff;
    border-bottom: 1px solid #0061ae;
    padding: 0 15px;
  }
}
.product.data.items .data.item.title .switch:hover {
  background-color: #0061ae;
  color: #ffffff;
}
.product.data.items .data.item.title .switch:visited {
  color: #0061ae;
}
@media (max-width: 768px) {
  .product.data.items .data.item.title .switch:after {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
}
.fotorama__fullscreen .page-wrapper .page-header {
  z-index: 9;
}
.fotorama__fullscreen .fotorama__thumb-border {
  border-color: #0061ae !important;
}
.product.info.detailed .fieldset {
  margin-bottom: 20px;
}
.product.info.detailed .fieldset .review-legend.legend {
  margin-bottom: 15px;
}
.product.info.detailed .fieldset > .field {
  margin-bottom: 8px;
}
.product.info.detailed .fieldset > .fields > .field {
  margin-bottom: 8px;
}
.product-info-main .wk-oosn-notificationcontainer input::-webkit-input-placeholder {
  /* Edge */
  opacity: 1 !important;
  color: #002C4E !important;
}
.product-info-main .wk-oosn-notificationcontainer input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1 !important;
  color: #002C4E !important;
}
.product-info-main .wk-oosn-notificationcontainer input::placeholder {
  opacity: 1 !important;
  color: #002C4E !important;
}
body.catalog-product-view:has(.wk-container) .product-info-main .product-social-links .product-addto-links .action.towishlist {
  display: none;
}
body.catalog-product-view:has(.wk-container) .product-info-main .box-tocart {
  display: none;
}
body.catalog-product-view:has(.wk-container.wk-display-none) .product-info-main .product-social-links .product-addto-links .action.towishlist {
  display: block;
}
body.catalog-product-view:has(.wk-container.wk-display-none) .product-info-main .fotorama__stage {
  padding: 30px 0;
}
body.catalog-product-view:has(.wk-container.wk-display-none) .product-info-main .box-tocart {
  display: block;
}
@media (max-width: 991px) {
  body.catalog-product-view:has(.wk-container.wk-display-none) .product-info-main .box-tocart {
    width: 100%;
  }
  body.catalog-product-view:has(.wk-container.wk-display-none) .product-info-main .box-tocart .fieldset {
    display: flex;
  }
}
.catalog-product-view .block-margin {
  display: none;
}
body.catalog-product-view:has(.hide-price) .product-info-main .product-reviews-summary {
  margin-bottom: 15px;
}
body.catalog-product-view:has(.hide-price) .product-info-main .product-add-form {
  padding-top: 10px;
}
body.catalog-product-view:has(.hide-price) .product-info-main .product-options-wrapper select {
  max-width: 275px;
}
@media (max-width: 991px) {
  body.catalog-product-view:has(.hide-price) .product-info-main .product-options-wrapper select {
    max-width: 275px;
  }
}
@media (max-width: 480px) {
  body.catalog-product-view:has(.hide-price) .product-info-main .product-options-wrapper select {
    max-width: 260px;
  }
}
body.catalog-product-view:has(.hide-price) .product-info-main .product.attribute.sku {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  body.catalog-product-view:has(.hide-price) .product-info-main .product.attribute.sku {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  body.catalog-product-view:has(.hide-price) .product-info-main .product.attribute.sku {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
body.catalog-product-view:has(.hide-price) .product-info-main .box-tocart .qty {
  display: none;
}
body.catalog-product-view:has(.hide-price) .product-info-main .box-tocart .actions {
  margin-left: 0;
}
body.catalog-product-view .fotorama__thumb {
  background-color: transparent;
}
body.catalog-product-view:has(.fotorama__nav-wrap[style="display: none;"]) .product.media .fotorama__stage {
  left: 0 !important;
  width: 100% !important;
}
body.catalog-product-view:has(.fotorama__nav-wrap[style="display: none;"]) .product.media .fotorama__stage::after {
  right: 20px !important;
  bottom: 20px !important;
}
body.catalog-product-view:has(.fotorama__nav-wrap[style="display: none;"]) .product.media .fotorama__stage .fotorama__stage__shaft {
  margin: 0 auto;
  width: 100% !important;
  max-width: 100% !important;
}
.gallery__placeholder {
  width: 79%;
  float: right;
  height: 100%;
  overflow: hidden;
}
.gallery__placeholder.slick-initialized .slick-slide {
  height: 100%;
}
.gallery__placeholder .gallery-zoom {
  width: 25px;
  height: 28px;
  display: block;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/zoom.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 70px;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
}
@media (max-width: 768px) {
  .gallery__placeholder .gallery-zoom {
    right: 20px;
    bottom: 0;
  }
}
.gallery__placeholder:not(.slick-slider) .gallery__item + .gallery__item {
  display: none;
}
@media (max-width: 768px) {
  .gallery__placeholder {
    width: 100%;
    height: 530px;
  }
}
@media (max-width: 567px) {
  .gallery__placeholder {
    height: 360px;
  }
}
.gallery__placeholder div {
  height: 100%;
}
.gallery__placeholder .gallery__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gallery__placeholder .slick-slide img {
  height: auto;
}
@media (max-width: 768px) {
  .gallery__placeholder .slick-slide img {
    max-height: 100%;
  }
}
.gallery__items {
  width: 19%;
  float: left;
  height: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.gallery__items .slick-slide img {
  max-height: 100%;
  width: auto;
}
.gallery__items .gallery__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .gallery__items {
    width: 100%;
    padding: 30px 35px;
  }
}
.gallery__items .slick-slide {
  padding: 11px 2px 0;
}
@media ((min-width: 769px)) {
  .gallery__items .slick-slide {
    height: auto;
  }
}
.gallery__items:not(.slick-slider) .gallery__item + .gallery__item {
  display: none;
}
.gallery__items .gallery__item {
  height: 124px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .gallery__items .gallery__item {
    height: auto;
  }
}
.gallery__items .slick-list {
  padding: 0;
}
.gallery__items .slick-list .slick-slide {
  border: 0;
}
.gallery__items .slick-list .slick-slide .gallery__item {
  border: 1px solid transparent;
}
.gallery__items .slick-list .slick-slide.slick-current .gallery__item {
  border-color: #0061ae;
}
.gallery__items .slick-prev {
  transform: none;
  background-color: #fff;
  left: 0;
  text-align: center;
  z-index: 0;
}
@media (min-width: 769px) {
  .gallery__items .slick-prev {
    top: 0;
    width: 100%;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .gallery__items .slick-prev {
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
  }
}
.gallery__items .slick-prev:before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #ccdfef;
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/pro-down-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  transform: rotate(180deg);
  background-size: 16px 9px;
  border-radius: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .gallery__items .slick-prev:before {
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
  }
}
.gallery__items .slick-next {
  transform: none;
  height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  right: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  .gallery__items .slick-next {
    left: 0;
    width: 100%;
    bottom: 0;
    top: auto;
    right: auto;
  }
}
@media (max-width: 768px) {
  .gallery__items .slick-next {
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
  }
}
.gallery__items .slick-next:before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #ccdfef;
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/pro-down-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 16px 9px;
  border-radius: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .gallery__items .slick-next:before {
    width: 30px;
    height: 30px;
    transform: rotate(-90deg);
  }
}
.catalog-product-view .product-info-main .wk-container:has(.message.error) .wk-oosn-notificationcontainer input[type="text"] {
  border-color: red;
}
.catalog-product-view.amcard-page-product .product-info-main .price-final_price .price-wrapper .price {
  color: #000000;
}
.catalog-product-view.amcard-page-product .gallery__placeholder {
  width: 100%;
  padding-left: 0;
}
.catalog-product-view.amcard-page-product .modal-inner-wrap {
  margin: 0 auto;
}
.catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main {
  width: 100% !important;
}
@media (max-width: 479px) {
  .catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main td {
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 162px !important;
  }
}
.catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .email-header {
  vertical-align: middle !important;
}
.catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .email-header a {
  color: #ffffff !important;
}
@media (max-width: 1023px) {
  .catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .email-header a {
    font-size: 15px !important;
  }
}
.catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .email-header td {
  vertical-align: middle !important;
  height: auto !important;
}
@media (max-width: 479px) {
  .catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .email-header td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .header {
  height: auto !important;
  padding: 30px 0 !important;
  background-color: transparent !important;
}
@media (max-width: 479px) {
  .catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .header {
    width: 165px !important;
  }
}
.catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .header .email-header td,
.catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .header .email-header .header {
  padding: 0 !important;
  display: block;
}
@media (max-width: 640px) {
  .catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .header .email-header td a,
  .catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .header .email-header .header a {
    font-size: 15px !important;
    margin-right: 15px !important;
  }
}
.catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .header .email-header td a:last-child,
.catalog-product-view.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .header .email-header .header a:last-child {
  margin-right: 0 !important;
}
.catalog-product-view.amcard-page-product .amgiftcard-modal-container.modal-popup.modal-slide {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.catalog-product-view.amcard-page-product .amgiftcard-modal-container.modal-popup.modal-slide .modal-inner-wrap {
  background-color: #ffffff;
  margin: 4rem auto;
  width: 93%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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: transform .2s ease;
}
.catalog-product-view.amcard-page-product .amgiftcard-modal-container.modal-popup.modal-slide .modal-inner-wrap .modal-content {
  padding-left: 1rem;
  padding-right: 1rem;
}
.catalog-product-view.amcard-page-product .amgiftcard-modal-container.modal-popup.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 768px) {
  .catalog-product-view.amcard-page-product .gallery__items.slick-slider {
    width: 100%;
    padding: 30px 35px !important;
  }
}
.catalog-product-view.amcard-page-product .gallery__items.slick-slider .slick-prev {
  transform: none !important;
}
@media (max-width: 768px) {
  .catalog-product-view.amcard-page-product .gallery__items.slick-slider .slick-arrow {
    transform: none;
    -webkit-transform: none;
    top: 0;
    width: 30px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .catalog-product-view.amcard-page-product .amcard-form-container {
    max-width: 415px;
  }
}
@media (max-width: 991px) {
  .catalog-product-view.amcard-page-product .amcard-form-container.-interior {
    max-width: 100%;
  }
}
.catalog-product-view.amcard-page-product .amcard-form-container.-interior .amcard-carousel-container .slick-slide img {
  max-width: 100% !important;
}
.catalog-product-view.amcard-page-product .amcard-form-container div.mage-error {
  margin-top: 5px;
  padding: 0;
  color: #e02b27;
  font-size: 1.2rem;
}
.catalog-product-view.amcard-page-product .amcard-form-container .amcard-carousel-container .slick-slider {
  padding: 0;
}
.catalog-product-view.amcard-page-product .amcard-form-container .amcard-carousel-container .slick-slider .slick-track {
  margin: 0;
}
.block-viewed-products-grid .slick-slider .slick-slide {
  padding: 0 5px;
}
.add-tocart-popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  width: 52%;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 48px 75px 0 60px;
}
@media (max-width: 1280px) {
  .add-tocart-popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .add-tocart-popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .add-tocart-popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    border-radius: 0;
    background-color: #ffffff;
    width: 100%;
  }
}
.add-tocart-popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap .action-close {
  width: 38px;
  height: 38px;
  background-color: #ccdfef;
  border-radius: 100%;
}
.add-tocart-popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap .action-close::before {
  color: #0061ae;
  line-height: 38px;
}
.add-tocart-popup.modal-popup .modal-header {
  padding: 0;
  margin: 0 0 3px 0;
}
.add-tocart-popup.modal-popup h1.modal-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  color: #0061ae;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .add-tocart-popup.modal-popup h1.modal-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .add-tocart-popup.modal-popup h1.modal-title {
    margin-bottom: 15px;
  }
}
.add-tocart-popup.modal-popup .modal-content {
  padding: 0;
}
.add-tocart-popup.modal-popup .modal-body .product-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.add-tocart-popup.modal-popup .modal-body .product-media {
  flex: 0 0 33%;
}
@media (max-width: 767px) {
  .add-tocart-popup.modal-popup .modal-body .product-media {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.add-tocart-popup.modal-popup .modal-body .product-media figure img {
  margin: 0 auto;
}
.add-tocart-popup.modal-popup .modal-body .product-info-main {
  flex: 0 0 57%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .add-tocart-popup.modal-popup .modal-body .product-info-main {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.add-tocart-popup.modal-popup .modal-body .product-info-main .cat-name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #0061ae;
  line-height: 21px;
  letter-spacing: 0.05em;
  margin-top: 0;
}
.add-tocart-popup.modal-popup .modal-body .product-info-main h2 {
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  margin: 0 0 9px 0;
  text-transform: capitalize;
}
.add-tocart-popup.modal-popup .modal-body .product-info-main .content .item-options {
  margin: 0;
}
.add-tocart-popup.modal-popup .modal-body .product-info-main .item-options {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.add-tocart-popup.modal-popup .modal-body .product-info-main .item-options dt {
  float: left;
  width: 47%;
  line-height: 21px;
  font-weight: 700;
  color: #000000;
  font-size: 15px;
  margin: 0 0 15px 0;
  padding-right: 10px;
  max-width: 70px;
}
@media (max-width: 1370px) {
  .add-tocart-popup.modal-popup .modal-body .product-info-main .item-options dt {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .add-tocart-popup.modal-popup .modal-body .product-info-main .item-options dt {
    font-size: 13px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .add-tocart-popup.modal-popup .modal-body .product-info-main .item-options dt {
    width: 100%;
  }
}
.add-tocart-popup.modal-popup .modal-body .product-info-main .item-options dd {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2px 0 13px;
  width: 53%;
}
@media (max-width: 1370px) {
  .add-tocart-popup.modal-popup .modal-body .product-info-main .item-options dd {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .add-tocart-popup.modal-popup .modal-body .product-info-main .item-options dd {
    font-size: 13px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .add-tocart-popup.modal-popup .modal-body .product-info-main .item-options dd {
    width: 100%;
  }
}
.add-tocart-popup.modal-popup .modal-body .product-info-main .price-box .price-container .price {
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  color: #000000;
}
.add-tocart-popup.modal-popup .modal-body .button-div {
  flex: 0 0 100%;
  margin-top: 20px;
}
@media (max-width: 1370px) {
  .add-tocart-popup.modal-popup .modal-body .button-div {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .add-tocart-popup.modal-popup .modal-body .button-div {
    flex: 0 0 100%;
    padding: 0;
  }
}
.add-tocart-popup.modal-popup .modal-body .button-div .button {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 100%;
  height: auto;
  padding: 12px 40px;
  line-height: 16px;
}
.add-tocart-popup.modal-popup .modal-body .button-div .button:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .add-tocart-popup.modal-popup .modal-body .button-div .button {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .add-tocart-popup.modal-popup .modal-body .button-div .button {
    height: auto;
    font-size: 13px;
    padding: 8px 20px;
  }
}
.add-tocart-popup.modal-popup .modal-body .button-div .button.checkout {
  background-color: #ccdfef;
  color: #0061ae;
  border-color: #ccdfef;
  margin-bottom: 0;
}
.add-tocart-popup.modal-popup .modal-body .button-div .button.checkout:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
}
.add-tocart-popup.modal-popup .modal-body .button-div .button.basket {
  border-color: #0061ae;
  background-color: transparent;
  color: #0061ae;
  height: auto;
  margin-bottom: 11px;
  margin-top: 11px;
}
@media (max-width: 991px) {
  .add-tocart-popup.modal-popup .modal-body .button-div .button.basket {
    height: auto;
  }
}
.add-tocart-popup.modal-popup .modal-body .button-div .button.basket:hover {
  background-color: #0061ae;
  color: #ffffff;
}
.add-tocart-popup.modal-popup .modal-body .button-div .button.continue {
  border: 0;
  background-color: transparent;
  text-decoration: underline;
  height: auto;
}
.add-tocart-popup.modal-popup .modal-body .button-div .button.continue:hover {
  text-decoration: none;
}
body .modals-overlay {
  background-color: rgba(0, 0, 0, 0.45);
}
.page-layout-1column #addtocart-popup-modal .block.related {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-layout-1column #addtocart-popup-modal .block.related {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .page-layout-1column #addtocart-popup-modal .block.related {
    margin-bottom: 20px;
  }
}
.page-layout-1column #addtocart-popup-modal .products-grid .product-item {
  width: 33.33%;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .page-layout-1column #addtocart-popup-modal .products-grid .product-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .page-layout-1column #addtocart-popup-modal .products-grid .product-item {
    width: 100%;
  }
}
.add-tocart-popup {
  width: 60%;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 48px 75px 48px 60px;
  margin: 50px auto;
  position: relative;
}
@media (max-width: 1370px) {
  .add-tocart-popup {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .add-tocart-popup {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .add-tocart-popup {
    background-color: #ffffff;
    width: 100%;
    padding: 48px 35px 48px 30px;
  }
}
.add-tocart-popup .action-close,
.add-tocart-popup .mfp-close {
  width: 38px;
  height: 38px;
  background-color: #ccdfef;
  border-radius: 100%;
  color: #0061ae !important;
  margin: 15px;
  line-height: 41px !important;
  font-weight: 400;
  opacity: 1;
}
.add-tocart-popup .action-close::before,
.add-tocart-popup .mfp-close::before {
  color: #0061ae;
  line-height: 38px;
}
.add-tocart-popup .modal-header {
  padding: 0;
  margin: 0 0 3px 0;
}
.add-tocart-popup h1.modal-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  color: #0061ae;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .add-tocart-popup h1.modal-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .add-tocart-popup h1.modal-title {
    margin-bottom: 15px;
  }
}
.add-tocart-popup .product-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.add-tocart-popup .product-media {
  flex: 0 0 33%;
  order: 0;
}
@media (max-width: 767px) {
  .add-tocart-popup .product-media {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.add-tocart-popup .product-media figure img {
  margin: 0 auto;
}
.add-tocart-popup .product-info-main {
  flex: 0 0 57%;
  padding-left: 20px;
  padding-right: 20px;
  order: 1;
}
@media (max-width: 767px) {
  .add-tocart-popup .product-info-main {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.add-tocart-popup .product-info-main .cat-name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #0061ae;
  line-height: 21px;
  letter-spacing: 0.05em;
  margin-top: 0;
}
.add-tocart-popup .product-info-main h2 {
  margin: 0 0 9px 0;
}
.add-tocart-popup .product-info-main h2 a {
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  text-transform: capitalize;
}
.add-tocart-popup .product-info-main .item-options {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.add-tocart-popup .product-info-main .item-options dt {
  float: left;
  width: 47%;
  line-height: 21px;
  font-weight: 700;
  color: #000000;
  font-size: 15px;
  margin: 0 0 15px 0;
  padding-right: 10px;
  max-width: 70px;
}
@media (max-width: 991px) {
  .add-tocart-popup .product-info-main .item-options dt {
    font-size: 13px;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .add-tocart-popup .product-info-main .item-options dt {
    width: 100%;
  }
}
.add-tocart-popup .product-info-main .item-options dd {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2px 0 13px;
  width: 53%;
}
@media (max-width: 991px) {
  .add-tocart-popup .product-info-main .item-options dd {
    font-size: 13px;
    width: 100%;
    margin-bottom: 9px;
  }
  .add-tocart-popup .product-info-main .item-options dd:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .add-tocart-popup .product-info-main .item-options dd {
    width: 100%;
  }
}
.add-tocart-popup .product-info-main .price-box .price-container .price {
  font-size: 22px !important;
  font-weight: 500;
  line-height: 35px !important;
  color: #000000;
}
.add-tocart-popup .block.related {
  float: none;
  display: inline-block;
}
.add-tocart-popup .action-buttons {
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 640px) {
  .add-tocart-popup .action-buttons {
    flex-wrap: wrap;
  }
}
.add-tocart-popup .button-div {
  flex: 0 0 100%;
  order: 2;
  margin-top: 20px;
}
@media (max-width: 1370px) {
  .add-tocart-popup .button-div {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .add-tocart-popup .button-div {
    flex: 0 0 100%;
    padding: 0;
  }
}
.add-tocart-popup .button-div .button {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  height: auto;
  padding: 12px 40px;
  line-height: 16px;
  margin-right: 30px;
}
.add-tocart-popup .button-div .button:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .add-tocart-popup .button-div .button {
    padding: 12px 20px;
  }
}
@media (max-width: 1480px) {
  .add-tocart-popup .button-div .button {
    min-width: 240px;
  }
}
@media (max-width: 1370px) {
  .add-tocart-popup .button-div .button {
    min-width: 197px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .add-tocart-popup .button-div .button {
    height: auto;
    font-size: 13px;
    padding: 8px 20px;
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  .add-tocart-popup .button-div .button {
    margin-right: 10px;
    min-width: 167px;
  }
}
@media (max-width: 640px) {
  .add-tocart-popup .button-div .button {
    min-width: 290px !important;
    margin: 0;
    clear: both;
  }
}
.add-tocart-popup .button-div .button.checkout {
  background-color: #ccdfef;
  color: #0061ae;
  border-color: #ccdfef;
  margin-bottom: 0;
}
.add-tocart-popup .button-div .button.checkout:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
}
.add-tocart-popup .button-div .button.basket {
  border-color: #0061ae;
  background-color: transparent;
  color: #0061ae;
  height: auto;
  margin-bottom: 11px;
  margin-top: 11px;
}
@media (max-width: 991px) {
  .add-tocart-popup .button-div .button.basket {
    height: auto;
  }
}
.add-tocart-popup .button-div .button.basket:hover {
  background-color: #0061ae;
  color: #ffffff;
}
.add-tocart-popup .button-div .button.continue {
  border: 0;
  background-color: transparent;
  text-decoration: underline;
  height: auto;
  min-width: initial;
  padding: 0;
  margin-right: 0;
}
.add-tocart-popup .button-div .button.continue:hover {
  color: #0061ae;
  text-decoration: none;
}
body .modals-overlay {
  background-color: rgba(0, 0, 0, 0.45);
}
body.catalog-product-view:has(.add-tocart-popup) .page-wrapper:after {
  display: block;
}
body.catalog-product-view:has(.add-tocart-popup) .page-wrapper .page-header .header.content .head-main {
  border: 0;
}
body.catalog-product-view:has(.add-tocart-popup) .page-wrapper .page-header {
  z-index: 0;
}
.page-layout-1column .add-tocart-popup .block.related {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .page-layout-1column .add-tocart-popup .block.related {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .page-layout-1column .add-tocart-popup .block.related {
    margin-bottom: 40px;
  }
}
.page-layout-1column .add-tocart-popup .products-grid .product-item {
  width: 33.33%;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .page-layout-1column .add-tocart-popup .products-grid .product-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .page-layout-1column .add-tocart-popup .products-grid .product-item {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .cms-page-view.cms-all-brands .page-main {
    padding: 0 37px;
  }
}
@media (max-width: 991px) {
  .cms-page-view.cms-all-brands .page-main {
    padding: 0 20px;
  }
}
@media (max-width: 390px) {
  .cms-page-view.cms-all-brands .page-main {
    padding: 0 15px;
  }
}
.ambrands-letters-list {
  padding: 47px 0 70px 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .ambrands-letters-list {
    padding-bottom: 0;
  }
}
.ambrands-letters-list .brands-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.ambrands-letters-list .brands-list .ambrands-letter {
  break-inside: avoid;
  width: 25% !important;
  padding: 0 15px 0 0;
  margin: 0 0 27px 0;
  clear: both;
}
@media (max-width: 1023px) {
  .ambrands-letters-list .brands-list .ambrands-letter {
    width: 33.33% !important;
  }
}
@media (max-width: 767px) {
  .ambrands-letters-list .brands-list .ambrands-letter {
    width: 50% !important;
    margin-bottom: 17px;
  }
}
.ambrands-letters-list .brands-list .ambrands-letter .ambrands-title {
  display: inline-block;
  align-items: center;
  width: 39px;
  height: 39px;
  background-color: #0061ae;
  color: #ffffff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: 0;
  float: left;
  text-align: center;
}
@media (max-width: 767px) {
  .ambrands-letters-list .brands-list .ambrands-letter .ambrands-title {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
@media (max-width: 380px) {
  .ambrands-letters-list .brands-list .ambrands-letter .ambrands-title {
    width: 100%;
    margin: 0;
  }
}
.ambrands-letters-list .brands-list .ambrands-letter .ambrands-content {
  display: inline-block;
  vertical-align: top;
  padding-left: 38px;
  margin-top: 5px;
  width: calc(60%);
}
@media (max-width: 767px) {
  .ambrands-letters-list .brands-list .ambrands-letter .ambrands-content {
    margin: 0;
    padding-left: 20px;
    width: 84%;
  }
}
@media (max-width: 503px) {
  .ambrands-letters-list .brands-list .ambrands-letter .ambrands-content {
    width: 80%;
    padding-left: 15px;
  }
}
@media (max-width: 423px) {
  .ambrands-letters-list .brands-list .ambrands-letter .ambrands-content {
    width: 78%;
  }
}
@media (max-width: 380px) {
  .ambrands-letters-list .brands-list .ambrands-letter .ambrands-content {
    margin: 15px 0 20px 0;
    float: left;
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.ambrands-letters-list .brands-list .ambrands-letter .ambrands-content .ambrands-brand-item {
  max-width: initial;
  margin: 0 0 8px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .ambrands-letters-list .brands-list .ambrands-letter .ambrands-content .ambrands-brand-item {
    margin-bottom: 5px;
  }
}
.ambrands-letters-list .brands-list .ambrands-letter .ambrands-content .ambrands-brand-item .ambrands-inner {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.ambrands-letters-list .brands-list .ambrands-letter .ambrands-content .ambrands-brand-item .ambrands-inner .ambrands-label {
  padding: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000000;
}
.ambrands-letters-list .brands-list .ambrands-letter .ambrands-content .ambrands-brand-item .ambrands-inner:hover .ambrands-label {
  color: #0061ae;
  text-decoration: none;
}
.products-grid .product-items li .product-item-info .product-item-details .amshopby-option-link {
  display: none;
}
.ambrand-index-index .columns {
  padding-top: 30px;
}
body #layer-product-list .products-grid .ias-trigger button {
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 170px;
  height: 44px;
  background-color: #ccdfef;
  color: #0061ae;
  border-color: #ccdfef;
  padding: 0 40px;
  letter-spacing: 0.01em;
  font-family: 'Kanit', sans-serif;
}
body #layer-product-list .products-grid .ias-trigger button:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  body #layer-product-list .products-grid .ias-trigger button {
    padding: 12px 20px;
  }
}
@media (max-width: 1200px) {
  body #layer-product-list .products-grid .ias-trigger button {
    min-width: 201px;
  }
}
@media (max-width: 1023px) {
  body #layer-product-list .products-grid .ias-trigger button {
    min-width: 189px;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  body #layer-product-list .products-grid .ias-trigger button {
    height: 35px;
  }
}
body.amcard-page-product .amgiftcard-modal-container .amcard-preview {
  color: #000000;
}
body.amcard-page-product .amgiftcard-modal-container .amcard-preview .main {
  border-top-color: #0061ae;
}
body.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .header {
  background-color: #0061ae !important;
}
body.amcard-page-product .amgiftcard-modal-container .amcard-preview .main .amcard-code-container + img {
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}
body.amcard-page-product .amgiftcard-modal-container .modal-footer button {
  background: rgba(0, 97, 174, 0.2);
  color: #0061ae;
  border: 0;
  border-radius: 20px;
  width: auto;
  padding: 10px 30px;
  font-size: 16px;
  font-family: 'Kanit', sans-serif;
  margin: 0 0 0 10px;
}
body.amcard-page-product .amgiftcard-modal-container .modal-footer button:hover {
  background: #0061ae;
  color: #ffffff;
}
body.amcard-page-product .product-info-main .product-reviews-summary {
  float: left;
}
body.amcard-page-product .product-info-main .product-info-price .amgiftcard-price-container .amgiftcard-price-multiple .price-from {
  float: left;
  position: relative;
  padding-right: 27px;
  margin-right: 14px;
  margin-bottom: 0;
}
body.amcard-page-product .product-info-main .product-info-price .amgiftcard-price-container .amgiftcard-price-multiple .price-from:after {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 30px;
}
body.amcard-page-product .product-info-main .product-info-price .amgiftcard-price-container .amgiftcard-price-multiple .price-to {
  float: left;
  margin-bottom: 0;
}
body.amcard-page-product .product-info-main .amcard-form-container {
  border: 0;
  margin: 20px 0 0 0;
  padding: 0;
}
body.amcard-page-product .product-info-main .amcard-form-container.-interior + .amcard-form-container .amcard-flex-container {
  margin-bottom: 20px;
}
body.amcard-page-product .product-info-main .amcard-form-container .amcard-flex-container {
  width: 100%;
  display: block;
}
body.amcard-page-product .product-info-main .amcard-form-container .amcard-label-block {
  background-color: #0061ae;
  color: #ffffff;
  border: 0;
  padding: 8px 10px;
}
body.amcard-page-product .product-info-main .amcard-form-container .amcard-label-block:hover,
body.amcard-page-product .product-info-main .amcard-form-container .amcard-label-block.-active {
  background-color: #ccdfef;
  color: #0061ae;
}
body.amcard-page-product .product-info-main .amcard-form-container .amcard-field-block input[type="text"],
body.amcard-page-product .product-info-main .amcard-form-container .amcard-field-block input[type="email"] {
  border: 2px solid #2761A8;
  border-radius: 60px;
  height: 50px;
  width: 100%;
  background: transparent;
  padding: 0 24px;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  box-shadow: none !important;
}
@media (max-width: 1370px) {
  body.amcard-page-product .product-info-main .amcard-form-container .amcard-field-block input[type="text"],
  body.amcard-page-product .product-info-main .amcard-form-container .amcard-field-block input[type="email"] {
    font-size: 16px;
    padding: 0 14px;
  }
}
@media (max-width: 991px) {
  body.amcard-page-product .product-info-main .amcard-form-container .amcard-field-block input[type="text"],
  body.amcard-page-product .product-info-main .amcard-form-container .amcard-field-block input[type="email"] {
    height: 42px;
    font-size: 14px;
    padding: 0 14px;
  }
}
body.amcard-page-product .product-info-main .amcard-form-container .amcard-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 27px;
  text-transform: uppercase;
  color: #0061ae;
  padding: 0;
  margin: 0 0 10px 0;
}
@media (max-width: 1023px) {
  body.amcard-page-product .product-info-main .amcard-form-container .amcard-title {
    font-size: 16px;
    line-height: 20px;
  }
}
body.amcard-page-product .product-info-main .amcard-preview-container .amcard-button {
  border-radius: 29px;
  background-color: #0061ae;
  border: 1px solid #0061ae;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.01em;
}
body.amcard-page-product .product-info-main .amcard-preview-container .amcard-button:hover {
  background-color: transparent;
  color: #0061ae;
}
.checkout-cart-index {
  background-color: rgba(0, 0, 0, 0.05);
}
.checkout-cart-index #block-shipping {
  display: none;
}
.checkout-cart-index .free-delivery {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #ccdfef;
  color: #0061ae;
  border-color: #ccdfef;
  min-width: 100%;
  padding: 13px 20px;
  font-size: 15px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.checkout-cart-index:has(.cart-empty) {
  background-color: transparent;
}
.checkout-cart-index .error.qtyupdate {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
  border-radius: 15px;
  margin-top: 30px;
}
.checkout-cart-index .error.qtyupdate:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.checkout-cart-index .cart-empty {
  padding: 70px 15px 50px 15px;
}
@media (max-width: 769px) {
  .checkout-cart-index .page-main {
    padding: 0 20px;
  }
}
.checkout-cart-index .page-main .page.messages {
  margin-top: 30px;
}
.checkout-cart-index .columns .column.main {
  padding-bottom: 0;
}
.checkout-cart-index footer.page-footer {
  background-color: #ffffff;
  margin-top: 0;
  z-index: 0;
}
.checkout-cart-index footer.page-footer:before {
  z-index: 0;
}
.checkout-cart-index footer.page-footer .footer.content {
  position: relative;
}
.checkout-cart-index footer.page-footer .footer.content .footer-main {
  position: relative;
}
.checkout-cart-index .recently-viewed {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  z-index: 0;
  position: relative;
  width: 100%;
  padding: 50px 0 150px 0;
  float: left;
}
@media (max-width: 1370px) {
  .checkout-cart-index .recently-viewed {
    padding: 50px 0 120px 0;
  }
}
@media (max-width: 1023px) {
  .checkout-cart-index .recently-viewed {
    padding: 50px 0 80px 0;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .checkout-cart-index .recently-viewed {
    padding: 50px 0 50px 0;
  }
}
.checkout-cart-index .recently-viewed::before {
  content: "";
  height: 100%;
  width: 9999999px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 100%;
}
.checkout-cart-index .recently-viewed:after {
  content: "";
  height: 100%;
  width: 9999999px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 100%;
}
.checkout-cart-index .recently-viewed .block-title {
  margin-bottom: 20px;
}
.checkout-cart-index .cart-summary table.data.table.totals tr.totals-tax-details {
  display: none;
}
.cart-container {
  margin-top: 55px;
  display: flex;
  gap: 0.8em;
}
@media (max-width: 1023px) {
  .cart-container {
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cart-container {
    margin: 0;
  }
}
.cart-container .form-cart {
  width: calc(65%);
}
@media (max-width: 1023px) {
  .cart-container .form-cart {
    width: 100%;
    margin-top: 20px;
  }
}
.cart-container .form-cart .table-wrapper {
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cart-container .form-cart .table-wrapper {
    border: 0;
    padding: 20px 0 0 0;
  }
}
.cart-container .cart.table .item {
  border-bottom: 0;
}
.cart-container .cart.table thead th {
  padding: 0;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #0061ae;
}
.cart-container .cart.table thead th.col {
  border-bottom: 0;
  padding-top: 26px !important;
  padding-bottom: 26px !important;
  margin: 0;
}
@media (max-width: 1200px) {
  .cart-container .cart.table thead th.col {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    font-size: 16px;
  }
}
.cart-container .cart.table thead th.col.item {
  padding: 0 43px;
  width: 45%;
}
@media (max-width: 1200px) {
  .cart-container .cart.table thead th.col.item {
    width: 35%;
  }
}
.cart-container .cart.table thead th.col.price {
  width: 15%;
  text-align: center;
}
.cart-container .cart.table thead th.col.qty {
  width: 18%;
  text-align: center;
}
.cart-container .cart.table thead th.col.subtotal {
  width: 13%;
  padding-left: 29px;
  padding-right: 19px;
  text-align: center;
}
.cart-container .cart.table tbody {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody.cart.item {
    margin-bottom: 30px;
    display: block;
  }
}
.cart-container .cart.table tbody tr {
  border-top: 1px solid rgba(160, 160, 160, 0.46);
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody tr {
    border-top: 0;
  }
}
.cart-container .cart.table tbody tr .col {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody tr .col.item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
}
.cart-container .cart.table tbody tr .col.item:before {
  content: attr(data-th);
  width: 100%;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  padding-bottom: 7px;
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody tr .col.item:before {
    display: block;
  }
}
.cart-container .cart.table tbody tr .col:before {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #0061ae;
}
.cart-container .cart.table tbody tr .col .product-item-name {
  height: auto;
  line-height: 30px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .cart-container .cart.table tbody tr .col .product-item-name {
    font-size: 16px;
  }
}
.cart-container .cart.table tbody tr .col .product-item-name a {
  color: #000000;
}
.cart-container .cart.table tbody tr .col .product-item-name a:hover {
  color: #0061ae;
}
.cart-container .cart.table tbody tr .col .product-item-name + .item-options {
  margin-top: 10px;
}
.cart-container .cart.table tbody tr .col .product-item-name + .item-options dt {
  font-size: 14px;
  float: left;
  width: 90px;
  padding-right: 10px;
  line-height: 22px;
  width: 100%;
  margin: 0 0 5px 0;
  clear: both;
}
@media (max-width: 769px) {
  .cart-container .cart.table tbody tr .col .product-item-name + .item-options dt {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .cart-container .cart.table tbody tr .col .product-item-name + .item-options dt {
    width: 100%;
  }
}
.cart-container .cart.table tbody tr .col .product-item-name + .item-options dt:after {
  content: ":";
}
.cart-container .cart.table tbody tr .col .product-item-name + .item-options dd {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 5px 0;
  float: left;
  width: 100%;
}
@media (max-width: 769px) {
  .cart-container .cart.table tbody tr .col .product-item-name + .item-options dd {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .cart-container .cart.table tbody tr .col .product-item-name + .item-options dd {
    width: 100%;
  }
}
.cart-container .cart.table tbody tr .col.item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 31px 8px 20px 0;
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody tr .col.item {
    justify-content: start;
  }
}
.cart-container .cart.table tbody tr .col .product-item-photo {
  width: 42%;
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody tr .col .product-item-photo {
    max-width: 120px;
    width: 100%;
    padding: 0;
    top: 50px;
  }
}
@media (max-width: 640px) {
  .cart-container .cart.table tbody tr .col .product-item-photo {
    max-width: 100px;
    top: 50px;
    left: 10px;
  }
}
.cart-container .cart.table tbody tr .col .product-item-details {
  width: 58%;
  padding-left: 52px;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cart-container .cart.table tbody tr .col .product-item-details {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody tr .col .product-item-details {
    width: 100%;
    padding-left: 160px;
  }
}
@media (max-width: 640px) {
  .cart-container .cart.table tbody tr .col .product-item-details {
    padding-left: 120px;
  }
}
.cart-container .cart.table tbody tr .col .actions-toolbar {
  display: block;
  width: 100%;
  float: left;
}
.cart-container .cart.table tbody tr .col .actions-toolbar .action {
  position: relative;
}
.cart-container .cart.table tbody tr .col .actions-toolbar .action-edit {
  display: none;
}
.cart-container .cart.table tbody tr .col .actions-toolbar .action-delete {
  left: 0;
  position: relative;
}
.cart-container .cart.table tbody tr .col .actions-toolbar .action-delete:before {
  content: "X Remove";
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #0061ae;
}
.cart-container .cart.table tbody tr .col .actions-toolbar .action-delete span {
  font-size: 0;
}
.cart-container .cart.table tbody tr .col .actions-toolbar .action-delete:hover::before {
  color: #000000;
  text-decoration: underline;
}
.cart-container .cart.table tbody tr .col.price {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody tr .col.price {
    font-size: 16px;
    line-height: 22px;
  }
}
.cart-container .cart.table tbody tr .col.price .price-including-tax .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody tr .col.price .price-including-tax .price {
    font-size: 16px;
    line-height: 22px;
  }
}
.cart-container .cart.table tbody tr .col.price .price-excluding-tax .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody tr .col.price .price-excluding-tax .price {
    font-size: 16px;
    line-height: 22px;
  }
}
.cart-container .cart.table tbody tr .col.qty {
  text-align: center;
}
.cart-container .cart.table tbody tr .col.qty button {
  width: 47px;
  height: 47px;
  background-color: #ccdfef;
  display: inline-block;
  border: 0;
  border-radius: 100%;
  font-family: 'Kanit', sans-serif;
  padding: 0;
  vertical-align: top;
}
@media (max-width: 1280px) {
  .cart-container .cart.table tbody tr .col.qty button {
    width: 33px;
    height: 33px;
  }
}
.cart-container .cart.table tbody tr .col.qty button.minus svg {
  width: 100%;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
}
.cart-container .cart.table tbody tr .col.qty button.plus svg {
  width: 100%;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
}
.cart-container .cart.table tbody tr .col.qty .input-text {
  border: 2px solid #0061ae;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  color: #000000;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  padding: 0;
  font-weight: 700;
  margin: 0 2px 0 4px;
  vertical-align: top;
}
@media (max-width: 1280px) {
  .cart-container .cart.table tbody tr .col.qty .input-text {
    width: 33px;
    height: 33px;
    font-size: 14px;
  }
}
.cart-container .cart.table tbody tr .col.subtotal {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody tr .col.subtotal {
    font-size: 16px;
    line-height: 22px;
  }
}
.cart-container .cart.table tbody tr .col.subtotal .price-including-tax .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody tr .col.subtotal .price-including-tax .price {
    font-size: 16px;
    line-height: 22px;
  }
}
.cart-container .cart.table tbody tr .col.subtotal .price-excluding-tax .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 768px) {
  .cart-container .cart.table tbody tr .col.subtotal .price-excluding-tax .price {
    font-size: 16px;
    line-height: 22px;
  }
}
.cart-container .cart.table-wrapper .cart thead tr th.col {
  border-bottom: 0px solid #ccc;
  padding-bottom: 0;
  padding-top: 0;
}
.cart-container .cart-summary {
  background-color: transparent;
  width: 35%;
  display: block;
  flex-wrap: wrap;
  padding-right: 0;
}
.cart-container .cart-summary #block-discount {
  order: -1;
}
.cart-container .cart-summary .checkout-methods-items,
.cart-container .cart-summary .custom-btn {
  width: 100%;
}
.cart-container .cart-summary .checkout-methods-items {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .cart-container .cart-summary {
    width: 100%;
    padding: 0;
    top: auto !important;
    order: 1;
  }
}
@media (max-width: 768px) {
  .cart-container .cart-summary .cart-totals {
    padding: 0;
  }
}
.cart-container .block {
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 22px !important;
  padding: 35px 37px;
  width: 100%;
}
@media (max-width: 1023px) {
  .cart-container .block {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .cart-container .block {
    padding: 15px 15px 30px 15px;
  }
}
.cart-container .block .title strong {
  color: #0061ae;
  font-size: 21px;
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 480px) {
  .cart-container .block .title strong {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cart-container .block.shipping .title {
    margin-bottom: 15px;
  }
}
.cart-container .block.shipping.block .fieldset .field {
  margin: 0 0 15px;
}
.cart-container .block.shipping .title {
  pointer-events: none;
}
.cart-container .block.shipping .content {
  display: block !important;
}
.cart-container .block.shipping .content br {
  display: none;
}
.cart-container .block.shipping .content .fieldset {
  margin: 0;
}
.cart-container .block.shipping .content #shipping-zip-form .field:last-child {
  margin-bottom: 0;
}
.cart-container .block.shipping .content .legend {
  display: none;
}
.cart-container .block.shipping .content .field.note {
  display: none;
}
.cart-container .block.discount .title {
  pointer-events: none;
}
.cart-container .block.discount .content {
  display: block !important;
}
.cart-container .block.discount .content label {
  display: none !important;
}
.cart-container .block.discount .content .fieldset {
  display: flex;
  margin: 0;
  gap: 0.7em;
}
.cart-container .block.discount .content .fieldset .field {
  margin: 0;
}
.cart-container .block.discount .content .fieldset .field input {
  height: 50px;
  margin: 0;
}
.cart-container .block.discount .content .fieldset .actions-toolbar .primary button {
  margin: 0;
  min-width: 141px;
  height: 50px;
  border: 2px solid #ccdfef;
}
.cart-container .block.discount .content .fieldset .actions-toolbar .primary button:hover {
  border-color: #0061ae;
  color: #0061ae;
  background-color: transparent;
}
@media (max-width: 640px) {
  .cart-container .block.discount .content .fieldset .actions-toolbar .primary button {
    min-width: 136px;
  }
}
@media (max-width: 480px) {
  .cart-container .block #shipping-zip-form select {
    font-size: 13px;
    padding: 0 55px 0 15px;
  }
}
@media (max-width: 480px) {
  .cart-container .block #shipping-zip-form input {
    font-size: 13px;
    padding: 0 15px;
  }
}
.cart-container .block select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_2184' data-name='Group 2184' xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath id='Path_270' data-name='Path 270' d='M2679-3383l5.75,5.75,5.75-5.75' transform='translate(-2667.75 3397)' fill='none' stroke='%232761a8' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Ccircle id='Ellipse_120' data-name='Ellipse 120' cx='17' cy='17' r='17' transform='translate(34 34) rotate(180)' fill='%230061ae' opacity='0.2'/%3E%3C/svg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  height: 50px;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Kanit', sans-serif;
  border: 2px solid #0061ae;
  padding: 0 55px 0 22px;
}
@media (max-width: 991px) {
  .cart-container .block select {
    font-size: 16px;
  }
}
.cart-container .block .shipping-info {
  margin-top: 35px;
}
@media (max-width: 640px) {
  .cart-container .block .shipping-info {
    margin-top: 20px;
  }
}
.cart-container .block .shipping-info p {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 25px;
}
@media (max-width: 769px) {
  .cart-container .block .shipping-info p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.cart-container .block .shipping-info .item-title {
  display: none;
}
.cart-container .block .shipping-info .form-control {
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 1em;
}
.cart-container .block .shipping-info dl {
  padding: 0;
  list-style: none;
  margin: 0;
}
.cart-container .block .shipping-info dl dd {
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .cart-container .block .shipping-info dl dd {
    margin-bottom: 10px;
  }
}
.cart-container .block .shipping-info dl dd:last-child {
  margin-bottom: 0;
}
.cart-container .block .shipping-info dl dd label {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #000000;
}
@media (max-width: 769px) {
  .cart-container .block .shipping-info dl dd label {
    font-size: 16px;
  }
}
.cart-container .block .shipping-info dl dd span {
  font-weight: 300;
}
.cart-container .block .shipping-info input[type="checkbox"] {
  appearance: none;
  background-color: #ffffff;
  margin: 0;
  font: inherit;
  color: #000;
  width: 21px;
  height: 21px;
  border: 1.5px solid #000000;
  border-radius: 4px;
  display: grid;
  place-content: center;
}
.cart-container .block .shipping-info .form-control + .form-control {
  margin-top: 1em;
}
.cart-container .block .shipping-info input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: none;
  transform-origin: bottom left;
  background-color: #ffffff;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.cart-container .block .shipping-info input[type="checkbox"]:focus {
  box-shadow: none;
}
.cart-container .block .shipping-info input[type="checkbox"]:checked {
  background-color: #DD1728;
}
.cart-container .block .shipping-info input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.cart-container .cart-totals tr.totals {
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 22px !important;
  padding: 35px 37px;
  display: block;
  float: left;
  width: 100%;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals {
    padding: 15px;
  }
}
.cart-container .cart-totals tr.totals.sub {
  width: 100%;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals.sub {
    padding: 15px;
  }
}
.cart-container .cart-totals tr.totals th,
.cart-container .cart-totals tr.totals td {
  border: 0;
  padding: 0;
}
.cart-container .cart-totals tr.totals th {
  font-size: 21px;
  font-weight: 700;
  line-height: 35px;
  color: #0061ae;
  text-transform: capitalize;
  float: left;
  width: calc(100% - 150px);
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals th {
    font-size: 18px;
  }
}
.cart-container .cart-totals tr.totals td {
  font-size: 21px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  float: right;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals td {
    font-size: 18px;
  }
}
.cart-container .cart-totals tr.totals.discount-td {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
  margin-top: -60px;
  position: relative;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals.discount-td {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    margin-top: -41px;
  }
}
.cart-container .cart-totals tr.totals.discount-td .discount-text {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals.discount-td .discount-text {
    font-size: 14px;
  }
}
.cart-container .cart-totals tr.totals.discount-td .price {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals.discount-td .price {
    font-size: 14px;
  }
}
.cart-container .cart-totals tr.totals.discount-td .discount.coupon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color: #000000;
  display: block;
  right: 39px;
  bottom: 12px;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals.discount-td .discount.coupon {
    right: 18px;
    bottom: 14px;
    font-size: 14px;
  }
}
.cart-container .cart-totals tr.totals.discount-td .discount.coupon:before {
  content: "X remove";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  margin-right: 5px;
  color: #0061ae;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals.discount-td .discount.coupon:before {
    font-size: 12px;
  }
}
.cart-container .cart-totals tr.totals.discount-td .discount.coupon:hover:before {
  color: #000000;
}
.cart-container .cart-totals tr.totals.shipping,
.cart-container .cart-totals tr.totals.totals-tax-summary {
  border-radius: 0 0 20px 20px;
  margin-top: -35px;
  position: relative;
  z-index: 9;
  padding-top: 0;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals.shipping,
  .cart-container .cart-totals tr.totals.totals-tax-summary {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.cart-container .cart-totals tr.totals.shipping th,
.cart-container .cart-totals tr.totals.totals-tax-summary th {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals.shipping th,
  .cart-container .cart-totals tr.totals.totals-tax-summary th {
    font-size: 14px;
  }
}
.cart-container .cart-totals tr.totals.shipping td,
.cart-container .cart-totals tr.totals.totals-tax-summary td {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals.shipping td,
  .cart-container .cart-totals tr.totals.totals-tax-summary td {
    font-size: 14px;
  }
}
.cart-container .cart-totals tr.totals-tax {
  float: left;
  width: 100%;
  margin-bottom: 22px !important;
  padding: 35px 37px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals-tax {
    padding: 15px;
  }
}
.cart-container .cart-totals tr.totals-tax th,
.cart-container .cart-totals tr.totals-tax td {
  border-top: 0;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals-tax th,
  .cart-container .cart-totals tr.totals-tax td {
    padding: 0;
  }
}
.cart-container .cart-totals tr.totals-tax th {
  font-size: 21px;
  font-weight: 700;
  line-height: 35px;
  color: #0061ae;
  text-transform: capitalize;
  float: left;
  width: calc(100% - 150px);
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals-tax th {
    font-size: 18px;
    line-height: normal;
  }
}
.cart-container .cart-totals tr.totals-tax td {
  font-size: 21px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  float: right;
}
@media (max-width: 480px) {
  .cart-container .cart-totals tr.totals-tax td {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .cart-container .checkout.methods {
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .cart-container .checkout.methods li {
    text-align: center;
  }
}
.cart-container .checkout.methods .action.checkout {
  min-width: 228px;
  border: 2px solid #e04457;
  border-radius: 29px;
  background-color: #e04457;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 100%;
  height: 63px;
  border-radius: 36px;
  font-size: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
.cart-container .checkout.methods .action.checkout:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .cart-container .checkout.methods .action.checkout {
    padding: 12px 20px;
  }
}
@media (max-width: 1023px) {
  .cart-container .checkout.methods .action.checkout {
    min-width: 600px;
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .cart-container .checkout.methods .action.checkout {
    height: 52px;
    min-width: 100%;
    font-size: 14px;
  }
}
.cart-container .checkout.methods .action.checkout:hover {
  background-color: #0061ae;
  border-color: #0061ae;
  color: #ffffff;
}
.cart-container .checkout.methods.custom-btn li {
  margin: 0;
}
@media (max-width: 1023px) {
  .cart-container .checkout.methods.custom-btn li {
    text-align: center;
  }
}
.cart-container .checkout.methods.custom-btn .action.checkout {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  margin-top: 26px;
}
@media (max-width: 1023px) {
  .cart-container .checkout.methods.custom-btn .action.checkout {
    min-width: 600px;
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .cart-container .checkout.methods.custom-btn .action.checkout {
    height: 52px;
    min-width: 100%;
    font-size: 14px;
  }
}
.cart-container .checkout.methods.custom-btn .action.checkout svg {
  vertical-align: middle;
  margin-left: 11px;
  width: 60px;
}
.cart-container .checkout.methods.custom-btn .action.checkout:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.cart-container .checkout.methods.custom-btn .action.checkout:hover svg path {
  fill: #ffffff;
}
.block.crosssell {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  z-index: 0;
  position: relative;
  width: 100%;
  padding: 132px 0 150px 0;
}
@media (max-width: 1370px) {
  .block.crosssell {
    padding: 102px 0 120px 0;
  }
}
@media (max-width: 1023px) {
  .block.crosssell {
    padding: 62px 0 80px 0;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .block.crosssell {
    padding: 40px 0 50px 0;
  }
}
.block.crosssell::before {
  content: "";
  height: 100%;
  width: 9999999px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 100%;
}
.block.crosssell:after {
  content: "";
  height: 100%;
  width: 9999999px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 100%;
}
.block.crosssell .product-item-actions {
  display: none;
}
.block.crosssell .block-title {
  width: 100%;
  text-align: center;
}
.block.crosssell .block-title strong {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #0061ae;
  font-size: 40px;
  line-height: 55px;
}
@media (max-width: 769px) {
  .block.crosssell .block-title strong {
    font-size: 32px;
    line-height: 45px;
  }
}
.block.crosssell .block-content {
  width: 100%;
  text-align: center;
}
.block.crosssell .block-content .products {
  margin: 0;
}
.block.crosssell .products-grid .product-item {
  width: 20%;
  margin-bottom: 0 !important;
}
@media (max-width: 1370px) {
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .block.crosssell .products-grid .product-item {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .block.crosssell .products-grid .product-item {
    width: 50%;
  }
}
.cart-empty {
  padding: 0 15px 50px 15px;
}
.block-minicart .modal-inner-wrap .subtitle.empty {
  width: 100%;
}
/*.checkout-cart-index {
    .page-main {
        .block.crosssell {
            display: none;
        }
    }
}*/
.checkout-index-index {
  background: rgba(16, 24, 32, 0.05);
  overflow-x: hidden;
}
.checkout-index-index .page-wrapper {
  overflow: visible;
}
.checkout-index-index .actions-toolbar.stripehtml-btn {
  margin-bottom: 20px;
}
.checkout-index-index .payment-group {
  background: #ffffff;
  padding: 35px 105px !important;
  border-radius: 20px;
  margin-bottom: 30px !important;
}
@media (max-width: 1370px) {
  .checkout-index-index .payment-group {
    padding: 35px 65px !important;
  }
}
@media (max-width: 1200px) {
  .checkout-index-index .payment-group {
    padding: 35px !important;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .payment-group {
    padding: 35px 20px !important;
  }
}
.checkout-index-index #checkout-payment-method-load .payment-group {
  background: transparent;
  padding: 0 !important;
  border-radius: 0;
  margin-bottom: 0 !important;
}
@media (max-width: 1370px) {
  .checkout-index-index #checkout-payment-method-load .payment-group {
    padding: 0 !important;
  }
}
@media (max-width: 1200px) {
  .checkout-index-index #checkout-payment-method-load .payment-group {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .checkout-index-index #checkout-payment-method-load .payment-group {
    padding: 0 !important;
  }
}
.checkout-index-index .opc-progress-bar-item._complete:before {
  background-color: #e04457;
}
.checkout-index-index .opc-progress-bar-item:only-of-type {
  width: 100%;
}
.checkout-index-index .opc-progress-bar-item:only-of-type:before {
  display: none;
}
.checkout-index-index .opc-progress-bar-item:only-of-type span {
  margin-left: 0 !important;
}
.checkout-index-index .opc-progress-bar-item:only-of-type span:before {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.checkout-index-index .opc-progress-bar-item._complete + .opc-progress-bar-item._active:before {
  background-color: #e04457;
}
.checkout-index-index #cc_validate_box {
  display: none;
}
@media (max-width: 767px) {
  .checkout-index-index .opc-progress-bar {
    display: inline-block;
    order: -1;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item > span {
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item:last-child > span {
    margin-left: 50px;
  }
}
.checkout-index-index form .field div.field-error {
  padding: 0 24px;
}
@media (max-width: 1370px) {
  .checkout-index-index form .field div.field-error {
    padding: 0 14px;
  }
}
.checkout-index-index form .field div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
  padding: 0 24px;
}
@media (max-width: 1370px) {
  .checkout-index-index form .field div.mage-error {
    padding: 0 14px;
  }
}
.checkout-index-index .columns {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .checkout-index-index .columns {
    margin-top: 110px;
  }
}
.checkout-index-index .columns .column.main {
  margin-top: 0;
}
.checkout-index-index .modal-popup .fieldset .field:not(.choice) .label {
  display: none;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 100% !important;
}
.checkout-index-index .modal-popup .form-shipping-address .fieldset.address .sub-title-form {
  margin-bottom: 20px;
}
.checkout-index-index .modal-popup #shipping-new-address-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-index-index .modal-popup #shipping-new-address-form div[name="shippingAddress.firstname"],
.checkout-index-index .modal-popup #shipping-new-address-form div[name="shippingAddress.lastname"] {
  width: 49%;
}
@media (max-width: 767px) {
  .checkout-index-index .modal-popup #shipping-new-address-form div[name="shippingAddress.firstname"],
  .checkout-index-index .modal-popup #shipping-new-address-form div[name="shippingAddress.lastname"] {
    width: 100%;
  }
}
.checkout-index-index .modal-popup #shipping-new-address-form .field,
.checkout-index-index .modal-popup #shipping-new-address-form .street .control {
  width: 100%;
}
.checkout-index-index .modal-popup.modal-slide .modal-header .modal-title {
  font-weight: 700;
  color: #0061ae;
  font-size: 24px;
}
.checkout-index-index .modal-popup.modal-slide .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.checkout-index-index .modal-popup.modal-slide .modal-footer button {
  background: rgba(0, 97, 174, 0.2);
  color: #0061ae;
  border: 0;
  border-radius: 20px;
  width: auto;
  padding: 10px 30px;
  font-size: 16px;
  font-family: 'Kanit', sans-serif;
  margin: 0 0 0 10px;
}
.checkout-index-index .modal-popup.modal-slide .modal-footer button:hover {
  background: #0061ae;
  color: #ffffff;
}
.checkout-index-index .modal-popup #shipping-new-address-form,
.checkout-index-index .modal-popup .billing-address-form .fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.checkout-index-index .modal-popup #shipping-new-address-form > div,
.checkout-index-index .modal-popup .billing-address-form .fieldset > div {
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="shippingAddress.city"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="shippingAddress.city"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddressshared.city"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddressshared.city"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscheckmo.city"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscheckmo.city"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscashondelivery.city"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscashondelivery.city"] {
  order: 5;
}
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="shippingAddress.postcode"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="shippingAddress.postcode"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddressshared.postcode"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddressshared.postcode"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscheckmo.postcode"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscheckmo.postcode"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscashondelivery.postcode"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscashondelivery.postcode"] {
  order: 9;
}
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="shippingAddress.country_id"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="shippingAddress.country_id"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddressshared.country_id"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddressshared.country_id"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscheckmo.country_id"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscheckmo.country_id"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscashondelivery.country_id"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscashondelivery.country_id"] {
  order: 7;
}
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="shippingAddress.region"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="shippingAddress.region"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddressshared.region"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddressshared.region"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscheckmo.region"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscheckmo.region"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscashondelivery.region"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscashondelivery.region"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="shippingAddress.region_id"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="shippingAddress.region_id"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddressshared.region_id"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddressshared.region_id"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscheckmo.region_id"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscheckmo.region_id"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscashondelivery.region_id"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscashondelivery.region_id"] {
  order: 6;
}
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="shippingAddress.telephone"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="shippingAddress.telephone"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscheckmo.telephone"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscheckmo.telephone"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscashondelivery.telephone"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscashondelivery.telephone"] {
  margin-bottom: 15px;
}
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscheckmo.telephone"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscheckmo.telephone"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddresscashondelivery.telephone"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddresscashondelivery.telephone"] {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 18px;
}
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="shippingAddress.region"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="shippingAddress.region"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="shippingAddress.region_id"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="shippingAddress.region_id"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="shippingAddress.country_id"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="shippingAddress.country_id"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddressbraintree.region"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddressbraintree.region"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddressbraintree.country_id"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddressbraintree.country_id"],
.checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddressbraintree.region_id"],
.checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddressbraintree.region_id"] {
  width: 49%;
}
@media (max-width: 767px) {
  .checkout-index-index .modal-popup #shipping-new-address-form > div[name="shippingAddress.region"],
  .checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="shippingAddress.region"],
  .checkout-index-index .modal-popup #shipping-new-address-form > div[name="shippingAddress.region_id"],
  .checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="shippingAddress.region_id"],
  .checkout-index-index .modal-popup #shipping-new-address-form > div[name="shippingAddress.country_id"],
  .checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="shippingAddress.country_id"],
  .checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddressbraintree.region"],
  .checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddressbraintree.region"],
  .checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddressbraintree.country_id"],
  .checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddressbraintree.country_id"],
  .checkout-index-index .modal-popup #shipping-new-address-form > div[name="billingAddressbraintree.region_id"],
  .checkout-index-index .modal-popup .billing-address-form .fieldset > div[name="billingAddressbraintree.region_id"] {
    width: 100%;
  }
}
.checkout-index-index .modal-popup #shipping-new-address-form fieldset.field.street,
.checkout-index-index .modal-popup .billing-address-form .fieldset fieldset.field.street,
.checkout-index-index .modal-popup #shipping-new-address-form fieldset.field.street,
.checkout-index-index .modal-popup .billing-address-form .fieldset fieldset.field.street {
  order: 4;
}
.checkout-index-index .modal-popup #shipping-new-address-form .field.choice,
.checkout-index-index .modal-popup .billing-address-form .fieldset .field.choice {
  order: 10;
}
.checkout-index-index .modal-popup #shipping-new-address-form .field-tooltip-action,
.checkout-index-index .modal-popup .billing-address-form .fieldset .field-tooltip-action {
  display: none !important;
}
.checkout-index-index .field-tooltip-action.action-help {
  display: none;
}
@media (max-width: 991px) {
  .checkout-index-index .checkout-container {
    display: flex;
    flex-direction: column;
  }
}
.opc-estimated-wrapper {
  display: none;
}
.back-to-basket {
  position: absolute;
  bottom: -99px;
  left: 20px;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .back-to-basket {
    bottom: -74px;
  }
}
.checkout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .checkout-header {
    flex-wrap: wrap;
  }
}
.checkout-header h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 991px) {
  .checkout-header h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .checkout-header h1 {
    order: 1;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .header-left img {
    max-width: 130px;
  }
}
.header-right {
  text-align: center;
}
.header-right strong {
  display: block;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 6px 0;
}
@media (max-width: 767px) {
  .header-right strong {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.header-right a {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header-right a {
    font-size: 13px;
  }
}
.header-right a:hover {
  opacity: 1;
  color: #ccdfef;
  text-decoration: none;
}
.opc-wrapper {
  padding-right: 0;
}
@media (max-width: 767px) {
  .opc-wrapper {
    margin-bottom: 0;
  }
}
.opc-wrapper .shipping-address-item {
  width: 50% !important;
}
@media (max-width: 767px) {
  .opc-wrapper .shipping-address-item {
    width: 100% !important;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
.opc-wrapper .methods-shipping {
  background: #ffffff;
}
@media (max-width: 640px) {
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .opc-wrapper .methods-shipping {
    padding: 0;
    border: 0;
    margin: 0;
  }
}
.opc-wrapper .form-shipping-address {
  margin-bottom: 0px;
  margin-top: 20px;
}
.opc-wrapper .form-shipping-address .fieldset.address .sub-title-form {
  margin-bottom: 20px;
}
.opc-wrapper .select,
.opc-wrapper .select:focus {
  border: 2px solid #0061ae;
  border-radius: 60px;
  height: 50px;
  width: 100%;
  padding: 0 24px;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  box-shadow: none !important;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/faqs-arrow.svg) no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_2184' data-name='Group 2184' xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath id='Path_270' data-name='Path 270' d='M2679-3383l5.75,5.75,5.75-5.75' transform='translate(-2667.75 3397)' fill='none' stroke='%232761a8' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Ccircle id='Ellipse_120' data-name='Ellipse 120' cx='17' cy='17' r='17' transform='translate(34 34) rotate(180)' fill='%230061ae' opacity='0.2'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 10px);
  background-size: 32px auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .opc-wrapper .select,
  .opc-wrapper .select:focus {
    height: 42px;
    font-size: 15px;
  }
}
.opc-wrapper .step-title {
  font-size: 21px;
  font-weight: 700;
  color: #0061ae;
  border: 0;
}
.opc-wrapper .step-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.opc-wrapper .step-content form.form.form-login {
  order: 1;
  margin: 0;
  border: 0;
  padding: 0;
}
.opc-wrapper .step-content form.form.form-login fieldset#customer-email-fieldset {
  margin: 0;
}
.opc-wrapper .step-content form.form.form-login .action.login {
  min-width: 140px;
  padding: 16px 10px;
  margin-top: 15px;
}
.opc-wrapper .step-content form.form.form-login .action.login span {
  font-weight: 700;
  font-size: 12px;
  font-family: 'Kanit', sans-serif;
}
.opc-wrapper .step-content .fieldset.address {
  margin: 0;
}
.opc-wrapper ol {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .opc-wrapper ol {
    margin-bottom: 0;
  }
}
.opc-wrapper ol li {
  background: #ffffff;
  padding: 35px 105px;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1370px) {
  .opc-wrapper ol li {
    padding: 35px 65px;
  }
}
@media (max-width: 1200px) {
  .opc-wrapper ol li {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .opc-wrapper ol li {
    padding: 35px 20px;
  }
}
.opc-wrapper ol li.checkout-payment-method {
  background: transparent;
  padding: 0;
  border-radius: 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .opc-wrapper ol li.checkout-payment-method .payment-option {
    margin: 0;
  }
}
.opc-wrapper ol li.checkout-payment-method .form-login {
  background: #ffffff;
  padding: 35px 105px !important;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1370px) {
  .opc-wrapper ol li.checkout-payment-method .form-login {
    padding: 35px 65px !important;
  }
}
@media (max-width: 1200px) {
  .opc-wrapper ol li.checkout-payment-method .form-login {
    padding: 35px !important;
  }
}
@media (max-width: 767px) {
  .opc-wrapper ol li.checkout-payment-method .form-login {
    padding: 35px 20px !important;
  }
}
.opc-wrapper ol li.checkout-payment-method div#checkout-payment-method-load,
.opc-wrapper ol li.checkout-payment-method .opc-payment-additional.discount-code {
  background: #ffffff;
  padding: 35px 105px;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1370px) {
  .opc-wrapper ol li.checkout-payment-method div#checkout-payment-method-load,
  .opc-wrapper ol li.checkout-payment-method .opc-payment-additional.discount-code {
    padding: 35px 65px;
  }
}
@media (max-width: 1200px) {
  .opc-wrapper ol li.checkout-payment-method div#checkout-payment-method-load,
  .opc-wrapper ol li.checkout-payment-method .opc-payment-additional.discount-code {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .opc-wrapper ol li.checkout-payment-method div#checkout-payment-method-load,
  .opc-wrapper ol li.checkout-payment-method .opc-payment-additional.discount-code {
    padding: 35px 20px;
  }
}
.opc-wrapper ol li.checkout-payment-method .amcard-field-container {
  background: #ffffff;
  padding: 35px 105px !important;
  border-radius: 20px;
  margin-bottom: 30px !important;
}
@media (max-width: 1370px) {
  .opc-wrapper ol li.checkout-payment-method .amcard-field-container {
    padding: 35px 65px !important;
  }
}
@media (max-width: 1200px) {
  .opc-wrapper ol li.checkout-payment-method .amcard-field-container {
    padding: 35px !important;
  }
}
@media (max-width: 767px) {
  .opc-wrapper ol li.checkout-payment-method .amcard-field-container {
    padding: 35px 20px !important;
  }
}
.opc-wrapper ol li.checkout-payment-method .payment-method button.action.primary.checkout {
  width: 100%;
  padding: 22px 0;
  letter-spacing: 1px;
  background: #e04457;
  color: #ffffff;
}
.opc-wrapper ol li.checkout-payment-method .payment-method button.action.primary.checkout:hover {
  background: #0061ae;
}
.opc-wrapper ol li.checkout-payment-method .payment-method.stripe-payments .label[for="stripe_payments"] span:after {
  width: 136px;
  height: 29px;
  content: "";
  display: inline-block;
  margin-left: 23px;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/credit-card.svg);
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.opc-wrapper ol li.checkout-payment-method .checkout-billing-address .actions-toolbar .primary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
.opc-wrapper ol li.checkout-payment-method .checkout-billing-address .actions-toolbar .primary .action.action-cancel,
.opc-wrapper ol li.checkout-payment-method .checkout-billing-address .actions-toolbar .primary .action.action-update {
  margin: 0;
}
.opc-wrapper ol li.checkout-payment-method .checkout-billing-address .actions-toolbar .primary .action.action-cancel {
  margin-left: 10px;
}
.opc-wrapper ol li.checkout-payment-method .checkout-billing-address .billing-address-details {
  font-weight: 400;
  font-size: 14px;
  padding-left: 37px;
}
.opc-wrapper ol li.checkout-payment-method .checkout-billing-address .billing-address-details a {
  color: #333333;
}
.opc-wrapper ol li.checkout-payment-method .checkout-billing-address .admin__control-text,
.opc-wrapper ol li.checkout-payment-method .checkout-billing-address .select,
.opc-wrapper ol li.checkout-payment-method .checkout-billing-address .cc_search_input {
  font-size: 16px;
}
.opc-wrapper ol li.checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block input[type="checkbox"] + label {
  display: block;
}
.opc-wrapper ol li.checkout-payment-method .field-select-billing,
.opc-wrapper ol li.checkout-payment-method .billing-address-form {
  max-width: 100%;
}
.opc-wrapper ol li.checkout-payment-method .field-select-billing select,
.opc-wrapper ol li.checkout-payment-method .billing-address-form select {
  padding-right: 60px;
}
.opc-wrapper .authentication-wrapper {
  float: none;
  margin-top: 0;
  max-width: 100%;
  width: 100%;
  text-align: left;
  background: #ffffff;
  padding: 35px 105px;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1370px) {
  .opc-wrapper .authentication-wrapper {
    padding: 35px 65px;
  }
}
@media (max-width: 1200px) {
  .opc-wrapper .authentication-wrapper {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .opc-wrapper .authentication-wrapper {
    padding: 35px 20px;
  }
}
.opc-wrapper .authentication-wrapper .action.action-auth-toggle,
.opc-wrapper .authentication-wrapper .action-close {
  display: none;
}
.opc-wrapper .authentication-wrapper .authentication-dropdown {
  display: block !important;
  position: static;
  border: 0;
  visibility: visible;
  transform: none;
  opacity: 1;
}
.opc-wrapper .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  padding: 0;
  transform: none;
  box-shadow: none;
  background: transparent;
}
@media (max-width: 767px) {
  .opc-wrapper .authentication-wrapper .custom-slide {
    visibility: visible;
    opacity: 1;
    position: static;
  }
  .opc-wrapper .authentication-wrapper .custom-slide .modal-inner-wrap {
    transform: none;
    box-shadow: none;
    background: transparent;
  }
}
.opc-wrapper .login-header h3 {
  color: #0061ae;
  font-size: 22px;
}
.opc-wrapper .login-header p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .opc-wrapper .login-header p {
    font-size: 16px;
  }
}
.opc-wrapper .block-customer-login .fieldset {
  margin-bottom: 15px;
}
.opc-wrapper .block-customer-login .action-remind {
  margin-bottom: 20px;
  display: table;
}
.opc-wrapper .block-customer-login .actions-toolbar .primary {
  text-align: left;
}
.opc-wrapper .block-customer-login .actions-toolbar .primary .action-login {
  min-width: 140px;
  padding: 16px 40px;
}
.opc-wrapper .block-customer-login .actions-toolbar .primary .action-login span {
  font-weight: 700;
  font-size: 12px;
  font-family: 'Kanit', sans-serif;
}
.opc-wrapper .block-customer-login .actions-toolbar .primary .action-login:hover {
  background-color: #0061ae;
}
.opc-wrapper .block-customer-login .actions-toolbar .primary .action-login:hover span {
  color: #ffffff;
}
.opc-wrapper .sub-title-form h3 {
  margin: 0;
  text-transform: uppercase;
  color: #0061ae;
  font-size: 15px;
  font-weight: 700;
}
.opc-wrapper div#shipping-new-address-form,
.opc-wrapper .billing-address-form form fieldset,
.opc-wrapper #shipping-new-address-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.opc-wrapper div#shipping-new-address-form div[name="shippingAddress.prefix"],
.opc-wrapper .billing-address-form form fieldset div[name="shippingAddress.prefix"],
.opc-wrapper #shipping-new-address-form div[name="shippingAddress.prefix"],
.opc-wrapper div#shipping-new-address-form div[name="billingAddress.prefix"],
.opc-wrapper .billing-address-form form fieldset div[name="billingAddress.prefix"],
.opc-wrapper #shipping-new-address-form div[name="billingAddress.prefix"],
.opc-wrapper div#shipping-new-address-form div[name="billingAddresscashondelivery.prefix"],
.opc-wrapper .billing-address-form form fieldset div[name="billingAddresscashondelivery.prefix"],
.opc-wrapper #shipping-new-address-form div[name="billingAddresscashondelivery.prefix"],
.opc-wrapper div#shipping-new-address-form div[name="billingAddresscheckmo.prefix"],
.opc-wrapper .billing-address-form form fieldset div[name="billingAddresscheckmo.prefix"],
.opc-wrapper #shipping-new-address-form div[name="billingAddresscheckmo.prefix"],
.opc-wrapper div#shipping-new-address-form div[name="billingAddressbraintree.prefix"],
.opc-wrapper .billing-address-form form fieldset div[name="billingAddressbraintree.prefix"],
.opc-wrapper #shipping-new-address-form div[name="billingAddressbraintree.prefix"] {
  width: 100%;
}
.opc-wrapper div#shipping-new-address-form div[name="shippingAddress.prefix"] select,
.opc-wrapper .billing-address-form form fieldset div[name="shippingAddress.prefix"] select,
.opc-wrapper #shipping-new-address-form div[name="shippingAddress.prefix"] select,
.opc-wrapper div#shipping-new-address-form div[name="billingAddress.prefix"] select,
.opc-wrapper .billing-address-form form fieldset div[name="billingAddress.prefix"] select,
.opc-wrapper #shipping-new-address-form div[name="billingAddress.prefix"] select,
.opc-wrapper div#shipping-new-address-form div[name="billingAddresscashondelivery.prefix"] select,
.opc-wrapper .billing-address-form form fieldset div[name="billingAddresscashondelivery.prefix"] select,
.opc-wrapper #shipping-new-address-form div[name="billingAddresscashondelivery.prefix"] select,
.opc-wrapper div#shipping-new-address-form div[name="billingAddresscheckmo.prefix"] select,
.opc-wrapper .billing-address-form form fieldset div[name="billingAddresscheckmo.prefix"] select,
.opc-wrapper #shipping-new-address-form div[name="billingAddresscheckmo.prefix"] select,
.opc-wrapper div#shipping-new-address-form div[name="billingAddressbraintree.prefix"] select,
.opc-wrapper .billing-address-form form fieldset div[name="billingAddressbraintree.prefix"] select,
.opc-wrapper #shipping-new-address-form div[name="billingAddressbraintree.prefix"] select {
  width: 49%;
}
.opc-wrapper div#shipping-new-address-form div[name="shippingAddress.firstname"],
.opc-wrapper .billing-address-form form fieldset div[name="shippingAddress.firstname"],
.opc-wrapper #shipping-new-address-form div[name="shippingAddress.firstname"],
.opc-wrapper div#shipping-new-address-form div[name="shippingAddress.lastname"],
.opc-wrapper .billing-address-form form fieldset div[name="shippingAddress.lastname"],
.opc-wrapper #shipping-new-address-form div[name="shippingAddress.lastname"],
.opc-wrapper div#shipping-new-address-form div[name="billingAddresscheckmo.firstname"],
.opc-wrapper .billing-address-form form fieldset div[name="billingAddresscheckmo.firstname"],
.opc-wrapper #shipping-new-address-form div[name="billingAddresscheckmo.firstname"],
.opc-wrapper div#shipping-new-address-form div[name="billingAddresscheckmo.lastname"],
.opc-wrapper .billing-address-form form fieldset div[name="billingAddresscheckmo.lastname"],
.opc-wrapper #shipping-new-address-form div[name="billingAddresscheckmo.lastname"],
.opc-wrapper div#shipping-new-address-form div[name="billingAddresscashondelivery.firstname"],
.opc-wrapper .billing-address-form form fieldset div[name="billingAddresscashondelivery.firstname"],
.opc-wrapper #shipping-new-address-form div[name="billingAddresscashondelivery.firstname"],
.opc-wrapper div#shipping-new-address-form div[name="billingAddresscashondelivery.lastname"],
.opc-wrapper .billing-address-form form fieldset div[name="billingAddresscashondelivery.lastname"],
.opc-wrapper #shipping-new-address-form div[name="billingAddresscashondelivery.lastname"],
.opc-wrapper div#shipping-new-address-form div[name="billingAddressbraintree.firstname"],
.opc-wrapper .billing-address-form form fieldset div[name="billingAddressbraintree.firstname"],
.opc-wrapper #shipping-new-address-form div[name="billingAddressbraintree.firstname"],
.opc-wrapper div#shipping-new-address-form div[name="billingAddressbraintree.lastname"],
.opc-wrapper .billing-address-form form fieldset div[name="billingAddressbraintree.lastname"],
.opc-wrapper #shipping-new-address-form div[name="billingAddressbraintree.lastname"] {
  width: 49%;
}
@media (max-width: 767px) {
  .opc-wrapper div#shipping-new-address-form div[name="shippingAddress.firstname"],
  .opc-wrapper .billing-address-form form fieldset div[name="shippingAddress.firstname"],
  .opc-wrapper #shipping-new-address-form div[name="shippingAddress.firstname"],
  .opc-wrapper div#shipping-new-address-form div[name="shippingAddress.lastname"],
  .opc-wrapper .billing-address-form form fieldset div[name="shippingAddress.lastname"],
  .opc-wrapper #shipping-new-address-form div[name="shippingAddress.lastname"],
  .opc-wrapper div#shipping-new-address-form div[name="billingAddresscheckmo.firstname"],
  .opc-wrapper .billing-address-form form fieldset div[name="billingAddresscheckmo.firstname"],
  .opc-wrapper #shipping-new-address-form div[name="billingAddresscheckmo.firstname"],
  .opc-wrapper div#shipping-new-address-form div[name="billingAddresscheckmo.lastname"],
  .opc-wrapper .billing-address-form form fieldset div[name="billingAddresscheckmo.lastname"],
  .opc-wrapper #shipping-new-address-form div[name="billingAddresscheckmo.lastname"],
  .opc-wrapper div#shipping-new-address-form div[name="billingAddresscashondelivery.firstname"],
  .opc-wrapper .billing-address-form form fieldset div[name="billingAddresscashondelivery.firstname"],
  .opc-wrapper #shipping-new-address-form div[name="billingAddresscashondelivery.firstname"],
  .opc-wrapper div#shipping-new-address-form div[name="billingAddresscashondelivery.lastname"],
  .opc-wrapper .billing-address-form form fieldset div[name="billingAddresscashondelivery.lastname"],
  .opc-wrapper #shipping-new-address-form div[name="billingAddresscashondelivery.lastname"],
  .opc-wrapper div#shipping-new-address-form div[name="billingAddressbraintree.firstname"],
  .opc-wrapper .billing-address-form form fieldset div[name="billingAddressbraintree.firstname"],
  .opc-wrapper #shipping-new-address-form div[name="billingAddressbraintree.firstname"],
  .opc-wrapper div#shipping-new-address-form div[name="billingAddressbraintree.lastname"],
  .opc-wrapper .billing-address-form form fieldset div[name="billingAddressbraintree.lastname"],
  .opc-wrapper #shipping-new-address-form div[name="billingAddressbraintree.lastname"] {
    width: 100%;
  }
}
.opc-wrapper div#shipping-new-address-form .field,
.opc-wrapper .billing-address-form form fieldset .field,
.opc-wrapper #shipping-new-address-form .field,
.opc-wrapper div#shipping-new-address-form .street .control,
.opc-wrapper .billing-address-form form fieldset .street .control,
.opc-wrapper #shipping-new-address-form .street .control {
  width: 100%;
}
.opc-wrapper div#shipping-new-address-form > div[name="shippingAddress.country_id"],
.opc-wrapper .billing-address-form form fieldset > div[name="shippingAddress.country_id"],
.opc-wrapper #shipping-new-address-form > div[name="shippingAddress.country_id"] {
  margin-bottom: 18px;
}
.opc-wrapper #shipping-new-address-form,
.opc-wrapper .billing-address-form .fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.opc-wrapper #shipping-new-address-form > div,
.opc-wrapper .billing-address-form .fieldset > div {
  width: 100%;
  max-width: 100%;
}
.opc-wrapper #shipping-new-address-form > div[name="shippingAddress.city"],
.opc-wrapper .billing-address-form .fieldset > div[name="shippingAddress.city"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddressshared.city"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddressshared.city"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscheckmo.city"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscheckmo.city"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscashondelivery.city"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscashondelivery.city"] {
  order: 5;
}
.opc-wrapper #shipping-new-address-form > div[name="shippingAddress.postcode"],
.opc-wrapper .billing-address-form .fieldset > div[name="shippingAddress.postcode"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddressshared.postcode"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddressshared.postcode"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscheckmo.postcode"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscheckmo.postcode"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscashondelivery.postcode"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscashondelivery.postcode"] {
  order: 9;
}
.opc-wrapper #shipping-new-address-form > div[name="shippingAddress.country_id"],
.opc-wrapper .billing-address-form .fieldset > div[name="shippingAddress.country_id"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddressshared.country_id"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddressshared.country_id"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscheckmo.country_id"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscheckmo.country_id"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscashondelivery.country_id"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscashondelivery.country_id"] {
  order: 7;
}
.opc-wrapper #shipping-new-address-form > div[name="shippingAddress.region"],
.opc-wrapper .billing-address-form .fieldset > div[name="shippingAddress.region"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddressshared.region"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddressshared.region"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscheckmo.region"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscheckmo.region"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscashondelivery.region"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscashondelivery.region"],
.opc-wrapper #shipping-new-address-form > div[name="shippingAddress.region_id"],
.opc-wrapper .billing-address-form .fieldset > div[name="shippingAddress.region_id"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddressshared.region_id"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddressshared.region_id"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscheckmo.region_id"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscheckmo.region_id"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscashondelivery.region_id"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscashondelivery.region_id"] {
  order: 6;
}
.opc-wrapper #shipping-new-address-form > div[name="shippingAddress.telephone"],
.opc-wrapper .billing-address-form .fieldset > div[name="shippingAddress.telephone"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscheckmo.telephone"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscheckmo.telephone"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscashondelivery.telephone"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscashondelivery.telephone"] {
  margin-bottom: 15px;
}
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscheckmo.telephone"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscheckmo.telephone"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddresscashondelivery.telephone"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddresscashondelivery.telephone"] {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 18px;
}
.opc-wrapper #shipping-new-address-form > div[name="shippingAddress.region"],
.opc-wrapper .billing-address-form .fieldset > div[name="shippingAddress.region"],
.opc-wrapper #shipping-new-address-form > div[name="shippingAddress.region_id"],
.opc-wrapper .billing-address-form .fieldset > div[name="shippingAddress.region_id"],
.opc-wrapper #shipping-new-address-form > div[name="shippingAddress.country_id"],
.opc-wrapper .billing-address-form .fieldset > div[name="shippingAddress.country_id"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddressbraintree.region"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddressbraintree.region"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddressbraintree.country_id"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddressbraintree.country_id"],
.opc-wrapper #shipping-new-address-form > div[name="billingAddressbraintree.region_id"],
.opc-wrapper .billing-address-form .fieldset > div[name="billingAddressbraintree.region_id"] {
  width: 49%;
}
@media (max-width: 767px) {
  .opc-wrapper #shipping-new-address-form > div[name="shippingAddress.region"],
  .opc-wrapper .billing-address-form .fieldset > div[name="shippingAddress.region"],
  .opc-wrapper #shipping-new-address-form > div[name="shippingAddress.region_id"],
  .opc-wrapper .billing-address-form .fieldset > div[name="shippingAddress.region_id"],
  .opc-wrapper #shipping-new-address-form > div[name="shippingAddress.country_id"],
  .opc-wrapper .billing-address-form .fieldset > div[name="shippingAddress.country_id"],
  .opc-wrapper #shipping-new-address-form > div[name="billingAddressbraintree.region"],
  .opc-wrapper .billing-address-form .fieldset > div[name="billingAddressbraintree.region"],
  .opc-wrapper #shipping-new-address-form > div[name="billingAddressbraintree.country_id"],
  .opc-wrapper .billing-address-form .fieldset > div[name="billingAddressbraintree.country_id"],
  .opc-wrapper #shipping-new-address-form > div[name="billingAddressbraintree.region_id"],
  .opc-wrapper .billing-address-form .fieldset > div[name="billingAddressbraintree.region_id"] {
    width: 100%;
  }
}
.opc-wrapper #shipping-new-address-form fieldset.field.street,
.opc-wrapper .billing-address-form .fieldset fieldset.field.street,
.opc-wrapper #shipping-new-address-form fieldset.field.street,
.opc-wrapper .billing-address-form .fieldset fieldset.field.street {
  order: 4;
}
.opc-wrapper #shipping-new-address-form .field-tooltip-action,
.opc-wrapper .billing-address-form .fieldset .field-tooltip-action {
  display: none !important;
}
.opc-wrapper .billing-address-form {
  max-width: 100%;
}
.opc-wrapper .admin__control-text::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.opc-wrapper .admin__control-text::-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.opc-wrapper .admin__control-text:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.opc-wrapper .admin__control-text:-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.opc-wrapper .methods-shipping textarea::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.opc-wrapper .methods-shipping textarea::-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.opc-wrapper .methods-shipping textarea:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.opc-wrapper .methods-shipping textarea:-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.opc-wrapper .checkouim_stock {
  display: none;
}
.opc-wrapper .checkout-agreements-block:before {
  content: "Confirm Order";
  display: block;
  font-weight: 700;
  color: #0061ae;
  font-size: 22px;
  margin-bottom: 12px;
}
.opc-wrapper .checkout-agreements-block .checkout-agreement.field {
  flex-wrap: wrap;
}
.opc-wrapper .checkout-agreements-block .checkout-agreement.field .mage-error {
  width: 100%;
}
.opc-wrapper .checkout-agreements-block .checkout-agreement.field .action-show span {
  text-decoration: underline;
}
.opc-wrapper .checkout-agreements-block .action-show {
  vertical-align: baseline;
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: 300;
  font-size: 16px;
}
.opc-wrapper .checkout-agreements-block .checkout-agreements .checkout-agreement .mage-error {
  padding: 0 36px;
}
.opc-wrapper .table-checkout-shipping-method {
  max-width: 100%;
  width: 100%;
}
.opc-wrapper .form-login .fieldset .field:not(.choice) .label,
.opc-wrapper .form-shipping-address .fieldset .field:not(.choice) .label,
.opc-wrapper .checkout-billing-address .fieldset .field:not(.choice) .label {
  display: none;
}
.opc-wrapper .form-login .action-edit-address,
.opc-wrapper .form-shipping-address .action-edit-address,
.opc-wrapper .checkout-billing-address .action-edit-address {
  background: rgba(0, 97, 174, 0.2);
  color: #0061ae;
  border: 0;
  border-radius: 20px;
  width: auto;
  padding: 10px 30px;
  font-size: 16px;
  font-family: 'Kanit', sans-serif;
  margin: 10px 0 0 0;
}
.opc-wrapper .form-login .action-edit-address:hover,
.opc-wrapper .form-shipping-address .action-edit-address:hover,
.opc-wrapper .checkout-billing-address .action-edit-address:hover {
  background: #0061ae;
  color: #ffffff;
}
.opc-wrapper .actions-toolbar .primary {
  width: 100%;
}
.opc-wrapper .actions-toolbar .primary .action.continue.primary {
  width: 100%;
  background: #e04457;
  color: #ffffff;
  padding: 24px 40px;
  letter-spacing: 2px;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  border-radius: 80px;
  transition: all linear 0.2s;
}
@media (max-width: 767px) {
  .opc-wrapper .actions-toolbar .primary .action.continue.primary {
    padding: 16px 20px;
  }
}
.opc-wrapper .actions-toolbar .primary .action.continue.primary:hover {
  background: #0061ae;
}
.opc-wrapper .table-checkout-shipping-method {
  max-width: 100%;
}
.opc-wrapper .table-checkout-shipping-method tbody {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 15px 0;
}
.opc-wrapper .table-checkout-shipping-method tbody tr.row {
  width: 100%;
  border-bottom: 0px solid #ccc;
  padding: 10px 0;
}
.opc-wrapper .table-checkout-shipping-method tbody td {
  border: 0;
  padding: 0 4px 0 2px;
  cursor: pointer;
}
.opc-wrapper .table-checkout-shipping-method tbody td input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 2px;
  box-shadow: none;
}
.opc-wrapper .table-checkout-shipping-method tbody td input[type='radio']:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #000000;
  display: block;
  border-radius: 4px;
}
.opc-wrapper .table-checkout-shipping-method tbody td input[type='radio']:checked::before {
  background-color: #e04457;
  border-color: #e04457;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.635' height='13.91' viewBox='0 0 17.635 13.91'%3E%3Cpath id='Path_136' data-name='Path 136' d='M20961.564-2307.973l5.141,5.14,9.666-9.667' transform='translate(-20960.15 2313.914)' fill='none' stroke='%23fff' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 13px 15px;
  background-position: center center;
}
.opc-wrapper .table-checkout-shipping-method tbody td:nth-child(2) {
  padding-left: 13px;
}
.opc-wrapper #co-payment-form legend.legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-wrapper .discount-note p {
  font-size: 17px;
  margin: 0 0 18px 0;
}
@media (min-width: 992px) {
  .opc-wrapper .checkout-payment-method .payment-method-content {
    padding-left: 0;
  }
}
.opc-wrapper .checkout-payment-method .payment-option-content .form-discount {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.opc-wrapper .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  min-width: 145px;
}
.opc-wrapper .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 30px;
  min-width: 141px;
  padding: 16px 0;
  background: rgba(0, 97, 174, 0.2);
}
.opc-wrapper .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #0061ae;
  color: #ffffff;
}
.opc-wrapper .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .opc-wrapper .shipping-address-items .shipping-address-item {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .opc-wrapper .shipping-address-items .shipping-address-item {
    width: 100%;
  }
}
.opc-wrapper .shipping-address-item {
  font-size: 16px;
  color: #000000;
}
.opc-wrapper .shipping-address-item a {
  color: #000000;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #e04457;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #e04457;
}
.opc-wrapper .shipping-address-item .action-select-shipping-item {
  background: rgba(0, 97, 174, 0.2);
  color: #0061ae;
  border: 0;
  border-radius: 20px;
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .opc-wrapper .shipping-address-item .action-select-shipping-item {
    margin-top: auto;
  }
}
.opc-wrapper .shipping-address-item .action-select-shipping-item:hover {
  background: #0061ae;
  color: #ffffff;
}
.opc-wrapper .shipping-address-item .edit-address-link {
  background: url(../../frontend/Cda/upupandaway/en_GB/images/edit-icon.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background-size: 18px auto;
  position: absolute;
  top: -28px;
  left: 0;
  background-color: #e04457;
  border-radius: 0;
  font-size: 0;
}
@media (max-width: 640px) {
  .opc-wrapper .shipping-address-item .edit-address-link {
    top: 0;
  }
  .opc-wrapper .shipping-address-item .edit-address-link:before {
    display: none;
  }
}
.opc-wrapper .new-address-popup button.action.action-show-popup {
  background: #ccdfef;
  border: 0;
  border-radius: 30px;
  color: #0061ae;
  padding: 13px 40px;
  font-size: 16px;
  font-weight: 500;
}
.opc-wrapper .new-address-popup button.action.action-show-popup:hover {
  background: #0061ae;
  color: #ffffff;
}
.opc-wrapper .checkout-shipping-method .note {
  font-weight: 300;
  color: #000;
  line-height: 30px;
  display: block;
  margin-top: 4px;
}
.opc-block-shipping-information {
  display: none;
}
.opc-block-summary {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .opc-block-summary {
    padding: 35px 20px;
  }
}
.opc-block-summary .summary-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.opc-block-summary .summary-head > .title {
  font-size: 25px;
  color: #0061ae;
  text-transform: capitalize;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .opc-block-summary .summary-head > .title {
    font-size: 20px;
  }
}
.opc-block-summary .summary-head ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  width: calc(100% - 280px);
}
@media (max-width: 1370px) {
  .opc-block-summary .summary-head ul {
    width: calc(100% - 240px);
  }
}
@media (max-width: 1370px) {
  .opc-block-summary .summary-head ul {
    width: calc(100% - 235px);
  }
}
@media (max-width: 991px) {
  .opc-block-summary .summary-head ul {
    justify-content: flex-end;
  }
}
@media (max-width: 640px) {
  .opc-block-summary .summary-head ul {
    display: none;
  }
}
.opc-block-summary .summary-head ul li {
  width: 150px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #0061ae;
  text-align: right;
}
@media (max-width: 1200px) {
  .opc-block-summary .summary-head ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .opc-block-summary .summary-head ul li {
    width: 38%;
  }
  .opc-block-summary .summary-head ul li:first-child {
    text-align: center;
    width: 35%;
  }
}
.opc-block-summary .items-in-cart > .title {
  display: none;
}
.opc-block-summary .items-in-cart .content.minicart-items {
  display: block !important;
}
.opc-block-summary .product-image-wrapper {
  height: auto;
}
.opc-block-summary .minicart-items .product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 640px) {
  .opc-block-summary .minicart-items .product {
    flex-wrap: wrap;
  }
}
.opc-block-summary .minicart-items .product > .product-image-container {
  width: 150px !important;
  height: 150px !important;
  align-self: flex-start;
}
@media (max-width: 1370px) {
  .opc-block-summary .minicart-items .product > .product-image-container {
    width: 115px !important;
    height: 115px !important;
  }
}
@media (max-width: 1200px) {
  .opc-block-summary .minicart-items .product > .product-image-container {
    width: 95px !important;
    height: 95px !important;
  }
}
@media (max-width: 640px) {
  .opc-block-summary .minicart-items .product > .product-image-container {
    margin: 0 auto 20px;
  }
}
.opc-block-summary .minicart-items .product-item-details {
  padding-left: 0;
  width: calc(100% - 170px);
}
@media (max-width: 1370px) {
  .opc-block-summary .minicart-items .product-item-details {
    width: calc(100% - 130px);
  }
}
@media (max-width: 1200px) {
  .opc-block-summary .minicart-items .product-item-details {
    width: calc(100% - 100px);
  }
}
@media (max-width: 640px) {
  .opc-block-summary .minicart-items .product-item-details {
    width: 100%;
  }
}
.opc-block-summary .product-item {
  clear: both;
}
.opc-block-summary .product-item .product-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.opc-block-summary .product-item .product-item-name {
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 19px;
}
@media (max-width: 1200px) {
  .opc-block-summary .product-item .product-item-name {
    font-size: 16px;
  }
}
.opc-block-summary .product-item .product-item-name-block {
  width: 51%;
}
.opc-block-summary .product-item .subtotal {
  width: 25%;
}
.opc-block-summary .product-item .price {
  font-weight: 700;
  color: #101820;
}
.opc-block-summary .product-item .details-qty {
  width: 15%;
}
.opc-block-summary .product-item .details-qty .label {
  display: none;
}
.opc-block-summary .product-item .details-qty .value {
  border: 2px solid #2761A8;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.opc-block-summary .product-item .product.options .toggle {
  display: none;
}
.opc-block-summary .product-item .product.options .content {
  display: block !important;
  width: 100%;
}
.opc-block-summary .product-item .product.options .item-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.opc-block-summary .product-item .product.options .item-options > .label,
.opc-block-summary .product-item .product.options .item-options > .values {
  width: 49%;
  font-size: 16px;
}
.opc-block-summary table.data.table.table-totals {
  order: 1;
}
.opc-block-summary .table-totals th.mark,
.opc-block-summary .table-totals td.amount {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  padding: 26px 0;
}
@media (max-width: 767px) {
  .opc-block-summary .table-totals th.mark,
  .opc-block-summary .table-totals td.amount {
    font-size: 16px;
    padding: 12px 0;
  }
}
.opc-block-summary .table-totals .value {
  color: #000000;
  font-weight: 400;
}
.opc-block-summary .table-totals td.amount {
  text-align: right;
}
.opc-block-summary .table-totals td.amount .remove-giftcard {
  display: block;
}
.opc-block-summary .table-totals td.amount .remove-giftcard .remove-giftcode {
  color: #0061ae;
  text-decoration: underline;
  letter-spacing: 0.5px;
  font-size: 14px;
  cursor: pointer;
  margin-right: 10px;
}
.opc-block-summary .table-totals td.amount .remove-giftcard .remove-giftcode:hover {
  text-decoration: none;
}
.opc-block-summary .table-totals td.amount .remove-giftcard .gift-card.coupon {
  display: inline-block;
  font-weight: 300;
}
.opc-block-summary .table-totals tr.totals.sub th.mark {
  font-size: 21px;
}
.opc-block-summary .table-totals tr.totals.sub td.amount {
  font-size: 26px;
}
.opc-block-summary .table-totals tr.grand.totals th.mark,
.opc-block-summary .table-totals tr.grand.totals td.amount {
  font-size: 24px;
}
@media (max-width: 767px) {
  .opc-block-summary .table-totals tr.grand.totals th.mark,
  .opc-block-summary .table-totals tr.grand.totals td.amount {
    font-size: 20px;
  }
}
.opc-block-summary .totals.shipping th.mark,
.opc-block-summary .totals.discount th.mark {
  font-weight: 300;
}
.opc-block-summary .totals.shipping th.mark .value,
.opc-block-summary .totals.discount th.mark .value {
  display: inline-block;
  font-weight: 300;
}
.opc-block-summary .totals.shipping th.mark .value:before,
.opc-block-summary .totals.discount th.mark .value:before {
  content: "(";
}
.opc-block-summary .totals.shipping th.mark .value:after,
.opc-block-summary .totals.discount th.mark .value:after {
  content: ")";
}
.opc-block-summary .totals.shipping td.amount .price,
.opc-block-summary .totals.discount td.amount .price {
  font-weight: 300;
}
.opc-block-summary .totals.discount td.amount .price {
  display: block;
}
.opc-block-summary .totals.discount td.amount .remove-discount-outer .remove-discount {
  color: #0061ae;
  text-decoration: underline;
  letter-spacing: 0.5px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 10px;
}
@media (max-width: 1370px) {
  .opc-block-summary .totals.discount td.amount .remove-discount-outer .remove-discount {
    margin-right: 0px;
    font-size: 14px;
    display: block;
  }
}
.opc-block-summary .totals.discount td.amount .remove-discount-outer .remove-discount:hover {
  text-decoration: none;
}
.opc-block-summary .totals.discount td.amount .remove-discount-outer .discount.coupon {
  display: inline-block;
  font-weight: 300;
}
#co-payment-form br,
#co-payment-form hr {
  display: none;
}
#co-payment-form .billing-address-details br {
  display: block;
}
#co-payment-form > fieldset {
  display: flex;
  flex-direction: column;
}
#co-payment-form > fieldset .opc-payment-additional.discount-code {
  order: -1;
}
#co-payment-form > fieldset .amcard-codes-list {
  padding-left: 0;
}
#co-payment-form > fieldset .amcard-codes-list .messages + div {
  display: none;
}
#co-payment-form > fieldset .amcard-codes-list,
#co-payment-form > fieldset .amcard-field-container {
  order: -1;
  max-width: 100%;
}
#co-payment-form > fieldset .amcard-field-container .amcard-title {
  pointer-events: none;
  border: 0;
  padding: 0;
  font-size: 21px;
  font-weight: 700;
  color: #0061ae;
  margin: 0 0 20px 0;
}
#co-payment-form > fieldset .amcard-field-container .amcard-button {
  line-height: 16px;
  background: rgba(0, 97, 174, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 30px;
  letter-spacing: 0.4px;
  color: #0061ae;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  font-family: 'Kanit', sans-serif !important;
  margin-left: 10px;
  box-shadow: none;
}
#co-payment-form > fieldset .amcard-field-container .amcard-button:focus {
  box-shadow: none;
}
#co-payment-form > fieldset .amcard-field-container .amcard-button:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
}
@media (max-width: 991px) {
  #co-payment-form > fieldset .amcard-field-container .amcard-button {
    height: 42px;
  }
}
@media (max-width: 640px) {
  #co-payment-form > fieldset .amcard-field-container .amcard-button {
    margin-left: 0;
    margin-top: 10px;
    height: 52px;
  }
}
#co-payment-form > fieldset .amcard-field-container .amcard-field-block.-code {
  font-size: 15px;
  color: #000000;
}
@media (max-width: 640px) {
  #co-payment-form > fieldset .amcard-field-container .amcard-field-block.-code {
    display: block;
  }
}
#co-payment-form > fieldset .amcard-field-container .amgcard-datalist-container .amcard-input-arrow:after {
  right: 20px;
  top: 23px;
}
@media (max-width: 991px) {
  #co-payment-form > fieldset .amcard-field-container .amgcard-datalist-container .amcard-input-arrow:after {
    top: 19px;
  }
}
#co-payment-form > fieldset .amcard-field-container .amgcard-datalist-container.-active .amcard-input-arrow:after {
  right: 20px;
  top: 16px;
}
@media (max-width: 991px) {
  #co-payment-form > fieldset .amcard-field-container .amgcard-datalist-container.-active .amcard-input-arrow:after {
    top: 11px;
  }
}
#co-payment-form > fieldset .amcard-field-container .amgcard-datalist-container .amcard-field.-datalist {
  height: 50px;
}
@media (max-width: 991px) {
  #co-payment-form > fieldset .amcard-field-container .amgcard-datalist-container .amcard-field.-datalist {
    height: 42px;
  }
}
#co-payment-form > fieldset .amcard-field-container .amcard-check {
  color: #0061ae;
}
#co-payment-form > fieldset > .legend + br,
#co-payment-form > fieldset > br {
  display: none;
}
.opc-payment-additional.discount-code .payment-option-title {
  pointer-events: none;
  border: 0;
  padding: 0;
  font-size: 21px;
  font-weight: 700;
  color: #0061ae;
  margin: 0 0 20px 0;
}
.opc-payment-additional.discount-code .payment-option-title .action-toggle:after {
  display: none;
}
.opc-payment-additional.discount-code .payment-option-content {
  display: block !important;
  padding: 0;
}
.opc-payment-additional.discount-code .payment-option-content .messages .message {
  margin-bottom: 20px;
}
.opc-payment-additional.discount-code .payment-option-content .payment-option-inner {
  margin-bottom: 0;
  margin-right: 0;
  width: calc(100% - 152px);
}
@media (max-width: 640px) {
  .opc-payment-additional.discount-code .payment-option-content .payment-option-inner {
    width: 100%;
    margin-bottom: 20px;
  }
}
.opc-payment-additional.discount-code .payment-option-content .payment-option-inner .label {
  display: none;
}
.payment-icons {
  text-align: center;
}
.payment-icons img {
  margin: 0 auto;
}
.checkout-payment-method .credit-card-types {
  display: none;
}
.checkout-payment-method .credit-card-types .item {
  padding: 0;
}
.checkout-payment-method .payment-method-braintree .hosted-control {
  border: 2px solid #2761A8;
  border-radius: 60px;
  height: 50px;
  width: 100%;
  padding: 0 24px;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  box-shadow: none !important;
  max-width: 100%;
}
.checkout-payment-method .payment-method-braintree #braintree_expirationDate {
  width: 100%;
}
.checkout-payment-method .payment-method-braintree .cvv .field-tooltip {
  top: 40px;
  right: 30px;
}
.checkout-payment-method .payment-method-braintree .payment-method-content .fieldset.ccard.braintree {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.checkout-payment-method .payment-method-braintree .payment-method-content .fieldset.ccard.braintree .field.number.required {
  width: 100%;
}
.checkout-payment-method .payment-method-braintree .payment-method-content .fieldset.ccard.braintree .field.number.required + .field.number.required {
  width: 100%;
  max-width: 49%;
}
@media (max-width: 767px) {
  .checkout-payment-method .payment-method-braintree .payment-method-content .fieldset.ccard.braintree .field.number.required + .field.number.required {
    max-width: 100%;
  }
}
.checkout-payment-method .payment-method-braintree .payment-method-content .fieldset.ccard.braintree .field.cvv.required {
  width: 100%;
  max-width: 49%;
}
@media (max-width: 767px) {
  .checkout-payment-method .payment-method-braintree .payment-method-content .fieldset.ccard.braintree .field.cvv.required {
    max-width: 100%;
  }
}
.checkout-payment-method .payment-method-braintree .payment-method-title .label span:after {
  content: "";
  background: url(../../frontend/Cda/upupandaway/en_GB/images/card-icons.svg) no-repeat;
  width: 76px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-size: cover;
}
.cc_search_input::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.cc_search_input::-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.cc_search_input:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.cc_search_input:-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}
#shipping-new-address-form .admin__control-text::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1;
}
#shipping-new-address-form .admin__control-text::-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}
#shipping-new-address-form .admin__control-text:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1;
}
#shipping-new-address-form .admin__control-text:-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.opc-wrapper .billing-address-form .fieldset fieldset.field.street {
  order: unset;
}
.opc-wrapper .form-login .fieldset .note {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .opc-sidebar {
    order: 0;
  }
  .opc-sidebar .action-close {
    display: none;
  }
  .opc-sidebar,
  .opc-wrapper {
    width: 100%;
  }
  .opc-wrapper {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media (max-width: 767px) {
  .opc-sidebar {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .opc-sidebar.opc-summary-wrapper.custom-slide {
    visibility: visible;
    opacity: 1;
    position: static;
  }
  .opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap {
    transform: none;
    box-shadow: none;
  }
}
.opc-wrap-sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.checkout-onepage-success {
  background: rgba(16, 24, 32, 0.05);
}
.checkout-onepage-success .password-strength-meter {
  border-radius: 13px;
  padding: 0 24px;
  margin-top: 7px;
}
@media (max-width: 1370px) {
  .checkout-onepage-success .password-strength-meter {
    padding: 0 14px;
  }
}
.checkout-onepage-success .password-strength-meter:before {
  border-radius: 13px 0 0 13px;
}
.checkout-onepage-success .category-div {
  padding: 84px 0 84px;
}
@media (max-width: 767px) {
  .checkout-onepage-success .category-div {
    padding-top: 34px;
  }
}
@media (max-width: 767px) {
  .checkout-onepage-success .category-div .category-slider li:nth-child(2n+1) {
    clear: both;
  }
}
.checkout-onepage-success .category-div::after {
  display: none;
}
.checkout-onepage-success .recently-viewed {
  background-color: #ffffff;
}
.checkout-onepage-success .success-related-info,
.checkout-onepage-success .block.widget.block-viewed-products-grid {
  background-color: #ffffff;
  position: relative;
}
.checkout-onepage-success .success-related-info:after,
.checkout-onepage-success .block.widget.block-viewed-products-grid:after,
.checkout-onepage-success .success-related-info:before,
.checkout-onepage-success .block.widget.block-viewed-products-grid:before {
  content: "";
  width: 300%;
  height: 100%;
  display: block;
  position: absolute;
  left: -300%;
  top: 0;
  background-color: #ffffff;
}
.checkout-onepage-success .success-related-info:after,
.checkout-onepage-success .block.widget.block-viewed-products-grid:after {
  left: auto;
  right: -300%;
}
.checkout-onepage-success .block.widget.block-viewed-products-grid {
  padding: 30px 0;
}
.checkout-onepage-success .page-main .columns .column.main {
  padding: 0;
}
@media (max-width: 991px) {
  .checkout-onepage-success .page-main {
    position: relative;
  }
}
.checkout-onepage-success .page-main:after {
  content: "";
  width: 100%;
  height: 300px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 390px;
  top: auto;
  z-index: -1;
}
@media (max-width: 991px) {
  .checkout-onepage-success .page-main:after {
    bottom: -100px;
  }
}
.checkout-onepage-success .category-div {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  background-color: #ffffff;
  left: 50%;
}
.checkout-onepage-success .category-div .circle-div {
  display: none !important;
}
.checkout-success {
  margin: 0 0 40px 0;
  padding-top: 79px;
}
.order-product-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
}
.order-product-slider .product-head {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 14px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
}
.order-product-slider .product-head span {
  font-size: 18px;
  color: #0061ae;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.order-product-slider .product-head span:first-child {
  width: 60%;
}
@media (max-width: 640px) {
  .order-product-slider .product-head span:first-child {
    width: 100%;
    text-align: center;
  }
}
.order-product-slider .product-head span:nth-child(2) {
  width: 10%;
  text-align: center;
  margin-left: auto;
}
@media (max-width: 640px) {
  .order-product-slider .product-head span:nth-child(2) {
    display: none;
  }
}
.order-product-slider .product-head span:last-child {
  width: 18%;
  text-align: right;
}
@media (max-width: 640px) {
  .order-product-slider .product-head span:last-child {
    display: none;
  }
}
.order-product-slider .order-succes-content {
  width: 100%;
  max-width: 64%;
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 0px 35px 0px;
}
@media (max-width: 1200px) {
  .order-product-slider .order-succes-content {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .order-product-slider .order-succes-content {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.order-product-slider .order-succes-content .item {
  padding-left: 36px;
  padding-right: 36px;
}
.order-product-slider .order-succes-content .item:last-child .product-item-details {
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .order-product-slider .order-succes-content .item:last-child .product-item-details {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.order-product-slider .order-succes-content .product-head {
  padding-left: 36px;
  padding-right: 36px;
}
.order-product-slider .custom-success-step {
  width: 100%;
  max-width: 34%;
}
@media (max-width: 1200px) {
  .order-product-slider .custom-success-step {
    max-width: 38%;
  }
}
@media (max-width: 991px) {
  .order-product-slider .custom-success-step {
    max-width: 100%;
  }
}
.order-product-slider .custom-success-step > div {
  background: #ffffff;
  color: #000000;
  padding: 42px 36px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  margin-bottom: 20px;
}
.order-product-slider .custom-success-step > div h3 {
  font-weight: 700;
  color: #0061ae;
  font-size: 21px;
  margin: 0 0 20px 0;
}
.order-product-slider .custom-success-step > div p {
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 21px 0;
}
.order-product-slider .custom-success-step > div div[data-content-type="buttons"] {
  text-align: right;
}
@media (max-width: 640px) {
  .order-product-slider .custom-success-step > div div[data-content-type="buttons"] {
    text-align: center;
  }
}
.password-section-side .form.contact .fieldset,
.password-section-side .form.contact .field.name.required {
  margin-bottom: 0;
}
.password-section-side .form.contact .field.choice.newsletter {
  margin: 0 0 25px 0;
}
.password-section-side .form.contact button.action.submit.primary.btn-submit {
  padding: 16px 40px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  letter-spacing: 1px;
}
.password-section-side .form.contact button.action.submit.primary.btn-submit:hover {
  background: #0061ae;
  color: #ffffff;
}
@media (max-width: 640px) {
  .password-section-side .form.contact .actions-toolbar .primary {
    text-align: center;
    margin-right: auto;
  }
}
.password-section-side .choice input[type="checkbox"] + label {
  font-weight: 300;
}
.order-number {
  width: 100%;
  text-align: center;
  order: 1;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
}
.order-number span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .order-number span {
    display: block;
  }
}
.order-number a {
  color: #fff;
}
.share-items.sharing-block {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.share-items.sharing-block strong {
  font-size: 20px;
  color: #0061ae;
  font-weight: 700;
  margin-right: 20px;
}
.share-items.sharing-block .sharing-links > div {
  display: flex !important;
  align-items: center;
}
.share-items.sharing-block .sharing-links > div > .st-btn {
  border: 0 !important;
  padding: 0 4px !important;
  height: 37px !important;
  line-height: 37px !important;
}
@media (max-width: 767px) {
  .share-items.sharing-block .sharing-links > div > .st-btn {
    padding: 0 4px !important;
    height: 26px !important;
  }
}
.share-items.sharing-block .sharing-links > div > .st-btn:after {
  content: "";
  width: 36px;
  height: 37px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .share-items.sharing-block .sharing-links > div > .st-btn:after {
    width: 29px;
    height: 30px;
  }
}
.share-items.sharing-block .sharing-links > div > .st-btn[data-network="pinterest"] {
  order: 3;
}
.share-items.sharing-block .sharing-links > div > .st-btn[data-network="pinterest"]:after {
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/pintrest-icon.svg);
}
.share-items.sharing-block .sharing-links > div > .st-btn[data-network="twitter"] {
  order: 1;
}
.share-items.sharing-block .sharing-links > div > .st-btn[data-network="twitter"]:after {
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/twitter-icon.svg);
}
.share-items.sharing-block .sharing-links > div > .st-btn[data-network="facebook"] {
  order: 0;
}
.share-items.sharing-block .sharing-links > div > .st-btn[data-network="facebook"]:after {
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/facebook-icon.svg);
}
.share-items.sharing-block .sharing-links > div > .st-btn[data-network="sharethis"] {
  order: 4;
}
.share-items.sharing-block .sharing-links > div > .st-btn[data-network="sharethis"]:after {
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/plus-icon.svg);
}
.share-items.sharing-block .sharing-links > div > .st-btn img {
  opacity: 0;
  display: none !important;
}
.share-items.sharing-block .sharing-links > div > .st-btn:hover {
  opacity: 1 !important;
  top: 0 !important;
}
.share-items.sharing-block .sharing-links > div > .st-btn:hover:after {
  filter: brightness(1);
  opacity: 0.7;
}
.guest-block.login div[data-content-type="button-item"] {
  width: 100%;
}
.guest-block.login .pagebuilder-button-secondary {
  width: 100%;
  font-family: 'Kanit', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
}
.cart.table-wrapper.success-data-detail {
  border: 0;
}
.cart.table-wrapper.success-data-detail .product-item-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 0px;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .cart.table-wrapper.success-data-detail .product-item-details {
    padding: 30px 0;
  }
}
.cart.table-wrapper.success-data-detail .product-item-details .product-left-info {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .cart.table-wrapper.success-data-detail .product-item-details .product-left-info {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cart.table-wrapper.success-data-detail .product-item-details .product-left-info .customer-name-lastimage {
  width: 100%;
  max-width: 168px;
}
@media (max-width: 1200px) {
  .cart.table-wrapper.success-data-detail .product-item-details .product-left-info .customer-name-lastimage {
    max-width: 120px;
  }
}
@media (max-width: 640px) {
  .cart.table-wrapper.success-data-detail .product-item-details .product-left-info .customer-name-lastimage {
    margin: 0 auto;
  }
}
.cart.table-wrapper.success-data-detail .product-item-details .product-left-info .customer-name-lastitem {
  width: calc(100% - 205px);
}
@media (max-width: 1200px) {
  .cart.table-wrapper.success-data-detail .product-item-details .product-left-info .customer-name-lastitem {
    width: calc(100% - 150px);
  }
}
@media (max-width: 640px) {
  .cart.table-wrapper.success-data-detail .product-item-details .product-left-info .customer-name-lastitem {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cart.table-wrapper.success-data-detail .product-item-details .product-qty {
  width: 10%;
  margin-left: auto;
}
@media (max-width: 640px) {
  .cart.table-wrapper.success-data-detail .product-item-details .product-qty {
    width: 50%;
  }
}
.cart.table-wrapper.success-data-detail .product-item-details .product-qty .qty {
  width: 46px;
  height: 46px;
  border: 2px solid #0061ae;
  border-radius: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .cart.table-wrapper.success-data-detail .product-item-details .product-qty .qty {
    margin: 0;
  }
}
.cart.table-wrapper.success-data-detail .product-item-details .product-price {
  width: 18%;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .cart.table-wrapper.success-data-detail .product-item-details .product-price {
    width: 50%;
  }
}
.cart.table-wrapper.success-data-detail .product-item-details .label {
  display: none;
}
@media (max-width: 640px) {
  .cart.table-wrapper.success-data-detail .product-item-details .label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #0061ae;
  }
}
.cart.table-wrapper.success-data-detail .product-item-details .product-options {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 14px;
}
.cart.table-wrapper.success-data-detail .product-item-details .product-options span {
  width: 100%;
}
.cart.table-wrapper.success-data-detail .product-item-details .product-options span:first-child {
  font-weight: 700;
}
.checkout-onepage-success loading-mask {
  display: none !important;
}
.checkout-onepage-success .print {
  display: none !important;
}
@media (max-width: 640px) {
  .block-viewed-products-grid .product-items {
    text-align: center;
  }
}
.block-viewed-products-grid .slick-prev,
.block-viewed-products-grid .slick-next {
  background: transparent;
  position: absolute;
  top: -31px;
  right: 0;
  left: auto;
  width: 44px;
  height: 44px;
  background: #ccdfef;
  border-radius: 100%;
}
.block-viewed-products-grid .slick-prev:hover,
.block-viewed-products-grid .slick-next:hover {
  background-color: #0061ae;
}
.block-viewed-products-grid .slick-prev {
  right: 55px;
}
.block-viewed-products-grid .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(540.611 4298.627) rotate(180)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%230061ae' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%232761a8' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.block-viewed-products-grid .slick-prev:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(540.611 4298.627) rotate(180)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.block-viewed-products-grid .slick-next {
  right: 0px;
}
.block-viewed-products-grid .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%230061ae' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%232761a8' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.block-viewed-products-grid .slick-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.image-col-text-inner {
  padding: 45px 0px 96px;
  position: relative;
}
@media (max-width: 767px) {
  .image-col-text-inner {
    padding: 45px 0px 40px;
  }
}
.image-col-text-inner:before {
  content: "";
  width: 272px;
  height: 300px;
  display: block;
  background-image: url('../../frontend/Cda/upupandaway/en_GB/images/left-dot-icon.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: -85px;
  z-index: 1;
  left: -59px;
  transform: rotate(-12deg);
}
@media (max-width: 1440px) {
  .image-col-text-inner:before {
    left: -74px;
  }
}
@media (max-width: 1200px) {
  .image-col-text-inner:before {
    left: -41px;
    top: -102px;
    background-size: contain;
    width: 200px;
  }
}
@media (max-width: 991px) {
  .image-col-text-inner:before {
    left: -44px;
    top: 0;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .image-col-text-inner:before {
    left: -27px;
    top: -13px;
    width: 100px;
    height: 100px;
  }
}
.image-col-text-inner:after {
  content: "";
  width: 300px;
  height: 360px;
  display: block;
  background-image: url('../../frontend/Cda/upupandaway/en_GB/images/right-dot-icon.svg');
  background-repeat: no-repeat;
  position: absolute;
  right: -123px;
  top: 38px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .image-col-text-inner:after {
    right: -161px;
  }
}
@media (max-width: 1200px) {
  .image-col-text-inner:after {
    right: -31px;
    top: 0px;
    background-size: contain;
    width: 104px;
  }
}
@media (max-width: 767px) {
  .image-col-text-inner:after {
    right: -57px;
    width: 100px;
    height: 100px;
  }
}
.image-col-text-inner .container {
  display: block;
}
.image-col-text-inner .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.image-col-text-inner .row .four-columnimg {
  width: 50%;
}
@media (max-width: 767px) {
  .image-col-text-inner .row .four-columnimg {
    width: 100%;
  }
}
.image-col-text-inner .row .four-columnimg .img-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.image-col-text-inner .row .four-columnimg .img-flex .img-block {
  padding: 10px 10px;
}
@media (max-width: 1440px) {
  .image-col-text-inner .row .four-columnimg .img-flex .img-block {
    width: 50%;
  }
}
.image-col-text-inner .row .four-columnimg .img-flex .img-block figure {
  margin: 0;
  height: 275px;
}
@media (max-width: 1200px) {
  .image-col-text-inner .row .four-columnimg .img-flex .img-block figure {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .image-col-text-inner .row .four-columnimg .img-flex .img-block figure {
    height: 142px;
  }
}
.image-col-text-inner .row .four-columnimg .img-flex .img-block figure img {
  height: 275px;
  width: 327px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .image-col-text-inner .row .four-columnimg .img-flex .img-block figure img {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .image-col-text-inner .row .four-columnimg .img-flex .img-block figure img {
    height: 142px;
  }
}
.image-col-text-inner .row .caption-text {
  width: 50%;
  padding-left: 54px;
  padding-right: 100px;
}
@media (max-width: 1679px) {
  .image-col-text-inner .row .caption-text {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .image-col-text-inner .row .caption-text {
    width: 100%;
    padding-left: 0;
  }
}
.image-col-text-inner .row .caption-text .paragraph-text {
  max-width: 100%;
}
@media (max-width: 1679px) {
  .image-col-text-inner .row .caption-text .paragraph-text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .image-col-text-inner .row .caption-text .paragraph-text {
    padding-left: 0px;
    margin-top: 20px;
  }
}
.image-col-text-inner .row .caption-text .paragraph-text p {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1679px) {
  .image-col-text-inner .row .caption-text .paragraph-text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.image-col-text-inner .row .caption-text .paragraph-text p strong {
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 1679px) {
  .image-col-text-inner .row .caption-text .paragraph-text p strong {
    font-size: 20px;
    line-height: 31px;
  }
}
.image-col-text-inner .row .caption-text .paragraph-text p:last-child {
  margin-bottom: 0;
}
.stand-out-inner {
  position: relative;
}
@media (max-width: 767px) {
  .stand-out-inner {
    padding-bottom: 20px;
  }
}
.stand-out-inner:before {
  content: "";
  width: 272px;
  height: 300px;
  display: none;
  background-image: url('../../frontend/Cda/upupandaway/en_GB/images/stand-col-left.svg');
  background-repeat: no-repeat;
  position: absolute;
  bottom: -59px;
  z-index: 1;
  left: -59px;
  transform: rotate(-12deg);
}
@media (max-width: 1679px) {
  .stand-out-inner:before {
    bottom: -188px;
  }
}
@media (max-width: 1280px) {
  .stand-out-inner:before {
    bottom: -277px;
  }
}
@media (max-width: 1200px) {
  .stand-out-inner:before {
    bottom: -277px;
    left: -62px;
    background-size: contain;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .stand-out-inner:before {
    left: 0;
    width: 100px;
  }
}
.stand-out-inner .circle-before {
  width: 272px;
  height: 300px;
  display: block;
  position: absolute;
  bottom: -59px;
  z-index: 1;
  left: -59px;
  transform: rotate(-12deg);
}
.stand-out-inner .circle-before svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1679px) {
  .stand-out-inner .circle-before {
    bottom: -188px;
  }
}
@media (max-width: 1280px) {
  .stand-out-inner .circle-before {
    bottom: -277px;
  }
}
@media (max-width: 1200px) {
  .stand-out-inner .circle-before {
    bottom: -277px;
    left: -62px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .stand-out-inner .circle-before {
    left: 0;
    width: 100px;
  }
}
.stand-out-inner .circle-after {
  width: 351px;
  height: 166px;
  display: block;
  position: absolute;
  right: 67px;
  z-index: 1;
  top: 9px;
}
.stand-out-inner .circle-after svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  .stand-out-inner .circle-after {
    right: 0%;
  }
}
@media (max-width: 1200px) {
  .stand-out-inner .circle-after {
    right: 0;
    background-size: contain;
    width: 300px;
  }
}
@media (max-width: 991px) {
  .stand-out-inner .circle-after {
    right: 71px;
    width: 200px;
    height: 200px;
    top: 212px;
  }
}
@media (max-width: 767px) {
  .stand-out-inner .circle-after {
    display: none;
  }
}
.stand-out-inner .container {
  display: block;
  position: relative;
}
.stand-out-inner .container:after {
  content: "";
  width: 351px;
  height: 166px;
  display: none;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/stand-col-right.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 67px;
  z-index: 1;
  top: 9px;
  background-size: cover;
}
@media (max-width: 1370px) {
  .stand-out-inner .container:after {
    right: 0%;
  }
}
@media (max-width: 1200px) {
  .stand-out-inner .container:after {
    right: 0;
    background-size: contain;
    width: 300px;
  }
}
@media (max-width: 991px) {
  .stand-out-inner .container:after {
    right: 71px;
    width: 200px;
    height: 200px;
    top: 212px;
  }
}
@media (max-width: 767px) {
  .stand-out-inner .container:after {
    display: none;
  }
}
.stand-out-inner .title {
  position: relative;
}
.stand-out-inner .title h2 {
  color: #0061ae;
  font-size: 30px;
  font-weight: 900;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 40px;
}
@media (max-width: 767px) {
  .stand-out-inner .title h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1280px) {
  .stand-out-inner .title h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 41px;
  }
}
@media (max-width: 767px) {
  .stand-out-inner .title h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.stand-out-inner .title .title-circle {
  width: 383px;
  height: 158px;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .stand-out-inner .title .title-circle {
    top: -150px;
  }
}
@media (max-width: 1023px) {
  .stand-out-inner .title .title-circle {
    width: 263px;
    height: 138px;
  }
}
@media (max-width: 767px) {
  .stand-out-inner .title .title-circle {
    width: 193px;
    height: 130px;
    top: -110px;
  }
}
@media (max-width: 480px) {
  .stand-out-inner .title .title-circle {
    top: -110px;
  }
}
.stand-out-inner .title .title-circle svg {
  width: 100%;
  height: 100%;
}
.stand-out-inner .stand-text-icon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 86px;
  position: relative;
}
@media (max-width: 991px) {
  .stand-out-inner .stand-text-icon {
    margin-top: 0px;
  }
}
.stand-out-inner .stand-text-icon .text-only {
  width: 24%;
}
@media (max-width: 991px) {
  .stand-out-inner .stand-text-icon .text-only {
    width: 100%;
  }
}
.stand-out-inner .stand-text-icon .text-only .round-bg {
  position: absolute;
  max-width: 400px;
  left: 110px;
  bottom: -144px;
}
@media (max-width: 1370px) {
  .stand-out-inner .stand-text-icon .text-only .round-bg {
    max-width: 341px;
  }
}
@media (max-width: 1280px) {
  .stand-out-inner .stand-text-icon .text-only .round-bg {
    bottom: -147px;
    transform: rotate(-17deg);
    display: none;
  }
}
@media (max-width: 991px) {
  .stand-out-inner .stand-text-icon .text-only .round-bg {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
    max-width: 271px;
    display: none;
  }
}
.stand-out-inner .stand-text-icon .text-only p {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}
.stand-out-inner .iconwith-text {
  width: 76%;
}
@media (max-width: 991px) {
  .stand-out-inner .iconwith-text {
    width: 100%;
  }
}
.stand-out-inner .iconwith-text .flex-icon {
  display: flex;
  justify-content: space-between;
  padding-left: 70px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .stand-out-inner .iconwith-text .flex-icon {
    padding-left: 0px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .stand-out-inner .iconwith-text .flex-icon {
    justify-content: center;
  }
}
.stand-out-inner .iconwith-text .flex-icon .icon-block {
  text-align: center;
  width: 33.33%;
  max-width: 363px;
}
@media (max-width: 1679px) {
  .stand-out-inner .iconwith-text .flex-icon .icon-block {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .stand-out-inner .iconwith-text .flex-icon .icon-block {
    width: 100%;
    margin-bottom: 30px;
  }
}
.stand-out-inner .iconwith-text .flex-icon .icon-block .icon-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 258px;
  height: 258px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .stand-out-inner .iconwith-text .flex-icon .icon-block .icon-bg {
    width: 262px;
    height: 262px;
    background-size: contain;
  }
}
@media (max-width: 1200px) {
  .stand-out-inner .iconwith-text .flex-icon .icon-block .icon-bg {
    width: 224px;
    height: 224px;
  }
}
@media (max-width: 991px) {
  .stand-out-inner .iconwith-text .flex-icon .icon-block .icon-bg {
    width: 180px;
    height: 180px;
  }
}
.stand-out-inner .iconwith-text .flex-icon .icon-block .icon-bg img {
  width: 100%;
  max-width: 146px;
}
@media (max-width: 1280px) {
  .stand-out-inner .iconwith-text .flex-icon .icon-block .icon-bg img {
    max-width: 118px;
  }
}
@media (max-width: 1200px) {
  .stand-out-inner .iconwith-text .flex-icon .icon-block .icon-bg img {
    max-width: 78px;
  }
}
.stand-out-inner .iconwith-text .flex-icon .icon-block .icon-content h4 {
  color: #0061ae;
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .stand-out-inner .iconwith-text .flex-icon .icon-block .icon-content h4 {
    min-height: 46px;
  }
}
@media (max-width: 767px) {
  .stand-out-inner .iconwith-text .flex-icon .icon-block .icon-content h4 {
    min-height: inherit;
  }
}
.stand-out-inner .iconwith-text .flex-icon .icon-block .icon-content p {
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  max-width: 300px;
  line-height: 30px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .stand-out-inner .iconwith-text .flex-icon .icon-block .icon-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.stand-out-inner .iconwith-text .flex-icon .icon-block.three .icon-content p {
  max-width: 200px;
}
.founder-section {
  padding-bottom: 75px;
  position: relative;
}
.founder-section:after {
  background-image: url('../../frontend/Cda/upupandaway/en_GB/images/curve-line-autore.svg');
  content: "";
  width: 1052px;
  height: 400px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: 101px;
  z-index: 1;
  left: 47.6%;
  background-size: contain;
}
@media (max-width: 1679px) {
  .founder-section:after {
    left: 47.1%;
  }
}
@media (max-width: 1440px) {
  .founder-section:after {
    left: 46.8%;
  }
}
@media (max-width: 1200px) {
  .founder-section:after {
    left: 44%;
  }
}
@media (max-width: 767px) {
  .founder-section:after {
    height: 100px;
    top: 130px;
  }
}
.founder-section .container {
  display: block;
}
.founder-section .founder-inner {
  background-color: #ccdfef;
  padding: 100px 0px;
  position: relative;
  margin: 150px 0 0 0;
}
.founder-section .founder-inner:before {
  content: "";
  width: 308px;
  height: 300px;
  display: block;
  background-image: url('../../frontend/Cda/upupandaway/en_GB/images/founder-left-icon.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: -88px;
  z-index: 1;
  left: 90px;
}
@media (max-width: 1200px) {
  .founder-section .founder-inner:before {
    width: 208px;
    height: 300px;
    top: -88px;
    left: 90px;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .founder-section .founder-inner:before {
    width: 158px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .founder-section .founder-inner:before {
    width: 100px;
    height: 100px;
    left: -17px;
    top: -26px;
  }
}
.founder-section .founder-inner:after {
  content: "";
  width: 561px;
  height: 240px;
  display: block;
  background-image: url('../../frontend/Cda/upupandaway/en_GB/images/founder-right-icon.svg');
  background-repeat: no-repeat;
  position: absolute;
  right: 6%;
  z-index: 1;
  bottom: -114px;
  top: auto;
}
@media (max-width: 1200px) {
  .founder-section .founder-inner:after {
    width: 261px;
    height: 240px;
    bottom: -173px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .founder-section .founder-inner:after {
    width: 100px;
    height: 100px;
    bottom: -71px;
  }
}
.founder-section .founder-inner .founder-style {
  max-width: 1221px;
  margin: auto;
}
.founder-section .founder-inner .founder-style .image-section {
  text-align: center;
  margin-top: -217px;
}
.founder-section .founder-inner .founder-style .image-section img {
  width: 206px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.founder-section .founder-inner .founder-style .founder-ceo .founder-name {
  text-align: center;
  margin-top: 40px;
}
.founder-section .founder-inner .founder-style .founder-ceo .founder-name p {
  color: #0061ae;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}
.founder-section .founder-inner .founder-style h2 {
  color: #0061ae;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  max-width: 1103px;
  text-transform: uppercase;
  margin: auto;
  margin-top: 69px;
  line-height: 58px;
}
@media (max-width: 991px) {
  .founder-section .founder-inner .founder-style h2 {
    font-size: 30px;
    line-height: 44px;
    margin-top: 73px;
  }
}
@media (max-width: 767px) {
  .founder-section .founder-inner .founder-style h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.our-unique-inner {
  padding: 216px 0px 200px;
}
@media (max-width: 1200px) {
  .our-unique-inner {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .our-unique-inner {
    padding: 90px 0px;
  }
}
@media (max-width: 767px) {
  .our-unique-inner {
    padding: 20px 0px 0px;
  }
}
.our-unique-inner .container {
  display: block;
}
.our-unique-inner .title h2 {
  color: #0061ae;
  font-size: 30px;
  font-weight: 900;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  position: relative;
  top: 70px;
}
@media (max-width: 767px) {
  .our-unique-inner .title h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1280px) {
  .our-unique-inner .title h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .our-unique-inner .title h2 {
    top: 0;
  }
}
@media (max-width: 767px) {
  .our-unique-inner .title h2 {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
.our-unique-inner .image-shape-col .flex-col {
  display: flex;
  flex-wrap: wrap;
}
.our-unique-inner .image-shape-col .flex-col .col {
  width: 33.33%;
  padding: 0px 15px;
}
.our-unique-inner .image-shape-col .flex-col .col:nth-child(2n) {
  top: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .our-unique-inner .image-shape-col .flex-col .col:nth-child(2n) {
    top: 0;
  }
}
@media (max-width: 767px) {
  .our-unique-inner .image-shape-col .flex-col .col {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.our-unique-inner .image-shape-col .flex-col .col:first-child {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .our-unique-inner .image-shape-col .flex-col .col:first-child {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.our-unique-inner .image-shape-col .flex-col .col:nth-child(3) {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .our-unique-inner .image-shape-col .flex-col .col:nth-child(3) {
    width: 100%;
    min-height: auto;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .our-unique-inner .image-shape-col .flex-col .col .i-block {
    margin-bottom: 30px;
  }
}
.our-unique-inner .image-shape-col .flex-col .col .i-block figure {
  border-radius: 210px 210px 0 0;
  overflow: hidden;
}
.our-unique-inner .image-shape-col .flex-col .col .i-block figure img {
  border-radius: 210px 210px 0 0;
  transform: scale(1);
  transition: all linear 0.2s;
}
.our-unique-inner .image-shape-col .flex-col .col .i-block figure img:hover {
  transition: all linear 0.2s;
  transform: scale(1.1);
}
.main-title-with-curve {
  text-align: center;
  padding: 10px 42px 42px 42px;
  position: relative;
}
.main-title-with-curve:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0061ae;
  transform: scaleX(1.09);
}
@media (max-width: 767px) {
  .main-title-with-curve:after {
    transform: scaleX(1.4);
  }
}
.main-title-with-curve h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  position: relative;
  z-index: 9999;
}
ul.breadcrumb {
  position: relative;
  z-index: 9;
  list-style: none;
  display: flex;
  padding: 0px;
}
ul.breadcrumb li {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding-right: 15px;
  position: relative;
}
ul.breadcrumb li:not(:first-child):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #ffffff;
  left: -9px;
  transform: rotate(22deg);
  top: 4px;
}
ul.breadcrumb li:last-child {
  font-weight: 600;
}
body:has(.store-page) .short-content {
  text-align: inherit;
}
body:has(.store-page) .main-container {
  position: static;
}
body:has(.store-page) .main-container.store-page {
  margin-bottom: 123px;
}
@media (max-width: 1280px) {
  body:has(.store-page) .main-container.store-page {
    margin-bottom: 75px;
  }
}
@media (max-width: 991px) {
  body:has(.store-page) .main-container.store-page {
    margin-bottom: 50px;
  }
}
body:has(.store-page) .best-seller-div .title {
  align-items: center;
}
body:has(.store-page) .best-seller-div .best-seller-slider .slick-prev,
body:has(.store-page) .best-seller-div .best-seller-slider .slick-next {
  top: 27px;
}
body:has(.store-page) .columns {
  position: relative;
}
img {
  display: block;
  max-width: 100%;
}
.main-title-with-curve h1 {
  text-transform: uppercase;
}
.short-content {
  border-bottom: 1px solid rgba(160, 160, 160, 0.4627);
  text-align: center;
  padding: 0 50px 55px;
  margin: 55px 0 65px 0;
}
@media (max-width: 1200px) {
  .short-content {
    padding: 0 120px 55px;
  }
}
@media (max-width: 991px) {
  .short-content {
    padding: 0 30px 55px;
  }
}
@media (max-width: 767px) {
  .short-content {
    padding: 0 30px 40px;
    margin-top: 40px;
  }
}
.short-content p {
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  margin: 0 auto;
  color: #000000;
}
@media (max-width: 767px) {
  .short-content p {
    font-size: 16px;
  }
}
.main-container {
  position: relative;
  margin-bottom: 50px;
}
.main-container.store-page:before,
.main-container.store-page:after {
  content: "";
  background: url(../../frontend/Cda/upupandaway/en_GB/images/left-babble.png) no-repeat;
  width: 280px;
  height: 260px;
  display: none;
  position: absolute;
  left: -38px;
  top: -80px;
  z-index: -1;
}
@media (max-width: 1679px) {
  .main-container.store-page:before,
  .main-container.store-page:after {
    width: 150px;
    height: 144px;
    background-size: cover;
  }
}
@media (max-width: 640px) {
  .main-container.store-page:before,
  .main-container.store-page:after {
    width: 90px;
    height: 86px;
    left: -12px;
    top: -38px;
  }
}
.main-container.store-page:after {
  left: auto;
  right: -80px;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/right-babble.png) no-repeat;
  width: 249px;
  height: 349px;
  top: 0;
}
@media (max-width: 1679px) {
  .main-container.store-page:after {
    width: 140px;
    height: 200px;
    right: -40px;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .main-container.store-page:after {
    width: 70px;
    height: 100px;
    right: -21px;
  }
}
.main-container.store-page .circle-after {
  left: auto;
  position: absolute;
  right: -80px;
  width: 249px;
  height: 349px;
  top: 0;
  z-index: -1;
}
.main-container.store-page .circle-after svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1679px) {
  .main-container.store-page .circle-after {
    width: 140px;
    height: 200px;
    right: -40px;
    background-size: cover;
  }
}
@media (max-width: 1200px) {
  .main-container.store-page .circle-after {
    top: -80px;
  }
}
@media (max-width: 767px) {
  .main-container.store-page .circle-after {
    width: 70px;
    height: 100px;
    right: -21px;
    top: -30px;
  }
}
.main-container.store-page .circle-before {
  width: 280px;
  height: 260px;
  display: block;
  position: absolute;
  left: -38px;
  top: -80px;
  z-index: -1;
}
.main-container.store-page .circle-before svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1679px) {
  .main-container.store-page .circle-before {
    width: 150px;
    height: 144px;
    background-size: cover;
  }
}
@media (max-width: 640px) {
  .main-container.store-page .circle-before {
    width: 90px;
    height: 86px;
    left: -12px;
    top: -38px;
  }
}
.our-store-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.our-store-details > div {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .our-store-details > div {
    max-width: 100%;
  }
}
.our-store-details .left-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .our-store-details .left-block {
    margin-bottom: 40px;
  }
}
.our-store-details .left-block .img-block {
  width: 100%;
  max-width: 49%;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 41.25%;
}
@media (max-width: 991px) {
  .our-store-details .left-block .img-block {
    margin-bottom: 6px;
  }
}
.our-store-details .left-block .img-block img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.our-store-details .right-block {
  padding-left: 135px;
}
@media (max-width: 1200px) {
  .our-store-details .right-block {
    padding-left: 65px;
  }
}
@media (max-width: 991px) {
  .our-store-details .right-block {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.our-store-details .store-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .our-store-details .store-info ul {
    margin: 10px 0 15px 0;
  }
}
.our-store-details .store-info ul li {
  width: 100%;
  max-width: 49%;
}
@media (max-width: 640px) {
  .our-store-details .store-info ul li {
    max-width: 100%;
  }
}
.our-store-details .store-info ul li > strong {
  text-transform: uppercase;
  color: #0061ae;
  font-weight: 700;
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
}
.our-store-details .store-info ul li .info-span {
  margin-bottom: 35px;
}
.our-store-details .store-info ul li .info-span strong {
  text-transform: uppercase;
  color: #0061ae;
  font-weight: 700;
  display: block;
  font-size: 15px;
  margin: 0 0 6px 0;
}
.our-store-details .store-info ul li .info-span a,
.our-store-details .store-info ul li .info-span address {
  color: #000;
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .our-store-details .store-info ul li .info-span a,
  .our-store-details .store-info ul li .info-span address {
    font-size: 16px;
  }
}
.our-store-details .store-info ul li .info-span a:hover {
  color: #0061ae;
  text-decoration: none;
}
.our-store-details .store-info ul li .store-time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .our-store-details .store-info ul li .store-time {
    justify-content: flex-start;
  }
}
.our-store-details .store-info ul li .store-time span {
  width: 100%;
  max-width: 48%;
  margin: 0 0 10px 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .our-store-details .store-info ul li .store-time span {
    max-width: 38%;
  }
}
.our-store-details .store-info ul li .store-time span:nth-child(2n) {
  font-weight: 700;
}
.our-store-details .store-info ul li .social-links ul {
  justify-content: flex-start;
}
.our-store-details .store-info ul li .social-links ul li {
  max-width: none;
  width: auto;
  margin-right: 10px;
}
.our-store-details .store-info ul li .social-links ul li a svg {
  width: 34px;
  height: 34px;
}
.our-store-details .store-info ul li .social-links ul li:hover a circle {
  fill: #e04457;
}
.block-title h2 {
  color: #0061ae;
  font-size: 30px;
  font-weight: 900;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0 0 26px 0;
}
@media (max-width: 767px) {
  .block-title h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .block-title h2 {
    font-size: 32px;
  }
}
.cdawpcpt-courses-index .main-container .container,
.cdawpcpt-courses-details .main-container .container {
  padding: 0;
}
.cdawpcpt-courses-index .page.messages,
.cdawpcpt-courses-details .page.messages {
  margin: 0;
}
.courses-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.courses-listing .load-posts {
  margin: 0 auto;
}
.courses-listing > .course-block {
  width: 100%;
  max-width: 47%;
  margin: 0 0 90px 0;
}
@media (max-width: 1200px) {
  .courses-listing > .course-block {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .courses-listing > .course-block {
    max-width: 100%;
  }
}
.courses-listing > .course-block .img-block {
  overflow: hidden;
  border-radius: 20px;
}
.courses-listing > .course-block .img-block img {
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear 0.2s;
  transform: scale(1);
}
.courses-listing > .course-block .img-block a {
  display: block;
  position: relative;
  padding-bottom: 39.35%;
}
@media (max-width: 640px) {
  .courses-listing > .course-block .img-block a {
    padding-bottom: 50%;
  }
}
.courses-listing > .course-block .img-block a:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .courses-listing > .course-block .img-block a:hover {
    transform: scale(1);
  }
}
.courses-listing > .course-block .course-info {
  text-align: center;
}
.courses-listing > .course-block .course-info .title {
  text-transform: capitalize;
  font-size: 21px;
  color: #0061ae;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
  min-height: 46px;
}
.courses-listing > .course-block .course-info .title a {
  color: #0061ae;
}
.courses-listing > .course-block .course-info .title a:hover {
  color: #000000;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .courses-listing > .course-block .course-info .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .courses-listing > .course-block .course-info .title {
    min-height: initial;
  }
}
@media (max-width: 767px) {
  .courses-listing > .course-block .course-info .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.courses-listing > .course-block .course-info p {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  margin: 0 0 42px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: 102px;
}
@media (max-width: 1370px) {
  .courses-listing > .course-block .course-info p {
    margin: 0 0 22px 0;
    font-size: 16px;
    min-height: 92px;
  }
}
@media (max-width: 991px) {
  .courses-listing > .course-block .course-info p {
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
    overflow: visible;
    min-height: initial;
  }
}
@media (max-width: 767px) {
  .courses-listing > .course-block .course-info p {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.courses-listing > .course-block .custom-blue-button {
  display: inline-block;
  margin: 0 auto;
  min-width: 170px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .courses-listing > .course-block .custom-blue-button {
    min-width: 146px;
    padding: 9px 20px;
  }
}
.course-post-info {
  margin-top: -64px;
  position: relative;
  margin-bottom: 55px;
}
@media (max-width: 1370px) {
  .course-post-info {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .course-post-info {
    margin-top: -55px;
    margin-bottom: 35px;
  }
}
.course-post-info ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0061ae;
  color: #fff;
  width: 100%;
  max-width: 404px;
  margin: 0 auto !important;
  padding: 20px 20px;
  border-radius: 20px;
  min-height: 128px;
}
@media (max-width: 1370px) {
  .course-post-info ul {
    padding: 15px 10px;
  }
}
@media (max-width: 1200px) {
  .course-post-info ul {
    max-width: 364px;
  }
}
@media (max-width: 767px) {
  .course-post-info ul {
    max-width: 90%;
    min-height: 108px;
  }
}
.course-post-info ul li {
  margin: 0;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  width: 33.33%;
  position: relative;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .course-post-info ul li {
    font-size: 14px;
  }
}
.course-post-info ul li span {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
@media (max-width: 1200px) {
  .course-post-info ul li span {
    margin: 0 auto 5px;
    padding: 7px;
    width: 32px;
    height: 32px;
  }
}
.course-post-info ul li:after {
  content: "";
  width: 2px;
  height: 40px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  right: 10px;
}
.course-post-info ul li:last-child:after {
  display: none;
}
body:has(.courses-details-section) {
  background-color: rgba(16, 24, 32, 0.05);
}
body:has(.courses-details-section) .columns .column.main {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  body:has(.courses-details-section) .main-container .container {
    padding: 0;
  }
}
.courses-details-section {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.courses-details-section .page-title-wrapper {
  z-index: 1;
}
.courses-details-section .main-title-with-curve {
  position: relative;
  z-index: 1;
}
.courses-details-section .main-container {
  position: relative;
}
.courses-details-section .main-container:after {
  content: "";
  width: 100%;
  height: 220px;
  background: #f2f3f3;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -270px;
}
.courses-details-section .courses-banner {
  margin: -75px 0 0 0;
}
@media (max-width: 640px) {
  .courses-details-section .courses-banner img {
    min-height: 200px;
    object-fit: cover;
  }
}
.courses-details-section .courses-details {
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 96px 120px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: -296px 0 60px 0;
}
@media (max-width: 1440px) {
  .courses-details-section .courses-details {
    margin-top: -30px;
  }
}
@media (max-width: 1200px) {
  .courses-details-section .courses-details {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 991px) {
  .courses-details-section .courses-details {
    padding-top: 34px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .courses-details-section .courses-details {
    margin-top: -30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.courses-details-section .courses-details .form-section .wpcf7-not-valid-tip {
  padding: 0 24px;
}
@media (max-width: 1370px) {
  .courses-details-section .courses-details .form-section .wpcf7-not-valid-tip {
    padding: 0 14px;
  }
}
.courses-details-section .courses-details:before {
  content: "";
  width: 230px;
  height: 214px;
  position: absolute;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/course-left-shape.png) no-repeat;
  left: -70px;
  top: 20%;
  background-size: cover;
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .courses-details-section .courses-details:before {
    width: 120px;
    height: 111px;
    left: -70px;
    top: 120px;
  }
}
.courses-details-section .courses-details:after {
  content: "";
  width: 199px;
  height: 217px;
  position: absolute;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/course-right-shape.png) no-repeat;
  right: -66px;
  bottom: 23%;
  display: none;
  background-size: cover;
}
@media (max-width: 767px) {
  .courses-details-section .courses-details:after {
    width: 99px;
    height: 107px;
    right: -36px;
    bottom: 22%;
  }
}
.courses-details-section .courses-details .circle-before {
  width: 230px;
  height: 214px;
  position: absolute;
  left: -70px;
  top: 20%;
  z-index: 1;
}
.courses-details-section .courses-details .circle-before svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .courses-details-section .courses-details .circle-before {
    width: 120px;
    height: 111px;
    left: -70px;
    top: 120px;
  }
}
.courses-details-section .courses-details .circle-after {
  width: 199px;
  height: 217px;
  position: absolute;
  right: -66px;
  bottom: 23%;
}
.courses-details-section .courses-details .circle-after svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .courses-details-section .courses-details .circle-after {
    width: 99px;
    height: 107px;
    right: -36px;
    bottom: 22%;
  }
}
.courses-details-section .courses-details > div.left-block {
  width: 100%;
  max-width: 207px;
}
@media (max-width: 991px) {
  .courses-details-section .courses-details > div.left-block {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .courses-details-section .courses-details > div.left-block {
    max-width: 100%;
  }
}
.courses-details-section .courses-details > div.left-block .back-btn {
  margin-bottom: 30px;
  line-height: normal;
  transition: none;
}
.courses-details-section .courses-details > div.left-block .back-btn:hover,
.courses-details-section .courses-details > div.left-block .back-btn:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .courses-details-section .courses-details > div.left-block .back-btn {
    font-size: 13px;
    padding: 8px 0;
    max-width: 170px;
  }
  .courses-details-section .courses-details > div.left-block .back-btn img {
    margin-right: 5px;
    height: 14px;
    width: 10px;
  }
}
.courses-details-section .courses-details > div.left-block .course-post-info {
  margin-top: 0;
}
@media (max-width: 767px) {
  .courses-details-section .courses-details > div.left-block .course-post-info ul {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .courses-details-section .courses-details > div.left-block .course-post-info ul {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .courses-details-section .courses-details > div.left-block .course-post-info ul li {
    padding-bottom: 22px;
    width: 100%;
    padding-top: 22px;
  }
  .courses-details-section .courses-details > div.left-block .course-post-info ul li:after {
    top: auto;
    transform: translateY(0) translateX(-50%);
    right: auto;
    height: 2px;
    width: 40px;
    left: 50%;
    bottom: 0px;
  }
}
.courses-details-section .courses-details > div.left-block .course-post-info ul li span {
  margin: 0 auto 15px;
}
.courses-details-section .courses-details > div.right-block {
  width: 100%;
  max-width: calc(100% - 256px);
  padding: 0px 110px 0 0;
}
@media (max-width: 1280px) {
  .courses-details-section .courses-details > div.right-block {
    padding-right: 50px;
  }
}
@media (max-width: 1200px) {
  .courses-details-section .courses-details > div.right-block {
    padding-right: 70px;
  }
}
@media (max-width: 991px) {
  .courses-details-section .courses-details > div.right-block {
    padding-right: 20px;
    max-width: calc(100% - 186px);
  }
}
@media (max-width: 767px) {
  .courses-details-section .courses-details > div.right-block {
    max-width: 100%;
  }
}
.courses-details-section .courses-details > div.right-block .content-block {
  border-bottom: 1px solid rgba(160, 160, 160, 0.4627);
  margin-bottom: 55px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .courses-details-section .courses-details > div.right-block .content-block {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
}
.courses-details-section .courses-details > div.right-block .content-block h2 {
  margin: 0 0 36px 0;
  font-weight: 900;
  font-size: 40px;
  color: #000000;
}
@media (max-width: 1280px) {
  .courses-details-section .courses-details > div.right-block .content-block h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .courses-details-section .courses-details > div.right-block .content-block h2 {
    font-size: 26px;
  }
}
.courses-details-section .courses-details > div.right-block .content-block h4 {
  font-size: 21px;
  line-height: normal;
  margin: 0 0 28px 0;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 1280px) {
  .courses-details-section .courses-details > div.right-block .content-block h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .courses-details-section .courses-details > div.right-block .content-block h4 {
    font-size: 16px;
  }
}
.courses-details-section .courses-details > div.right-block .content-block p {
  margin: 0 0 30px 0;
}
@media (max-width: 1280px) {
  .courses-details-section .courses-details > div.right-block .content-block p {
    margin-bottom: 20px;
  }
}
.courses-details-section .courses-details > div.right-block .content-block li {
  margin: 0;
}
.courses-details-section .courses-details > div.right-block .content-block p,
.courses-details-section .courses-details > div.right-block .content-block li {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 767px) {
  .courses-details-section .courses-details > div.right-block .content-block p,
  .courses-details-section .courses-details > div.right-block .content-block li {
    font-size: 16px;
    line-height: 25px;
  }
}
.courses-details-section .courses-details > div.right-block .content-block ul,
.courses-details-section .courses-details > div.right-block .content-block ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
}
.form-section {
  border-bottom: 1px solid rgba(160, 160, 160, 0.4627);
  margin-bottom: 40px;
  padding-bottom: 60px;
}
.form-section h2 {
  margin: 0 0 36px 0;
  font-weight: 900;
  font-size: 40px;
  color: #0061ae;
  text-transform: capitalize;
}
@media (max-width: 1280px) {
  .form-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .form-section h2 {
    font-size: 26px;
  }
}
.form-section .field.choice {
  margin-bottom: 20px;
}
.form-section .wpcf7 .wpcf7-form .actions-toolbar .primary p {
  margin-bottom: 0;
}
.form-section .wpcf7 .wpcf7-form .actions-toolbar .primary .wpcf7-submit.custom-blue-button {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: 'Kanit', sans-serif;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .form-section .wpcf7 .wpcf7-form .actions-toolbar .primary .wpcf7-submit.custom-blue-button {
    min-width: 100%;
  }
}
.form-section .wpcf7 .wpcf7-form input[type="checkbox"] + span {
  font-weight: 300;
}
.form-section .action {
  text-align: right;
}
.form-section .action .custom-blue-button {
  font-size: 14px;
  font-weight: 700;
  min-width: 230px;
  padding: 16px 30px;
  font-family: 'Kanit', sans-serif;
}
@media (max-width: 991px) {
  .form-section .action .custom-blue-button {
    min-width: 186px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-section p {
  line-height: 26px;
  margin-bottom: 50px;
}
.form-section.success {
  display: none;
}
.form-section.success p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 767px) {
  .form-section.success p {
    font-size: 16px;
    line-height: 25px;
  }
}
.form-section.success .custom-blue-button {
  min-width: 264px;
  font-size: 15px;
  letter-spacing: 0.05em;
  display: inline-block;
  text-align: center;
  padding: 14px 40px;
}
@media (max-width: 480px) {
  .form-section.success .custom-blue-button {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .enquire-form .action .custom-blue-button {
    margin-top: 15px;
  }
}
.post-bottom-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
  flex-wrap: wrap;
}
.post-bottom-area .post-bottom-area {
  padding-bottom: 0;
}
.post-bottom-area > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccdfef;
}
.post-bottom-area > a:hover,
.post-bottom-area > a:focus {
  background-color: #0061ae;
  border-color: #0061ae;
  color: #ffffff;
}
.post-bottom-area > a:hover svg path,
.post-bottom-area > a:focus svg path {
  stroke: #ffffff;
}
@media (max-width: 991px) {
  .post-bottom-area > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .post-bottom-area > a {
    margin-bottom: 24px;
  }
  .post-bottom-area > a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .post-bottom-area > a {
    width: 100%;
  }
}
.post-bottom-area > a.left svg {
  margin-right: 15px;
  width: 20px;
  height: 20px;
}
.post-bottom-area > a.right svg {
  margin-left: 15px;
  width: 20px;
  height: 20px;
}
.post-bottom-area > a:hover svg path {
  stroke: #ffffff !important;
}
body:has(.stand-out-section) .upcoming-holiday-div .upcoming-main h2 {
  max-width: 570px;
}
@media (max-width: 1200px) {
  .upcoming-holiday-div.trade-upcoming-div .upcoming-main h2 {
    top: -40px;
  }
}
@media (max-width: 1023px) {
  .upcoming-holiday-div.trade-upcoming-div .upcoming-main h2 {
    top: auto;
  }
}
.upcoming-holiday-div.trade-upcoming-div .upcoming-main ul li .content h3 {
  text-transform: none;
}
.page-layout-why-trade-account .upcoming-holiday-div:before,
.page-layout-why-trade-account .upcoming-holiday-div:after {
  display: none;
}
@media (max-width: 640px) {
  .page-layout-why-trade-account .category-landing {
    margin-top: 20px;
  }
}
.page-layout-why-trade-account .page-main {
  display: none;
}
@media (min-width: 1025px) {
  .page-layout-why-trade-account .upcoming-holiday-div {
    padding-top: 20px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section {
    margin: 109px 0;
  }
}
@media (max-width: 1023px) {
  .page-layout-why-trade-account .stand-out-section {
    position: relative;
    z-index: 9;
  }
}
.page-layout-why-trade-account .stand-out-section .stand-out-inner::before {
  background: url('../../frontend/Cda/upupandaway/en_GB/images/left-dot-icon.svg') no-repeat;
  bottom: -207px;
  z-index: 1;
  left: -52px;
  transform: rotate(0deg);
  background-size: cover;
  width: 276px;
  height: 262px;
  content: "";
}
@media (max-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner::before {
    bottom: -214px;
    z-index: 1;
    left: -32px;
    width: 216px;
    height: 205px;
  }
}
@media (max-width: 767px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner::before {
    bottom: -114px;
    z-index: 1;
    left: -16px;
    width: 156px;
    height: 149px;
  }
}
@media (max-width: 991px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .container::after {
    right: 31px;
    width: 200px;
    height: 200px;
    top: 60px;
  }
}
@media (max-width: 767px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .container::after {
    display: none;
  }
}
@media (min-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .title h2 {
    font-size: 35px;
    letter-spacing: 2.5px;
    margin: 0;
  }
}
@media (min-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .text-only {
    margin: 15px 0 0 0;
    width: 25%;
  }
}
@media (min-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .text-only p {
    line-height: 26px;
  }
}
@media (min-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon {
    margin-top: 63px;
  }
}
@media (min-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .text-only .round-bg {
    max-width: 370px;
    left: 90px;
    bottom: -80px;
  }
}
@media (min-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text {
    width: 75%;
  }
}
.page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text .flex-icon {
  justify-content: center;
}
@media (min-width: 992px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text .flex-icon {
    justify-content: space-between;
  }
}
@media (min-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text .flex-icon {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text .flex-icon .icon-block {
    margin-bottom: 40px;
  }
}
@media (min-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text .flex-icon .icon-block .icon-bg {
    width: 260px;
    height: 260px;
    background-size: contain;
  }
}
@media (min-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text .flex-icon .icon-block .icon-content p {
    font-size: 18px;
    padding: 0;
  }
}
.page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text .flex-icon .icon-block:first-child .icon-bg img {
  max-width: 106px;
}
@media (max-width: 991px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text .flex-icon .icon-block:first-child .icon-bg img {
    max-width: 76px;
  }
}
.page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text .flex-icon .icon-block:nth-child(2) .icon-bg img {
  max-width: 100px;
}
@media (max-width: 991px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text .flex-icon .icon-block:nth-child(2) .icon-bg img {
    max-width: 70px;
  }
}
.page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text .flex-icon .icon-block:nth-child(3) .icon-bg img {
  max-width: 128px;
}
@media (max-width: 991px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner .stand-text-icon .iconwith-text .flex-icon .icon-block:nth-child(3) .icon-bg img {
    max-width: 88px;
  }
}
@media (min-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section .stand-out-inner:after {
    right: 10%;
    top: -20px;
  }
}
.page-layout-why-trade-account .stand-out-section.trade-acc-bottom .stand-out-inner .container::after {
  display: none;
}
.page-layout-why-trade-account .stand-out-section.trade-acc-bottom .stand-out-inner::before {
  background: url(../../frontend/Cda/upupandaway/en_GB/images/trade-left-shape.png) no-repeat;
  width: 289px;
  height: 343px;
  bottom: 200px;
  left: 0;
  background-size: cover;
}
@media (max-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section.trade-acc-bottom .stand-out-inner::before {
    width: 196px;
    height: 230px;
  }
}
@media (max-width: 1200px) {
  .page-layout-why-trade-account .stand-out-section.trade-acc-bottom .stand-out-inner::before {
    width: 166px;
    height: 196px;
  }
}
.page-layout-why-trade-account .stand-out-section.trade-acc-bottom .stand-out-inner:after {
  content: "";
  background: url(../../frontend/Cda/upupandaway/en_GB/images/trade-right-shape.png) no-repeat;
  width: 332px;
  height: 294px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
@media (max-width: 1370px) {
  .page-layout-why-trade-account .stand-out-section.trade-acc-bottom .stand-out-inner:after {
    width: 212px;
    height: 174px;
  }
}
@media (max-width: 1200px) {
  .page-layout-why-trade-account .stand-out-section.trade-acc-bottom .stand-out-inner:after {
    width: 162px;
    height: 124px;
  }
}
@media (max-width: 991px) {
  .page-layout-why-trade-account .stand-out-section.trade-acc-bottom .stand-out-inner:after {
    display: none;
  }
}
.cta-blue-section {
  margin: 227px 0 130px;
  background: #0061ae;
  position: relative;
}
.cta-blue-section::before {
  background: url(../../frontend/Cda/upupandaway/en_GB/images/left-dot-icon.svg) no-repeat;
  top: -250px;
  z-index: 1;
  left: -52px;
  transform: rotate(0deg);
  background-size: cover;
  width: 276px;
  height: 262px;
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 1370px) {
  .cta-blue-section::before {
    top: -177px;
    z-index: 1;
    left: -32px;
    width: 196px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  .cta-blue-section::before {
    top: -114px;
    z-index: 1;
    left: -16px;
    width: 156px;
    height: 149px;
  }
}
@media (max-width: 1200px) {
  .cta-blue-section {
    margin: 127px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .cta-blue-section {
    margin-top: 77px;
    margin-bottom: 30px;
  }
}
.cta-blue-section:after {
  content: "";
  width: 231px;
  height: 330px;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/shap-after.png) no-repeat;
  display: block;
  position: absolute;
  right: -60px;
  top: -170px;
  z-index: 1;
  background-size: cover;
}
@media (max-width: 1370px) {
  .cta-blue-section:after {
    width: 171px;
    height: 270px;
    right: -40px;
    top: -145px;
  }
}
@media (max-width: 767px) {
  .cta-blue-section:after {
    width: 111px;
    height: 210px;
    right: -5px;
    top: -145px;
  }
}
@media (max-width: 991px) {
  .cta-blue-section {
    margin-bottom: 70px;
  }
}
.cta-blue-section .cta-row {
  display: flex;
  flex-wrap: wrap;
  padding: 87px 0;
  position: relative;
}
@media (max-width: 991px) {
  .cta-blue-section .cta-row {
    display: block;
  }
}
.cta-blue-section .cta-row .cta-title {
  width: 30%;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .cta-blue-section .cta-row .cta-title {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cta-blue-section .cta-row .cta-title {
    width: 100%;
    padding-right: 0;
  }
}
.cta-blue-section .cta-row .cta-title h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 47px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 50px 0 0;
}
@media (max-width: 991px) {
  .cta-blue-section .cta-row .cta-title h2 {
    margin: 0 0 35px 0;
  }
}
.cta-blue-section .cta-row .cta-info {
  width: 70%;
  padding-left: 175px;
}
@media (max-width: 991px) {
  .cta-blue-section .cta-row .cta-info {
    width: 100%;
    padding: 0;
  }
}
.cta-blue-section .cta-row .cta-info p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 28px;
  line-height: 30px;
}
@media (max-width: 769px) {
  .cta-blue-section .cta-row .cta-info p {
    font-size: 16px;
    line-height: 26px;
  }
}
.cta-blue-section .cta-row .cta-info ul {
  padding: 0 0 0 15px;
  margin: 0 0 0 3px;
}
.cta-blue-section .cta-row .cta-info ul li {
  color: #ffffff;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 30px;
}
@media (max-width: 769px) {
  .cta-blue-section .cta-row .cta-info ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.cta-blue-section .cta-row .cta-info ul li::marker {
  font-size: 16px;
}
.trade-acc-bottom {
  text-align: center;
}
@media (max-width: 991px) {
  .trade-acc-bottom .stand-out-inner::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .trade-acc-bottom .stand-out-inner .iconwith-text .flex-icon {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .trade-acc-bottom .stand-out-inner .iconwith-text .flex-icon .icon-block {
    max-width: 100%;
  }
}
.trade-acc-bottom .stand-text-icon {
  margin: 63px 0 83px;
}
@media (max-width: 767px) {
  .trade-acc-bottom .stand-text-icon {
    margin: 0px 0 30px;
  }
}
.trade-acc-bottom .stand-text-icon .iconwith-text {
  width: 100% !important;
}
.trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon {
  justify-content: center;
}
@media (min-width: 768px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon {
    width: 1140px;
  }
}
@media (max-width: 991px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon {
    justify-content: center;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon {
    justify-content: center;
    row-gap: 0;
  }
}
@media (min-width: 992px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block {
    width: 50%;
    max-width: 50%;
    position: relative;
  }
}
@media (max-width: 991px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block.two {
    margin: 225px 0 -100px;
  }
}
@media (min-width: 992px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block.three {
    margin: -15px 0 0 75px;
  }
}
@media (min-width: 992px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block.three {
    margin: -35px 0 0 125px;
  }
}
@media (min-width: 768px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block .icon-content {
    width: 60%;
    margin: 0 auto;
  }
}
.trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block .round-bg {
  position: absolute;
  top: -10px;
  right: -265px;
  transform: rotate(45deg) scaleY(-1);
  width: 65%;
}
@media (max-width: 991px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block .round-bg {
    top: 40px;
    right: -205px;
    display: none;
  }
}
@media (max-width: 767px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block .round-bg {
    display: none;
  }
}
.trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block .line-arrow {
  position: absolute;
  top: -55px;
  right: 11px;
}
@media (max-width: 991px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block .line-arrow {
    top: -75px;
    display: none;
  }
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block .line-arrow img {
    max-width: 87%;
  }
}
@media (max-width: 767px) {
  .trade-acc-bottom .stand-text-icon .iconwith-text .flex-icon .icon-block .line-arrow {
    display: none;
  }
}
.trade-acc-bottom .trade-btn a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background: #ccdfef;
  min-width: 725px;
  border: 2px solid #ccdfef;
}
.trade-acc-bottom .trade-btn a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .trade-acc-bottom .trade-btn a {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .trade-acc-bottom .trade-btn a {
    min-width: auto;
  }
}
.trade-usps-section {
  padding: 60px 0 155px;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .trade-usps-section {
    padding: 60px 0;
  }
}
.trade-usps-section .usps-main {
  border-top: 1px solid rgba(160, 160, 160, 0.46);
  padding-top: 75px;
}
@media (max-width: 991px) {
  .trade-usps-section .usps-main .slick-list {
    padding: 0 !important;
  }
}
.trade-usps-section .usps-main .usps-block {
  max-width: 870px;
  align-items: flex-start;
}
.trade-usps-section .usps-main .usps-block .item {
  flex-direction: column;
  text-align: center;
  flex: 0 0 33.33%;
}
.trade-usps-section .usps-main .usps-block .item .icon {
  background-color: #ccdfef;
  height: 92px;
  width: 92px;
  flex: 0 0 92px;
  margin-bottom: 30px;
}
.trade-usps-section .usps-main .usps-block .item .icon img {
  max-height: 52px;
}
.trade-usps-section .usps-main .usps-block .item .discription {
  padding: 0;
}
.trade-usps-section .usps-main .usps-block .item .discription p {
  color: #0061ae;
  font-size: 15px;
}
.trade-usps-section .usps-main .usps-block .item:nth-child(2) .icon img {
  max-height: 36px;
}
body:has(.contact-us-section) .main-container {
  margin-bottom: 0;
  padding-bottom: 60px;
}
body:has(.contact-us-section) .acc__title {
  border-bottom: 1px solid rgba(160, 160, 160, 0.46);
}
.contact-section {
  background-color: rgba(16, 24, 32, 0.05);
}
.contact-section + #maincontent .page.messages .message {
  margin-bottom: 80px;
}
.contact-section .column.main {
  padding: 0;
}
.contact-us-section {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0 0;
  align-items: stretch;
}
.contact-us-section:after {
  content: "";
  width: 251px;
  height: 350px;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/shap-after.png) no-repeat;
  display: none;
  position: absolute;
  right: -70px;
  top: 0;
}
@media (max-width: 1679px) {
  .contact-us-section:after {
    width: 191px;
    height: 260px;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .contact-us-section:after {
    width: 148px;
    height: 150px;
  }
}
.contact-us-section::before {
  content: "";
  width: 276px;
  height: 262px;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/shap-before.png) no-repeat;
  display: none;
  position: absolute;
  left: -37px;
  top: -50px;
  z-index: 1;
}
@media (max-width: 1679px) {
  .contact-us-section::before {
    width: 196px;
    height: 162px;
    background-size: contain;
    left: -21px;
    top: -50px;
    z-index: 1;
  }
}
@media (max-width: 640px) {
  .contact-us-section::before {
    width: 126px;
    height: 122px;
    left: -16px;
    top: -10px;
  }
}
.contact-us-section .circle-before {
  width: 276px;
  height: 262px;
  display: block;
  position: absolute;
  left: -37px;
  top: -50px;
  z-index: -1;
}
.contact-us-section .circle-before svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1679px) {
  .contact-us-section .circle-before {
    width: 196px;
    height: 162px;
    background-size: contain;
    left: -21px;
    top: -50px;
  }
}
@media (max-width: 640px) {
  .contact-us-section .circle-before {
    width: 126px;
    height: 122px;
    left: -16px;
    top: -10px;
  }
}
.contact-us-section .circle-after {
  width: 251px;
  height: 350px;
  display: block;
  position: absolute;
  right: -70px;
  top: 0;
  z-index: -1;
}
.contact-us-section .circle-after svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1679px) {
  .contact-us-section .circle-after {
    width: 191px;
    height: 260px;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .contact-us-section .circle-after {
    width: 148px;
    height: 150px;
  }
}
.contact-us-section > div {
  width: 100%;
  max-width: 49%;
}
@media (max-width: 769px) {
  .contact-us-section > div {
    max-width: 100%;
  }
}
.contact-us-section > div.right-block .contact-info-section {
  margin-bottom: 0;
  height: 100%;
}
.contact-us-section > div .contact-info-section {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 68px 52px;
  margin-bottom: 25px;
}
@media (max-width: 1370px) {
  .contact-us-section > div .contact-info-section {
    padding: 38px 30px;
  }
}
@media (max-width: 640px) {
  .contact-us-section > div .contact-info-section {
    padding: 35px 25px;
  }
}
.contact-us-section > div .contact-info-section h3 {
  color: #0061ae;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
}
.contact-us-section > div .contact-info-section .wpcf7-not-valid-tip {
  padding: 0 24px;
  font-size: 14px;
}
@media (max-width: 1370px) {
  .contact-us-section > div .contact-info-section .wpcf7-not-valid-tip {
    padding: 0 14px;
  }
}
.contact-us-section > div.left-block {
  background-color: transparent;
}
.contact-us-section > div.left-block h2 {
  text-transform: uppercase;
  font-weight: 900;
  color: #0061ae;
  margin: 0 0 38px 0;
  font-size: 40px;
}
@media (max-width: 640px) {
  .contact-us-section > div.left-block h2 {
    font-size: 32px;
    margin-top: 30px;
  }
}
.contact-us-section > div.left-block strong {
  color: #0061ae;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
}
.contact-us-section > div.left-block .info-span a,
.contact-us-section > div.left-block .info-span address {
  font-size: 17px;
  color: #000000;
  font-weight: 300;
}
.contact-us-section > div.left-block .info-span a:hover {
  color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .contact-us-section > div.left-block .info-span:last-child {
    margin-bottom: 0;
  }
  .contact-us-section > div.left-block .info-span:last-child .social-links ul li {
    margin-bottom: 0;
  }
}
.contact-us-section > div.left-block .store-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .contact-us-section > div.left-block .store-img {
    margin-bottom: 40px;
  }
}
.contact-us-section > div.left-block .store-img .img-block {
  width: 100%;
  max-width: 49%;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 41.25%;
}
@media (max-width: 640px) {
  .contact-us-section > div.left-block .store-img .img-block {
    margin-bottom: 20px;
    max-width: 100%;
    padding-bottom: 85%;
  }
}
.contact-us-section > div.left-block .store-img .img-block img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.form.contact {
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.form.contact .wpcf7-not-valid-tip {
  padding: 0 24px;
}
@media (max-width: 1370px) {
  .form.contact .wpcf7-not-valid-tip {
    padding: 0 14px;
  }
}
.form.contact .fieldset {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form.contact .fieldset {
    margin-bottom: 30px;
  }
}
.form.contact .actions-toolbar {
  text-align: right;
}
.form.contact .actions-toolbar .primary {
  margin-left: auto;
  float: none;
  text-align: right;
}
.form.contact .actions-toolbar .primary .custom-blue-button {
  min-width: 230px;
  padding: 15px 40px;
  text-align: center;
  font-weight: 700;
  margin-right: 0;
}
@media (max-width: 767px) {
  .form.contact .actions-toolbar .primary .custom-blue-button {
    min-width: 180px;
  }
}
.contact-info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact-info > div {
  width: 100%;
}
@media (max-width: 991px) {
  .contact-info > div {
    margin-bottom: 20px;
  }
}
.contact-info > div:first-child {
  max-width: 41%;
}
@media (max-width: 1200px) {
  .contact-info > div:first-child {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .contact-info > div:first-child {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .contact-info > div:first-child {
    max-width: 100%;
  }
}
.contact-info > div:nth-child(2) {
  max-width: 31.5%;
}
@media (max-width: 1200px) {
  .contact-info > div:nth-child(2) {
    max-width: 100%;
    order: 1;
  }
  .contact-info > div:nth-child(2) address {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .contact-info > div:nth-child(2) {
    max-width: 100%;
    order: 0;
  }
}
@media (max-width: 640px) {
  .contact-info > div:nth-child(2) {
    max-width: 100%;
    order: 0;
  }
}
.contact-info > div:nth-child(3) {
  max-width: 23.25%;
}
@media (max-width: 1200px) {
  .contact-info > div:nth-child(3) {
    max-width: 40%;
  }
}
@media (max-width: 991px) {
  .contact-info > div:nth-child(3) {
    max-width: 100%;
    order: 0;
  }
}
@media (max-width: 640px) {
  .contact-info > div:nth-child(3) {
    max-width: 100%;
  }
}
.social-links ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 5px 0 0 0 !important;
  padding: 0 !important;
}
.social-links ul li {
  max-width: none;
  width: auto;
  margin-right: 10px;
}
.social-links ul li a svg {
  width: 34px;
  height: 34px;
}
.social-links ul li:hover a circle {
  fill: #e04457;
}
.faqs-section {
  background-color: #ffffff;
  padding: 92px 0 166px;
  position: relative;
}
@media (max-width: 767px) {
  .faqs-section {
    padding-bottom: 50px;
    padding-top: 15px;
  }
}
.faqs-section .container {
  position: relative;
}
.faqs-section .container:before {
  content: "";
  background: url(../../frontend/Cda/upupandaway/en_GB/images/faqs-before.png) no-repeat;
  width: 141px;
  height: 79px;
  display: none;
  position: absolute;
  left: -60px;
  top: -10px;
}
@media (max-width: 1679px) {
  .faqs-section .container:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .faqs-section .container:before {
    left: 20px;
    top: -80px;
  }
}
@media (max-width: 640px) {
  .faqs-section .container:before {
    width: 81px;
    height: 42px;
    left: 20px;
    top: -10px;
    background-size: contain;
  }
}
.faqs-section .container:after {
  content: "";
  background: url(../../frontend/Cda/upupandaway/en_GB/images/faqs-after.png) no-repeat;
  width: 258px;
  height: 179px;
  display: none;
  position: absolute;
  right: 191px;
  top: -90px;
}
@media (max-width: 1200px) {
  .faqs-section .container:after {
    width: 178px;
    height: 99px;
    right: 80px;
    top: -60px;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .faqs-section .container:after {
    width: 138px;
    height: 58px;
    right: 0;
    top: -30px;
  }
}
.faqs-section .container .circle-before {
  width: 141px;
  height: 79px;
  display: block;
  position: absolute;
  left: -60px;
  top: -10px;
}
.faqs-section .container .circle-before svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1679px) {
  .faqs-section .container .circle-before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .faqs-section .container .circle-before {
    left: 20px;
    top: -80px;
  }
}
@media (max-width: 640px) {
  .faqs-section .container .circle-before {
    width: 81px;
    height: 42px;
    left: 20px;
    top: -10px;
    background-size: contain;
  }
}
.faqs-section .container .circle-after {
  width: 258px;
  height: 179px;
  display: block;
  position: absolute;
  right: 191px;
  top: -90px;
}
.faqs-section .container .circle-after svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .faqs-section .container .circle-after {
    width: 178px;
    height: 99px;
    right: 80px;
    top: -60px;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .faqs-section .container .circle-after {
    width: 138px;
    height: 58px;
    right: 0;
    top: -30px;
  }
  .faqs-section .container .circle-after svg {
    width: 100%;
    height: 100%;
  }
}
.faqs-section .title {
  color: #0061ae;
  font-size: 30px;
  font-weight: 900;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  max-width: 0 0 30px 0;
}
@media (max-width: 767px) {
  .faqs-section .title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .faqs-section .title {
    font-size: 32px;
  }
}
.acc {
  margin: 0 auto;
  max-width: 100%;
}
.acc__card {
  margin: 0;
  position: relative;
}
.acc__card:last-child .acc__title {
  border-bottom: 0;
}
.acc__title {
  background: #fff;
  box-shadow: none;
  color: #0061ae;
  cursor: pointer;
  display: block;
  padding: 24px 60px 24px 0;
  position: relative;
  text-align: left;
  border-bottom: 1px solid rgba(160, 160, 160, 0.76);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .acc__title {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.acc__title:after {
  content: "";
  width: 44px;
  height: 45px;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/faqs-arrow.svg) no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  transition: all linear 0.2s;
}
@media (max-width: 767px) {
  .acc__title:after {
    width: 34px;
    height: 34px;
    background-size: contain;
    right: 2px;
  }
}
.acc__title.active:after {
  transform: rotate(180deg) translateY(50%);
}
.acc__panel {
  background: #fff;
  color: #212121;
  display: none;
  margin: 0;
  padding: 2em 0;
  text-align: left;
  border-bottom: 1px solid rgba(160, 160, 160, 0.76);
}
.acc__panel p {
  font-size: 17px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .acc__panel p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .cdawpcpt-index-index .page-title-wrapper {
    padding: 13px 0 60px 0;
  }
}
@media (min-width: 1200px) {
  .cdawpcpt-index-index .page-title-wrapper .page-title {
    padding-top: 21px;
  }
}
@media (min-width: 1200px) {
  .cdawpcpt-index-index .page-title-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transform: none;
    z-index: -1;
    background-image: url("../../frontend/Cda/upupandaway/en_GB/images/Intersection_1.svg");
    background-position: bottom center;
    background-size: 100% auto;
    border-radius: 0;
  }
}
.cdawpcpt-index-index .main-container .container {
  padding: 0;
}
.cdawpcpt-index-index .main-container .container .load-posts {
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -100px;
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #ccdfef;
  border-color: #ccdfef;
  font-size: 16px;
  min-width: 200px;
  line-height: 16px;
  padding: 14px 40px;
}
.cdawpcpt-index-index .main-container .container .load-posts:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .cdawpcpt-index-index .main-container .container .load-posts {
    padding: 12px 20px;
  }
}
.cdawpcpt-index-index .main-container .container .load-posts:hover {
  border-color: #0061ae;
  color: #ffffff;
  background-color: #0061ae;
}
.news-section {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .news-section {
    margin-bottom: 10px;
  }
}
.news-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  padding: 40px 0;
  margin-bottom: 85px;
  align-items: flex-start;
}
@media (max-width: 1370px) {
  .news-filter {
    margin-bottom: 55px;
  }
}
.news-filter > div:first-child {
  width: 100%;
  max-width: calc(100% - 336px);
}
@media (max-width: 991px) {
  .news-filter > div:first-child {
    max-width: 35%;
  }
}
@media (max-width: 640px) {
  .news-filter > div:first-child {
    width: 100%;
    max-width: 100%;
  }
}
.news-filter > div:last-child {
  width: 100%;
  max-width: 334px;
}
@media (max-width: 991px) {
  .news-filter > div:last-child {
    max-width: 64%;
  }
  .news-filter > div:last-child .title {
    width: 170px;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .news-filter > div:last-child {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
  }
}
.news-filter .filter-news {
  width: 100%;
  max-width: 140px;
}
@media (max-width: 640px) {
  .news-filter .filter-news {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .news-filter .filter-news .title {
    text-decoration: underline;
  }
}
.news-filter .title {
  color: #0061ae;
  font-size: 22px;
  margin: 0 40px 0 0;
  padding: 0;
  font-weight: 700;
  line-height: 52px;
}
@media (min-width: 992px) {
  .news-filter .title {
    pointer-events: none;
  }
}
@media (max-width: 1200px) {
  .news-filter .title {
    margin: 0 20px 0 0;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .news-filter .left-filter .close-icon {
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    display: none;
  }
}
.news-filter .left-filter .clear-filter {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 52px;
  color: #0061ae;
  text-decoration: underline;
  text-transform: uppercase;
  margin-left: 0;
  margin-top: 0;
  display: block;
}
@media (max-width: 991px) {
  .news-filter .left-filter .clear-filter {
    margin-top: 0;
  }
}
.news-filter .left-filter .clear-filter:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .news-filter .left-filter {
    /*.title {
                    padding: 10px 10px;
                    max-width: 200px;
                    border-radius: 40px;
                    border: 2px solid #0061ae;
                    text-align: center;
                }*/
  }
  .news-filter .left-filter .close-icon {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 0;
    transition: all linear 4s;
  }
  .news-filter .left-filter .close-icon::after,
  .news-filter .left-filter .close-icon::before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #0061ae;
    display: block;
    transform: rotate(-45deg);
    top: 0;
    position: absolute;
    right: 15px;
  }
  .news-filter .left-filter .close-icon::before {
    margin: 0;
    transform: rotate(45deg);
  }
  .news-filter .left-filter > ul {
    position: fixed;
    display: block;
    top: 0;
    left: -100%;
    z-index: 999999;
    background: #fff;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 80px 30px;
    transition: all linear 0.4s;
  }
  .news-filter .left-filter.active > ul {
    left: 0;
  }
}
.left-filter,
.right-filter {
  display: flex;
  align-items: flex-start;
}
.left-filter .select-box,
.right-filter .select-box {
  width: 100%;
  max-width: 202px;
  background: rgba(0, 97, 174, 0.2) url(../../frontend/Cda/upupandaway/en_GB/images/down-arrow.svg) no-repeat;
  background-position: calc(100% - 23px);
  border: 0;
  border-radius: 40px;
  height: 52px;
  padding: 0 50px 0 25px;
  color: #0061ae;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 991px) {
  .left-filter .select-box,
  .right-filter .select-box {
    max-width: 100%;
  }
}
.left-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.left-filter ul li {
  margin: 0;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .left-filter ul li {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .left-filter ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.left-filter ul li a {
  background: rgba(0, 97, 174, 0.2);
  color: #0061ae;
  display: block;
  padding: 5px 15px;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: 700;
  width: 208px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 16px;
  text-decoration: none;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: initial;
}
@media (max-width: 1370px) {
  .left-filter ul li a {
    min-width: initial;
    width: 182px;
  }
}
@media (max-width: 991px) {
  .left-filter ul li a {
    width: 100%;
  }
}
.left-filter ul li:hover a,
.left-filter ul li.active a {
  background: #0061ae;
  color: #ffffff;
}
.news-listing {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .news-listing {
    margin-bottom: 0;
  }
}
.news-listing img {
  border-radius: 20px;
}
.main-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 45px 0;
}
.main-post .img-block {
  width: 100%;
  max-width: 50%;
  height: 380px;
}
@media (max-width: 991px) {
  .main-post .img-block {
    height: 330px;
  }
}
@media (max-width: 800px) {
  .main-post .img-block {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .main-post .img-block {
    height: auto;
  }
}
.main-post .img-block a {
  height: 100%;
  width: 100%;
}
.main-post .img-block a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .main-post .img-block {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.main-post .post-info {
  width: 100%;
  max-width: 45%;
}
@media (max-width: 767px) {
  .main-post .post-info {
    max-width: 100%;
  }
}
.main-post .post-info .category-name {
  text-transform: uppercase;
  color: #0061ae;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px 0;
  display: block;
}
@media (max-width: 991px) {
  .main-post .post-info .category-name {
    margin: 0 0 5px 0;
    font-size: 16px;
  }
}
.main-post .post-info .category-name a {
  color: #0061ae;
}
.main-post .post-info .category-name a:hover {
  color: #e04457;
  text-decoration: none;
}
.main-post .post-info .title {
  color: #0061ae;
  font-size: 30px;
  font-weight: 900;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .main-post .post-info .title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1370px) {
  .main-post .post-info .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1200px) {
  .main-post .post-info .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .main-post .post-info .title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .main-post .post-info .title {
    font-size: 22px;
    line-height: 28px;
  }
}
.main-post .post-info .title a {
  color: #000000;
}
.main-post .post-info .title a:hover {
  color: #0061ae;
  text-decoration: none;
}
.most-popular-post {
  padding-top: 45px;
}
@media (max-width: 1370px) {
  .most-popular-post {
    padding-top: 25px;
  }
}
.most-popular-post .block-title {
  text-align: center;
}
.most-popular-post .block-title h2 {
  margin: 0 0 46px 0;
}
@media (max-width: 1200px) {
  .most-popular-post .block-title h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .most-popular-post .block-title h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 26px;
  }
}
.most-popular-post .popular-post-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 68px;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  padding-bottom: 60px;
  margin-bottom: 45px;
}
@media (max-width: 1370px) {
  .most-popular-post .popular-post-list {
    gap: 0 40px;
    padding-bottom: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .most-popular-post .popular-post-list {
    grid-template-columns: 1fr;
  }
}
.most-popular-post .popular-post-list .popular-block {
  padding-bottom: 30px;
}
.most-popular-post .popular-post-list .img-block {
  overflow: hidden;
  border-radius: 20px;
  margin: 0 0 20px 0;
  height: 381px;
}
@media (max-width: 1200px) {
  .most-popular-post .popular-post-list .img-block {
    height: 330px;
  }
}
@media (max-width: 991px) {
  .most-popular-post .popular-post-list .img-block {
    height: 260px;
  }
}
@media (max-width: 800px) {
  .most-popular-post .popular-post-list .img-block {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .most-popular-post .popular-post-list .img-block {
    height: auto;
  }
}
.most-popular-post .popular-post-list .img-block a {
  position: relative;
  display: block;
  padding-bottom: 77%;
  height: 100%;
}
.most-popular-post .popular-post-list .img-block a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-info .category-name {
  font-size: 16px;
  color: #0061ae;
  letter-spacing: 0.9px;
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.post-info .category-name a {
  color: #0061ae;
  text-decoration: none;
}
.post-info .category-name a:hover {
  color: #e04457;
  text-decoration: none;
}
.post-info h3 {
  color: #0061ae;
  font-size: 30px;
  font-weight: 900;
  line-height: 55px;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 500;
  line-height: normal;
  font-size: 26px;
  margin: 0 0 21px 0;
  display: block;
}
@media (max-width: 767px) {
  .post-info h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1370px) {
  .post-info h3 {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 1200px) {
  .post-info h3 {
    font-size: 22px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .post-info h3 {
    height: auto !important;
  }
}
.post-info h3 a {
  color: #000000;
  text-decoration: none;
}
.post-info h3 a:hover {
  color: #0061ae;
  text-decoration: none;
}
.post-info p {
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
@media (max-width: 1370px) {
  .post-info p {
    font-size: 16px;
  }
}
.news-post-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 64px;
  padding-top: 45px;
}
@media (max-width: 1200px) {
  .news-post-listing {
    gap: 20px 30px;
  }
}
@media (max-width: 991px) {
  .news-post-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .news-post-listing {
    grid-template-columns: 1fr;
    gap: 0px 30px;
  }
}
.news-post-listing > div {
  margin: 0;
}
@media (max-width: 767px) {
  .news-post-listing > div.large {
    margin-bottom: 40px;
  }
}
.news-post-listing > div.news-post:not(.large) {
  margin-bottom: 55px;
}
@media (max-width: 1370px) {
  .news-post-listing > div.news-post:not(.large) {
    margin-bottom: 40px;
  }
}
.news-post-listing > div.news-post.large .img-block {
  height: 1027px;
}
@media (max-width: 1200px) {
  .news-post-listing > div.news-post.large .img-block {
    height: 883px;
  }
}
@media (max-width: 991px) {
  .news-post-listing > div.news-post.large .img-block {
    height: 740px;
  }
}
@media (max-width: 800px) {
  .news-post-listing > div.news-post.large .img-block {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .news-post-listing > div.news-post.large .img-block {
    height: auto;
  }
}
.news-post-listing > div.news-post.large .img-block a {
  padding-bottom: 215%;
  height: 100%;
}
.news-post-listing > div.news-post .img-block {
  margin-bottom: 20px;
  height: 381px;
}
@media (max-width: 1200px) {
  .news-post-listing > div.news-post .img-block {
    height: 330px;
  }
}
@media (max-width: 991px) {
  .news-post-listing > div.news-post .img-block {
    height: 260px;
  }
}
@media (max-width: 800px) {
  .news-post-listing > div.news-post .img-block {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .news-post-listing > div.news-post .img-block {
    height: auto;
  }
}
.news-post-listing > div.news-post .img-block a {
  display: block;
  position: relative;
  padding-bottom: 77.25%;
  height: 100%;
}
@media (max-width: 991px) {
  .news-post-listing > div.news-post .img-block a {
    padding-bottom: 74.25%;
  }
}
.news-post-listing > div.news-post .img-block a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.legal-page {
  margin-top: 70px;
  margin-bottom: 150px;
  position: relative;
}
@media (max-width: 767px) {
  .legal-page {
    margin-bottom: 50px;
  }
}
.legal-page::before {
  content: "";
  width: 233px;
  height: 122px;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/legal-left-shape.svg) no-repeat;
  display: none;
  position: absolute;
  left: -12px;
  top: -100px;
}
@media (max-width: 640px) {
  .legal-page::before {
    width: 133px;
    height: 56px;
    left: -5px;
    top: -58px;
    background-size: contain;
  }
}
.legal-page::after {
  content: "";
  width: 164px;
  height: 233px;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/legal-right-shape.svg) no-repeat;
  display: none;
  position: absolute;
  right: 110px;
  top: -50px;
  z-index: -1;
}
@media (max-width: 1679px) {
  .legal-page::after {
    right: 10px;
    top: -25px;
  }
}
@media (max-width: 640px) {
  .legal-page::after {
    width: 94px;
    height: 123px;
    background-size: contain;
  }
}
.legal-page .circle-before {
  width: 233px;
  height: 122px;
  display: block;
  position: absolute;
  left: -12px;
  top: -100px;
}
.legal-page .circle-before svg {
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .legal-page .circle-before {
    width: 133px;
    height: 56px;
    left: -5px;
    top: -58px;
    background-size: contain;
  }
}
.legal-page .circle-after {
  width: 164px;
  height: 233px;
  display: block;
  position: absolute;
  right: 110px;
  top: -50px;
  z-index: -1;
}
.legal-page .circle-after svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1679px) {
  .legal-page .circle-after {
    right: 10px;
    top: -25px;
  }
}
@media (max-width: 640px) {
  .legal-page .circle-after {
    width: 94px;
    height: 123px;
    background-size: contain;
  }
}
.legal-page ul {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 47px 40px;
}
@media (max-width: 991px) {
  .legal-page ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .legal-page ul {
    grid-template-columns: 1fr;
    gap: 34px 0px;
  }
}
.legal-page ul li {
  margin: 0;
}
.legal-page ul li a {
  background-color: rgba(0, 94, 174, 0.2);
  text-align: center;
  color: #0061ae;
  font-weight: 700;
  min-height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  text-decoration: none;
  font-size: 21px;
}
@media (max-width: 767px) {
  .legal-page ul li a {
    min-height: 106px;
    font-size: 18px;
  }
}
.legal-page ul li a:hover {
  background: #0061ae;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cdawpcpt-index-details .page-title-wrapper {
    padding: 13px 0 60px 0;
  }
}
@media (min-width: 1200px) {
  .cdawpcpt-index-details .page-title-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transform: none;
    z-index: -1;
    background-image: url("../../frontend/Cda/upupandaway/en_GB/images/news-detail.svg");
    background-position: bottom center;
    background-size: 100% auto;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cdawpcpt-index-details .news-details-section .featured-product-div .title h2 {
    text-align: center;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 640px) {
  .cdawpcpt-index-details .news-details-section .featured-product-div .title h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .cdawpcpt-index-details .news-details-section .featured-product-div .featured-product-slider .product-item {
    width: 50% !important;
  }
}
.cdawpcpt-index-details .news-details-section .featured-product-div .featured-product-slider .slick-prev {
  top: -46px;
}
.cdawpcpt-index-details .news-details-section .featured-product-div .featured-product-slider .slick-next {
  top: -46px;
}
.news-details-section {
  background: rgba(16, 24, 32, 0.05);
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.news-details-section.news-details-banner {
  z-index: -1;
  height: 634px;
}
@media (max-width: 1200px) {
  .news-details-section.news-details-banner {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .news-details-section.news-details-banner {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .news-details-section.news-details-banner {
    height: 250px;
  }
}
.news-details-section.news-details-banner .news-banner {
  height: 100%;
}
.news-details-section.news-details-banner .news-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-details-section .page-title-wrapper {
  z-index: 1;
}
.news-details-section .main-title-with-curve {
  position: relative;
  z-index: 1;
}
.news-details-section .main-container {
  position: relative;
}
.news-details-section .main-container:after {
  content: "";
  width: 100%;
  height: 220px;
  background: #f2f3f3;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -270px;
}
.news-details-section .main-container .share-items.sharing-block .sharing-links > div > .st-btn {
  height: 39px !important;
  width: 39px;
}
.news-details-section .news-banner {
  margin: -75px 0 0 0;
}
@media (max-width: 991px) {
  .news-details-section .news-banner {
    margin-top: -80px;
  }
}
@media (max-width: 640px) {
  .news-details-section .news-banner img {
    min-height: 200px;
    object-fit: cover;
  }
}
.news-details-section .news-details {
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 84px 120px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: -296px 0 60px 0;
}
@media (max-width: 1440px) {
  .news-details-section .news-details {
    margin-top: -200px;
  }
}
@media (max-width: 1200px) {
  .news-details-section .news-details {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 991px) {
  .news-details-section .news-details {
    padding-top: 34px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -180px;
  }
}
@media (max-width: 767px) {
  .news-details-section .news-details {
    margin-top: -80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-details-section .news-details:before {
  content: "";
  width: 230px;
  height: 214px;
  position: absolute;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/course-left-shape.png) no-repeat;
  left: -70px;
  top: 20%;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .news-details-section .news-details:before {
    width: 120px;
    height: 111px;
    left: -70px;
    top: 20px;
  }
}
.news-details-section .news-details:after {
  content: "";
  width: 199px;
  height: 217px;
  position: absolute;
  background: url(../../frontend/Cda/upupandaway/en_GB/images/course-right-shape.png) no-repeat;
  right: -66px;
  bottom: 30%;
  background-size: cover;
}
@media (max-width: 991px) {
  .news-details-section .news-details:after {
    width: 149px;
    height: 167px;
    bottom: 24%;
  }
}
@media (max-width: 767px) {
  .news-details-section .news-details:after {
    width: 99px;
    height: 107px;
    right: -36px;
    bottom: 22%;
  }
}
.news-details-section .news-details > div.left-block {
  width: 100%;
  max-width: 184px;
}
@media (max-width: 991px) {
  .news-details-section .news-details > div.left-block {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .news-details-section .news-details > div.left-block {
    max-width: 100%;
  }
}
.news-details-section .news-details > div.left-block .back-btn {
  margin-bottom: 38px;
  line-height: normal;
  text-decoration: none;
  min-width: 210px;
  padding: 15px 10px;
}
@media (max-width: 991px) {
  .news-details-section .news-details > div.left-block .back-btn {
    font-size: 13px;
    padding: 8px 0;
    max-width: 170px;
    min-width: initial;
  }
  .news-details-section .news-details > div.left-block .back-btn img {
    margin-right: 5px;
    height: 14px;
    width: 10px;
  }
}
.news-details-section .news-details > div.left-block .social-links h3 {
  font-size: 15px;
  color: #0061ae;
  text-transform: uppercase;
}
.news-details-section .news-details > div.left-block .social-links ul li {
  margin-bottom: 24px;
}
.news-details-section .news-details > div.left-block .social-links ul li:hover a path.a {
  fill: #e04457;
}
.news-details-section .news-details > div.left-block .social-links #st-1.sharethis-inline-share-buttons {
  text-align: left;
}
.news-details-section .news-details > div.left-block .social-links #st-1.sharethis-inline-share-buttons .st-btn {
  width: 34px;
  height: 34px;
  padding: 0;
  margin-right: 8px;
  border: 0;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 24px;
  background-color: #0061ae;
  border-radius: 100%;
}
.news-details-section .news-details > div.left-block .social-links #st-1.sharethis-inline-share-buttons .st-btn[data-network="facebook"] {
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/facebook-det.svg);
  background-color: transparent;
}
.news-details-section .news-details > div.left-block .social-links #st-1.sharethis-inline-share-buttons .st-btn[data-network="facebook"] img {
  display: none;
}
.news-details-section .news-details > div.left-block .social-links #st-1.sharethis-inline-share-buttons .st-btn[data-network="twitter"] {
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/twitter-det.svg);
  background-color: transparent;
}
.news-details-section .news-details > div.left-block .social-links #st-1.sharethis-inline-share-buttons .st-btn[data-network="twitter"] img {
  display: none;
}
.news-details-section .news-details > div.left-block .social-links #st-1.sharethis-inline-share-buttons .st-btn[data-network="pinterest"] {
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/pintrest-det.svg);
  background-color: transparent;
}
.news-details-section .news-details > div.left-block .social-links #st-1.sharethis-inline-share-buttons .st-btn[data-network="pinterest"] img {
  display: none;
}
.news-details-section .news-details > div.left-block .social-links #st-1.sharethis-inline-share-buttons .st-btn[data-network="sharethis"] {
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/plus-det.svg);
  background-color: transparent;
}
.news-details-section .news-details > div.left-block .social-links #st-1.sharethis-inline-share-buttons .st-btn[data-network="sharethis"] img {
  display: none;
}
.news-details-section .news-details > div.right-block {
  width: 100%;
  max-width: calc(100% - 282px);
  padding: 0px 110px 80px 0;
}
@media (max-width: 1280px) {
  .news-details-section .news-details > div.right-block {
    padding-right: 50px;
  }
}
@media (max-width: 1200px) {
  .news-details-section .news-details > div.right-block {
    padding-right: 70px;
  }
}
@media (max-width: 991px) {
  .news-details-section .news-details > div.right-block {
    padding-right: 20px;
    max-width: calc(100% - 206px);
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .news-details-section .news-details > div.right-block {
    max-width: 100%;
    padding-right: 0;
  }
}
.news-details-section .news-details > div.right-block .post-details span {
  text-transform: uppercase;
  font-weight: 700;
  color: #0061ae;
  font-size: 15px;
  display: block;
  margin-bottom: 16px;
}
.news-details-section .news-details > div.right-block .content-block {
  border-bottom: 0px solid rgba(160, 160, 160, 0.4627);
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 991px) {
  .news-details-section .news-details > div.right-block .content-block {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.news-details-section .news-details > div.right-block .content-block h2 {
  margin: 0 0 36px 0;
  font-weight: 900;
  font-size: 40px;
  color: #000000;
}
@media (max-width: 1280px) {
  .news-details-section .news-details > div.right-block .content-block h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-details-section .news-details > div.right-block .content-block h2 {
    font-size: 26px;
  }
}
.news-details-section .news-details > div.right-block .content-block h4 {
  font-size: 21px;
  line-height: normal;
  margin: 0 0 28px 0;
}
@media (max-width: 1280px) {
  .news-details-section .news-details > div.right-block .content-block h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-details-section .news-details > div.right-block .content-block h4 {
    font-size: 16px;
  }
}
.news-details-section .news-details > div.right-block .content-block p {
  margin: 0 0 30px 0;
  display: block;
  clear: both;
}
@media (max-width: 1280px) {
  .news-details-section .news-details > div.right-block .content-block p {
    margin-bottom: 20px;
  }
}
.news-details-section .news-details > div.right-block .content-block li {
  margin: 0;
}
.news-details-section .news-details > div.right-block .content-block p,
.news-details-section .news-details > div.right-block .content-block li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}
.news-details-section .news-details > div.right-block .content-block ul,
.news-details-section .news-details > div.right-block .content-block ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
}
.news-details-section .news-details > div.right-block .content-block img.aligncenter {
  margin: 30px auto ;
}
.news-details-section img.align-left,
.news-details-section img.alignleft {
  float: left;
  margin-right: 1%;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 49%;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .news-details-section img.align-left,
  .news-details-section img.alignleft {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .news-details-section img.align-left,
  .news-details-section img.alignleft {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.news-details-section img.align-right,
.news-details-section img.alignright {
  float: right;
  clear: right;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 49%;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .news-details-section img.align-right,
  .news-details-section img.alignright {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .news-details-section img.align-right,
  .news-details-section img.alignright {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.news-details-section img.align-none {
  border-radius: 20px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .news-details-section img.align-none {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.news-details-section .featured-product-div,
.news-details-section .post-bottom-area {
  width: 100%;
}
.news-details-section .featured-product-div {
  padding-bottom: 30px;
}
.news-details-section .featured-product-div .product-color-style ul li {
  margin-bottom: 10px !important;
}
.news-details-section .featured-product-main .title {
  justify-content: center;
}
@media (max-width: 991px) {
  .news-details-section .featured-product-main .title {
    justify-content: flex-start;
  }
}
.news-details-section .featured-product-main .title h2 {
  text-align: center;
}
@media (max-width: 991px) {
  .news-details-section .featured-product-main .title h2 {
    text-align: left;
    padding-right: 120px;
  }
}
.news-details-section .featured-product-main .product-item {
  width: 100% !important;
}
.form-section {
  border-bottom: 1px solid rgba(160, 160, 160, 0.4627);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.form-section h2 {
  margin: 0 0 36px 0;
  font-weight: 900;
  font-size: 40px;
  color: #0061ae;
  text-transform: capitalize;
}
@media (max-width: 1280px) {
  .form-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .form-section h2 {
    font-size: 26px;
  }
}
.form-section .field.choice {
  margin-bottom: 20px;
}
.form-section .action {
  text-align: right;
}
.form-section .action .custom-blue-button {
  font-size: 14px;
  font-weight: 700;
  min-width: 230px;
  padding: 16px 30px;
  font-family: 'Kanit', sans-serif;
}
@media (max-width: 991px) {
  .form-section .action .custom-blue-button {
    min-width: 186px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-section p {
  line-height: 26px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .enquire-form .action .custom-blue-button {
    margin-top: 15px;
  }
}
.post-bottom-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.post-bottom-area > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  border: 2px solid transparent;
}
.post-bottom-area > a.disable.not-active {
  display: none;
}
@media (max-width: 991px) {
  .post-bottom-area > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .post-bottom-area > a {
    margin-bottom: 24px;
  }
  .post-bottom-area > a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .post-bottom-area > a {
    width: 100%;
  }
}
.post-bottom-area > a.left svg {
  margin-right: 15px;
}
.post-bottom-area > a.right svg {
  margin-left: 15px;
}
.post-bottom-area > a:hover,
.post-bottom-area > a:focus {
  color: #ffffff;
}
.post-bottom-area > a:hover svg path,
.post-bottom-area > a:focus svg path {
  stroke: #ffffff !important;
}
.about-us-block {
  background-color: #ffffff;
  padding: 133px 0;
  position: relative;
}
@media (max-width: 767px) {
  .about-us-block {
    padding: 65px 0;
  }
}
.about-us-block .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-us-block .half-block {
  width: 100%;
  max-width: 49%;
}
@media (max-width: 767px) {
  .about-us-block .half-block {
    max-width: 100%;
  }
}
.about-us-block .half-block h3 {
  color: #0061ae;
  font-size: 30px;
  font-weight: 900;
  line-height: 55px;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 22px 0;
}
@media (max-width: 767px) {
  .about-us-block .half-block h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.about-us-block .half-block p {
  line-height: 1.9;
  margin-bottom: 20px;
}
.about-us-block .half-block .usps-section {
  background-color: transparent;
}
.about-us-block .half-block .usps-section .usps-main .usps-block {
  align-items: flex-start;
}
.about-us-block .half-block .usps-section .usps-main .usps-block .item {
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: 100%;
  max-width: max-content;
}
@media (max-width: 767px) {
  .about-us-block .half-block .usps-section .usps-main .usps-block .item {
    max-width: 100%;
  }
}
.about-us-block .half-block .usps-section .usps-main .usps-block .item .icon {
  margin-bottom: 24px;
}
.about-us-block .half-block .usps-section .usps-main .usps-block .item .discription p {
  color: #0061ae;
  font-size: 16px;
  text-align: center;
}
.about-us-block:before {
  content: "";
  background: rgba(0, 97, 174, 0.2);
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
}
.cdawpcpt-index-cmspage .best-seller-main .products.wrapper.grid.products-grid,
.cdawpcpt-faq-index .best-seller-main .products.wrapper.grid.products-grid {
  position: static;
}
.cdawpcpt-index-cmspage .page-main,
.cdawpcpt-faq-index .page-main {
  padding: 0;
  max-width: 100%;
}
.tradeaccount-guest-sucess .recently-viewed {
  padding: 100px 0 30px 0;
}
@media (max-width: 991px) {
  .tradeaccount-guest-sucess .recently-viewed {
    padding: 0;
  }
}
@media (max-width: 1520px) {
  .tradeaccount-guest-sucess .recently-viewed .container {
    padding: 0;
  }
}
.tradeaccount-guest-sucess .recently-viewed .block-viewed-products-grid .slick-prev,
.tradeaccount-guest-sucess .recently-viewed .block-viewed-products-grid .slick-next {
  top: -46px;
}
.cms-terms-conditions.cms-page-view .cms-page-with-bg h2 {
  font-size: 24px;
  line-height: 35px;
  margin-top: 6rem;
}
.cms-terms-conditions.cms-page-view .cms-page-with-bg h3 {
  font-size: 23px;
  line-height: 32px;
  margin-top: 6rem;
}
.cms-terms-conditions.cms-page-view .cms-page-with-bg h4 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 6rem;
}
.cms-terms-conditions.cms-page-view .cms-page-with-bg h5 {
  font-size: 21px;
  line-height: 28px;
  margin-top: 6rem;
}
.cms-terms-conditions.cms-page-view .cms-page-with-bg h6 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 6rem;
}
.cms-terms-conditions.cms-page-view .cms-page-with-bg .row-full-width-inner {
  border-radius: 0 0 20px 20px;
}
.cms-terms-conditions.cms-page-view .btn-back a {
  padding: 15px 47px 15px 62px !important;
  background-position: left 27px center;
}
.cms-terms-conditions.cms-page-view .btn-back a:hover {
  background-position: left 27px center;
}
.cms-page-view {
  /*.page-title-wrapper .breadcrumbs li:not(:last-child):after {
            top: 9px;
        }*/
}
.cms-page-view .page-main {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .cms-page-view .page-main {
    padding: 0 37px;
  }
}
@media (max-width: 390px) {
  .cms-page-view .page-main {
    padding: 0 15px;
  }
}
.cms-page-view .columns .column.main {
  margin-top: 0;
}
.cms-page-view .btn-back a {
  background: url(../../frontend/Cda/upupandaway/en_GB/images/back-arrow.svg) no-repeat;
  background-position: left 20px center;
  padding: 10px 35px 10px 52px !important;
  margin-bottom: 25px;
  color: #0061ae;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.cms-page-view .btn-back a:hover {
  background-color: #0061ae;
  border-color: #0061ae !important;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/back-arrow-hover.svg);
  background-position: left 20px center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.cms-page-view .cms-page-with-bg p,
.cms-page-view .cms-page-with-bg li {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .cms-page-view .cms-page-with-bg p,
  .cms-page-view .cms-page-with-bg li {
    font-size: 16px;
    line-height: 25px;
  }
}
.cms-page-view .cms-page-with-bg ul,
.cms-page-view .cms-page-with-bg ol {
  margin: 0;
  padding-left: 20px;
}
.cms-page-view .cms-page-with-bg h2 {
  color: #0061ae;
  font-size: 34px;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 7rem;
}
@media (max-width: 991px) {
  .cms-page-view .cms-page-with-bg h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 640px) {
  .cms-page-view .cms-page-with-bg h2 {
    font-size: 25px;
    line-height: 38px;
  }
}
.cms-page-view .cms-page-with-bg h3 {
  color: #0061ae;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 7rem;
}
@media (max-width: 991px) {
  .cms-page-view .cms-page-with-bg h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 640px) {
  .cms-page-view .cms-page-with-bg h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.cms-page-view .cms-page-with-bg h4 {
  font-size: 28px;
  color: #0061ae;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 7rem;
}
@media (max-width: 991px) {
  .cms-page-view .cms-page-with-bg h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  .cms-page-view .cms-page-with-bg h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.cms-page-view .cms-page-with-bg h5 {
  font-size: 26px;
  color: #0061ae;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 7rem;
}
@media (max-width: 991px) {
  .cms-page-view .cms-page-with-bg h5 {
    font-size: 23px;
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  .cms-page-view .cms-page-with-bg h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.cms-page-view .cms-page-with-bg h6 {
  font-size: 22px;
  color: #0061ae;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 7rem;
}
@media (max-width: 991px) {
  .cms-page-view .cms-page-with-bg h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  .cms-page-view .cms-page-with-bg h6 {
    font-size: 18px;
    line-height: 25px;
  }
}
.cms-trade-success .column.main,
.tradeaccount-guest-sucess .column.main {
  min-height: 150px;
  padding-bottom: 150px;
}
@media (max-width: 640px) {
  .cms-trade-success .column.main,
  .tradeaccount-guest-sucess .column.main {
    min-height: 60px;
    padding-bottom: 80px;
  }
}
.cms-trade-success .page-main,
.tradeaccount-guest-sucess .page-main {
  padding: 0;
}
.cms-trade-success .columns,
.tradeaccount-guest-sucess .columns {
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .cms-trade-success .columns,
  .tradeaccount-guest-sucess .columns {
    padding: 0 37px;
  }
}
@media (max-width: 991px) {
  .cms-trade-success .columns,
  .tradeaccount-guest-sucess .columns {
    padding: 0 20px;
  }
}
@media (max-width: 441px) {
  .cms-trade-success .columns,
  .tradeaccount-guest-sucess .columns {
    padding: 0 15px;
  }
}
.cms-trade-success .columns::before,
.tradeaccount-guest-sucess .columns::before,
.cms-trade-success .columns::after,
.tradeaccount-guest-sucess .columns::after {
  content: "";
  position: absolute;
  display: none;
  z-index: -1;
  overflow: visible;
  visibility: visible;
}
@media (max-width: 767px) {
  .cms-trade-success .columns::before,
  .tradeaccount-guest-sucess .columns::before,
  .cms-trade-success .columns::after,
  .tradeaccount-guest-sucess .columns::after {
    display: none;
  }
}
.cms-trade-success .columns::before,
.tradeaccount-guest-sucess .columns::before {
  background: url(../../frontend/Cda/upupandaway/en_GB/images/balloon-before.png) no-repeat;
  background-size: cover;
  width: 246px;
  height: 234px;
  left: -50px;
  top: -30px;
}
@media (max-width: 1440px) {
  .cms-trade-success .columns::before,
  .tradeaccount-guest-sucess .columns::before {
    width: 176px;
    height: 167px;
  }
}
@media (max-width: 1200px) {
  .cms-trade-success .columns::before,
  .tradeaccount-guest-sucess .columns::before {
    width: 136px;
    height: 129px;
    left: -20px;
  }
}
@media (max-width: 991px) {
  .cms-trade-success .columns::before,
  .tradeaccount-guest-sucess .columns::before {
    left: -40px;
  }
}
.cms-trade-success .columns::after,
.tradeaccount-guest-sucess .columns::after {
  background: url(../../frontend/Cda/upupandaway/en_GB/images/balloon-after.png) no-repeat;
  background-size: cover;
  width: 221px;
  height: 320px;
  right: -70px;
  bottom: auto;
  top: 20px;
}
@media (max-width: 1440px) {
  .cms-trade-success .columns::after,
  .tradeaccount-guest-sucess .columns::after {
    width: 171px;
    height: 270px;
    right: -40px;
  }
}
@media (max-width: 1200px) {
  .cms-trade-success .columns::after,
  .tradeaccount-guest-sucess .columns::after {
    width: 121px;
    height: 220px;
    right: -14px;
  }
}
.cms-trade-success .columns .circle-before,
.tradeaccount-guest-sucess .columns .circle-before {
  width: 246px;
  height: 234px;
  left: -50px;
  top: -30px;
  position: absolute;
  display: block;
  z-index: -1;
  overflow: visible;
  visibility: visible;
}
.cms-trade-success .columns .circle-before svg,
.tradeaccount-guest-sucess .columns .circle-before svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1440px) {
  .cms-trade-success .columns .circle-before,
  .tradeaccount-guest-sucess .columns .circle-before {
    width: 176px;
    height: 167px;
  }
}
@media (max-width: 1200px) {
  .cms-trade-success .columns .circle-before,
  .tradeaccount-guest-sucess .columns .circle-before {
    width: 136px;
    height: 129px;
    left: -20px;
    top: -70px;
  }
}
@media (max-width: 991px) {
  .cms-trade-success .columns .circle-before,
  .tradeaccount-guest-sucess .columns .circle-before {
    left: -40px;
    top: -70px;
  }
}
.cms-trade-success .columns .circle-after,
.tradeaccount-guest-sucess .columns .circle-after {
  width: 221px;
  height: 320px;
  right: -70px;
  bottom: auto;
  top: 20px;
  position: absolute;
  display: block;
  z-index: -1;
  overflow: visible;
  visibility: visible;
}
.cms-trade-success .columns .circle-after svg,
.tradeaccount-guest-sucess .columns .circle-after svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1440px) {
  .cms-trade-success .columns .circle-after,
  .tradeaccount-guest-sucess .columns .circle-after {
    width: 171px;
    height: 270px;
    right: -40px;
  }
}
@media (max-width: 1200px) {
  .cms-trade-success .columns .circle-after,
  .tradeaccount-guest-sucess .columns .circle-after {
    width: 121px;
    height: 220px;
    right: -30px;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .cms-trade-success .columns .circle-after,
  .tradeaccount-guest-sucess .columns .circle-after {
    top: -90px;
  }
}
@media (max-width: 769px) {
  .cms-trade-success .columns .circle-after,
  .tradeaccount-guest-sucess .columns .circle-after {
    width: 81px;
    height: 60px;
    right: -30px;
    top: -30px;
  }
}
.cms-trade-success .page-main-full-width .columns,
.tradeaccount-guest-sucess .page-main-full-width .columns {
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .cms-trade-success .page-main-full-width .columns,
  .tradeaccount-guest-sucess .page-main-full-width .columns {
    padding: 0 37px;
  }
}
@media (max-width: 390px) {
  .cms-trade-success .page-main-full-width .columns,
  .tradeaccount-guest-sucess .page-main-full-width .columns {
    padding: 0 15px;
  }
}
.cms-trade-success .page-main-full-width .columns::before,
.tradeaccount-guest-sucess .page-main-full-width .columns::before,
.cms-trade-success .page-main-full-width .columns::after,
.tradeaccount-guest-sucess .page-main-full-width .columns::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  overflow: visible;
  visibility: visible;
}
@media (max-width: 767px) {
  .cms-trade-success .page-main-full-width .columns::before,
  .tradeaccount-guest-sucess .page-main-full-width .columns::before,
  .cms-trade-success .page-main-full-width .columns::after,
  .tradeaccount-guest-sucess .page-main-full-width .columns::after {
    display: none;
  }
}
.cms-trade-success .page-main-full-width .columns::before,
.tradeaccount-guest-sucess .page-main-full-width .columns::before {
  background: url(../../frontend/Cda/upupandaway/en_GB/images/balloon-before.png) no-repeat;
  background-size: cover;
  width: 246px;
  height: 234px;
  left: -50px;
  top: -30px;
}
@media (max-width: 1440px) {
  .cms-trade-success .page-main-full-width .columns::before,
  .tradeaccount-guest-sucess .page-main-full-width .columns::before {
    width: 176px;
    height: 167px;
  }
}
@media (max-width: 1200px) {
  .cms-trade-success .page-main-full-width .columns::before,
  .tradeaccount-guest-sucess .page-main-full-width .columns::before {
    width: 136px;
    height: 129px;
    left: -20px;
  }
}
@media (max-width: 991px) {
  .cms-trade-success .page-main-full-width .columns::before,
  .tradeaccount-guest-sucess .page-main-full-width .columns::before {
    left: -40px;
  }
}
.cms-trade-success .page-main-full-width .columns::after,
.tradeaccount-guest-sucess .page-main-full-width .columns::after {
  background: url(../../frontend/Cda/upupandaway/en_GB/images/balloon-after.png) no-repeat;
  background-size: cover;
  width: 221px;
  height: 320px;
  right: -70px;
  bottom: auto;
  top: 20px;
}
@media (max-width: 1440px) {
  .cms-trade-success .page-main-full-width .columns::after,
  .tradeaccount-guest-sucess .page-main-full-width .columns::after {
    width: 171px;
    height: 270px;
    right: -40px;
  }
}
@media (max-width: 1200px) {
  .cms-trade-success .page-main-full-width .columns::after,
  .tradeaccount-guest-sucess .page-main-full-width .columns::after {
    width: 121px;
    height: 220px;
    right: -14px;
  }
}
.cms-trade-success .recently-viewed.best-seller-div,
.tradeaccount-guest-sucess .recently-viewed.best-seller-div {
  padding: 0 0 30px 0;
}
.cms-trade-success .trade-success-page,
.tradeaccount-guest-sucess .trade-success-page {
  border-bottom: 1px solid rgba(160, 160, 160, 0.46);
  padding: 38px 0px 44px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 100px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cms-trade-success .trade-success-page,
  .tradeaccount-guest-sucess .trade-success-page {
    padding: 40px 0;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cms-trade-success .trade-success-page,
  .tradeaccount-guest-sucess .trade-success-page {
    margin-bottom: 40px;
  }
}
.cms-trade-success .trade-success-page .content-sec,
.tradeaccount-guest-sucess .trade-success-page .content-sec {
  max-width: 1133px;
  margin: 0 auto;
}
.cms-trade-success .trade-success-page .content-sec p,
.tradeaccount-guest-sucess .trade-success-page .content-sec p {
  margin-bottom: 34px;
}
.cms-trade-success .trade-success-page .content-sec .btn a,
.tradeaccount-guest-sucess .trade-success-page .content-sec .btn a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #ccdfef;
  border-color: #ccdfef;
  font-size: 14px;
  min-width: 300px;
}
.cms-trade-success .trade-success-page .content-sec .btn a:hover,
.tradeaccount-guest-sucess .trade-success-page .content-sec .btn a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .cms-trade-success .trade-success-page .content-sec .btn a,
  .tradeaccount-guest-sucess .trade-success-page .content-sec .btn a {
    padding: 12px 20px;
  }
}
.cms-trade-success .trade-success-page .content-sec .btn a:hover,
.tradeaccount-guest-sucess .trade-success-page .content-sec .btn a:hover {
  border-color: #0061ae;
  color: #ffffff;
  background-color: #0061ae;
}
@media (max-width: 991px) {
  .cms-trade-success .trade-success-page .content-sec .btn a,
  .tradeaccount-guest-sucess .trade-success-page .content-sec .btn a {
    padding: 9px 20px;
  }
}
.cms-page-with-bg {
  background: rgba(16, 24, 32, 0.05);
  position: relative;
  margin-bottom: 100px;
}
.cms-page-with-bg::before,
.cms-page-with-bg::after {
  content: "";
  background: rgba(16, 24, 32, 0.05);
  width: 100%;
  height: 140px;
  display: block;
  position: absolute;
  top: -140px;
  z-index: -1;
}
.cms-page-with-bg:after {
  top: auto;
  bottom: -350px;
  height: 350px;
}
.cms-page-with-bg .row-full-width-inner {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 0px;
  position: relative;
}
@media (max-width: 991px) {
  .cms-page-with-bg .row-full-width-inner {
    padding: 35px 20px;
  }
}
@media (max-width: 1023px) {
  .cms-page-with-bg .row-full-width-inner {
    padding: 37px;
  }
}
@media (max-width: 390px) {
  .cms-page-with-bg .row-full-width-inner {
    padding: 35px 15px;
  }
}
.cms-page-with-bg .row-full-width-inner:before {
  content: "";
  width: 100%;
  height: 150px;
  background: #fff;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
.page-layout-trade-category-landing .page-main {
  display: none;
}
.page-layout-trade-category-landing .category-landing .best-seller-div .title {
  justify-content: left;
}
@media (max-width: 769px) {
  .page-layout-trade-category-landing .category-landing .best-seller-div .title {
    justify-content: center;
  }
}
@media (max-width: 769px) {
  .page-layout-trade-category-landing .category-landing .best-seller-div .title h2 {
    padding: 0;
  }
}
.page-layout-trade-category-landing .category-landing .full-section {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .page-layout-trade-category-landing .category-landing .half-section .half-main {
    padding: 0;
  }
}
.cms-no-route .columns {
  padding: 50px 0;
}
@media (max-width: 769px) {
  .cms-no-route .columns {
    padding: 0;
  }
}
.wpcf7-form .input-box p {
  margin-bottom: 0;
}
.cms-faq.cms-page-view .page-title-wrapper .breadcrumbs li:not(:last-child):after,
.cdawpcpt-faq-index.cms-page-view .page-title-wrapper .breadcrumbs li:not(:last-child):after {
  top: 4px;
}
@media (max-width: 991px) {
  .cms-faq .left-filter .title,
  .cdawpcpt-faq-index .left-filter .title {
    text-decoration: underline;
  }
}
.cms-faq .page-main-full-width,
.cdawpcpt-faq-index .page-main-full-width {
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  .cms-faq .page-main-full-width,
  .cdawpcpt-faq-index .page-main-full-width {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cms-faq .page-main-full-width,
  .cdawpcpt-faq-index .page-main-full-width {
    padding-bottom: 50px;
  }
}
.cms-faq .main-container,
.cdawpcpt-faq-index .main-container {
  margin: 0;
}
.cms-faq .columns,
.cdawpcpt-faq-index .columns {
  position: relative;
}
.cms-faq .columns .column.main,
.cdawpcpt-faq-index .columns .column.main {
  padding-bottom: 150px;
}
@media (max-width: 1440px) {
  .cms-faq .columns .column.main,
  .cdawpcpt-faq-index .columns .column.main {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cms-faq .columns .column.main,
  .cdawpcpt-faq-index .columns .column.main {
    padding-bottom: 50px;
  }
}
.cms-faq .columns:before,
.cdawpcpt-faq-index .columns:before {
  content: "";
  width: 179px;
  height: 431px;
  display: none;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/faq-before.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  left: -40px;
  z-index: -1;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cms-faq .columns:before,
  .cdawpcpt-faq-index .columns:before {
    width: 109px;
    height: 271px;
  }
}
@media (max-width: 767px) {
  .cms-faq .columns:before,
  .cdawpcpt-faq-index .columns:before {
    width: 89px;
    height: 231px;
    top: -40px;
    left: -30px;
  }
}
.cms-faq .columns:after,
.cdawpcpt-faq-index .columns:after {
  content: "";
  width: 228px;
  height: 353px;
  display: none;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/faq-after.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
  background-size: cover;
  visibility: visible;
}
@media (max-width: 1440px) {
  .cms-faq .columns:after,
  .cdawpcpt-faq-index .columns:after {
    width: 178px;
    height: 283px;
    top: -60px;
    right: -60px;
  }
}
@media (max-width: 767px) {
  .cms-faq .columns:after,
  .cdawpcpt-faq-index .columns:after {
    width: 98px;
    height: 173px;
    top: 0;
    right: -23px;
  }
}
.cms-faq .columns .circle-before,
.cdawpcpt-faq-index .columns .circle-before {
  width: 179px;
  height: 431px;
  display: block;
  position: absolute;
  top: -60px;
  left: -40px;
  z-index: -1;
}
.cms-faq .columns .circle-before svg,
.cdawpcpt-faq-index .columns .circle-before svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1679px) {
  .cms-faq .columns .circle-before,
  .cdawpcpt-faq-index .columns .circle-before {
    width: 109px;
    height: 271px;
  }
}
@media (max-width: 1200px) {
  .cms-faq .columns .circle-before,
  .cdawpcpt-faq-index .columns .circle-before {
    width: 79px;
  }
}
@media (max-width: 767px) {
  .cms-faq .columns .circle-before,
  .cdawpcpt-faq-index .columns .circle-before {
    width: 89px;
    height: 231px;
    top: -40px;
    left: -30px;
  }
}
.cms-faq .columns .circle-after,
.cdawpcpt-faq-index .columns .circle-after {
  width: 228px;
  height: 353px;
  display: block;
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
  visibility: visible;
}
.cms-faq .columns .circle-after svg,
.cdawpcpt-faq-index .columns .circle-after svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1679px) {
  .cms-faq .columns .circle-after,
  .cdawpcpt-faq-index .columns .circle-after {
    width: 178px;
    height: 283px;
    top: -60px;
    right: -60px;
  }
}
@media (max-width: 1200px) {
  .cms-faq .columns .circle-after,
  .cdawpcpt-faq-index .columns .circle-after {
    width: 128px;
    height: 283px;
    top: -60px;
    right: -60px;
  }
}
@media (max-width: 767px) {
  .cms-faq .columns .circle-after,
  .cdawpcpt-faq-index .columns .circle-after {
    width: 98px;
    height: 173px;
    top: -20px;
    right: -43px;
  }
}
.cms-faq .faqs-section,
.cdawpcpt-faq-index .faqs-section {
  padding: 0;
  background-color: transparent;
  position: static;
}
@media (max-width: 991px) {
  .cms-faq .faqs-section,
  .cdawpcpt-faq-index .faqs-section {
    background-color: #fff;
  }
}
.cms-faq .faqs-section .container:before,
.cdawpcpt-faq-index .faqs-section .container:before {
  display: none;
}
.cms-faq .faqs-section .container:after,
.cdawpcpt-faq-index .faqs-section .container:after {
  display: none;
}
.cms-faq .faqs-section .acc__title,
.cdawpcpt-faq-index .faqs-section .acc__title {
  border-bottom: 1px solid rgba(160, 160, 160, 0.46);
  background-color: transparent;
}
.cms-faq .faqs-section .acc__title:after,
.cdawpcpt-faq-index .faqs-section .acc__title:after {
  background: url(../../frontend/Cda/upupandaway/en_GB/images/faq-arrow.svg) no-repeat;
  background-size: 44px 45px;
}
@media (max-width: 767px) {
  .cms-faq .faqs-section .acc__title:after,
  .cdawpcpt-faq-index .faqs-section .acc__title:after {
    background-size: 34px 34px;
  }
}
.cms-faq .faqs-section .acc__panel,
.cdawpcpt-faq-index .faqs-section .acc__panel {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
@media (max-width: 991px) {
  .cms-faq .faqs-section .acc__panel,
  .cdawpcpt-faq-index .faqs-section .acc__panel {
    font-size: 16px;
    line-height: 25px;
  }
}
.cms-faq .faqs-section .acc__panel p,
.cdawpcpt-faq-index .faqs-section .acc__panel p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
@media (max-width: 991px) {
  .cms-faq .faqs-section .acc__panel p,
  .cdawpcpt-faq-index .faqs-section .acc__panel p {
    font-size: 16px;
    line-height: 25px;
  }
}
.cms-faq .news-filter,
.cdawpcpt-faq-index .news-filter {
  margin: 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.46);
}
.cms-faq .news-filter .left-filter > ul,
.cdawpcpt-faq-index .news-filter .left-filter > ul {
  padding: 0 30px 0;
}
@media (max-width: 991px) {
  .cms-faq .news-filter .left-filter > ul,
  .cdawpcpt-faq-index .news-filter .left-filter > ul {
    padding-top: 60px;
  }
}
.cms-faq .news-filter > div:last-child,
.cdawpcpt-faq-index .news-filter > div:last-child {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cms-faq .news-filter > div:last-child,
  .cdawpcpt-faq-index .news-filter > div:last-child {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cms-faq .news-filter > div:last-child .title,
  .cdawpcpt-faq-index .news-filter > div:last-child .title {
    display: block;
  }
}
.cms-faq .news-filter .title,
.cdawpcpt-faq-index .news-filter .title {
  max-width: 120px;
  margin: 0 7px 0 0;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .cms-faq .news-filter .title,
  .cdawpcpt-faq-index .news-filter .title {
    padding: 0;
    max-width: 200px;
  }
}
.cms-faq .news-filter ul,
.cdawpcpt-faq-index .news-filter ul {
  padding: 0;
}
@media (max-width: 767px) {
  .cms-faq .news-filter .clear-filter,
  .cdawpcpt-faq-index .news-filter .clear-filter {
    display: block;
  }
}
.cms-faq .news-filter .clear-filter a,
.cdawpcpt-faq-index .news-filter .clear-filter a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 52px;
  color: #0061ae;
  text-decoration: underline;
  text-transform: uppercase;
  margin-left: 11px;
  margin-top: 0;
  display: block;
}
@media (max-width: 991px) {
  .cms-faq .news-filter .clear-filter a,
  .cdawpcpt-faq-index .news-filter .clear-filter a {
    margin-top: 0;
  }
}
.cms-faq .news-filter .clear-filter a:hover,
.cdawpcpt-faq-index .news-filter .clear-filter a:hover {
  text-decoration: none;
}
.cms-faq .news-filter.active .left-filter ul,
.cdawpcpt-faq-index .news-filter.active .left-filter ul {
  left: 0;
}
.cms-faq .news-filter.active .left-filter .close-icon,
.cdawpcpt-faq-index .news-filter.active .left-filter .close-icon {
  display: block !important;
}
.cms-faq .news-filter .left-filter ul li,
.cdawpcpt-faq-index .news-filter .left-filter ul li {
  margin-right: 23px;
}
@media (max-width: 991px) {
  .cms-faq .news-filter .left-filter ul li,
  .cdawpcpt-faq-index .news-filter .left-filter ul li {
    margin-right: 0;
  }
}
.cms-faq .news-filter .left-filter ul li a.active,
.cdawpcpt-faq-index .news-filter .left-filter ul li a.active {
  background: #0061ae;
  color: #ffffff;
}
.page.messages {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .page.messages {
    padding: 0;
  }
}
@media (max-width: 390px) {
  .page.messages {
    padding: 0;
  }
}
.tradeaccount-index-register .fancybox-stage #forgotpopup .circle-before,
.tradeaccount-index-register .fancybox-stage #forgotpopup .circle-after {
  display: none;
}
.cms-login-or-create-a-trade-account,
.cms-trade-register,
.tradeaccount-index-display,
.tradeaccount-index-register {
  background-color: rgba(16, 24, 32, 0.05);
}
.cms-login-or-create-a-trade-account .column.main,
.cms-trade-register .column.main,
.tradeaccount-index-display .column.main,
.tradeaccount-index-register .column.main {
  min-height: 150px;
  padding-bottom: 150px;
}
@media (max-width: 640px) {
  .cms-login-or-create-a-trade-account .column.main,
  .cms-trade-register .column.main,
  .tradeaccount-index-display .column.main,
  .tradeaccount-index-register .column.main {
    min-height: 60px;
    padding-bottom: 80px;
  }
}
.cms-login-or-create-a-trade-account .page.messages,
.cms-trade-register .page.messages,
.tradeaccount-index-display .page.messages,
.tradeaccount-index-register .page.messages {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .cms-login-or-create-a-trade-account .page.messages,
  .cms-trade-register .page.messages,
  .tradeaccount-index-display .page.messages,
  .tradeaccount-index-register .page.messages {
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cms-login-or-create-a-trade-account .page.messages,
  .cms-trade-register .page.messages,
  .tradeaccount-index-display .page.messages,
  .tradeaccount-index-register .page.messages {
    max-width: 860px;
  }
}
@media (max-width: 991px) {
  .cms-login-or-create-a-trade-account .page.messages,
  .cms-trade-register .page.messages,
  .tradeaccount-index-display .page.messages,
  .tradeaccount-index-register .page.messages {
    max-width: 90%;
  }
}
.trade-login-main {
  margin-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .trade-login-main {
    padding: 0 15px;
  }
}
.trade-login-main + .right-block {
  display: none;
}
.trade-login-main h4 {
  color: #0061ae;
}
.trade-login-main .fieldset {
  margin: 0;
}
.trade-login-main::before,
.trade-login-main::after {
  content: "";
  position: absolute;
  display: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .trade-login-main::before,
  .trade-login-main::after {
    display: none;
  }
}
.trade-login-main::before {
  background: url(../../frontend/Cda/upupandaway/en_GB/images/balloon-before.png) no-repeat;
  background-size: cover;
  width: 246px;
  height: 234px;
  left: -30px;
  top: 80px;
  position: absolute;
  display: none;
  z-index: 1;
}
@media (max-width: 1440px) {
  .trade-login-main::before {
    width: 176px;
    height: 167px;
  }
}
@media (max-width: 1200px) {
  .trade-login-main::before {
    width: 136px;
    height: 129px;
    left: -20px;
  }
}
@media (max-width: 991px) {
  .trade-login-main::before {
    left: -40px;
  }
}
.trade-login-main .circle-before {
  width: 246px;
  height: 234px;
  left: -30px;
  top: 80px;
  position: absolute;
  display: block;
  z-index: 1;
}
.trade-login-main .circle-before svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1440px) {
  .trade-login-main .circle-before {
    width: 176px;
    height: 167px;
  }
}
@media (max-width: 1200px) {
  .trade-login-main .circle-before {
    width: 136px;
    height: 129px;
    left: -20px;
  }
}
@media (max-width: 991px) {
  .trade-login-main .circle-before {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .trade-login-main .circle-before {
    display: none;
  }
}
.trade-login-main .circle-after {
  width: 221px;
  height: 320px;
  right: -70px;
  bottom: -37px;
  position: absolute;
  display: block;
  z-index: 1;
}
.trade-login-main .circle-after svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1440px) {
  .trade-login-main .circle-after {
    width: 171px;
    height: 270px;
    right: -40px;
  }
}
@media (max-width: 1200px) {
  .trade-login-main .circle-after {
    width: 121px;
    height: 220px;
    right: -14px;
  }
}
@media (max-width: 767px) {
  .trade-login-main .circle-after {
    display: none;
  }
}
.trade-login-main::after {
  background: url(../../frontend/Cda/upupandaway/en_GB/images/balloon-after.png) no-repeat;
  background-size: cover;
  width: 221px;
  height: 320px;
  right: -70px;
  bottom: -37px;
  display: none;
}
@media (max-width: 1440px) {
  .trade-login-main::after {
    width: 171px;
    height: 270px;
    right: -40px;
  }
}
@media (max-width: 1200px) {
  .trade-login-main::after {
    width: 121px;
    height: 220px;
    right: -14px;
  }
}
.trade-login-inner {
  background: #ffffff;
  padding: 46px 58px 57px 50px;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1440px) {
  .trade-login-inner {
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .trade-login-inner {
    max-width: 860px;
  }
}
@media (max-width: 991px) {
  .trade-login-inner {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .trade-login-inner {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .trade-login-inner {
    padding: 25px 34px 45px 34px;
  }
}
@media (max-width: 991px) {
  .trade-login-inner .col-md-12 {
    padding: 0;
  }
}
.trade-login-inner:before {
  content: "";
  width: 1px;
  background: #A0A0A0;
  display: block;
  position: absolute;
  left: 48.5%;
  transform: translateX(-50%);
  top: 48px;
  bottom: 48px;
  opacity: 0.46;
}
@media (max-width: 991px) {
  .trade-login-inner:before {
    display: none;
  }
}
.trade-login-inner > div {
  width: 50%;
}
@media (max-width: 991px) {
  .trade-login-inner > div {
    width: 100%;
  }
  .trade-login-inner > div:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
}
.trade-login-inner > div:first-child {
  padding-right: 70px;
}
@media (max-width: 991px) {
  .trade-login-inner > div:first-child {
    padding-right: 0;
  }
}
.trade-login-inner > div:last-child {
  padding-left: 47px;
}
@media (max-width: 991px) {
  .trade-login-inner > div:last-child {
    padding-left: 0;
  }
}
.trade-login-inner > div.left-block .fieldset > .field {
  margin-bottom: 15px;
}
.trade-login-inner > div.left-block .actions-toolbar {
  text-align: left;
}
.trade-login-inner > div.left-block .actions-toolbar .secondary {
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .trade-login-inner > div.left-block .actions-toolbar .secondary {
    margin-bottom: 20px;
  }
}
.trade-login-inner > div.left-block .actions-toolbar .primary {
  float: none;
  margin-right: 0;
}
.trade-login-inner > div.left-block .actions-toolbar .primary .login.primary {
  min-width: 170px;
  padding: 12px 40px;
  border: 2px solid #ccdfef;
  font-family: 'Kanit', sans-serif;
  letter-spacing: 0;
  font-size: 16px;
}
.trade-login-inner > div.left-block .actions-toolbar .primary .login.primary:hover {
  border-color: #0061ae;
  background-color: transparent;
  color: #0061ae;
}
.trade-login-inner > div.left-block .actions-toolbar > div {
  display: block;
}
.trade-login-inner > div.left-block .actions-toolbar > div:last-child {
  text-align: right;
}
@media (max-width: 991px) {
  .trade-login-inner > div.left-block .actions-toolbar > div:last-child {
    text-align: center;
  }
}
.trade-login-inner > div.right-block .field.note {
  margin-bottom: 30px;
}
.trade-login-inner > div.right-block .iconwith-text .actions .btn-apply {
  padding: 8px 40px;
  line-height: 16px;
  font-size: 16px;
  min-width: 170px;
}
.trade-login-inner > div.right-block .flex-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 44px 0;
}
@media (max-width: 640px) {
  .trade-login-inner > div.right-block .flex-icon {
    margin: 0 0 20px 0;
  }
}
.trade-login-inner > div.right-block .flex-icon .icon-block {
  text-align: center;
  max-width: 33.33%;
}
@media (max-width: 640px) {
  .trade-login-inner > div.right-block .flex-icon .icon-block {
    max-width: 100%;
    margin-bottom: 30px;
    width: 100%;
  }
}
.trade-login-inner > div.right-block .flex-icon .icon-block .icon-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 126px;
  height: 126px;
  margin: 0 auto 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .trade-login-inner > div.right-block .flex-icon .icon-block .icon-bg {
    width: 96px;
    height: 96px;
    margin-bottom: 16px;
  }
}
@media (max-width: 640px) {
  .trade-login-inner > div.right-block .flex-icon .icon-block .icon-bg {
    width: 126px;
    height: 126px;
  }
}
.trade-login-inner > div.right-block .flex-icon .icon-block .icon-bg img {
  width: 100%;
  max-width: 60px;
}
@media (max-width: 1200px) {
  .trade-login-inner > div.right-block .flex-icon .icon-block .icon-bg img {
    max-width: 36px;
  }
}
@media (max-width: 640px) {
  .trade-login-inner > div.right-block .flex-icon .icon-block .icon-bg img {
    max-width: 60px;
  }
}
.trade-login-inner > div.right-block .flex-icon .icon-block h4 {
  font-size: 22px;
  color: #0061ae;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1200px) {
  .trade-login-inner > div.right-block .flex-icon .icon-block h4 {
    font-size: 18px;
  }
}
.trade-login-inner > div.right-block .flex-icon .icon-block:nth-child(2) .icon-bg img {
  max-width: 49px;
}
@media (max-width: 1200px) {
  .trade-login-inner > div.right-block .flex-icon .icon-block:nth-child(2) .icon-bg img {
    max-width: 36px;
  }
}
@media (max-width: 640px) {
  .trade-login-inner > div.right-block .flex-icon .icon-block:nth-child(2) .icon-bg img {
    max-width: 60px;
  }
}
.trade-login-inner > div.right-block .actions {
  text-align: right;
}
@media (max-width: 991px) {
  .trade-login-inner > div.right-block .actions {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .trade-login-inner > div.right-block .actions {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .trade-login-inner > div.right-block .actions a {
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 640px) and (max-width: 991px) {
  .trade-login-inner > div.right-block .actions a {
    width: 162px;
    display: inline-block;
    text-align: center;
    padding: 13px 30px;
  }
}
.trade-login-inner .block-title strong {
  font-size: 21px;
  font-weight: 700;
  color: #0061ae;
  display: block;
  margin: 0 0 12px 0;
}
@media (max-width: 767px) {
  .trade-login-inner .block-title strong {
    font-size: 18px;
  }
}
.trade-login-inner .field.note {
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 1200px) {
  .trade-login-inner .field.note {
    font-size: 16px;
  }
}
.trade-login-inner p.field.note {
  margin-bottom: 18px;
}
.trade-register-form fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trade-register-form fieldset > div {
  width: 100%;
}
.trade-register-form fieldset > div:first-child {
  width: 100%;
}
.trade-register-form fieldset > div:first-child select {
  width: 49%;
}
.trade-register-form fieldset > div.half-field {
  width: 49%;
}
@media (max-width: 767px) {
  .trade-register-form fieldset > div.half-field {
    width: 100%;
  }
}
.trade-register-form fieldset .btn-apply {
  padding: 12px 40px;
  font-size: 16px;
}
@media (max-width: 640px) {
  .trade-register-form .actions {
    margin-top: 20px;
  }
}
.tradeaccount-index-display .page-main .columns,
.tradeaccount-index-register .page-main .columns,
.tradeaccount-guest-sucess .page-main .columns {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (max-width: 767px) {
  .tradeaccount-index-display .page-main .columns,
  .tradeaccount-index-register .page-main .columns,
  .tradeaccount-guest-sucess .page-main .columns {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.slider-div {
  background-color: #0061ae;
  text-align: center;
}
.slider-div .slide-left {
  height: 596px;
  padding: 0 13px 0 0;
  width: 62.6%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 1200px) {
  .slider-div .slide-left {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .slider-div .slide-left {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 769px) {
  .slider-div .slide-left {
    height: 420px;
  }
}
@media (max-width: 414px) {
  .slider-div .slide-left {
    height: 370px;
  }
}
.slider-div .slide-left ul.slider-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.slider-div .slide-left ul.slider-ul:not(.slick-slider) li + li {
  display: none;
}
.slider-div .slide-left ul.slider-ul .slick-list {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.slider-div .slide-left ul.slider-ul .slick-list .slick-track {
  height: 100%;
}
.slider-div .slide-left ul.slider-ul .slick-slide > div {
  width: 100%;
  height: 100%;
}
.slider-div .slide-left ul.slider-ul li {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 20px;
}
.slider-div .slide-left ul.slider-ul li figure {
  height: 100%;
  width: 100%;
  position: relative;
}
.slider-div .slide-left ul.slider-ul li figure::before {
  content: "";
  width: 99%;
  height: 98.3%;
  border-radius: 20px;
  background-color: #000000;
  position: absolute;
  left: 5px;
  top: 5px;
  opacity: 0.3;
}
.slider-div .slide-left ul.slider-ul li figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 23px;
  border: 5px solid #ffffff;
}
@media (max-width: 767px) {
  .slider-div .slide-left ul.slider-ul li figure img {
    height: 420px;
  }
}
@media (max-width: 414px) {
  .slider-div .slide-left ul.slider-ul li figure img {
    height: 370px;
  }
}
.slider-div .slide-left ul.slider-ul li .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  flex-wrap: wrap;
  padding: 0 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .slider-div .slide-left ul.slider-ul li .content {
    padding: 0px 10px;
  }
}
.slider-div .slide-left ul.slider-ul li .content h1 {
  font-size: 100px;
  letter-spacing: 0;
  line-height: 100px;
  font-weight: 900;
  margin: 0 0 41px 0;
  color: #ffffff;
}
@media (max-width: 1370px) {
  .slider-div .slide-left ul.slider-ul li .content h1 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .slider-div .slide-left ul.slider-ul li .content h1 {
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 25px;
  }
}
@media (max-width: 769px) {
  .slider-div .slide-left ul.slider-ul li .content h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 32px;
  }
}
@media (max-width: 414px) {
  .slider-div .slide-left ul.slider-ul li .content h1 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 35px;
  }
}
.slider-div .slide-left ul.slider-ul li .content a {
  min-width: 228px;
  border: 2px solid #e04457;
  border-radius: 29px;
  background-color: #e04457;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  line-height: 16px;
  padding: 12px 40px;
  min-width: 154px;
}
.slider-div .slide-left ul.slider-ul li .content a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .slider-div .slide-left ul.slider-ul li .content a {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .slider-div .slide-left ul.slider-ul li .content a {
    padding: 12px 20px;
  }
}
.slider-div .slide-left ul.slick-dots {
  position: absolute;
  bottom: 39px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  left: 0;
}
.slider-div .slide-left ul.slick-dots li {
  width: auto;
  display: inline-block;
  height: auto;
  float: none;
  margin: 0 8px 0 0;
}
.slider-div .slide-left ul.slick-dots li button {
  height: 20px;
  width: 20px;
  border: 0;
  background-color: #fff;
  opacity: 0.4;
}
.slider-div .slide-left ul.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #ffd15d;
}
.slider-div .slide-left ul.slick-dots li:last-child {
  margin-right: 0;
}
.slider-div .slide-right {
  padding: 0 0 0 13px;
  margin: 0;
  width: 37.4%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 596px;
}
@media (max-width: 1200px) {
  .slider-div .slide-right {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .slider-div .slide-right {
    width: auto;
    height: auto;
    margin: -13px;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .slider-div .slide-right {
    margin: 0;
  }
}
.slider-div .slide-right .right-content {
  position: relative;
}
.slider-div .slide-right .right-content .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 37px;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 640px) {
  .slider-div .slide-right .right-content .content {
    padding: 0 28px;
  }
}
.slider-div .slide-right .right-content .content .main {
  max-width: 80%;
}
@media (max-width: 1679px) {
  .slider-div .slide-right .right-content .content .main {
    max-width: 100%;
  }
}
.slider-div .slide-right .right-content .content h2 {
  font-size: 75px;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: 900;
  margin: 0 0 17px 0;
  color: #ffffff;
}
@media (max-width: 1370px) {
  .slider-div .slide-right .right-content .content h2 {
    font-size: 60px;
    line-height: 45px;
    margin-bottom: 13px;
  }
}
@media (max-width: 1023px) {
  .slider-div .slide-right .right-content .content h2 {
    font-size: 50px;
    line-height: 37px;
    margin-bottom: 13px;
  }
}
@media (max-width: 640px) {
  .slider-div .slide-right .right-content .content h2 {
    font-size: 35px;
    line-height: 30px;
    margin: 0;
  }
}
.slider-div .slide-right .right-content .content p {
  font-size: 24px;
  color: #ffffff;
  line-height: 34px;
  margin: 0 0 18px 0;
}
@media (max-width: 1370px) {
  .slider-div .slide-right .right-content .content p {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 13px;
  }
}
@media (max-width: 1023px) {
  .slider-div .slide-right .right-content .content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 13px;
  }
}
@media (max-width: 640px) {
  .slider-div .slide-right .right-content .content p {
    font-size: 16px;
    line-height: 34px;
    margin: 0;
  }
}
.slider-div .slide-right .right-content .content a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 6px;
  min-width: 154px;
  line-height: 16px;
}
.slider-div .slide-right .right-content .content a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .slider-div .slide-right .right-content .content a {
    padding: 12px 20px;
  }
}
@media (max-width: 640px) {
  .slider-div .slide-right .right-content .content a {
    margin-top: 10px;
  }
}
.slider-div .slide-right .slide-top {
  padding: 0;
  margin-bottom: 25px;
}
.slider-div .slide-right .slide-bottom {
  padding-top: 0;
  margin-top: 0;
}
.slider-div .slide-right .slide-top,
.slider-div .slide-right .slide-bottom {
  height: 284px;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .slider-div .slide-right .slide-top,
  .slider-div .slide-right .slide-bottom {
    height: 237px;
  }
}
@media (max-width: 1023px) {
  .slider-div .slide-right .slide-top,
  .slider-div .slide-right .slide-bottom {
    width: 50%;
    padding: 13px;
    float: left;
    box-sizing: border-box;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .slider-div .slide-right .slide-top,
  .slider-div .slide-right .slide-bottom {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
    height: 156px;
  }
}
.slider-div .slide-right .slide-top figure,
.slider-div .slide-right .slide-bottom figure {
  height: 100%;
  width: 100%;
  margin: 0;
  position: relative;
  border-radius: 23px;
  border: 5px solid #fff;
  overflow: hidden;
}
.slider-div .slide-right .slide-top figure::before,
.slider-div .slide-right .slide-bottom figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}
.slider-div .slide-right .slide-top img,
.slider-div .slide-right .slide-bottom img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.usps-section {
  background-color: #0061ae;
  text-align: center;
}
@media (max-width: 769px) {
  .usps-section .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .usps-section .slick-list {
    padding: 0 20% !important;
  }
}
@media (max-width: 640px) {
  .usps-section .slick-list {
    padding: 0 15% !important;
  }
}
@media (max-width: 414px) {
  .usps-section .slick-list {
    padding: 0 12% !important;
  }
}
@media (max-width: 991px) {
  .usps-section .slick-list .slick-slide {
    padding: 0;
    float: right;
  }
}
.usps-section .slick-list .slick-slide.slick-center {
  float: left;
}
.usps-section .slick-list .slick-slide + .slick-slide {
  float: left;
}
.usps-main {
  margin: 25px 0 0 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .usps-main {
    margin: 42px 0 0 0;
  }
}
.usps-main .usps-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1486px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .usps-main .usps-block {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .usps-main .usps-block {
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  .usps-main .usps-block {
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .usps-main .usps-block .slick-track {
    display: flex;
  }
}
@media (max-width: 640px) {
  .usps-main .usps-block {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.usps-main .usps-block .item {
  display: flex !important;
  align-items: center;
}
@media (max-width: 991px) {
  .usps-main .usps-block .item {
    justify-content: center;
    flex: 0 0 33.33%;
  }
  .usps-main .usps-block .item.slick-center {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .usps-main .usps-block .item {
    flex: 0 0 100%;
  }
}
@media (max-width: 640px) {
  .usps-main .usps-block .item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 18px;
  }
  .usps-main .usps-block .item:last-child {
    margin-bottom: 0;
  }
}
.usps-main .usps-block .item .icon {
  background: #fff;
  height: 92px;
  width: 92px;
  flex: 0 0 92px;
  display: flex;
  vertical-align: middle;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .usps-main .usps-block .item .icon {
    height: 68px;
    width: 68px;
    flex: 0 0 68px;
  }
}
.usps-main .usps-block .item .icon img {
  max-width: 60px;
}
@media (max-width: 1200px) {
  .usps-main .usps-block .item .icon img {
    max-width: 75px;
    max-height: 60px;
  }
}
@media (max-width: 991px) {
  .usps-main .usps-block .item .icon img {
    max-width: 60px;
    max-height: 44px;
  }
}
@media (max-width: 1200px) {
  .usps-main .usps-block .item .icon img {
    max-height: initial;
    max-width: 48px;
  }
}
.usps-main .usps-block .item .discription {
  padding-left: 19px;
}
@media (max-width: 1200px) {
  .usps-main .usps-block .item .discription {
    padding-left: 14px;
  }
}
.usps-main .usps-block .item .discription p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: white;
  margin: 0;
}
@media (max-width: 1200px) {
  .usps-main .usps-block .item .discription p {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .usps-main .usps-block .item .discription p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .usps-main .usps-block .item .discription p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .usps-main .usps-block .item .discription p {
    font-size: 16px;
    line-height: 24px;
  }
}
.usps-main .usps-block .item .discription p strong {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
@media (max-width: 1200px) {
  .usps-main .usps-block .item .discription p strong {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .usps-main .usps-block .item .discription p strong {
    font-size: 14px;
  }
}
.usps-main .usps-block .item:last-child img {
  max-width: 65px;
}
@media (max-width: 1200px) {
  .usps-main .usps-block .item:last-child img {
    max-height: initial;
    max-width: 48px;
  }
}
.balloon-div {
  /*background-color: @primary_color;*/
  text-align: center;
  padding: 93px 0 65px 0;
  position: relative;
}
.balloon-div .container {
  position: relative;
  z-index: 9;
}
.balloon-div:before {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/balloon-before.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 276px;
  height: 262px;
  display: none;
  position: absolute;
  bottom: -15px;
  left: -52px;
  z-index: 99;
}
@media (max-width: 1370px) {
  .balloon-div:before {
    width: 136px;
    height: 132px;
    bottom: 30px;
    left: -25px;
  }
}
@media (max-width: 769px) {
  .balloon-div:before {
    width: 161px;
    height: 140px;
    bottom: -48px;
    left: -40px;
    transform: rotate(4deg);
  }
}
.balloon-div .circle-div {
  width: 276px;
  height: 262px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: -52px;
  z-index: 99;
}
.balloon-div .circle-div svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  .balloon-div .circle-div {
    width: 136px;
    height: 132px;
    bottom: 30px;
    left: -25px;
  }
}
@media (max-width: 769px) {
  .balloon-div .circle-div {
    width: 161px;
    height: 140px;
    bottom: -48px;
    left: -40px;
    transform: rotate(4deg);
  }
}
.balloon-div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0061ae;
  transform: scaleX(1.4);
}
@media (max-width: 769px) {
  .balloon-div:after {
    transform: scaleX(2.1);
  }
}
@media (max-width: 991px) {
  .balloon-div {
    padding: 82px 0 95px 0;
  }
}
.balloon-div h2 {
  color: #ffffff;
  font-weight: 900;
  font-size: 75px;
  line-height: 75px;
  margin: 20px 0 50px 0;
}
@media (max-width: 1370px) {
  .balloon-div h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 27px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .balloon-div h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 33px;
  }
}
.balloon-div p {
  max-width: 874px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .balloon-div p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 23px;
  }
}
.balloon-div a {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
}
.balloon-div a:hover {
  text-decoration: none;
}
.category-div {
  text-align: center;
  padding: 133px 0 136px;
  position: relative;
}
.category-div:after {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/balloon-after.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 251px;
  height: 350px;
  display: none;
  position: absolute;
  top: -140px;
  right: -50px;
}
@media (max-width: 1370px) {
  .category-div:after {
    width: 133px;
    height: 187px;
    top: -115px;
    right: -40px;
  }
}
@media (max-width: 769px) {
  .category-div:after {
    width: 123px;
    height: 172px;
    top: -84px;
    right: -40px;
    transform: rotate(-4deg);
  }
}
.category-div .circle-div {
  width: 251px;
  height: 350px;
  display: block;
  position: absolute;
  top: -140px;
  right: -50px;
}
.category-div .circle-div svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  .category-div .circle-div {
    width: 133px;
    height: 187px;
    top: -115px;
    right: -40px;
  }
}
@media (max-width: 769px) {
  .category-div .circle-div {
    width: 123px;
    height: 172px;
    top: -84px;
    right: -40px;
    transform: rotate(-4deg);
  }
}
@media (max-width: 991px) {
  .category-div {
    padding: 61px 0 67px 0;
  }
}
.category-div .container {
  position: relative;
  z-index: 9;
}
@media (max-width: 1370px) {
  .category-div {
    padding: 70px 0;
  }
}
@media (max-width: 1023px) {
  .category-div {
    padding: 50px 0;
  }
}
.category-div .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  padding-right: 110px;
}
@media (max-width: 769px) {
  .category-div .title {
    display: block;
    margin: 0;
    padding-right: 0;
  }
}
.category-div .title h2 {
  font-size: 45px;
  margin: 0;
  color: #0061ae;
  line-height: 45px;
  font-weight: 900;
  text-transform: uppercase;
  float: left;
  text-align: left;
}
@media (max-width: 769px) {
  .category-div .title h2 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 29px;
  }
}
.category-div .btn {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 769px) {
  .category-div .btn {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    float: left;
    width: 100%;
  }
}
.category-div .btn a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #ccdfef;
  border-color: #ccdfef;
  float: right;
  min-width: 150px;
  padding: 7px 20px;
  font-size: 14px;
}
.category-div .btn a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .category-div .btn a {
    padding: 12px 20px;
  }
}
.category-div .btn a:hover {
  border-color: #0061ae;
}
@media (max-width: 769px) {
  .category-div .btn a {
    float: none;
  }
}
.category-div .category-main {
  position: relative;
}
.category-div .category-slider {
  padding: 0;
  margin: 0 -11px;
  position: static;
  list-style: none;
}
@media (min-width: 769px) {
  .category-div .category-slider:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
    row-gap: 22px;
  }
  .category-div .category-slider:not(.slick-slider) li {
    flex: 0 0 16.66%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .category-div .category-slider:not(.slick-slider) li {
    flex: 0 0 25%;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .category-div .category-slider:not(.slick-slider) li {
    flex: 0 0 33.33%;
  }
}
@media (min-width: 769px) and (max-width: 767px) {
  .category-div .category-slider:not(.slick-slider) li {
    flex: 0 0 50%;
  }
}
@media (max-width: 769px) {
  .category-div .category-slider {
    margin: 0 -7px;
  }
}
.category-div .category-slider li {
  padding: 0 11px;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .category-div .category-slider li {
    float: left;
    width: 50%;
    padding: 0 7px;
    margin-bottom: 30px;
  }
}
.category-div .category-slider li figure {
  height: 271px;
  margin: 0;
  margin-bottom: 24px;
  width: 100%;
  float: left;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 769px) {
  .category-div .category-slider li figure {
    height: 206px;
  }
}
.category-div .category-slider li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all linear 0.2s;
  transform: scale(1);
}
.category-div .category-slider li:hover figure img {
  transform: scale(1.1);
}
.category-div .category-slider li p {
  margin: 0;
  float: left;
  width: 100%;
}
.category-div .category-slider li p a {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
}
@media (max-width: 769px) {
  .category-div .category-slider li p a {
    font-size: 18px;
    line-height: 27px;
  }
}
.category-div .category-slider li p a:hover {
  color: #0061ae;
  text-decoration: none;
}
.category-div .category-slider .slick-prev,
.category-div .category-slider .slick-next {
  background: transparent;
  position: absolute;
  top: 23px;
  right: 0;
  left: auto;
  width: 44px;
  height: 44px;
  background: #ccdfef;
  border-radius: 100%;
}
@media (max-width: 1450px) {
  .category-div .category-slider .slick-prev,
  .category-div .category-slider .slick-next {
    top: 23px;
  }
}
.category-div .category-slider .slick-prev:hover,
.category-div .category-slider .slick-next:hover {
  background-color: #0061ae;
}
.category-div .category-slider .slick-prev {
  right: 60px;
}
.category-div .category-slider .slick-prev:before {
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/prev-arrow.svg");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.category-div .category-slider .slick-prev:hover:before {
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/prev-arrow.svg");
  filter: brightness(0) invert(1);
}
.category-div .category-slider .slick-next {
  right: 0;
}
.category-div .category-slider .slick-next:before {
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/next-arrow.svg");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.category-div .category-slider .slick-next:hover:before {
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/next-arrow.svg");
  filter: brightness(0) invert(1);
}
.occasion-div {
  background-color: #ccdfef;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.occasion-div:before {
  content: "";
  width: 45%;
  position: absolute;
  height: 100%;
  background-color: #0061ae;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .occasion-div:before {
    height: auto;
  }
}
.occasion-div:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #ccdfef;
  right: 0;
  z-index: 1;
  top: 0;
}
.occasion-div .container {
  position: relative;
}
.occasion-div .ocassion-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.occasion-div .ocassion-main:before {
  content: "";
  width: 300%;
  position: absolute;
  height: 100%;
  background-color: #0061ae;
  left: -300%;
  z-index: 0;
}
@media (max-width: 991px) {
  .occasion-div .ocassion-main:before {
    display: none;
  }
}
.occasion-div .ocassion-main .oca-content {
  width: 100%;
}
.occasion-div .ocassion-left {
  width: 38.5%;
  float: none;
  position: relative;
  height: inherit;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 991px) {
  .occasion-div .ocassion-left {
    overflow: visible;
  }
}
.occasion-div .ocassion-left .ocassion-select::-ms-expand {
  display: none;
}
.occasion-div .ocassion-left .select-dropdown {
  width: 100%;
  text-align: center;
  margin-bottom: 28px;
  display: none;
}
@media (max-width: 991px) {
  .occasion-div .ocassion-left .select-dropdown {
    display: block;
  }
}
.occasion-div .ocassion-left .ocassion-select {
  background-color: #ffffff;
  max-width: 342px;
  height: 52px;
  border-radius: 29px;
  font-size: 16px;
  font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  color: #0061ae;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.255' height='16.915' viewBox='0 0 13.255 16.915'%3E%3Cg id='Group_1961' data-name='Group 1961' transform='translate(4298.627 -523.696) rotate(90)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%230061ae' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%232761a8' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 15px;
  border: 0;
  padding: 0 22px;
}
@media (max-width: 991px) {
  .occasion-div .ocassion-left {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
  }
}
.occasion-div .ocassion-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: -84%;
  width: 140%;
  height: 100%;
  background-color: #0061ae;
  transform: scale(1.6);
}
@media (max-width: 991px) {
  .occasion-div .ocassion-left:before {
    left: -10%;
    width: 120%;
    transform: scale(1.2);
    height: 89%;
  }
}
.occasion-div .ocassion-left .slick-list {
  height: auto !important;
}
.occasion-div .ocassion-left .slick-list .slick-track {
  transform: none !important;
}
.occasion-div .ocassion-left .title {
  position: relative;
  margin-bottom: 60px;
}
.occasion-div .ocassion-left .title h2 {
  font-size: 45px;
  margin: 0 0 50px 0;
  color: #ffffff;
  line-height: 45px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .occasion-div .ocassion-left .title h2 {
    line-height: 48px;
    margin-bottom: 27px;
  }
}
@media (max-width: 991px) {
  .occasion-div .ocassion-left .title h2 {
    line-height: 48px;
    margin-bottom: 27px;
    font-size: 32px;
  }
}
.occasion-div .ocassion-left .title a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  line-height: 16px;
  padding: 16px 40px;
}
.occasion-div .ocassion-left .title a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .occasion-div .ocassion-left .title a {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .occasion-div .ocassion-left .title a {
    margin-left: 8px;
  }
}
@media (max-width: 480px) {
  .occasion-div .ocassion-left .title a {
    min-width: 206px;
  }
}
@media (max-width: 400px) {
  .occasion-div .ocassion-left .title a {
    padding: 11px 20px;
    min-width: 156px;
  }
}
.occasion-div .ocassion-left .title a:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.occasion-div .title {
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .occasion-div .title {
    text-align: center;
  }
}
.occasion-div .ocassion-nav {
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .occasion-div .ocassion-nav {
    display: none;
  }
}
.occasion-div .ocassion-nav h3 {
  margin: 0;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.occasion-div .ocassion-nav .slick-slide.slick-current h3 {
  color: #ffffff;
  text-decoration: underline;
}
.occasion-div .btn-wrap {
  float: left;
}
@media (max-width: 991px) {
  .occasion-div .btn-wrap {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.occasion-div .prev-btn,
.occasion-div .next-btn {
  background: transparent;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 52px;
  height: 52px;
  background: #ffffff;
  border-radius: 100%;
  float: left;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
  border: 2px solid #ffffff;
}
@media (max-width: 400px) {
  .occasion-div .prev-btn,
  .occasion-div .next-btn {
    width: 42px;
    height: 42px;
  }
}
.occasion-div .prev-btn:hover,
.occasion-div .next-btn:hover {
  background-color: transparent;
}
.occasion-div .prev-btn:hover:before,
.occasion-div .next-btn:hover:before {
  filter: brightness(0%) invert(1);
}
.occasion-div .prev-btn:before {
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/prev-arrow.svg");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.occasion-div .next-btn:before {
  background-image: url("../../frontend/Cda/upupandaway/en_GB/images/next-arrow.svg");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.occasion-div .ocassion-for {
  float: left;
  width: 61.5%;
  padding: 110px 0 35px 47px;
  box-sizing: border-box;
  margin-bottom: 0;
  z-index: 999;
  position: static;
  background-color: #ccdfef;
}
.occasion-div .ocassion-for .slick-list {
  margin: 0 -13px;
}
@media (max-width: 1200px) {
  .occasion-div .ocassion-for .slick-list {
    margin: 0 -8px;
  }
}
@media (max-width: 991px) {
  .occasion-div .ocassion-for {
    width: 100%;
    padding: 40px 0 40px 0;
    box-sizing: border-box;
  }
}
.occasion-div .ocassion-for li {
  margin: 0 0 30px 0;
  padding: 0 13px;
  width: 25%;
  list-style: none;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .occasion-div .ocassion-for li {
    width: 33.33%;
    padding: 0 8px;
  }
}
@media (max-width: 640px) {
  .occasion-div .ocassion-for li {
    width: 50%;
  }
}
.occasion-div .ocassion-for li figure {
  width: 100%;
  height: 240px;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .occasion-div .ocassion-for li figure {
    height: 207px;
    margin-bottom: 16px;
  }
}
.occasion-div .ocassion-for li figure img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all linear 0.2s;
  transform: scale(1);
}
.occasion-div .ocassion-for li:hover figure img {
  transform: scale(1.1);
}
.occasion-div .ocassion-for li p {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 66px;
}
@media (max-width: 991px) {
  .occasion-div .ocassion-for li p {
    font-size: 18px;
    line-height: 27px;
    height: 54px;
  }
}
.occasion-div .ocassion-for li p a {
  color: #0061ae;
}
.occasion-div .ocassion-for li p a:hover {
  color: #000000;
  text-decoration: none;
}
body > .loading-mask {
  z-index: 99999;
}
.upcoming-holiday-div {
  text-align: center;
  padding: 149px 0 119px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .upcoming-holiday-div {
    padding: 82px 0 65px 0;
  }
}
.upcoming-holiday-div .container {
  position: relative;
  z-index: 9;
}
.upcoming-holiday-div:before {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/upcoming-before.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 260px;
  height: 242px;
  display: none;
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: 0;
}
@media (max-width: 1370px) {
  .upcoming-holiday-div:before {
    width: 136px;
    height: 132px;
    top: -60px;
    left: -55px;
  }
}
.upcoming-holiday-div .circle-div-before {
  width: 260px;
  height: 242px;
  display: block;
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: 0;
}
.upcoming-holiday-div .circle-div-before svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  .upcoming-holiday-div .circle-div-before {
    width: 136px;
    height: 132px;
    top: -60px;
    left: -55px;
  }
}
.upcoming-holiday-div .circle-div-after {
  width: 265px;
  height: 283px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-88%);
  right: -90px;
  z-index: 0;
}
.upcoming-holiday-div .circle-div-after svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  .upcoming-holiday-div .circle-div-after {
    width: 145px;
    height: 155px;
    top: 52%;
    transform: none;
    right: -50px;
  }
}
.upcoming-holiday-div:after {
  content: "";
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/upcoming-after.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 265px;
  height: 283px;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-88%);
  right: -90px;
  z-index: 0;
}
@media (max-width: 1370px) {
  .upcoming-holiday-div:after {
    width: 145px;
    height: 155px;
    top: 52%;
    transform: none;
    right: -50px;
  }
}
.upcoming-holiday-div .upcoming-main {
  position: relative;
}
.upcoming-holiday-div .upcoming-main h2 {
  position: relative;
  margin: 0 auto;
  width: auto;
  text-align: center;
  left: auto;
  transform: inherit;
  font-size: 45px;
  color: #0061ae;
  line-height: 45px;
  font-weight: 900;
  text-transform: uppercase;
  top: 0;
  max-width: 500px;
  margin-bottom: -50px;
}
@media (max-width: 1023px) {
  .upcoming-holiday-div .upcoming-main h2 {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}
.upcoming-holiday-div .upcoming-main ul {
  margin: 0 -31px;
  padding: 0;
  list-style: none;
}
@media (max-width: 1200px) {
  .upcoming-holiday-div .upcoming-main ul {
    margin: 0 -10px;
  }
}
@media (max-width: 769px) {
  .upcoming-holiday-div .upcoming-main ul {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .upcoming-holiday-div .upcoming-main ul {
    padding: 0px 15px;
  }
}
.upcoming-holiday-div .upcoming-main ul li {
  padding: 0 31px;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .upcoming-holiday-div .upcoming-main ul li {
    padding: 0 10px;
  }
}
@media (max-width: 769px) {
  .upcoming-holiday-div .upcoming-main ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 53px;
  }
}
.upcoming-holiday-div .upcoming-main ul li figure {
  width: 100%;
  margin: 0 0 25px 0;
  height: 579px;
  overflow: hidden;
  border-radius: 241px 241px 0 0;
}
@media (max-width: 1370px) {
  .upcoming-holiday-div .upcoming-main ul li figure {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .upcoming-holiday-div .upcoming-main ul li figure {
    height: 360px;
    margin-bottom: 13px;
  }
}
@media (max-width: 769px) {
  .upcoming-holiday-div .upcoming-main ul li figure {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .upcoming-holiday-div .upcoming-main ul li figure {
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .upcoming-holiday-div .upcoming-main ul li figure {
    height: 460px;
  }
}
.upcoming-holiday-div .upcoming-main ul li figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 241px 241px 0 0;
  transition: all linear 0.2s;
  transform: scale(1);
}
.upcoming-holiday-div .upcoming-main ul li figure img:hover {
  transform: scale(1.1);
}
.upcoming-holiday-div .upcoming-main ul li .content h3 {
  font-size: 34px;
  color: #000000;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 22px 0;
}
@media (max-width: 1023px) {
  .upcoming-holiday-div .upcoming-main ul li .content h3 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 11px;
  }
}
.upcoming-holiday-div .upcoming-main ul li .content h3 a {
  color: #000000;
  text-decoration: none;
}
.upcoming-holiday-div .upcoming-main ul li .content h3 a:hover {
  color: #0061ae;
}
.upcoming-holiday-div .upcoming-main ul li .content .btn a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #ccdfef;
  font-size: 16px;
  min-width: 156px;
  line-height: 16px;
  padding: 12px 40px;
}
.upcoming-holiday-div .upcoming-main ul li .content .btn a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .upcoming-holiday-div .upcoming-main ul li .content .btn a {
    padding: 12px 20px;
  }
}
.upcoming-holiday-div .upcoming-main ul li .content .btn a:hover {
  border-color: #0061ae;
  color: #ffffff;
  background-color: #0061ae;
}
@media (max-width: 991px) {
  .upcoming-holiday-div .upcoming-main ul li .content .btn a {
    padding: 12px 20px;
  }
}
.upcoming-holiday-div .upcoming-main ul li:nth-child(2) {
  margin-top: 80px;
}
@media (max-width: 769px) {
  .upcoming-holiday-div .upcoming-main ul li:nth-child(2) {
    margin-top: 0;
  }
}
.upcoming-holiday-div .upcoming-main ul li:last-child {
  margin-bottom: 0;
}
.page-layout-home-retail .best-seller-div {
  padding: 0 0 63px 0;
}
@media (max-width: 1200px) {
  .page-layout-home-retail .best-seller-div {
    padding-bottom: 50px;
  }
}
@media (max-width: 769px) {
  .page-layout-home-retail .best-seller-div {
    padding-bottom: 42px;
  }
}
.page-layout-home-retail .best-seller-div .best-seller-slider .slick-prev,
.page-layout-home-retail .best-seller-div .best-seller-slider .slick-next {
  top: -61px;
}
body:has(.founder-section) .best-seller-div .best-seller-slider .slick-prev,
body:has(.founder-section) .best-seller-div .best-seller-slider .slick-next {
  top: 26px;
}
@media (max-width: 991px) {
  body:has(.founder-section) .best-seller-div .best-seller-slider .slick-prev,
  body:has(.founder-section) .best-seller-div .best-seller-slider .slick-next {
    top: 22px;
  }
}
.page-layout-home-retail .page-layout-home-trade .best-seller-div {
  padding: 0 0 63px 0;
}
@media (max-width: 1200px) {
  .page-layout-home-retail .page-layout-home-trade .best-seller-div {
    padding-bottom: 50px;
  }
}
@media (max-width: 769px) {
  .page-layout-home-retail .page-layout-home-trade .best-seller-div {
    padding-bottom: 42px;
  }
}
.page-layout-home-retail .page-layout-home-trade .best-seller-div .best-seller-slider .slick-prev,
.page-layout-home-retail .page-layout-home-trade .best-seller-div .best-seller-slider .slick-next {
  top: -60px;
}
@media (max-width: 1450px) {
  .page-layout-home-retail .page-layout-home-trade .best-seller-div .best-seller-slider .slick-prev,
  .page-layout-home-retail .page-layout-home-trade .best-seller-div .best-seller-slider .slick-next {
    top: -58px;
  }
}
@media (max-width: 870px) {
  .page-layout-home-retail .page-layout-home-trade .best-seller-div .best-seller-slider .slick-prev,
  .page-layout-home-retail .page-layout-home-trade .best-seller-div .best-seller-slider .slick-next {
    top: -58px;
  }
}
.catalog-category-view .best-seller-div .best-seller-slider .slick-prev,
.catalog-category-view .best-seller-div .best-seller-slider .slick-next {
  top: -45px;
}
.page-layout-home-trade .half-section .left-div:nth-child(2) h2,
.page-layout-home-trade .half-section .left-div:nth-child(3) h2 {
  color: #0061ae;
}
.page-layout-home-trade .half-section .left-div:nth-child(2) p,
.page-layout-home-trade .half-section .left-div:nth-child(3) p {
  color: #0061ae;
}
.page-layout-home-trade .half-section .left-div:nth-child(2) a,
.page-layout-home-trade .half-section .left-div:nth-child(3) a {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
}
.page-layout-home-trade .half-section .left-div:nth-child(2) a:hover,
.page-layout-home-trade .half-section .left-div:nth-child(3) a:hover {
  background-color: #ffffff;
  color: #0061ae;
  border-color: #ffffff;
}
.page-layout-home-trade .half-section .main-content.left-div:nth-child(1) h2,
.page-layout-home-trade .half-section .left-div:nth-child(4) h2 {
  color: #fff;
}
.page-layout-home-trade .half-section .main-content.left-div:nth-child(1) p,
.page-layout-home-trade .half-section .left-div:nth-child(4) p {
  color: #fff;
}
.page-layout-home-trade .half-section .main-content.left-div:nth-child(1) a,
.page-layout-home-trade .half-section .left-div:nth-child(4) a {
  background-color: #ffffff;
  color: #0061ae;
  border-color: #ffffff;
}
.page-layout-home-trade .half-section .main-content.left-div:nth-child(1) a:hover,
.page-layout-home-trade .half-section .left-div:nth-child(4) a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
}
.best-seller-div {
  text-align: center;
  padding: 0 0 156px 0;
  z-index: 9;
  position: relative;
}
@media (max-width: 1200px) {
  .best-seller-div {
    padding-bottom: 100px;
  }
}
@media (max-width: 769px) {
  .best-seller-div {
    padding-bottom: 42px;
  }
}
.best-seller-div .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  text-align: left;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .best-seller-div .title {
    justify-content: center;
    align-items: center;
  }
}
.best-seller-div .title h2 {
  font-size: 45px;
  margin: 0;
  color: #0061ae;
  line-height: 45px;
  font-weight: 900;
  text-transform: uppercase;
  float: left;
  padding-right: 120px;
  text-align: left;
}
@media (max-width: 1023px) {
  .best-seller-div .title h2 {
    font-size: 40px;
    line-height: 52p;
  }
}
@media (max-width: 991px) {
  .best-seller-div .title h2 {
    font-size: 31px;
  }
}
@media (max-width: 769px) {
  .best-seller-div .title h2 {
    font-size: 32px;
    line-height: 48px;
    padding-right: 0;
    text-align: center;
  }
}
.best-seller-div .title a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #ccdfef;
  float: right;
  min-width: 150px;
  line-height: 16px;
  padding: 16px 20px;
}
.best-seller-div .title a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .best-seller-div .title a {
    padding: 12px 20px;
  }
}
.best-seller-div .title a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
}
@media (max-width: 769px) {
  .best-seller-div .title a {
    display: none;
  }
}
.best-seller-div .best-seller-main {
  position: relative;
}
.best-seller-div .products-grid .product-item-info:hover,
.best-seller-div .products-grid .product-item-info.active {
  background: #fff;
  box-shadow: none;
  border: 0px solid #bbb;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
.best-seller-div .best-seller-slider {
  padding: 0;
  margin: 0 -10px;
  float: left;
  width: 100%;
  position: static;
  list-style: none;
}
.best-seller-div .best-seller-slider:not(.slick-slider) {
  display: flex;
}
@media (max-width: 768px) {
  .best-seller-div .best-seller-slider:not(.slick-slider) {
    display: block;
  }
}
@media (max-width: 769px) {
  .best-seller-div .best-seller-slider {
    margin: 0;
    text-align: left;
  }
}
.best-seller-div .best-seller-slider li {
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
}
@media (max-width: 769px) {
  .best-seller-div .best-seller-slider li {
    width: 33.33%;
    margin-bottom: 41px;
  }
  .best-seller-div .best-seller-slider li:nth-child(1n+9) {
    display: none;
  }
}
@media (max-width: 640px) {
  .best-seller-div .best-seller-slider li {
    width: 50%;
  }
}
.best-seller-div .best-seller-slider li .product-item-info {
  width: 100%;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-photo {
  width: 100%;
  height: 278px;
  margin-bottom: 31px;
  display: block;
}
@media (max-width: 769px) {
  .best-seller-div .best-seller-slider li .product-item-info .product-item-photo {
    height: auto;
    margin-bottom: 10px;
  }
}
.best-seller-div .best-seller-slider li .product-item-info .product-image-container {
  display: inline-block;
  width: 100%;
}
.best-seller-div .best-seller-slider li .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: 100%;
}
@media (max-width: 769px) {
  .best-seller-div .best-seller-slider li .product-item-info .product-image-container .product-image-wrapper {
    padding-bottom: 130%;
  }
}
@media (max-width: 379px) {
  .best-seller-div .best-seller-slider li .product-item-info .product-image-container .product-image-wrapper {
    padding-bottom: 90%;
  }
}
.best-seller-div .best-seller-slider li .product-item-info .product-image-container .product-image-wrapper .product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details {
  padding: 0 10px;
  box-sizing: border-box;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-item-name {
  margin: 0 0 11px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  line-clamp: initial;
  -webkit-line-clamp: initial;
  height: auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-item-name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-item-name a {
  color: #000000;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-item-name a:hover {
  color: #0061ae;
  text-decoration: none;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box:has(.old-price) .special-price .price,
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box:has(.old-price) .price-container .price {
  color: #DD1729;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box:has(.old-price) .old-price .price-container .price {
  color: #898989;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .old-price {
  order: 0;
  margin: 0;
  position: relative;
  padding: 0 8px;
  margin-right: 18px;
  line-height: 2.5;
  font-size: 18px;
  line-height: 30px;
  color: #898989;
}
@media (max-width: 1023px) {
  .best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .old-price {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  .best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .old-price {
    padding: 0;
    margin-right: 15px;
  }
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .old-price:after {
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #898989;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .old-price .price-label {
  font-size: 18px;
  line-height: 30px;
  color: #898989;
}
@media (max-width: 1023px) {
  .best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .old-price .price-label {
    font-size: 16px;
  }
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 18px;
  line-height: 30px;
  color: #898989;
}
@media (max-width: 1023px) {
  .best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 16px;
  }
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .special-price {
  order: 1;
  margin: 0;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .special-price .price-label {
  display: none;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .special-price .price {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 1023px) {
  .best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 16px;
  }
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .price {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .best-seller-div .best-seller-slider li .product-item-info .product-item-details .price-box .price {
    font-size: 16px;
  }
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-color-style {
  margin-top: 30px;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-color-style ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0px;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-color-style ul li {
  padding: 0px 5px !important;
  position: relative;
  margin: 0;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-color-style ul li input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-color-style ul li input:checked + div {
  border: 2px solid #000 !important;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-color-style ul li .color-style {
  width: 23px;
  height: 24px;
  background-color: #e04457;
  border-radius: 50%;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-color-style ul li:nth-child(2) .color-style {
  background-color: #ffd15d;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-color-style ul li:nth-child(3) .color-style {
  background-color: #00416d;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-color-style ul li:nth-child(4) .color-style {
  background-color: #fff;
  border: 2px solid #a7a7a7;
}
.best-seller-div .best-seller-slider li .product-item-info .product-item-details .product-color-style ul li:nth-child(5) .color-style {
  background-color: #3c97d3;
}
.best-seller-div .best-seller-slider .slick-prev,
.best-seller-div .best-seller-slider .slick-next {
  background: transparent;
  position: absolute;
  top: 21px;
  right: 0;
  left: auto;
  width: 44px;
  height: 44px;
  background: #ccdfef;
  border-radius: 100%;
}
.best-seller-div .best-seller-slider .slick-prev:hover,
.best-seller-div .best-seller-slider .slick-next:hover {
  background-color: #0061ae;
}
.best-seller-div .best-seller-slider .slick-prev {
  right: 212px;
}
.best-seller-div .best-seller-slider .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(540.611 4298.627) rotate(180)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%230061ae' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%232761a8' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.best-seller-div .best-seller-slider .slick-prev:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(540.611 4298.627) rotate(180)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.best-seller-div .best-seller-slider .slick-next {
  right: 160px;
}
.best-seller-div .best-seller-slider .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%230061ae' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%232761a8' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.best-seller-div .best-seller-slider .slick-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.half-section {
  padding: 0 0 120px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  .half-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .half-section {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .half-section {
    padding-bottom: 10px;
  }
}
.half-section:after {
  content: "";
  width: 249px;
  height: 287px;
  display: none;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/half-after.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: auto;
  bottom: -15px;
  z-index: 1;
  background-size: cover;
}
.half-section:after svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  .half-section:after {
    width: 113px;
    height: 132px;
    right: -22px;
    bottom: -28px;
  }
}
@media (max-width: 767px) {
  .half-section:after {
    width: 126px;
    height: 151px;
    right: -23px;
    bottom: -32px;
  }
}
.half-section .circle-div {
  width: 249px;
  height: 287px;
  display: block;
  position: absolute;
  right: 12px;
  top: auto;
  bottom: -15px;
  z-index: 1;
  background-size: cover;
}
.half-section .circle-div svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  .half-section .circle-div {
    width: 113px;
    height: 132px;
    right: -22px;
    bottom: -28px;
  }
}
@media (max-width: 767px) {
  .half-section .circle-div {
    width: 126px;
    height: 151px;
    right: -23px;
    bottom: -32px;
  }
}
.half-section .half-main {
  margin: -25px;
}
@media (max-width: 1370px) {
  .half-section .half-main {
    margin: -20px;
  }
}
@media (max-width: 769px) {
  .half-section .half-main {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .half-section .half-main {
    padding: 0px 15px;
  }
}
@media (max-width: 769px) {
  .half-section .half-main {
    padding: 0;
  }
}
.half-section .half-main .overlay-content {
  height: 338px;
}
@media (max-width: 991px) {
  .half-section .half-main .overlay-content {
    height: 322px;
  }
}
.half-section .half-main figure {
  height: 100%;
}
.half-section .half-main figure img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.half-section .main-content {
  width: 50%;
  padding: 25px;
  border-radius: 20px;
  position: relative;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 1370px) {
  .half-section .main-content {
    padding: 20px;
  }
}
@media (max-width: 769px) {
  .half-section .main-content {
    width: 100%;
    margin-bottom: 55px;
    padding: 0;
  }
}
.half-section .main-content h2 {
  font-size: 75px;
  line-height: 60px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 23px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .half-section .main-content h2 {
    font-size: 66px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .half-section .main-content h2 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .half-section .main-content h2 {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
.half-section .main-content p {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
@media (max-width: 1200px) {
  .half-section .main-content p {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .half-section .main-content p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.half-section .main-content a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 150px;
  padding: 12px 40px;
  line-height: 16px;
}
.half-section .main-content a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .half-section .main-content a {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .half-section .main-content a {
    padding: 12px 20px;
  }
}
.half-section .main-content a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
.half-section .main-content .overlay-content {
  position: relative;
}
.half-section .main-content .overlay-content .content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 0 49px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .half-section .main-content .overlay-content .content {
    padding: 0 30px;
  }
}
.half-section .main-content .overlay-content .content .main {
  width: 50%;
  text-align: left;
}
@media (max-width: 1200px) {
  .half-section .main-content .overlay-content .content .main {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .half-section .main-content .overlay-content .content .main {
    width: 80%;
  }
}
.half-section .main-content.left-div:nth-child(odd) h2,
.half-section .main-content.left-div:nth-child(odd) p {
  color: #0061ae;
}
.half-section .main-content.left-div:nth-child(odd) a {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
}
.half-section .main-content.left-div:nth-child(odd) a:hover {
  background-color: #ffffff;
  color: #0061ae;
  border-color: #ffffff;
}
.block.widget .products-grid .product-items:not(.slick-slider) {
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .block.widget .products-grid .product-items:not(.slick-slider) {
    display: block;
  }
}
@media (max-width: 640px) {
  .block.widget .products-grid .product-items:not(.slick-slider) {
    display: block;
  }
}
@media (max-width: 769px) {
  .cms-index-index .store-div .store-main div.btn .btn:nth-child(3) {
    margin-top: 0;
  }
}
.store-div {
  text-align: center;
  background-color: #ccdfef;
  height: 947px;
  position: relative;
  /*&:before {
        content: "";
        width: 197px;
        height: 99px;
        display: block;
        background-image: url(../../frontend/Cda/upupandaway/en_GB/images/store-after.png);
        background-repeat: no-repeat;
        position: absolute;
        left: 82%;
        bottom: -57px;
        z-index: 1;
        display: none;
        background-size: cover;


        @media @breakpoint-llg {
            display: block;

        }

        @media @breakpoint-m-xxs {
            left: 35%;
        }
    }*/
}
@media (max-width: 1370px) {
  .store-div {
    height: auto;
    padding-bottom: 73px;
    overflow: hidden;
  }
}
.store-div .container {
  height: 100%;
}
.store-div .store-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: left;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 769px) {
  .store-div .store-main {
    justify-content: center;
  }
}
.store-div .store-main:after {
  background-color: #0061ae;
  position: absolute;
  content: "";
  height: 100%;
  width: 300%;
  left: 98%;
  display: block;
}
@media (max-width: 1370px) {
  .store-div .store-main:after {
    display: none;
  }
}
.store-div .store-main figure {
  height: 575px;
  margin: 0;
  max-width: 460px;
  position: relative;
}
.store-div .store-main figure:before {
  content: "";
  width: 317px;
  height: 259px;
  display: none;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/store-before.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -36%;
  top: -50px;
}
@media (max-width: 1370px) {
  .store-div .store-main figure:before {
    display: none;
  }
}
.store-div .store-main figure .circle-div {
  width: 317px;
  height: 259px;
  display: block;
  position: absolute;
  left: -36%;
  top: -50px;
}
.store-div .store-main figure .circle-div svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  .store-div .store-main figure .circle-div {
    display: none;
  }
}
@media (max-width: 1370px) {
  .store-div .store-main figure {
    order: 1;
    max-width: 30%;
    height: auto;
  }
}
@media (max-width: 769px) {
  .store-div .store-main figure {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
.store-div .store-main figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 228px 228px 0 0;
}
.store-div .store-main h2 {
  font-size: 45px;
  margin: 0 0 30px 0;
  color: #0061ae;
  line-height: 45px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .store-div .store-main h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
.store-div .store-main p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #0061ae;
  margin-bottom: 33px;
}
@media (max-width: 769px) {
  .store-div .store-main p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
}
.store-div .store-main a.link {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0061ae;
}
@media (max-width: 769px) {
  .store-div .store-main a.link {
    margin-top: 45px;
    display: block;
  }
}
.store-div .store-main a.link:hover {
  text-decoration: none;
}
.store-div .store-main div.btn {
  text-align: center;
}
@media (max-width: 1370px) {
  .store-div .store-main div.btn {
    max-width: 400px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .store-div .store-main div.btn {
    max-width: 320px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .store-div .store-main div.btn {
    margin: 0 auto;
  }
}
.store-div .store-main div.btn .btn {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 23px;
  line-height: 16px;
  padding: 16px 40px;
}
.store-div .store-main div.btn .btn:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .store-div .store-main div.btn .btn {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .store-div .store-main div.btn .btn {
    padding: 16px 20px;
  }
}
.store-div .store-main div.btn .btn.btn-apply {
  border: 2px solid #ffffff !important;
}
.store-div .store-main div.btn .btn.btn-apply:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.store-div .store-main div.btn .btn:nth-child(2) {
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}
.store-div .store-main div.btn .btn:nth-child(2):hover {
  color: #0061ae;
  background-color: #ffffff;
  border-color: 2px solid #ffffff !important;
}
.store-div .store-main div.btn .btn:nth-child(3) {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: transparent;
  border: 0 !important;
}
@media (max-width: 769px) {
  .store-div .store-main div.btn .btn:nth-child(3) {
    margin-top: 45px;
    display: block;
  }
}
.store-div .store-main div.btn .btn:nth-child(3):hover {
  text-decoration: none;
  background-color: transparent;
}
.store-div .store-main .about-content {
  max-width: 470px;
  margin-left: auto;
  padding-left: 50px;
  box-sizing: border-box;
  padding-right: 30px;
}
@media (max-width: 1500px) {
  .store-div .store-main .about-content {
    max-width: 400px;
  }
}
@media (max-width: 1370px) {
  .store-div .store-main .about-content {
    order: 2;
    max-width: 70%;
    height: auto;
    padding-left: 50px;
    box-sizing: border-box;
  }
}
@media (max-width: 769px) {
  .store-div .store-main .about-content {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    padding: 0;
  }
}
.store-div .store-main .shopping-div {
  max-width: 509px;
  margin-left: auto;
  text-align: left;
  position: relative;
  padding: 0 30px 0 130px;
  box-sizing: border-box;
  background-color: transparent;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 1370px) {
  .store-div .store-main .shopping-div {
    overflow: visible;
  }
}
.store-div .store-main .shopping-div:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 178%;
  height: 100%;
  background-color: #0061ae;
  transform: scale(1.2);
}
@media (max-width: 1370px) {
  .store-div .store-main .shopping-div:before {
    left: -15%;
    width: 160%;
    transform: scale(1.2);
    height: 89%;
  }
}
@media (max-width: 1370px) {
  .store-div .store-main .shopping-div {
    flex: 0 0 100%;
    order: 0;
    height: auto;
    padding: 40px 0;
    max-width: 100%;
    margin-bottom: 84px;
  }
}
@media (max-width: 991px) {
  .store-div .store-main .shopping-div {
    padding: 40px 0 60px;
  }
}
@media (max-width: 767px) {
  .store-div .store-main .shopping-div {
    margin-bottom: 36px;
    padding: 40px 0 40px;
  }
}
.store-div .store-main .shopping-div .shopping-content {
  position: relative;
}
@media (max-width: 767px) {
  .store-div .store-main .shopping-div .shopping-content {
    padding-bottom: 38px;
  }
}
.store-div .store-main .shopping-div h2 {
  color: #ffffff;
  line-height: 45px;
}
@media (max-width: 767px) {
  .store-div .store-main .shopping-div h2 {
    text-align: center;
    max-width: 233px;
    margin-left: auto;
    margin-right: auto;
  }
}
.store-div .store-main .shopping-div p {
  color: #ffffff;
}
@media (max-width: 991px) {
  .store-div .store-main .shopping-div p {
    margin-bottom: 31px;
  }
}
@media (max-width: 767px) {
  .store-div .store-main .shopping-div p {
    text-align: center;
  }
}
.store-div .store-main .shopping-div a.link {
  color: #ffffff;
}
.brand-div {
  text-align: center;
  padding: 150px 0 150px 0;
  position: relative;
}
.brand-div:before {
  content: "";
  width: 439px;
  height: 221px;
  display: none;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/store-after.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 18%;
  top: -93px;
  z-index: 1;
}
@media (max-width: 1370px) {
  .brand-div:before {
    right: 42%;
  }
}
@media (max-width: 767px) {
  .brand-div:before {
    right: 0;
    top: -37px;
    width: 177px;
    height: 100px;
    background-size: contain;
  }
}
.brand-div .circle-div {
  width: 439px;
  height: 221px;
  display: block;
  position: absolute;
  right: 18%;
  top: -93px;
  z-index: 1;
}
.brand-div .circle-div svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1370px) {
  .brand-div .circle-div {
    right: 48%;
  }
}
@media (max-width: 1200px) {
  .brand-div .circle-div {
    width: 300px;
    height: 171px;
    top: -70px;
  }
}
@media (max-width: 767px) {
  .brand-div .circle-div {
    right: 0;
    top: -37px;
    width: 177px;
    height: 100px;
    background-size: contain;
  }
}
@media (max-width: 1440px) {
  .brand-div {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .brand-div {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .brand-div {
    padding: 68px 0;
  }
}
@media (max-width: 769px) {
  .brand-div .container {
    padding: 0;
  }
}
.brand-div .brand-main h2 {
  font-size: 45px;
  margin: 0 0 30px 0;
  color: #0061ae;
  line-height: 68px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
.brand-div .brand-main h2:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #dd1728;
  border-radius: 50%;
  left: 28%;
  transform: translate(-50%, -50%);
  top: 72px;
}
@media (max-width: 767px) {
  .brand-div .brand-main h2:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .brand-div .brand-main h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .brand-div .brand-main h2 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 769px) {
  .brand-div .brand-main .slick-list {
    padding: 0 90px;
  }
}
@media (max-width: 769px) {
  .brand-div .brand-main .slick-list .slick-slide li {
    padding: 0 25px;
  }
}
.brand-div .brand-main .brand-slider {
  margin: 0 0 38px 0;
  padding: 0;
}
@media (max-width: 769px) {
  .brand-div .brand-main .brand-slider {
    margin-bottom: 11px;
  }
}
.brand-div .brand-main .brand-slider .slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.brand-div .brand-main .brand-slider li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .brand-div .brand-main .brand-slider li img {
    margin: auto;
  }
}
.brand-div .brand-main .btn a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #ccdfef;
  line-height: 16px;
  padding: 12px 40px;
}
.brand-div .brand-main .btn a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .brand-div .brand-main .btn a {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .brand-div .brand-main .btn a {
    padding: 12px 20px;
  }
}
.brand-div .brand-main .btn a:hover {
  background-color: #0061ae;
  border-color: #0061ae;
  color: #ffffff;
}
.insta-blog-div {
  text-align: center;
  padding-bottom: 200px;
}
@media (max-width: 1440px) {
  .insta-blog-div {
    padding-bottom: 150px;
  }
}
@media (max-width: 1200px) {
  .insta-blog-div {
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .insta-blog-div {
    padding-bottom: 20px;
  }
}
.insta-blog-div .insta-main {
  text-align: left;
  margin: 0 -44px;
}
@media (max-width: 1679px) {
  .insta-blog-div .insta-main {
    margin: 0 -20px;
  }
}
@media (max-width: 1023px) {
  .insta-blog-div .insta-main {
    margin: 0;
  }
}
.insta-blog-div .insta-main h2 {
  font-size: 45px;
  margin: 0 0 35px 0;
  color: #0061ae;
  line-height: 45px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .insta-blog-div .insta-main h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .insta-blog-div .insta-main h2 {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 38px;
  }
}
.insta-blog-div .insta-main h2 a {
  color: #0061ae;
}
.insta-blog-div .insta-main h2 a:hover {
  color: #ccdfef;
}
.insta-blog-div .insta-main .blog-div {
  float: left;
  width: 62.8%;
  padding: 0 44px;
  box-sizing: border-box;
}
.insta-blog-div .insta-main .blog-div .blog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 35px 0;
}
@media (max-width: 1280px) {
  .insta-blog-div .insta-main .blog-div .blog-title {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .insta-blog-div .insta-main .blog-div .blog-title {
    margin-bottom: 38px;
  }
}
.insta-blog-div .insta-main .blog-div .blog-title h2 {
  margin: 0;
}
.insta-blog-div .insta-main .blog-div .btn-wrap div.next-btn,
.insta-blog-div .insta-main .blog-div .btn-wrap-news div.next-btn,
.insta-blog-div .insta-main .blog-div .btn-wrap div.prev-btn,
.insta-blog-div .insta-main .blog-div .btn-wrap-news div.prev-btn {
  display: none;
}
.insta-blog-div .insta-main .blog-div .btn-wrap .slick-prev,
.insta-blog-div .insta-main .blog-div .btn-wrap-news .slick-prev,
.insta-blog-div .insta-main .blog-div .btn-wrap .slick-next,
.insta-blog-div .insta-main .blog-div .btn-wrap-news .slick-next {
  background: transparent;
  width: 44px;
  height: 44px;
  background: #ccdfef;
  border-radius: 100%;
  float: left;
  position: relative;
  top: auto;
  transform: none;
}
.insta-blog-div .insta-main .blog-div .btn-wrap .slick-prev:hover,
.insta-blog-div .insta-main .blog-div .btn-wrap-news .slick-prev:hover,
.insta-blog-div .insta-main .blog-div .btn-wrap .slick-next:hover,
.insta-blog-div .insta-main .blog-div .btn-wrap-news .slick-next:hover {
  background-color: #0061ae;
}
.insta-blog-div .insta-main .blog-div .btn-wrap .slick-prev,
.insta-blog-div .insta-main .blog-div .btn-wrap-news .slick-prev {
  left: 0;
  margin-right: 10px;
}
.insta-blog-div .insta-main .blog-div .btn-wrap .slick-prev:before,
.insta-blog-div .insta-main .blog-div .btn-wrap-news .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(540.611 4298.627) rotate(180)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%230061ae' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%232761a8' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.insta-blog-div .insta-main .blog-div .btn-wrap .slick-prev:hover:before,
.insta-blog-div .insta-main .blog-div .btn-wrap-news .slick-prev:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(540.611 4298.627) rotate(180)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.insta-blog-div .insta-main .blog-div .btn-wrap .slick-next,
.insta-blog-div .insta-main .blog-div .btn-wrap-news .slick-next {
  right: 0;
}
.insta-blog-div .insta-main .blog-div .btn-wrap .slick-next:before,
.insta-blog-div .insta-main .blog-div .btn-wrap-news .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%230061ae' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%232761a8' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.insta-blog-div .insta-main .blog-div .btn-wrap .slick-next:hover:before,
.insta-blog-div .insta-main .blog-div .btn-wrap-news .slick-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 1679px) {
  .insta-blog-div .insta-main .blog-div {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .insta-blog-div .insta-main .blog-div {
    width: 100%;
    margin-bottom: 77px;
    padding: 0;
  }
}
.insta-blog-div .insta-main .blog-div .news-slider {
  margin: 0 -16px;
  padding: 0;
}
.insta-blog-div .insta-main .blog-div .news-slider .slick-track {
  margin: 0;
}
.insta-blog-div .insta-main .blog-div .news-slider:not(.slick-slider) {
  display: flex;
}
@media (max-width: 640px) {
  .insta-blog-div .insta-main .blog-div .news-slider {
    margin: 0 -5px;
  }
}
.insta-blog-div .insta-main .blog-div .news-slider li {
  padding: 0 16px;
  box-sizing: border-box;
  display: inline-block;
}
@media (max-width: 640px) {
  .insta-blog-div .insta-main .blog-div .news-slider li {
    padding: 0 5px;
  }
}
.insta-blog-div .insta-main .blog-div .news-slider li .category {
  margin: 25px 0 21px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 27px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .insta-blog-div .insta-main .blog-div .news-slider li .category {
    margin: 22px 0 18px 0;
  }
}
.insta-blog-div .insta-main .blog-div .news-slider li .category a {
  color: #0061ae;
}
.insta-blog-div .insta-main .blog-div .news-slider li .category a:hover {
  color: #000000;
  text-decoration: none;
}
.insta-blog-div .insta-main .blog-div .news-slider li h3 {
  margin: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 68px;
}
@media (max-width: 1280px) {
  .insta-blog-div .insta-main .blog-div .news-slider li h3 {
    font-size: 25px;
    line-height: 30px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .insta-blog-div .insta-main .blog-div .news-slider li h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.insta-blog-div .insta-main .blog-div .news-slider li h3 a {
  color: #000000;
}
.insta-blog-div .insta-main .blog-div .news-slider li h3 a:hover {
  color: #0061ae;
  text-decoration: none;
}
.insta-blog-div .insta-main .blog-div .news-slider figure {
  height: 372px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1280px) {
  .insta-blog-div .insta-main .blog-div .news-slider figure {
    height: 322px;
  }
}
@media (max-width: 767px) {
  .insta-blog-div .insta-main .blog-div .news-slider figure {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .insta-blog-div .insta-main .blog-div .news-slider figure {
    height: 271px;
  }
}
.insta-blog-div .insta-main .blog-div .news-slider figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all linear 0.2s;
  transform: scale(1);
}
.insta-blog-div .insta-main .blog-div .news-slider figure:hover img {
  transform: scale(1.1);
}
.insta-blog-div .insta-main .insta-div {
  float: left;
  width: 37.2%;
  padding: 0 44px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .insta-blog-div .insta-main .insta-div {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}
.insta-blog-div .insta-main .insta-div ul {
  margin: -7px;
  padding: 0;
  list-style: none;
}
.insta-blog-div .insta-main .insta-div ul li {
  padding: 7px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.insta-blog-div .insta-main .insta-div ul li figure {
  height: 255px;
}
@media (max-width: 480px) {
  .insta-blog-div .insta-main .insta-div ul li figure {
    height: 165px;
  }
}
.insta-blog-div .insta-main .insta-div ul li figure img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-title-wrapper {
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  padding: 13px 0 51px 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-title-wrapper {
    padding: 13px 0 46px 0;
  }
}
.page-title-wrapper .page-title {
  order: 1;
  color: #ffffff;
  font-size: 45px;
  font-weight: 900;
  position: relative;
  z-index: 9;
  max-width: 1480px;
  flex: 0 0 100%;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 68px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .page-title-wrapper .page-title {
    padding: 0 37px;
  }
}
@media (max-width: 769px) {
  .page-title-wrapper .page-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 390px) {
  .page-title-wrapper .page-title {
    padding: 0 15px;
  }
}
.page-title-wrapper .breadcrumbs {
  order: 0;
  position: relative;
  z-index: 9;
  list-style: none;
  display: flex;
  flex: 0 0 100%;
  margin-bottom: 0px;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .page-title-wrapper .breadcrumbs {
    padding: 0 37px;
  }
}
@media (max-width: 991px) {
  .page-title-wrapper .breadcrumbs {
    padding: 0 20px 15px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper .breadcrumbs {
    padding: 0 20px 15px;
  }
}
@media (max-width: 390px) {
  .page-title-wrapper .breadcrumbs {
    padding: 0 15px;
    padding-bottom: 20px;
  }
}
.page-title-wrapper .breadcrumbs ul {
  display: inline;
  padding: 0;
}
.page-title-wrapper .breadcrumbs li {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding-right: 0;
  margin-right: 15px;
  position: relative;
  margin-bottom: 0;
  display: inline;
  text-transform: capitalize;
}
.page-title-wrapper .breadcrumbs li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #ffffff;
  right: -7px;
  transform: rotate(22deg);
  top: 7px;
  left: auto;
}
.page-title-wrapper .breadcrumbs li a {
  color: #ffffff;
}
.page-title-wrapper .breadcrumbs li a:hover {
  color: #ccdfef;
}
.page-title-wrapper .breadcrumbs li strong {
  font-weight: 500;
  text-transform: lowercase;
}
.page-title-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0061ae;
  transform: scaleX(1.09);
  z-index: -1;
}
@media (max-width: 767px) {
  .page-title-wrapper:after {
    transform: scaleX(1.4);
  }
}
.custom-button-div .button {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #ccdfef;
  border-color: #ccdfef;
  color: #0061ae;
  margin-bottom: 10px;
}
.custom-button-div .button:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .custom-button-div .button {
    padding: 12px 20px;
  }
}
@media (min-width: 1200px) {
  .cdawpcpt-faq-index .page-title-wrapper,
  .cdawpcpt-index-cmspage .page-title-wrapper,
  .cms-all-brands .page-title-wrapper,
  .ambrand-index-index .page-title-wrapper {
    padding: 13px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .cdawpcpt-faq-index .page-title-wrapper,
  .cdawpcpt-index-cmspage .page-title-wrapper,
  .cms-all-brands .page-title-wrapper,
  .ambrand-index-index .page-title-wrapper {
    padding: 13px 0 25px 0;
  }
}
@media (min-width: 1200px) {
  .cdawpcpt-faq-index .page-title-wrapper .page-title,
  .cdawpcpt-index-cmspage .page-title-wrapper .page-title,
  .cms-all-brands .page-title-wrapper .page-title,
  .ambrand-index-index .page-title-wrapper .page-title {
    padding-top: 21px;
  }
}
@media (min-width: 1200px) {
  .cdawpcpt-faq-index .page-title-wrapper:after,
  .cdawpcpt-index-cmspage .page-title-wrapper:after,
  .cms-all-brands .page-title-wrapper:after,
  .ambrand-index-index .page-title-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transform: none;
    z-index: -1;
    background-image: url("../../frontend/Cda/upupandaway/en_GB/images/Intersection_1.svg");
    background-position: bottom center;
    background-size: 100% auto;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cdawpcpt-faq-index .container,
  .cdawpcpt-index-cmspage .container,
  .cms-all-brands .container,
  .ambrand-index-index .container {
    padding: 0 20px;
  }
}
@media (max-width: 390px) {
  .cdawpcpt-faq-index .container,
  .cdawpcpt-index-cmspage .container,
  .cms-all-brands .container,
  .ambrand-index-index .container {
    padding: 0 15px;
  }
}
.featured-product-div {
  text-align: center;
  padding: 0 0 156px 0;
}
@media (max-width: 1200px) {
  .featured-product-div {
    padding-bottom: 100px;
  }
}
@media (max-width: 769px) {
  .featured-product-div {
    padding-bottom: 42px;
  }
}
@media (max-width: 1023px) {
  .featured-product-div .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.featured-product-div .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}
@media (max-width: 769px) {
  .featured-product-div .title {
    justify-content: center;
  }
}
.featured-product-div .title h2 {
  font-size: 40px;
  margin: 0;
  color: #0061ae;
  line-height: 35px;
  font-weight: 900;
  text-transform: uppercase;
  float: left;
}
@media (max-width: 991px) {
  .featured-product-div .title h2 {
    font-size: 35px;
  }
}
@media (max-width: 769px) {
  .featured-product-div .title h2 {
    font-size: 32px;
    line-height: 1;
  }
}
.featured-product-div .title a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  padding: 12px 40px;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #ccdfef;
  float: right;
  min-width: 150px;
  padding: 12px 20px;
  line-height: 16px;
}
.featured-product-div .title a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .featured-product-div .title a {
    padding: 12px 20px;
  }
}
@media (max-width: 769px) {
  .featured-product-div .title a {
    display: none;
  }
}
.featured-product-div .featured-product-main {
  position: relative;
}
.featured-product-div .products-grid .product-item-info:hover,
.featured-product-div .products-grid .product-item-info.active {
  background: #fff;
  box-shadow: none;
  border: 0px solid #bbb;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
.featured-product-div .featured-product-slider {
  padding: 0;
  margin: 0 -10px;
  float: left;
  width: 100%;
  position: static;
  list-style: none;
}
@media (max-width: 769px) {
  .featured-product-div .featured-product-slider {
    margin: 0;
  }
}
.featured-product-div .featured-product-slider li {
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 769px) {
  .featured-product-div .featured-product-slider li {
    width: 33.33%;
    margin-bottom: 41px;
  }
  .featured-product-div .featured-product-slider li:nth-child(1n+9) {
    display: none;
  }
}
@media (max-width: 640px) {
  .featured-product-div .featured-product-slider li {
    width: 50%;
  }
}
.featured-product-div .featured-product-slider li .product-item-info {
  width: 100%;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-photo {
  width: 100%;
  height: 278px;
  margin-bottom: 31px;
  display: block;
}
@media (max-width: 769px) {
  .featured-product-div .featured-product-slider li .product-item-info .product-item-photo {
    height: auto;
  }
}
.featured-product-div .featured-product-slider li .product-item-info .product-image-container {
  display: inline-block;
  width: 100%;
}
.featured-product-div .featured-product-slider li .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: 100%;
}
.featured-product-div .featured-product-slider li .product-item-info .product-image-container .product-image-wrapper .product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details {
  padding: 0 10px;
  box-sizing: border-box;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-item-name {
  margin: 0 0 11px 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 27px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  text-align: center;
}
@media (max-width: 1023px) {
  .featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-item-name {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 14px;
  }
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-item-name a {
  color: #000000;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-item-name a:hover {
  color: #0061ae;
  text-decoration: none;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box:has(.old-price) .special-price .price,
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box:has(.old-price) .price-container .price {
  color: #DD1729;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box:has(.old-price) .old-price .price-container .price {
  color: #898989;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .old-price {
  order: 0;
  margin: 0;
  color: #898989;
  position: relative;
  padding: 0 8px;
  margin-right: 18px;
}
@media (max-width: 767px) {
  .featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .old-price {
    padding: 0 0px;
  }
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .old-price:after {
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #898989;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .old-price .price-label {
  font-size: 18px;
  line-height: 30px;
  color: #898989;
}
@media (max-width: 1023px) {
  .featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .old-price .price-label {
    font-size: 16px;
  }
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 18px;
  line-height: 30px;
  color: #898989;
}
@media (max-width: 1023px) {
  .featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 16px;
  }
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .special-price {
  order: 1;
  margin: 0;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .special-price .price-label {
  display: none;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .special-price .price {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 1023px) {
  .featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 16px;
  }
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .price {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .featured-product-div .featured-product-slider li .product-item-info .product-item-details .price-box .price {
    font-size: 16px;
  }
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-color-style {
  margin-top: 30px;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-color-style ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0px;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-color-style ul li {
  padding: 0px 5px !important;
  position: relative;
  margin: 0;
  width: auto;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-color-style ul li input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-color-style ul li input:checked + div {
  border: 2px solid #000 !important;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-color-style ul li .color-style {
  width: 23px;
  height: 24px;
  background-color: #e04457;
  border-radius: 50%;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-color-style ul li:nth-child(2) .color-style {
  background-color: #ffd15d;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-color-style ul li:nth-child(3) .color-style {
  background-color: #00416d;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-color-style ul li:nth-child(4) .color-style {
  background-color: #fff;
  border: 2px solid #a7a7a7;
}
.featured-product-div .featured-product-slider li .product-item-info .product-item-details .product-color-style ul li:nth-child(5) .color-style {
  background-color: #3c97d3;
}
.featured-product-div .featured-product-slider .slick-prev,
.featured-product-div .featured-product-slider .slick-next {
  background: transparent;
  position: absolute;
  top: 21px;
  right: 0;
  left: auto;
  width: 44px;
  height: 44px;
  background: #ccdfef;
  border-radius: 100%;
}
.featured-product-div .featured-product-slider .slick-prev:hover,
.featured-product-div .featured-product-slider .slick-next:hover {
  background-color: #0061ae;
}
.featured-product-div .featured-product-slider .slick-prev {
  right: 62px;
}
.featured-product-div .featured-product-slider .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(540.611 4298.627) rotate(180)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%230061ae' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%232761a8' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.featured-product-div .featured-product-slider .slick-prev:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(540.611 4298.627) rotate(180)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.featured-product-div .featured-product-slider .slick-next {
  right: 0px;
}
.featured-product-div .featured-product-slider .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%230061ae' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%232761a8' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 15px;
  height: 13px;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.featured-product-div .featured-product-slider .slick-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.915' height='13.255' viewBox='0 0 16.915 13.255'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-523.696 -4285.373)'%3E%3Cpath id='Path_8' data-name='Path 8' d='M-636.8,4351.651l4.506,4.507-4.506,4.506' transform='translate(1171.407 -64.157)' fill='none' stroke='%23ffffff' stroke-linecap='square' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M-706.053,4292h-15.414' transform='translate(1245.163 0)' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.half-section {
  padding: 0 0 150px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  .half-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .half-section {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .half-section {
    padding-bottom: 10px;
  }
}
.half-section:after {
  content: "";
  width: 249px;
  height: 287px;
  display: none;
  background-image: url(../../frontend/Cda/upupandaway/en_GB/images/half-after.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: auto;
  bottom: -15px;
  z-index: 1;
  background-size: cover;
}
@media (max-width: 1370px) {
  .half-section:after {
    width: 113px;
    height: 132px;
    right: -22px;
    bottom: -28px;
  }
}
@media (max-width: 767px) {
  .half-section:after {
    width: 126px;
    height: 151px;
    right: -23px;
    bottom: -32px;
  }
}
.half-section .half-main {
  margin: -25px;
}
@media (max-width: 1370px) {
  .half-section .half-main {
    margin: -20px;
  }
}
@media (max-width: 769px) {
  .half-section .half-main {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .half-section .half-main {
    padding: 0px 15px;
  }
}
.half-section .half-main .overlay-content {
  height: 338px;
}
@media (max-width: 991px) {
  .half-section .half-main .overlay-content {
    height: 322px;
  }
}
.half-section .half-main figure {
  height: 100%;
}
.half-section .half-main figure img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.half-section .main-content {
  width: 50%;
  padding: 25px;
  border-radius: 20px;
  position: relative;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 1370px) {
  .half-section .main-content {
    padding: 20px;
  }
}
@media (max-width: 769px) {
  .half-section .main-content {
    width: 100%;
    margin-bottom: 55px;
    padding: 0;
  }
}
.half-section .main-content h2 {
  font-size: 75px;
  line-height: 80px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 10px 0;
}
@media (max-width: 1200px) {
  .half-section .main-content h2 {
    font-size: 66px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .half-section .main-content h2 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .half-section .main-content h2 {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
.half-section .main-content p {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
@media (max-width: 1200px) {
  .half-section .main-content p {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .half-section .main-content p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.half-section .main-content a {
  min-width: 170px;
  border: 2px solid #ffffff;
  border-radius: 29px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  height: auto;
  text-transform: uppercase;
  color: #0061ae;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 150px;
  padding: 12px 40px;
  line-height: 16px;
}
.half-section .main-content a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
@media (max-width: 991px) {
  .half-section .main-content a {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .half-section .main-content a {
    padding: 12px 20px;
  }
}
.half-section .main-content a:hover {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
  text-decoration: none;
}
.half-section .main-content .overlay-content {
  position: relative;
}
.half-section .main-content .overlay-content:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
}
.half-section .main-content .overlay-content .content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 0 49px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .half-section .main-content .overlay-content .content {
    padding: 0 30px;
  }
}
.half-section .main-content .overlay-content .content .main {
  width: 60%;
  text-align: left;
}
@media (max-width: 1200px) {
  .half-section .main-content .overlay-content .content .main {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .half-section .main-content .overlay-content .content .main {
    width: 90%;
  }
}
.half-section .main-content:nth-child(2) .overlay-content:before {
  background: rgba(0, 79, 174, 0.5);
}
.half-section .main-content.left-div:nth-child(odd) h2,
.half-section .main-content.left-div:nth-child(odd) p {
  color: #0061ae;
}
.half-section .main-content.left-div:nth-child(odd) a {
  background-color: #0061ae;
  color: #ffffff;
  border-color: #0061ae;
}
.half-section .main-content.left-div:nth-child(odd) a:hover {
  background-color: #ffffff;
  color: #0061ae;
  border-color: #ffffff;
}
.page-layout-home-retail .page-layout-home-trade .container {
  display: block;
}
.page-layout-home-trade .trade-news-slider {
  margin: 0 -43px;
  padding: 0;
}
@media (max-width: 1370px) {
  .page-layout-home-trade .trade-news-slider {
    margin: 0 -16px;
  }
}
@media (max-width: 640px) {
  .page-layout-home-trade .trade-news-slider {
    margin: 0 -7px;
  }
}
.page-layout-home-trade .trade-news-slider li {
  padding: 0 43px;
  box-sizing: border-box;
}
@media (max-width: 1370px) {
  .page-layout-home-trade .trade-news-slider li {
    padding: 0 16px;
  }
}
@media (max-width: 640px) {
  .page-layout-home-trade .trade-news-slider li {
    padding: 0 7px;
  }
}
.page-layout-home-trade .trade-news-slider li .category {
  margin: 25px 0 21px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 27px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .page-layout-home-trade .trade-news-slider li .category {
    margin: 22px 0 18px 0;
  }
}
.page-layout-home-trade .trade-news-slider li .category a {
  color: #0061ae;
}
.page-layout-home-trade .trade-news-slider li .category a:hover {
  color: #000000;
  text-decoration: none;
}
.page-layout-home-trade .trade-news-slider li h3 {
  margin: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 68px;
}
@media (max-width: 1280px) {
  .page-layout-home-trade .trade-news-slider li h3 {
    font-size: 25px;
    line-height: 30px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .page-layout-home-trade .trade-news-slider li h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.page-layout-home-trade .trade-news-slider li h3 a {
  color: #000000;
}
.page-layout-home-trade .trade-news-slider li h3 a:hover {
  color: #0061ae;
  text-decoration: none;
}
.page-layout-home-trade .trade-news-slider figure {
  height: 372px;
}
@media (max-width: 1280px) {
  .page-layout-home-trade .trade-news-slider figure {
    height: 322px;
  }
}
@media (max-width: 767px) {
  .page-layout-home-trade .trade-news-slider figure {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .page-layout-home-trade .trade-news-slider figure {
    height: 271px;
  }
}
.page-layout-home-trade .trade-news-slider figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.page-layout-home-trade .page-wrapper .nav-sections .navigation .navigation-menu {
  border-bottom: 0;
}
.page-layout-home-trade .insta-blog-div .insta-main .blog-div {
  width: 100%;
}
.page-layout-home-trade .stand-out-section {
  margin: 0 0 192px 0;
}
@media (max-width: 991px) {
  .page-layout-home-trade .stand-out-section {
    margin-bottom: 82px;
  }
}
@media (max-width: 767px) {
  .page-layout-home-trade .stand-out-section .stand-out-inner .iconwith-text .flex-icon {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .page-layout-home-trade .stand-out-section .stand-out-inner .iconwith-text .flex-icon .icon-block {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .page-layout-home-trade .stand-out-section .stand-out-inner .iconwith-text .flex-icon .icon-block {
    width: 100%;
  }
}
.login-price {
  text-align: center;
}
.login-price a {
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #0061ae;
}
.login-price a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .login-price a {
    font-size: 11px;
    line-height: 18px;
  }
}
.page-layout-home-retail #maincontent {
  display: none;
}
.page-layout-home-retail .container {
  display: inline-block;
}
.page-layout-home-retail .page-wrapper .nav-sections .navigation .navigation-menu {
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .page-layout-home-retail .page-wrapper .page-header .header.content .head-main {
    border-bottom: 0;
  }
}
.page-layout-home-trade .page-wrapper .nav-sections .navigation .navigation-menu {
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .page-layout-home-trade .page-wrapper .page-header .header.content .head-main {
    border-bottom: 0;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.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
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.balloon-div:after {
    border-radius: 0 0 50% 50%/0 0 100% 100%;
}

.ocassion-left:before {
    border-radius: 0 100% 100% 0/0 80% 80% 0;
}

body .minicart-wrapper .basket-popup:before {
    border-radius: 160% 0 0 160%/80% 0 0 80%;
}

.shopping-div:before {
    border-radius: 66% 0 0 66%/73% 0 0 73%;
}

footer.page-footer:before {
    border-radius: 50% 50% 0 0/100% 100% 0 0;
}

.main-title-with-curve:after {
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.page-title-wrapper:after {
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.news-post-listing>div.large {
    grid-row: span 2 / auto;
}

.product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage {
    width: calc(100% - 152px) !important;
}

.product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
    width: 100% !important;
    max-width: 100% !important;
}

.mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content {
    width: calc(100% - 40px);
}

@media only screen and (max-width: 1370px) {
    .shopping-div:before {
        border-radius: 0 0 76% 76%/0 0 60% 60%;
    }
}

@media only screen and (max-width: 991px) {
    .ocassion-left:before {
        border-radius: 0 0 57% 57%/0 0 100% 100%;
    }
}

@media only screen and (max-width: 769px) {
    .balloon-div:after {
        border-radius: 0 0 130% 130%/0 0 70% 70%;
    }

    footer.page-footer:before {
        border-radius: 200% 200% 0 0/60% 60% 0 0;
    }

    .ocassion-left:before {
        border-radius: 0 0 157% 157%/0 0 90% 90%;
    }

}

@media only screen and (max-width: 768px) {
    .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage {
        width: 100% !important;
    }

}

@media only screen and (max-width: 767px) {
    .shopping-div:before {
        border-radius: 0 0 140% 87%/0 0 109% 60%;
    }

    body .minicart-wrapper .basket-popup:before {
        border-radius: 190% 0 0 190%/94% 0 0 94%;
    }

    .mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content {
        width: calc(100% - 35px);
    }
    .account .column.main .block:not(.widget) .block-title>.action {
        float: right;
        margin-top: 2px;
    }
}

@media (max-width: 380px) {
    .mpbrand-index-index .block-brand-list .brand-mix-container .product-list-container .brand-list-content {
        width: 100%;
    }
}

.swatch-attribute .swatch-option.image {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100px;
}





body .slider-div .slide-right .slide-top figure, body .slider-div .slide-right .slide-bottom figure {
    height: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    border-radius: 23px;
    border: 5px solid #fff;
    overflow: hidden;
}
body .slider-div .slide-right .slide-top figure:before, body .slider-div .slide-right .slide-bottom figure:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
}
body .slider-div .slide-right .slide-top img, body .slider-div .slide-right .slide-bottom img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    border: 0 solid #fff;
}

@media (max-width: 640px) {
    body .slider-div .slide-right .right-content .content a { display: inline-block; margin-top: 9px;}
}

#ln_product_overlay .loader img {
    width: 70px;
    height: 70px;
    z-index: 999;
    border-radius: 100%;
    padding: 0px;
}
.products-grid .product-items li .product-item-info{
    padding-bottom: 145px;
    position: relative;
}
body.page-products .products-grid .product-item .product-item-details {
     position: static;
}
body .products-grid .product-items li .product-item-inner {
    position: absolute;
    bottom: 0;
}
.products-grid .product-items li .product-item-info + .stock.unavailable{display: none;}

.wk-oosn-emailBox {
    margin-right: 10px;
    display: inline-block;
    position: relative;
}
#wk-oosn-button {
    float: right;
}

.product-info-main .box-tocart:has(.actions .payment-request-button) {
    padding-bottom: 60px;
}
.filter-options-item[attribute=colour_group] .swatch-attribute .swatch-option{border: 1px solid #000 !important;}
.filter-options-item[attribute=colour_group] .swatch-attribute .swatch-option.image {width: 32px !important;height: 32px !important;border-radius: 100px; background-size: 32px 32px !important; border: 0 !important;}
.filter-options-item[attribute=colour_group] .swatch-attribute .swatch-option.color{border: 0 !important;}/*!
 * Fetchify JavaScript Library
 *
 * @author      ClearCourse Business Services Ltd t/a Fetchify
 * @link        https://fetchify.com
 * @copyright   Copyright (c) 2021, ClearCourse Business Services Ltd
 * @version     1.2.4
 */#cc_c2a{border:1px solid rgba(34,36,38,0.15);box-shadow:0 1px 2px 0 rgba(34,36,38,0.15)}#cc_c2a .c2a_footer .progressBar.finish{background-color:transparent}#cc_c2a .c2a_error{background-color:#f44336;color:white}#cc_c2a.c2a_light{background-color:white}#cc_c2a.c2a_light.c2a_mode1 .c2a_footer{border-top:1px solid rgba(150,156,156,0.4)}#cc_c2a.c2a_light.c2a_mode3 .c2a_footer{border-top:1px solid rgba(150,156,156,0.4)}#cc_c2a.c2a_light ul.c2a_results.hasContent{border-top:1px solid rgba(150,156,156,0.4);border-bottom:1px solid rgba(150,156,156,0.4)}#cc_c2a.c2a_light ul.c2a_results li{color:white;border-top:1px solid #fafafa;color:#888}#cc_c2a.c2a_light ul.c2a_results li:hover,#cc_c2a.c2a_light ul.c2a_results li.active{color:white}#cc_c2a.c2a_light .mainbar .country_btn.country_btn_active:hover span{color:white}#cc_c2a.c2a_light .mainbar .cc-history>div.cc-disabled{opacity:0;cursor:default;background-color:white !important}#cc_c2a.c2a_light .mainbar .cc-history>div:hover{color:white}#cc_c2a.c2a_dark{background-color:#303030;border:1px solid rgba(34,36,38,0.15);box-shadow:0 1px 2px 0 rgba(34,36,38,0.15)}#cc_c2a.c2a_dark.c2a_mode1 .c2a_footer{border-top:1px solid #424242}#cc_c2a.c2a_dark ul.c2a_results.hasContent{border-top:1px solid #424242;border-bottom:1px solid #424242}#cc_c2a.c2a_dark ul.c2a_results li{color:white;border-top:1px solid #424242}#cc_c2a.c2a_dark .mainbar .country_btn.country_btn_active span{color:white}#cc_c2a.c2a_dark .mainbar .cc-history>div.cc-disabled{opacity:0;cursor:default;background-color:transparent !important}#cc_c2a.c2a_dark .infoBar{color:white}#cc_c2a.c2a_accent_default ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_default ul.c2a_results li.active{background-color:#63a2f1}#cc_c2a.c2a_accent_default .c2a_footer .progressBar{background-color:#63a2f1}#cc_c2a.c2a_accent_default .mainbar .country_btn.country_btn_active:hover{background-color:#63a2f1}#cc_c2a.c2a_accent_default .mainbar .cc-history>div:hover{background-color:#63a2f1}#cc_c2a.c2a_accent_red ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_red ul.c2a_results li.active{background-color:#f44336}#cc_c2a.c2a_accent_red .c2a_footer .progressBar{background-color:#f44336}#cc_c2a.c2a_accent_red .mainbar .country_btn.country_btn_active:hover{background-color:#f44336}#cc_c2a.c2a_accent_red .mainbar .cc-history>div:hover{background-color:#f44336}#cc_c2a.c2a_accent_pink ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_pink ul.c2a_results li.active{background-color:#e91e63}#cc_c2a.c2a_accent_pink .c2a_footer .progressBar{background-color:#e91e63}#cc_c2a.c2a_accent_pink .mainbar .country_btn.country_btn_active:hover{background-color:#e91e63}#cc_c2a.c2a_accent_pink .mainbar .cc-history>div:hover{background-color:#e91e63}#cc_c2a.c2a_accent_purple ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_purple ul.c2a_results li.active{background-color:#9c27b0}#cc_c2a.c2a_accent_purple .c2a_footer .progressBar{background-color:#9c27b0}#cc_c2a.c2a_accent_purple .mainbar .country_btn.country_btn_active:hover{background-color:#9c27b0}#cc_c2a.c2a_accent_purple .mainbar .cc-history>div:hover{background-color:#9c27b0}#cc_c2a.c2a_accent_deepPurple ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_deepPurple ul.c2a_results li.active{background-color:#673ab7}#cc_c2a.c2a_accent_deepPurple .c2a_footer .progressBar{background-color:#673ab7}#cc_c2a.c2a_accent_deepPurple .mainbar .country_btn.country_btn_active:hover{background-color:#673ab7}#cc_c2a.c2a_accent_deepPurple .mainbar .cc-history>div:hover{background-color:#673ab7}#cc_c2a.c2a_accent_indigo ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_indigo ul.c2a_results li.active{background-color:#3f51b5}#cc_c2a.c2a_accent_indigo .c2a_footer .progressBar{background-color:#3f51b5}#cc_c2a.c2a_accent_indigo .mainbar .country_btn.country_btn_active:hover{background-color:#3f51b5}#cc_c2a.c2a_accent_indigo .mainbar .cc-history>div:hover{background-color:#3f51b5}#cc_c2a.c2a_accent_blue ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_blue ul.c2a_results li.active{background-color:#2196f3}#cc_c2a.c2a_accent_blue .c2a_footer .progressBar{background-color:#2196f3}#cc_c2a.c2a_accent_blue .mainbar .country_btn.country_btn_active:hover{background-color:#2196f3}#cc_c2a.c2a_accent_blue .mainbar .cc-history>div:hover{background-color:#2196f3}#cc_c2a.c2a_accent_lightBlue ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_lightBlue ul.c2a_results li.active{background-color:#03a9f4}#cc_c2a.c2a_accent_lightBlue .c2a_footer .progressBar{background-color:#03a9f4}#cc_c2a.c2a_accent_lightBlue .mainbar .country_btn.country_btn_active:hover{background-color:#03a9f4}#cc_c2a.c2a_accent_lightBlue .mainbar .cc-history>div:hover{background-color:#03a9f4}#cc_c2a.c2a_accent_cyan ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_cyan ul.c2a_results li.active{background-color:#00bcd4}#cc_c2a.c2a_accent_cyan .c2a_footer .progressBar{background-color:#00bcd4}#cc_c2a.c2a_accent_cyan .mainbar .country_btn.country_btn_active:hover{background-color:#00bcd4}#cc_c2a.c2a_accent_cyan .mainbar .cc-history>div:hover{background-color:#00bcd4}#cc_c2a.c2a_accent_teal ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_teal ul.c2a_results li.active{background-color:#009688}#cc_c2a.c2a_accent_teal .c2a_footer .progressBar{background-color:#009688}#cc_c2a.c2a_accent_teal .mainbar .country_btn.country_btn_active:hover{background-color:#009688}#cc_c2a.c2a_accent_teal .mainbar .cc-history>div:hover{background-color:#009688}#cc_c2a.c2a_accent_green ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_green ul.c2a_results li.active{background-color:#4caf50}#cc_c2a.c2a_accent_green .c2a_footer .progressBar{background-color:#4caf50}#cc_c2a.c2a_accent_green .mainbar .country_btn.country_btn_active:hover{background-color:#4caf50}#cc_c2a.c2a_accent_green .mainbar .cc-history>div:hover{background-color:#4caf50}#cc_c2a.c2a_accent_lightGreen ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_lightGreen ul.c2a_results li.active{background-color:#8bc34a}#cc_c2a.c2a_accent_lightGreen .c2a_footer .progressBar{background-color:#8bc34a}#cc_c2a.c2a_accent_lightGreen .mainbar .country_btn.country_btn_active:hover{background-color:#8bc34a}#cc_c2a.c2a_accent_lightGreen .mainbar .cc-history>div:hover{background-color:#8bc34a}#cc_c2a.c2a_accent_lime ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_lime ul.c2a_results li.active{background-color:#cddc39}#cc_c2a.c2a_accent_lime .c2a_footer .progressBar{background-color:#cddc39}#cc_c2a.c2a_accent_lime .mainbar .country_btn.country_btn_active:hover{background-color:#cddc39}#cc_c2a.c2a_accent_lime .mainbar .cc-history>div:hover{background-color:#cddc39}#cc_c2a.c2a_accent_yellow ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_yellow ul.c2a_results li.active{background-color:#ffeb3b}#cc_c2a.c2a_accent_yellow .c2a_footer .progressBar{background-color:#ffeb3b}#cc_c2a.c2a_accent_yellow .mainbar .country_btn.country_btn_active:hover{background-color:#ffeb3b}#cc_c2a.c2a_accent_yellow .mainbar .cc-history>div:hover{background-color:#ffeb3b}#cc_c2a.c2a_accent_amber ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_amber ul.c2a_results li.active{background-color:#ffc107}#cc_c2a.c2a_accent_amber .c2a_footer .progressBar{background-color:#ffc107}#cc_c2a.c2a_accent_amber .mainbar .country_btn.country_btn_active:hover{background-color:#ffc107}#cc_c2a.c2a_accent_amber .mainbar .cc-history>div:hover{background-color:#ffc107}#cc_c2a.c2a_accent_orange ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_orange ul.c2a_results li.active{background-color:#ff9800}#cc_c2a.c2a_accent_orange .c2a_footer .progressBar{background-color:#ff9800}#cc_c2a.c2a_accent_orange .mainbar .country_btn.country_btn_active:hover{background-color:#ff9800}#cc_c2a.c2a_accent_orange .mainbar .cc-history>div:hover{background-color:#ff9800}#cc_c2a.c2a_accent_deepOrange ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_deepOrange ul.c2a_results li.active{background-color:#ff5722}#cc_c2a.c2a_accent_deepOrange .c2a_footer .progressBar{background-color:#ff5722}#cc_c2a.c2a_accent_deepOrange .mainbar .country_btn.country_btn_active:hover{background-color:#ff5722}#cc_c2a.c2a_accent_deepOrange .mainbar .cc-history>div:hover{background-color:#ff5722}#cc_c2a.c2a_accent_brown ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_brown ul.c2a_results li.active{background-color:#795548}#cc_c2a.c2a_accent_brown .c2a_footer .progressBar{background-color:#795548}#cc_c2a.c2a_accent_brown .mainbar .country_btn.country_btn_active:hover{background-color:#795548}#cc_c2a.c2a_accent_brown .mainbar .cc-history>div:hover{background-color:#795548}#cc_c2a.c2a_accent_grey ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_grey ul.c2a_results li.active{background-color:#9e9e9e}#cc_c2a.c2a_accent_grey .c2a_footer .progressBar{background-color:#9e9e9e}#cc_c2a.c2a_accent_grey .mainbar .country_btn.country_btn_active:hover{background-color:#9e9e9e}#cc_c2a.c2a_accent_grey .mainbar .cc-history>div:hover{background-color:#9e9e9e}#cc_c2a.c2a_accent_blueGrey ul.c2a_results li:not(.deadend):hover,#cc_c2a.c2a_accent_blueGrey ul.c2a_results li.active{background-color:#607d8b}#cc_c2a.c2a_accent_blueGrey .c2a_footer .progressBar{background-color:#607d8b}#cc_c2a.c2a_accent_blueGrey .mainbar .country_btn.country_btn_active:hover{background-color:#607d8b}#cc_c2a.c2a_accent_blueGrey .mainbar .cc-history>div:hover{background-color:#607d8b}#cc_c2a{cursor:default;width:200px;display:none;position:absolute;border-radius:5px;overflow:hidden;z-index:1000}#cc_c2a ul.c2a_results{list-style:none;margin:0px;padding:0px;max-height:210px;overflow-y:auto}#cc_c2a ul.c2a_results li{margin:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;cursor:pointer;min-height:30px !important;line-height:1.25em;padding:0.5em 0.5em 0.5em 1em;transition:background-color .15s linear;text-align:left}#cc_c2a ul.c2a_results li:not(.deadend):hover,#cc_c2a ul.c2a_results li.active{color:white}#cc_c2a ul.c2a_results li:not(.deadend):hover span.light,#cc_c2a ul.c2a_results li.active span.light{color:white}#cc_c2a ul.c2a_results li>div{max-width:95%;padding-right:2%;float:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#cc_c2a ul.c2a_results li.filter>div{max-width:90%}#cc_c2a ul.c2a_results li.filter i{float:right}#cc_c2a ul.c2a_results li span.light{font-style:italic;margin-left:0.75em}#cc_c2a ul.c2a_results li.deadend{font-weight:bold;cursor:default}#cc_c2a ul.c2a_results li span.cc-flag{display:inline-block;margin-right:1em}#cc_c2a .c2a_footer{width:100%;line-height:26px;min-height:30px;vertical-align:middle;min-height:auto;border-top:none;position:relative}#cc_c2a .c2a_footer .progressBar{clear:both;width:0%;height:2px;-webkit-transition:width 0s,background-color 0s;transition:width 0s,background-color 0s}#cc_c2a .c2a_footer .progressBar.action{-webkit-transition:width .5s,background-color 0s;transition:width .5s,background-color 0s}#cc_c2a .c2a_footer .progressBar.finish{-webkit-transition:width .5s,background-color 4s;transition:width .5s,background-color 4s}#cc_c2a .c2a_error{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:5px 15px;margin:5px;font-weight:bold;border-radius:5px}#cc_c2a .c2a_error.c2a_error_hidden{display:none}#cc_c2a .mainbar{height:24px;margin:3px;line-height:24px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:hidden}#cc_c2a .mainbar .country_btn{position:relative;float:left;margin-right:5px;height:24px;width:30px;border:1px solid transparent;border-radius:2px;width:auto}#cc_c2a .mainbar .country_btn.country_btn_active{cursor:pointer}#cc_c2a .mainbar .country_btn .country_img{margin:6px;float:left}#cc_c2a .mainbar .country_btn span{margin-right:0.5em;float:left}#cc_c2a .mainbar .cc-history{float:right}#cc_c2a .mainbar .cc-history>div{position:relative;float:left;cursor:pointer;height:24px;width:24px;border:1px solid transparent;text-align:center;border-radius:2px}#cc_c2a .mainbar .cc-history>div:first-child{margin-right:5px}#cc_c2a .mainbar .c2a_logo{position:absolute;right:0px;background-repeat:no-repeat;background-size:auto 70%;background-position:center right;width:50%;height:24px;margin:0px}#cc_c2a .mainbar .c2a_logo.hidden{display:none}#cc_c2a.c2a_mode1{border-top-left-radius:0px;border-top-right-radius:0px}#cc_c2a.c2a_mode2 .mainbar{padding:0px 5px;margin-left:0px}.c2a_active{position:relative;z-index:9999999!important;opacity:1.0!important}#cc_c2a .cc-history>div{background-repeat:no-repeat;background-size:75% 75%;background-position:center center}#cc_c2a.c2a_light .cc-history .cc-back{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 493.6 493.6' style='enable-background:new 0 0 493.6 493.6;' xml:space='preserve'%3E%3Cpath style='fill: %23757575;' d='M11,273.4l204.4,204.4c7.2,7.2,16.8,11,26.6,11c4.8,0,9.7-0.9,14.4-2.9c14.1-5.8,23.2-19.5,23.2-34.7v-71.6 H456c20.8,0,37.6-16.8,37.6-37.6V151.6c0-20.8-16.8-37.6-37.6-37.6H279.7V42.4c0-15.2-9.2-28.9-23.2-34.7c-14-5.8-30.2-2.6-41,8.2 L11,220.2C-3.7,234.9-3.7,258.7,11,273.4z'/%3E%3C/svg%3E")}#cc_c2a.c2a_light .cc-history .cc-back:hover{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 493.6 493.6' style='enable-background:new 0 0 493.6 493.6;' xml:space='preserve'%3E%3Cpath style='fill: white;' d='M11,273.4l204.4,204.4c7.2,7.2,16.8,11,26.6,11c4.8,0,9.7-0.9,14.4-2.9c14.1-5.8,23.2-19.5,23.2-34.7v-71.6 H456c20.8,0,37.6-16.8,37.6-37.6V151.6c0-20.8-16.8-37.6-37.6-37.6H279.7V42.4c0-15.2-9.2-28.9-23.2-34.7c-14-5.8-30.2-2.6-41,8.2 L11,220.2C-3.7,234.9-3.7,258.7,11,273.4z'/%3E%3C/svg%3E")}#cc_c2a.c2a_light .cc-history .cc-forward{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 493.6 493.6' style='enable-background:new 0 0 493.6 493.6;' xml:space='preserve'%3E%3Cpath style='fill: %23757575;' d='M482.6,220.2L278.2,15.8c-10.7-10.8-26.9-14-41-8.2C223.1,13.4,214,27.2,214,42.4V114H37.6 C16.8,114,0,130.8,0,151.6V342c0,20.8,16.8,37.6,37.6,37.6H214v71.6c0,15.2,9.2,28.9,23.2,34.7c4.6,1.9,9.5,2.9,14.4,2.9 c9.8,0,19.4-3.8,26.6-11l204.4-204.4C497.3,258.7,497.3,234.9,482.6,220.2z'/%3E%3C/svg%3E")}#cc_c2a.c2a_light .cc-history .cc-forward:hover{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 493.6 493.6' style='enable-background:new 0 0 493.6 493.6;' xml:space='preserve'%3E%3Cpath style='fill: white;' d='M482.6,220.2L278.2,15.8c-10.7-10.8-26.9-14-41-8.2C223.1,13.4,214,27.2,214,42.4V114H37.6 C16.8,114,0,130.8,0,151.6V342c0,20.8,16.8,37.6,37.6,37.6H214v71.6c0,15.2,9.2,28.9,23.2,34.7c4.6,1.9,9.5,2.9,14.4,2.9 c9.8,0,19.4-3.8,26.6-11l204.4-204.4C497.3,258.7,497.3,234.9,482.6,220.2z'/%3E%3C/svg%3E")}#cc_c2a.c2a_dark .cc-history .cc-back{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 493.6 493.6' style='enable-background:new 0 0 493.6 493.6;' xml:space='preserve'%3E%3Cpath style='fill: white;' d='M11,273.4l204.4,204.4c7.2,7.2,16.8,11,26.6,11c4.8,0,9.7-0.9,14.4-2.9c14.1-5.8,23.2-19.5,23.2-34.7v-71.6 H456c20.8,0,37.6-16.8,37.6-37.6V151.6c0-20.8-16.8-37.6-37.6-37.6H279.7V42.4c0-15.2-9.2-28.9-23.2-34.7c-14-5.8-30.2-2.6-41,8.2 L11,220.2C-3.7,234.9-3.7,258.7,11,273.4z'/%3E%3C/svg%3E")}#cc_c2a.c2a_dark .cc-history .cc-forward{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 493.6 493.6' style='enable-background:new 0 0 493.6 493.6;' xml:space='preserve'%3E%3Cpath style='fill: white;' d='M482.6,220.2L278.2,15.8c-10.7-10.8-26.9-14-41-8.2C223.1,13.4,214,27.2,214,42.4V114H37.6 C16.8,114,0,130.8,0,151.6V342c0,20.8,16.8,37.6,37.6,37.6H214v71.6c0,15.2,9.2,28.9,23.2,34.7c4.6,1.9,9.5,2.9,14.4,2.9 c9.8,0,19.4-3.8,26.6-11l204.4-204.4C497.3,258.7,497.3,234.9,482.6,220.2z'/%3E%3C/svg%3E")}#cc_c2a .cc-filter{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 315.5 315.5' style='enable-background:new 0 0 315.5 315.5;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill: %23757575;' d='M242,141L109,8c-5-5-12-8-18-8S79,3,74,8c-10,10-10,24,0,34l116,116L74,274c-10,10-10,24,0,34s25,10,35,0 l133-133c5-5,7-11,7-17C249,151,247,146,242,141z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1em 1em;background-position:right 0.5em center}#cc_c2a .cc-filter:hover{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 315.5 315.5' style='enable-background:new 0 0 315.5 315.5;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill: white;' d='M242,141L109,8c-5-5-12-8-18-8S79,3,74,8c-10,10-10,24,0,34l116,116L74,274c-10,10-10,24,0,34s25,10,35,0 l133-133c5-5,7-11,7-17C249,151,247,146,242,141z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}#cc_c2a.c2a_light .c2a_logo{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' style='enable-background:new 0 0 1556 257;' xml:space='preserve' viewBox='587.47 11.98 961.57 233.67'%3E%3Cstyle type='text/css'%3E .fetchify-logo-rgb-st0%7Bfill:%2314AAFE;%7D .fetchify-logo-rgb-st1%7Bfill:%23F96E4E;%7D .fetchify-logo-rgb-st2%7Bfill:none;%7D%0A%3C/style%3E%3Cg%3E%3Ccircle class='fetchify-logo-rgb-st0' cx='1450.01' cy='85.91' r='73.93'/%3E%3Cpath class='fetchify-logo-rgb-st1' d='M1404.47,86.99c0.08-0.01,0.16-0.09,0.45-0.28c0.87-2.97,1.77-6.13,2.72-9.28c1.77-5.89,3.86-11.65,7.14-16.89 c3.36-5.38,7.71-9.68,14.13-10.96c3.47-0.69,7.1-0.79,10.66-0.77c6.88,0.04,13.75,0.38,20.63,0.49c0.71,0.01,31.04,0.19,34.21,0.14 c14.06-0.18,28.11,0.33,42.13,1.52c1.86,0.16,3.76,0.53,5.49,1.19c2.59,0.98,3.33,3.2,1.71,5.47c-1.46,2.05-3.19,4.02-5.14,5.59 c-4.12,3.3-8.37,6.46-12.74,9.42c-11.34,7.67-23.11,14.62-35.36,20.76c-2.11,1.06-4.13,2.28-6.23,3.35 c-2.55,1.3-4.07,3.38-4.55,6.13c-0.56,3.25-1.03,6.52-1.38,9.8c-1.29,12.1-2.79,40.04-5.05,42.7l-1.32,1.14 c-6.94,2.16-14.33,3.32-21.98,3.32c-39.93,0-72.47-31.66-73.88-71.25C1376.13,88.59,1386.97,88.37,1404.47,86.99z'/%3E%3Cpath d='M1424.45,135.79c-9.12,0.9-24.89-0.02-25.07-11.76c-0.07-4.98,0-10.03,0.77-14.93c2.11-13.38,5.1-26.59,9.36-39.48 c1.7-5.14,4.2-9.86,7.69-14.03c2.55-3.04,5.61-5.4,9.36-6.83c3.8-1.45,7.61-1.6,11.49-0.49c3.27,0.94,3.99,2,3.37,5.36 c-1.47,8.02-1.96,16.08-0.49,24.13c1.34,7.33,2.97,14.61,4.34,21.93c1.1,5.89,2.12,11.8,2.13,17.84 c0.01,6.82-4.12,12.18-10.15,15.06c-3.44,1.64-7.21,2.46-10.98,2.98C1425.72,135.65,1425.1,135.72,1424.45,135.79z'/%3E%3Cg%3E%3Cpath d='M700.49,103.6h-11.77c-2.44,0-3.99-1.28-4.67-3.86c-0.68-5.28-1.15-9.6-1.42-12.99h-52.35v43.42h51.34v21.71h-51.34v39.77 l6.09,1.01c0.68,0.14,1.25,0.27,1.73,0.41c0.47,0.14,0.91,0.2,1.32,0.2l1.22,0.2c3.38,0.81,5.07,2.91,5.07,6.29v11.97h-58.24 v-11.97c0-3.38,1.69-5.48,5.07-6.29l1.22-0.2c0.41,0,0.84-0.07,1.32-0.2c0.47-0.13,1.05-0.27,1.73-0.41l6.09-1.01l4-106.53 l-10.09-1.01c-0.68-0.13-1.25-0.27-1.73-0.41c-0.48-0.13-0.91-0.2-1.32-0.2l-1.22-0.2c-3.38-0.81-5.07-2.91-5.07-6.29V65.05 h113.02V103.6z'/%3E%3Cpath d='M763.96,109.08c5.14,1.9,9.87,5.01,14.2,9.33c3.92,3.93,7.03,8.86,9.33,14.81c2.3,6.09,3.45,12.72,3.45,19.89 c0,1.62-0.14,3.25-0.41,4.87c-0.27,1.49-0.54,2.43-0.81,2.84c-0.27,0.68-0.88,1.22-1.83,1.62c-0.54,0.27-1.49,0.41-2.84,0.41 h-64.32c0.81,10.69,3.72,18.54,8.73,23.54c5,5.01,11.63,7.51,19.89,7.51c4.19,0,7.64-0.47,10.35-1.42 c2.97-0.94,5.54-2.03,7.71-3.25c0.94-0.54,1.93-1.05,2.94-1.52c1.01-0.47,1.99-0.98,2.94-1.52c1.49-0.94,3.04-1.42,4.67-1.42 c1.08,0,2.03,0.2,2.84,0.61c0.68,0.27,1.28,0.81,1.83,1.62l7.31,9.13c-3.11,3.52-6.22,6.29-9.33,8.32 c-3.65,2.3-7.24,4.06-10.75,5.28c-3.38,1.08-7.24,1.96-11.57,2.64c-3.38,0.54-7.17,0.81-11.36,0.81c-7.44,0-14.14-1.15-20.09-3.45 c-5.95-2.3-11.36-5.88-16.23-10.75c-4.6-4.6-8.25-10.42-10.96-17.45c-2.57-6.76-3.85-14.81-3.85-24.15 c0-6.76,1.15-13.39,3.45-19.89c2.16-6.09,5.48-11.57,9.94-16.44c4.19-4.6,9.4-8.25,15.62-10.96c6.22-2.7,13.26-4.06,21.1-4.06 C752.52,106.04,758.54,107.05,763.96,109.08z M729.26,130.19c-4.06,4.06-6.7,9.88-7.91,17.45h47.08c0-2.84-0.48-5.88-1.42-9.13 c-0.81-2.57-2.17-5.07-4.06-7.51c-1.76-2.16-4.06-3.85-6.9-5.07c-3.11-1.35-6.36-2.03-9.74-2.03 C739.13,123.9,733.45,125.99,729.26,130.19z'/%3E%3Cpath d='M819.35,205.67c-4.87-5.14-7.3-12.17-7.3-21.1v-58.03H801.5c-1.08,0-2.23-0.47-3.45-1.42c-1.08-0.81-1.62-2.1-1.62-3.86 v-10.15l16.84-2.64l5.28-28.41c0.13-1.22,0.74-2.23,1.83-3.04c1.08-0.81,2.37-1.22,3.86-1.22h12.99v32.87h27.39v17.86h-27.39 v56.41c0,3.11,0.81,5.61,2.44,7.51c1.62,1.76,3.79,2.64,6.49,2.64c1.89,0,3.18-0.13,3.86-0.41l2.64-1.22l2.23-1.22 c0.41-0.27,0.94-0.41,1.62-0.41c1.08,0,1.76,0.14,2.03,0.41l1.42,1.62l7.51,12.17c-3.52,2.84-7.71,5.14-12.58,6.9 c-4.6,1.62-9.47,2.44-14.61,2.44C831.19,213.38,824.22,210.81,819.35,205.67z'/%3E%3Cpath d='M951.65,204.45c-2.71,1.76-6.09,3.52-10.15,5.28c-2.98,1.08-6.56,1.96-10.75,2.64c-3.25,0.54-6.97,0.81-11.16,0.81 c-6.63,0-12.65-1.15-18.06-3.45c-5.68-2.44-10.62-5.95-14.81-10.55c-4.46-4.87-7.85-10.48-10.15-16.84 c-2.44-6.76-3.65-14.41-3.65-22.93c0-7.71,1.08-14.74,3.25-21.1c2.3-6.49,5.55-12.17,9.74-17.04c4.19-4.73,9.47-8.45,15.83-11.16 c6.49-2.7,13.73-4.06,21.71-4.06c8.66,0,19.61,2.5,32.87,7.51l-0.2,32.06h-11.57c-2.44,0-3.99-1.28-4.67-3.86l-1.62-14.61 c-5.01-1.35-9.47-2.03-13.39-2.03c-4.46,0-8.32,0.81-11.57,2.44c-3.38,1.62-6.09,3.86-8.12,6.7c-2.43,3.38-4.13,7.04-5.07,10.96 c-1.08,4.6-1.62,9.33-1.62,14.2c0,5.55,0.61,10.48,1.83,14.81c1.22,4.46,2.91,8.12,5.07,10.96c2.3,2.84,5,5.07,8.12,6.7 c3.38,1.49,6.97,2.23,10.75,2.23c4.19,0,7.44-0.47,9.74-1.42c2.97-1.22,5.07-2.3,6.29-3.25c0.68-0.54,1.39-1.05,2.13-1.52 c0.74-0.47,1.52-1.05,2.33-1.72c1.08-0.94,2.44-1.42,4.06-1.42c2.16,0,3.72,0.75,4.67,2.23l7.1,9.13 C957.33,199.79,954.36,202.56,951.65,204.45z'/%3E%3Cpath d='M1088.21,199.79v11.97h-40.38v-66.15c0-6.49-1.49-11.43-4.46-14.81c-2.84-3.52-7.24-5.28-13.19-5.28 c-4.19,0-8.25,1.01-12.17,3.04c-4.06,2.17-7.64,4.8-10.75,7.91v55.19l6.09,1.01c0.68,0.14,1.25,0.27,1.72,0.41 c0.47,0.14,0.91,0.2,1.32,0.2l1.22,0.2c3.38,0.81,5.07,2.91,5.07,6.29v11.97h-55.8v-11.97c0-3.38,1.69-5.48,5.07-6.29l1.22-0.2 c0.41,0,0.84-0.07,1.32-0.2c0.47-0.13,1.05-0.27,1.72-0.41l6.09-1.01V81.08l-6.09-1.01c-0.68-0.13-1.25-0.27-1.72-0.41 c-0.48-0.13-0.91-0.2-1.32-0.2l-1.22-0.2c-3.38-0.81-5.07-2.91-5.07-6.29V60.99h40.38v58.03c3.92-3.65,8.39-6.76,13.39-9.33 c4.87-2.43,10.62-3.65,17.25-3.65c5.41,0,10.42,0.95,15.02,2.84c3.92,1.62,7.57,4.33,10.96,8.12c2.84,3.38,5.07,7.58,6.7,12.58 c1.62,5.55,2.44,10.82,2.44,15.83v46.26l5.88,1.01l3.04,0.61l1.22,0.2C1086.52,194.31,1088.21,196.41,1088.21,199.79z'/%3E%3Cpath d='M1151.32,199.79v11.97h-55.8v-11.97c0-3.38,1.69-5.48,5.07-6.29l1.22-0.2l3.04-0.61l6.09-1.01v-63.92l-6.09-1.01 c-0.68-0.13-1.25-0.27-1.73-0.41c-0.48-0.13-0.91-0.2-1.32-0.2l-1.22-0.2c-3.38-0.81-5.07-2.91-5.07-6.29v-11.97h40.38v84.01 l6.09,1.01c0.68,0.14,1.25,0.27,1.73,0.41c0.47,0.14,0.91,0.2,1.32,0.2l1.22,0.2C1149.63,194.31,1151.32,196.41,1151.32,199.79z M1138.33,83.31c-0.81,1.9-1.96,3.59-3.45,5.07c-1.62,1.62-3.32,2.77-5.07,3.45c-2.03,0.81-4.13,1.22-6.29,1.22 c-2.17,0-4.26-0.41-6.29-1.22c-1.62-0.68-3.25-1.83-4.87-3.45c-1.49-1.49-2.64-3.18-3.45-5.07c-0.81-1.89-1.22-3.92-1.22-6.09 c0-2.16,0.41-4.26,1.22-6.29c0.68-1.76,1.83-3.45,3.45-5.07c1.49-1.49,3.11-2.57,4.87-3.25c2.44-0.94,4.53-1.42,6.29-1.42 c1.76,0,3.86,0.48,6.29,1.42c2.03,0.81,3.72,1.9,5.07,3.25c1.62,1.62,2.77,3.32,3.45,5.07c0.94,2.3,1.42,4.4,1.42,6.29 C1139.75,79.12,1139.28,81.15,1138.33,83.31z'/%3E%3Cpath d='M1197.99,101.58v6.9h27.19v17.86H1199v65.34l6.09,1.01c0.68,0.14,1.32,0.27,1.93,0.41c0.61,0.14,1.18,0.2,1.72,0.2 l1.62,0.2c3.38,0.81,5.07,2.91,5.07,6.29v11.97h-57.02v-11.97c0-3.38,1.69-5.48,5.07-6.29c0.54,0,1.01-0.07,1.42-0.2l3.04-0.61 l5.88-1.01v-65.14l-8.93-1.42c-2.17-0.41-3.79-1.08-4.87-2.03c-1.08-0.94-1.62-2.37-1.62-4.26v-10.15h15.42v-7.71 c0-6.22,0.88-11.57,2.64-16.03c2.03-5.14,4.6-9.2,7.71-12.18c3.52-3.25,7.57-5.75,12.17-7.51c4.73-1.76,10.15-2.64,16.23-2.64 c4.87,0,9.33,0.61,13.39,1.83l-0.41,12.58c-0.14,2.03-1.08,3.25-2.84,3.65c-2.17,0.54-4.13,0.81-5.88,0.81 c-3.25,0-5.88,0.27-7.91,0.81c-2.17,0.54-4.13,1.69-5.88,3.45c-1.62,1.62-2.84,3.72-3.65,6.29 C1198.46,95.15,1197.99,98.33,1197.99,101.58z'/%3E%3Cpath d='M1350.38,119.63c0,3.38-1.69,5.48-5.07,6.29c-0.54,0-1.35,0.14-2.44,0.41c-1.08,0.27-3.45,0.75-7.1,1.42l-48.09,112.62 c-0.81,1.89-1.83,3.25-3.04,4.06c-0.95,0.81-2.71,1.22-5.28,1.22h-18.67l19.48-41.6l-33.48-76.3c-3.65-0.68-6.02-1.15-7.1-1.42 c-1.08-0.27-1.9-0.41-2.44-0.41c-3.38-0.81-5.07-2.91-5.07-6.29v-11.97h50.73v11.97c0,3.38-1.69,5.48-5.07,6.29l-4.87,0.81 l16.44,39.57c0.54,1.22,0.94,2.3,1.22,3.25c0.27,0.95,0.47,1.69,0.61,2.23c0.27,0.95,0.74,2.84,1.42,5.68l1.83-5.68 c0.81-2.43,1.49-4.26,2.03-5.48l15.22-39.16l-6.9-1.22c-3.38-0.81-5.07-2.91-5.07-6.29v-11.97h50.73V119.63z'/%3E%3C/g%3E%3Cellipse transform='matrix(0.9821 -0.1885 0.1885 0.9821 13.9585 275.8918)' cx='1457.72' cy='64.55' rx='4' ry='5.3'/%3E%3Cellipse transform='matrix(0.9467 -0.3221 0.3221 0.9467 65.1875 498.8776)' cx='1539.91' cy='52.48' rx='7.58' ry='6.01'/%3E%3Cpath d='M1491.11,93.09c-13.78-4.26-13.05-16.56-13.04-16.69c0.1-1.35,1.27-2.35,2.62-2.26c1.34,0.1,2.35,1.27,2.26,2.61 c0,0.08-0.13,2.86,1.52,5.73c2.23,3.88,6.58,6.21,12.95,6.92c0.19,0.02,0.37,0.06,0.54,0.12'/%3E%3C/g%3E%3Crect x='15' y='136' class='fetchify-logo-rgb-st2' width='541.73' height='125.73'/%3E%3C/svg%3E")}#cc_c2a.c2a_light .infoBar.infoWarning{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAASv2AAEr9gHm/AkHAAA58GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTYtMDQtMjJUMDg6Mjc6MzEtMDc6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0wNC0yMlQwODoyOTo1Mi0wNzowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTYtMDQtMjJUMDg6Mjk6NTItMDc6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6YzViMWRjOTUtMWU2MC1hMzQ2LTliZDYtY2UwYWVkOWJiMTFhPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MDRiY2Y4NDEtMDg5Zi0xMWU2LTkxYTItZDkxMjU3ODAwYjA1PC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6Y2ZiNDM0NWEtNzk1NC0zNzQwLTkzOTAtOTFkNjNhZWIzNDMwPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYjQzNDVhLTc5NTQtMzc0MC05MzkwLTkxZDYzYWViMzQzMDwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wNC0yMlQwODoyNzozMS0wNzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpjNWIxZGM5NS0xZTYwLWEzNDYtOWJkNi1jZTBhZWQ5YmIxMWE8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMDQtMjJUMDg6Mjk6NTItMDc6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj4xOTUwNDY2MC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTk1MDQ2NjAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjUwPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjUwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz6XUT9HAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAARqSURBVHja1NpriFVVFMDx371enRnN8f1KMxPRTNLU0AQdUhLBIjMqisKMMCuKLPJDHwyKvhVUCGFlTysjCTMqEXo4VqSj9tR8Y2rlPHo4o45Xs5k+nDvmyD2Oc885Oi44H+7e9659/nfvvdZea69UY3mRmGQQxueewRiA3uiCFOpQjV+xGxvwDXZGGrUsCzIRX74fbsGNKGvhu53RH6NPaa/AcryLXwp9kVSBMzICj+I2xDaleA/PYH1rZyTdyoGK8Rw2YXbMEHKzW4EX0aM1P2wNyAxsw0OSl3uwHbPiBnkCH2Cgsyfd8QYWxgXyPh537uQBfJGzfAWDfJyzSOdarsbaQkGWY7q2I+NyM9MqkCdxQ6yv0WUS3adTMjTqzCzO15HPIU7FgtgASicw7GVKhvzftv9VdtxfqMa7UY4lLTnEWpTGAlHUn/G78vf9void8yL9RTgY5hAXxgYB/eaE9114L5muUbS/FbZHBuRMXXzSoc/p+9t1jKL9eozJB/J07Hbmz5Xhfdm9HK2MOsLzp4KU4tb4QT6kemn+vi23oyHqCBOtKR50stWaJSnZehd1FfSYTroT2V3se5b6n+MaYS4ea7JaGzDW+Sm/KcsOSDWWF/VBpfNbRqUxJTn9qbMFMi2DCbGpy3Sj62S6T6Pz6OBzw1GObKdqKTXLkgIZk8HFkdWkixj2Cr1uyt9fMiQ4Z5WOY9f8JEAGpnFRZDU9ZwYQxyqp3xr+vf4PUjo+CZDeafSNrObQD6y/jLWD2HAFP04L9xG9bk4CpEsGF0RWU7+l+ecD5WT3UZxn1abaJwFSlE5m76Vp1yl/17FELH0qjcOxqy0ZTPue4cswfjmaFqQxY16xE/O3Nx6n7uskQOrSglxsvNLtmvzttV9xvDYJkJo09sS7WjvQbWr+vr9WJuUQ96axLlaVnUeT6RJyrP8kKZDv0/gsVpVdJ4dYq2qO7EgKZFXTHtkcm8oe1+Zv/3tVUhB/4NsmP/JmbIfGziFhzYHVSYG8oyzb2ATyWiwqS68SmvNLxn/AopNj9hpBnjeaFIck6xuyHN6cBMR3yrJbTs2iPBL9ZBKS3km1p2hAnqArcuA178SqPqlxu+A+4s7CT8EbQ0DaMXIlVW/TcISuUzi4nj1PRYH4HGtODHFKyrRYcPta+BH18o/CPXuz7Mpsqt+NAtIXVWEp0yzuiDTZm2ZQ+TqN/+Q5Ea1j9wIqhkeFeBhVzSY95Fb3BdwXCahDPzoNJ9OTf+vI7qZ+WxwbfIWTrzxyM3K66+kvMbGNpX1+wshmLWdwPT1JcFXcVmTn6TI+LUWIE/BpG4DYiCtPFwS2BNIguMF66RxCLMtB1LYQXJ+RzMUcHDqLAA2YL6iGOJMswRnLYgwVFL8kLStwqaAuRdwgsF9QSDMZSYR75bguZ15bFbwUWua0OveMyDnQmRhWoK49gvKQJblNXViEHWPh2VjBPfgoXCIoOitFx9zpsD53/KkR1GVtEhQArENjwaPm/Mh/AwD/DgT7JOM5MwAAAABJRU5ErkJggg==')}#cc_c2a.c2a_dark .c2a_logo{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' style='enable-background:new 0 0 1542.02 257;' xml:space='preserve' viewBox='573.36 11.97 962 234.14'%3E%3Cstyle type='text/css'%3E .fetchify-logo-white-st0%7Bfill:%23FFFFFF;%7D .fetchify-logo-white-st1%7Bfill:%23C1272D;%7D .fetchify-logo-white-st2%7Bfill:none;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='fetchify-logo-white-st0' d='M686.38,104.06h-11.77c-2.44,0-3.99-1.28-4.67-3.86c-0.68-5.28-1.15-9.6-1.42-12.99h-52.35v43.42h51.34v21.71 h-51.34v39.77l6.09,1.01c0.68,0.14,1.25,0.27,1.73,0.41c0.47,0.14,0.91,0.2,1.32,0.2l1.22,0.2c3.38,0.81,5.07,2.91,5.07,6.29 v11.97h-58.24v-11.97c0-3.38,1.69-5.48,5.07-6.29l1.22-0.2c0.41,0,0.84-0.07,1.32-0.2c0.47-0.13,1.05-0.27,1.73-0.41l6.09-1.01 l4-106.53l-10.09-1.01c-0.68-0.13-1.25-0.27-1.73-0.41c-0.48-0.13-0.91-0.2-1.32-0.2l-1.22-0.2c-3.38-0.81-5.07-2.91-5.07-6.29 V65.5h113.02V104.06z'/%3E%3Cpath class='fetchify-logo-white-st0' d='M749.84,109.54c5.14,1.9,9.87,5.01,14.2,9.33c3.92,3.93,7.03,8.86,9.33,14.81c2.3,6.09,3.45,12.72,3.45,19.89 c0,1.62-0.14,3.25-0.41,4.87c-0.27,1.49-0.54,2.43-0.81,2.84c-0.27,0.68-0.88,1.22-1.83,1.62c-0.54,0.27-1.49,0.41-2.84,0.41 h-64.32c0.81,10.69,3.72,18.54,8.73,23.54c5,5.01,11.63,7.51,19.89,7.51c4.19,0,7.64-0.47,10.35-1.42 c2.97-0.94,5.54-2.03,7.71-3.25c0.94-0.54,1.93-1.05,2.94-1.52c1.01-0.47,1.99-0.98,2.94-1.52c1.49-0.94,3.04-1.42,4.67-1.42 c1.08,0,2.03,0.2,2.84,0.61c0.68,0.27,1.28,0.81,1.83,1.62l7.31,9.13c-3.11,3.52-6.22,6.29-9.33,8.32 c-3.65,2.3-7.24,4.06-10.75,5.28c-3.38,1.08-7.24,1.96-11.57,2.64c-3.38,0.54-7.17,0.81-11.36,0.81c-7.44,0-14.14-1.15-20.09-3.45 c-5.95-2.3-11.36-5.88-16.23-10.75c-4.6-4.6-8.25-10.42-10.96-17.45c-2.57-6.76-3.85-14.81-3.85-24.15 c0-6.76,1.15-13.39,3.45-19.89c2.16-6.09,5.48-11.57,9.94-16.44c4.19-4.6,9.4-8.25,15.62-10.96c6.22-2.7,13.26-4.06,21.1-4.06 C738.41,106.49,744.43,107.51,749.84,109.54z M715.14,130.64c-4.06,4.06-6.7,9.88-7.91,17.45h47.08c0-2.84-0.48-5.88-1.42-9.13 c-0.81-2.57-2.17-5.07-4.06-7.51c-1.76-2.16-4.06-3.85-6.9-5.07c-3.11-1.35-6.36-2.03-9.74-2.03 C725.02,124.35,719.34,126.45,715.14,130.64z'/%3E%3Cpath class='fetchify-logo-white-st0' d='M805.24,206.12c-4.87-5.14-7.3-12.17-7.3-21.1v-58.03h-10.55c-1.08,0-2.23-0.47-3.45-1.42 c-1.08-0.81-1.62-2.1-1.62-3.86v-10.15l16.84-2.64l5.28-28.41c0.13-1.22,0.74-2.23,1.83-3.04c1.08-0.81,2.37-1.22,3.86-1.22h12.99 v32.87h27.39v17.86h-27.39v56.41c0,3.11,0.81,5.61,2.44,7.51c1.62,1.76,3.79,2.64,6.49,2.64c1.89,0,3.18-0.13,3.86-0.41l2.64-1.22 l2.23-1.22c0.41-0.27,0.94-0.41,1.62-0.41c1.08,0,1.76,0.14,2.03,0.41l1.42,1.62l7.51,12.17c-3.52,2.84-7.71,5.14-12.58,6.9 c-4.6,1.62-9.47,2.44-14.61,2.44C817.07,213.83,810.11,211.27,805.24,206.12z'/%3E%3Cpath class='fetchify-logo-white-st0' d='M937.54,204.91c-2.71,1.76-6.09,3.52-10.15,5.28c-2.98,1.08-6.56,1.96-10.75,2.64 c-3.25,0.54-6.97,0.81-11.16,0.81c-6.63,0-12.65-1.15-18.06-3.45c-5.68-2.44-10.62-5.95-14.81-10.55 c-4.46-4.87-7.85-10.48-10.15-16.84c-2.44-6.76-3.65-14.41-3.65-22.93c0-7.71,1.08-14.74,3.25-21.1 c2.3-6.49,5.55-12.17,9.74-17.04c4.19-4.73,9.47-8.45,15.83-11.16c6.49-2.7,13.73-4.06,21.71-4.06c8.66,0,19.61,2.5,32.87,7.51 l-0.2,32.06h-11.57c-2.44,0-3.99-1.28-4.67-3.86l-1.62-14.61c-5.01-1.35-9.47-2.03-13.39-2.03c-4.46,0-8.32,0.81-11.57,2.44 c-3.38,1.62-6.09,3.86-8.12,6.7c-2.43,3.38-4.13,7.04-5.07,10.96c-1.08,4.6-1.62,9.33-1.62,14.2c0,5.55,0.61,10.48,1.83,14.81 c1.22,4.46,2.91,8.12,5.07,10.96c2.3,2.84,5,5.07,8.12,6.7c3.38,1.49,6.97,2.23,10.75,2.23c4.19,0,7.44-0.47,9.74-1.42 c2.97-1.22,5.07-2.3,6.29-3.25c0.68-0.54,1.39-1.05,2.13-1.52c0.74-0.47,1.52-1.05,2.33-1.72c1.08-0.94,2.44-1.42,4.06-1.42 c2.16,0,3.72,0.75,4.67,2.23l7.1,9.13C943.22,200.24,940.24,203.01,937.54,204.91z'/%3E%3Cpath class='fetchify-logo-white-st0' d='M1074.1,200.24v11.97h-40.38v-66.15c0-6.49-1.49-11.43-4.46-14.81c-2.84-3.52-7.24-5.28-13.19-5.28 c-4.19,0-8.25,1.01-12.17,3.04c-4.06,2.17-7.64,4.8-10.75,7.91v55.19l6.09,1.01c0.68,0.14,1.25,0.27,1.72,0.41 c0.47,0.14,0.91,0.2,1.32,0.2l1.22,0.2c3.38,0.81,5.07,2.91,5.07,6.29v11.97h-55.8v-11.97c0-3.38,1.69-5.48,5.07-6.29l1.22-0.2 c0.41,0,0.84-0.07,1.32-0.2c0.47-0.13,1.05-0.27,1.72-0.41l6.09-1.01V81.53l-6.09-1.01c-0.68-0.13-1.25-0.27-1.72-0.41 c-0.48-0.13-0.91-0.2-1.32-0.2l-1.22-0.2c-3.38-0.81-5.07-2.91-5.07-6.29V61.44h40.38v58.03c3.92-3.65,8.39-6.76,13.39-9.33 c4.87-2.43,10.62-3.65,17.25-3.65c5.41,0,10.41,0.95,15.02,2.84c3.92,1.62,7.57,4.33,10.96,8.12c2.84,3.38,5.07,7.58,6.7,12.58 c1.62,5.55,2.44,10.82,2.44,15.83v46.26l5.88,1.01l3.04,0.61l1.22,0.2C1072.41,194.76,1074.1,196.86,1074.1,200.24z'/%3E%3Cpath class='fetchify-logo-white-st0' d='M1137.21,200.24v11.97h-55.8v-11.97c0-3.38,1.69-5.48,5.07-6.29l1.22-0.2l3.04-0.61l6.09-1.01V128.2 l-6.09-1.01c-0.68-0.13-1.25-0.27-1.73-0.41c-0.48-0.13-0.91-0.2-1.32-0.2l-1.22-0.2c-3.38-0.81-5.07-2.91-5.07-6.29v-11.97h40.38 v84.01l6.09,1.01c0.68,0.14,1.25,0.27,1.73,0.41c0.47,0.14,0.91,0.2,1.32,0.2l1.22,0.2 C1135.51,194.76,1137.21,196.86,1137.21,200.24z M1124.22,83.77c-0.81,1.9-1.96,3.59-3.45,5.07c-1.62,1.62-3.32,2.77-5.07,3.45 c-2.03,0.81-4.13,1.22-6.29,1.22c-2.17,0-4.26-0.41-6.29-1.22c-1.62-0.68-3.25-1.83-4.87-3.45c-1.49-1.49-2.64-3.18-3.45-5.07 c-0.81-1.89-1.22-3.92-1.22-6.09c0-2.16,0.41-4.26,1.22-6.29c0.68-1.76,1.83-3.45,3.45-5.07c1.49-1.49,3.11-2.57,4.87-3.25 c2.44-0.94,4.53-1.42,6.29-1.42c1.76,0,3.86,0.48,6.29,1.42c2.03,0.81,3.72,1.9,5.07,3.25c1.62,1.62,2.77,3.32,3.45,5.07 c0.94,2.3,1.42,4.4,1.42,6.29C1125.64,79.57,1125.16,81.6,1124.22,83.77z'/%3E%3Cpath class='fetchify-logo-white-st0' d='M1183.88,102.03v6.9h27.19v17.86h-26.18v65.34l6.09,1.01c0.68,0.14,1.32,0.27,1.93,0.41 c0.61,0.14,1.18,0.2,1.72,0.2l1.62,0.2c3.38,0.81,5.07,2.91,5.07,6.29v11.97h-57.02v-11.97c0-3.38,1.69-5.48,5.07-6.29 c0.54,0,1.01-0.07,1.42-0.2l3.04-0.61l5.88-1.01v-65.14l-8.93-1.42c-2.17-0.41-3.79-1.08-4.87-2.03 c-1.08-0.94-1.62-2.37-1.62-4.26v-10.15h15.42v-7.71c0-6.22,0.88-11.57,2.64-16.03c2.03-5.14,4.6-9.2,7.71-12.18 c3.52-3.25,7.57-5.75,12.17-7.51c4.73-1.76,10.15-2.64,16.23-2.64c4.87,0,9.33,0.61,13.39,1.83l-0.41,12.58 c-0.14,2.03-1.08,3.25-2.84,3.65c-2.17,0.54-4.13,0.81-5.88,0.81c-3.25,0-5.88,0.27-7.91,0.81c-2.17,0.54-4.13,1.69-5.88,3.45 c-1.62,1.62-2.84,3.72-3.65,6.29C1184.35,95.6,1183.88,98.78,1183.88,102.03z'/%3E%3Cpath class='fetchify-logo-white-st0' d='M1336.26,120.09c0,3.38-1.69,5.48-5.07,6.29c-0.54,0-1.35,0.14-2.44,0.41c-1.08,0.27-3.45,0.75-7.1,1.42 l-48.09,112.62c-0.81,1.89-1.83,3.25-3.04,4.06c-0.95,0.81-2.71,1.22-5.28,1.22h-18.67l19.48-41.6l-33.48-76.3 c-3.65-0.68-6.02-1.15-7.1-1.42c-1.08-0.27-1.9-0.41-2.44-0.41c-3.38-0.81-5.07-2.91-5.07-6.29v-11.97h50.73v11.97 c0,3.38-1.69,5.48-5.07,6.29l-4.87,0.81l16.44,39.57c0.54,1.22,0.94,2.3,1.22,3.25c0.27,0.95,0.47,1.69,0.61,2.23 c0.27,0.95,0.74,2.84,1.42,5.68l1.83-5.68c0.81-2.43,1.49-4.26,2.03-5.48l15.22-39.16l-6.9-1.22c-3.38-0.81-5.07-2.91-5.07-6.29 v-11.97h50.73V120.09z'/%3E%3C/g%3E%3C/g%3E%3Cpath class='fetchify-logo-white-st1' d='M1362.07,87.68l0.02,1.18C1362.09,88.47,1362.09,88.07,1362.07,87.68 C1362.08,87.68,1362.08,87.68,1362.07,87.68z'/%3E%3Cg%3E%3Cpath class='fetchify-logo-white-st0' d='M1535.01,49.41c-1.05-3.11-4.2-5.12-8.02-5.12l0,0c-1.21,0-2.43,0.2-3.62,0.61c-4.01,1.36-6.67,4.69-6.85,8.12 c-6.59-0.47-13.2-0.78-19.81-0.95c-1.92-0.05-3.85-0.09-5.77-0.11c-0.94-0.01-1.87-0.02-2.81-0.02c-2.56-0.02-5.12-0.02-7.67,0.02 c-3.42,0.04-34.09-0.14-34.28-0.15c-2.93-0.05-5.86-0.14-8.8-0.23c-3.2-0.1-6.49-0.19-9.75-0.23c0.06,0.62-0.01,1.36-0.18,2.29 c-1.47,8.02-1.96,16.08-0.49,24.13c1.34,7.33,2.97,14.61,4.34,21.93c1.1,5.89,2.12,11.8,2.13,17.84 c0.01,6.82-4.12,12.18-10.15,15.06c-3.44,1.64-7.21,2.46-10.98,2.98c-0.58,0.08-1.19,0.15-1.85,0.22 c-9.12,0.9-24.89-0.02-25.07-11.76c-0.07-4.98,0-10.03,0.77-14.93c1.1-6.97,1.75-13.24,2.73-19.47 c-13.45,1.01-26.17,1.43-26.61,1.44c2.65,38.42,34.64,68.78,73.73,68.78c9.14,0,17.89-1.67,25.98-4.71l-5.99,1.87 c1.28-2.29,3.93-21.85,4.73-31.67c0.4-4.9,0.78-9.53,1.14-12.92c0.34-3.19,0.81-6.54,1.4-9.96c0.61-3.54,2.64-6.28,5.87-7.93 c0.97-0.49,1.92-1.02,2.87-1.55c0.65-0.36,1.31-0.72,1.99-1.09c-10.55-5-9.94-15.36-9.93-15.49c0.1-1.35,1.27-2.35,2.62-2.26 c1.34,0.1,2.35,1.27,2.26,2.61c0,0.08-0.13,2.86,1.52,5.73c1.8,3.13,5.02,5.24,9.54,6.31c1.24-0.65,2.48-1.31,3.72-1.98 c0.6-0.32,1.19-0.65,1.79-0.98c0.62-0.34,1.25-0.68,1.87-1.03c0.81-0.45,1.62-0.91,2.42-1.38c0.4-0.23,0.79-0.45,1.19-0.68 c0.94-0.54,1.87-1.09,2.8-1.64c0.26-0.15,0.51-0.3,0.77-0.45c1.03-0.61,2.06-1.24,3.09-1.87c0.14-0.09,0.29-0.18,0.43-0.26 c1.1-0.68,2.21-1.36,3.3-2.05c0.07-0.04,0.13-0.08,0.2-0.12c1.15-0.72,2.29-1.46,3.43-2.2c0.02-0.01,0.04-0.02,0.05-0.03 c1.8-1.17,3.59-2.35,5.38-3.55c3.98-2.69,10.68-6.62,14.92-9.91c1.04-0.05,2.08-0.24,3.09-0.58 C1533.5,58.37,1536.42,53.59,1535.01,49.41z M1444.74,69.75c-2.17,0.42-4.38-1.58-4.93-4.45c-0.55-2.88,0.76-5.54,2.93-5.96 c2.17-0.42,4.38,1.58,4.93,4.45C1448.23,66.67,1446.91,69.34,1444.74,69.75z M1527.86,58.17c-1,0.34-2.01,0.5-2.98,0.5 c-2.86,0-5.33-1.41-6.13-3.76c-1.06-3.14,1.29-6.78,5.26-8.12c1-0.34,2.01-0.5,2.98-0.5c2.86,0,5.33,1.41,6.13,3.76 C1534.18,53.19,1531.82,56.83,1527.86,58.17z'/%3E%3Cpath class='fetchify-logo-white-st0' d='M1389.36,83.21c0.62-2.13,1.25-4.32,1.91-6.5c1.62-5.39,3.78-11.68,7.41-17.5c4.3-6.88,9.45-10.83,15.77-12.08 c3.8-0.75,7.77-0.84,11.16-0.82c3.99,0.02,8.03,0.15,11.94,0.27c2.91,0.09,5.82,0.18,8.73,0.23c0.2,0,30.82,0.19,34.13,0.14 c6.15-0.08,12.35-0.02,18.56,0.16c-13.02-21.08-36.33-35.14-62.93-35.14c-40.83,0-73.93,33.1-73.93,73.93c0,0.06,0,0.12,0,0.18 c0.23,0,10.52-0.23,26.85-1.49L1389.36,83.21z'/%3E%3Cpath class='fetchify-logo-white-st0' d='M1477.65,95.63c-1.06,0.53-2.09,1.1-3.19,1.71c-1,0.56-2,1.11-3.02,1.63c-1.83,0.93-2.88,2.35-3.22,4.33 c-0.57,3.31-1.03,6.56-1.36,9.64c-0.36,3.33-0.73,7.93-1.13,12.79c-1.42,17.35-2.28,25.62-3.52,29.31 c27.9-10.57,47.74-37.53,47.74-69.14c0-2.93-0.19-5.81-0.52-8.64C1499.05,84.08,1488.37,90.25,1477.65,95.63z'/%3E%3C/g%3E%3Crect x='28.38' y='136.13' class='fetchify-logo-white-st2' width='639.63' height='125.58'/%3E%3Crect x='632.93' y='-602.49' class='fetchify-logo-white-st2' width='1.67' height='3.35'/%3E%3C/svg%3E")}#cc_c2a.c2a_dark .infoBar.infoWarning{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAASv2AAEr9gHm/AkHAAA58GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTYtMDQtMjJUMDg6Mjc6MzEtMDc6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0wNC0yMlQwODoyOTo1Mi0wNzowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTYtMDQtMjJUMDg6Mjk6NTItMDc6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6YzViMWRjOTUtMWU2MC1hMzQ2LTliZDYtY2UwYWVkOWJiMTFhPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MDRiY2Y4NDEtMDg5Zi0xMWU2LTkxYTItZDkxMjU3ODAwYjA1PC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6Y2ZiNDM0NWEtNzk1NC0zNzQwLTkzOTAtOTFkNjNhZWIzNDMwPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYjQzNDVhLTc5NTQtMzc0MC05MzkwLTkxZDYzYWViMzQzMDwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wNC0yMlQwODoyNzozMS0wNzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpjNWIxZGM5NS0xZTYwLWEzNDYtOWJkNi1jZTBhZWQ5YmIxMWE8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMDQtMjJUMDg6Mjk6NTItMDc6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj4xOTUwNDY2MC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTk1MDQ2NjAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjUwPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjUwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz6XUT9HAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAARqSURBVHja1NpriFVVFMDx371enRnN8f1KMxPRTNLU0AQdUhLBIjMqisKMMCuKLPJDHwyKvhVUCGFlTysjCTMqEXo4VqSj9tR8Y2rlPHo4o45Xs5k+nDvmyD2Oc885Oi44H+7e9659/nfvvdZea69UY3mRmGQQxueewRiA3uiCFOpQjV+xGxvwDXZGGrUsCzIRX74fbsGNKGvhu53RH6NPaa/AcryLXwp9kVSBMzICj+I2xDaleA/PYH1rZyTdyoGK8Rw2YXbMEHKzW4EX0aM1P2wNyAxsw0OSl3uwHbPiBnkCH2Cgsyfd8QYWxgXyPh537uQBfJGzfAWDfJyzSOdarsbaQkGWY7q2I+NyM9MqkCdxQ6yv0WUS3adTMjTqzCzO15HPIU7FgtgASicw7GVKhvzftv9VdtxfqMa7UY4lLTnEWpTGAlHUn/G78vf9void8yL9RTgY5hAXxgYB/eaE9114L5muUbS/FbZHBuRMXXzSoc/p+9t1jKL9eozJB/J07Hbmz5Xhfdm9HK2MOsLzp4KU4tb4QT6kemn+vi23oyHqCBOtKR50stWaJSnZehd1FfSYTroT2V3se5b6n+MaYS4ea7JaGzDW+Sm/KcsOSDWWF/VBpfNbRqUxJTn9qbMFMi2DCbGpy3Sj62S6T6Pz6OBzw1GObKdqKTXLkgIZk8HFkdWkixj2Cr1uyt9fMiQ4Z5WOY9f8JEAGpnFRZDU9ZwYQxyqp3xr+vf4PUjo+CZDeafSNrObQD6y/jLWD2HAFP04L9xG9bk4CpEsGF0RWU7+l+ecD5WT3UZxn1abaJwFSlE5m76Vp1yl/17FELH0qjcOxqy0ZTPue4cswfjmaFqQxY16xE/O3Nx6n7uskQOrSglxsvNLtmvzttV9xvDYJkJo09sS7WjvQbWr+vr9WJuUQ96axLlaVnUeT6RJyrP8kKZDv0/gsVpVdJ4dYq2qO7EgKZFXTHtkcm8oe1+Zv/3tVUhB/4NsmP/JmbIfGziFhzYHVSYG8oyzb2ATyWiwqS68SmvNLxn/AopNj9hpBnjeaFIck6xuyHN6cBMR3yrJbTs2iPBL9ZBKS3km1p2hAnqArcuA178SqPqlxu+A+4s7CT8EbQ0DaMXIlVW/TcISuUzi4nj1PRYH4HGtODHFKyrRYcPta+BH18o/CPXuz7Mpsqt+NAtIXVWEp0yzuiDTZm2ZQ+TqN/+Q5Ea1j9wIqhkeFeBhVzSY95Fb3BdwXCahDPzoNJ9OTf+vI7qZ+WxwbfIWTrzxyM3K66+kvMbGNpX1+wshmLWdwPT1JcFXcVmTn6TI+LUWIE/BpG4DYiCtPFwS2BNIguMF66RxCLMtB1LYQXJ+RzMUcHDqLAA2YL6iGOJMswRnLYgwVFL8kLStwqaAuRdwgsF9QSDMZSYR75bguZ15bFbwUWua0OveMyDnQmRhWoK49gvKQJblNXViEHWPh2VjBPfgoXCIoOitFx9zpsD53/KkR1GVtEhQArENjwaPm/Mh/AwD/DgT7JOM5MwAAAABJRU5ErkJggg==')}.cc-validate-fail{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m350.273438 320.105469c8.339843 8.34375 8.339843 21.847656 0 30.167969-4.160157 4.160156-9.621094 6.25-15.085938 6.25-5.460938 0-10.921875-2.089844-15.082031-6.25l-64.105469-64.109376-64.105469 64.109376c-4.160156 4.160156-9.621093 6.25-15.082031 6.25-5.464844 0-10.925781-2.089844-15.085938-6.25-8.339843-8.320313-8.339843-21.824219 0-30.167969l64.109376-64.105469-64.109376-64.105469c-8.339843-8.34375-8.339843-21.847656 0-30.167969 8.34375-8.339843 21.824219-8.339843 30.167969 0l64.105469 64.109376 64.105469-64.109376c8.34375-8.339843 21.824219-8.339843 30.167969 0 8.339843 8.320313 8.339843 21.824219 0 30.167969l-64.109376 64.105469z' fill='%23F9634E'/%3E%3C/svg%3E")}.cc-validate-ok{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m385.75 171.585938c8.339844 8.339843 8.339844 21.820312 0 30.164062l-138.667969 138.664062c-4.160156 4.160157-9.621093 6.253907-15.082031 6.253907s-10.921875-2.09375-15.082031-6.253907l-69.332031-69.332031c-8.34375-8.339843-8.34375-21.824219 0-30.164062 8.339843-8.34375 21.820312-8.34375 30.164062 0l54.25 54.25 123.585938-123.582031c8.339843-8.34375 21.820312-8.34375 30.164062 0z' fill='%2326D07C'/%3E%3C/svg%3E")}.cc-validate-action{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ccircle cx='256' cy='256' r='110' fill='none' stroke='%2314AAFE' stroke-width='40' stroke-linecap='round' stroke-dasharray='600' /%3E%3C/svg%3E");-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite}#cc_validate_box{position:absolute;width:30px;height:30px;background-size:cover;z-index:1000}@keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.infoBar{display:none}.infoBar.infoTrial{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:5px 15px;margin:5px;font-weight:bold;border-radius:5px;background:#459fd3;background:-moz-linear-gradient(-45deg, #459fd3 0, #0892cd 100%);background:-webkit-linear-gradient(-45deg, #459fd3 0, #0892cd 100%);background:linear-gradient(135deg, #459fd3 0, #0892cd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#459fd3', endColorstr='#0892cd', GradientType=1)}.infoBar.infoTrial h5{font-size:20px;margin:0px;margin-bottom:10px;color:white}.infoBar.infoTrial p{margin:0px;line-height:1.2em;color:white}.infoBar.infoActive{display:block}.infoBar.infoWarning{background-repeat:no-repeat;background-position:left 10px center;background-size:25px 25px;padding:10px 10px 10px 45px;line-height:25px}[class^="cc-flag"],[class*=" cc-flag"]{display:inline-block;line-height:11px;background-image:url('../../frontend/Cda/upupandaway/en_GB/Fetchify_Fetchify/flags.png');background-position:-208px -188px;width:16px;height:11px;background-repeat:no-repeat}.cc-flag-xk{background-position:-208px -177px}.cc-flag-zw{background-position:0px 0px}.cc-flag-zm{background-position:-16px 0}.cc-flag-za{background-position:0 -11px}.cc-flag-yt{background-position:-16px -11px}.cc-flag-ye{background-position:-32px 0}.cc-flag-ws{background-position:-32px -11px}.cc-flag-wf{background-position:0 -22px}.cc-flag-wales{background-position:-16px -22px}.cc-flag-vu{background-position:-32px -22px}.cc-flag-vn{background-position:0 -33px}.cc-flag-vi{background-position:-16px -33px}.cc-flag-vg{background-position:-32px -33px}.cc-flag-ve{background-position:-48px 0}.cc-flag-vc{background-position:-48px -11px}.cc-flag-va{background-position:-48px -22px}.cc-flag-uz{background-position:-48px -33px}.cc-flag-uy{background-position:0 -44px}.cc-flag-us{background-position:-16px -44px}.cc-flag-um{background-position:-16px -44px}.cc-flag-ug{background-position:-32px -44px}.cc-flag-ua{background-position:-48px -44px}.cc-flag-tz{background-position:-64px 0}.cc-flag-tw{background-position:-64px -11px}.cc-flag-tv{background-position:-64px -22px}.cc-flag-tt{background-position:-64px -33px}.cc-flag-tr{background-position:-64px -44px}.cc-flag-to{background-position:0 -55px}.cc-flag-tn{background-position:-16px -55px}.cc-flag-tm{background-position:-32px -55px}.cc-flag-tl{background-position:-48px -55px}.cc-flag-tk{background-position:-64px -55px}.cc-flag-tj{background-position:0 -66px}.cc-flag-th{background-position:-16px -66px}.cc-flag-tg{background-position:-32px -66px}.cc-flag-tf{background-position:-48px -66px}.cc-flag-td{background-position:-64px -66px}.cc-flag-tc{background-position:-80px 0}.cc-flag-sz{background-position:-80px -11px}.cc-flag-sy{background-position:-80px -22px}.cc-flag-sx{background-position:-80px -33px}.cc-flag-sv{background-position:-80px -44px}.cc-flag-st{background-position:-80px -55px}.cc-flag-ss{background-position:-80px -66px}.cc-flag-sr{background-position:0 -77px}.cc-flag-so{background-position:-16px -77px}.cc-flag-sn{background-position:-32px -77px}.cc-flag-sm{background-position:-48px -77px}.cc-flag-sl{background-position:-64px -77px}.cc-flag-sk{background-position:-80px -77px}.cc-flag-si{background-position:-96px 0}.cc-flag-sh{background-position:-96px -11px}.cc-flag-sg{background-position:-96px -22px}.cc-flag-se{background-position:-96px -33px}.cc-flag-sd{background-position:-96px -44px}.cc-flag-scotland{background-position:-96px -55px}.cc-flag-sc{background-position:-96px -66px}.cc-flag-sb{background-position:-96px -77px}.cc-flag-sa{background-position:0 -88px}.cc-flag-rw{background-position:-16px -88px}.cc-flag-ru{background-position:-32px -88px}.cc-flag-rs{background-position:-48px -88px}.cc-flag-ro{background-position:-64px -88px}.cc-flag-qa{background-position:-80px -88px}.cc-flag-py{background-position:-96px -88px}.cc-flag-pw{background-position:0 -99px}.cc-flag-pt{background-position:-16px -99px}.cc-flag-ps{background-position:-32px -99px}.cc-flag-pr{background-position:-48px -99px}.cc-flag-pn{background-position:-64px -99px}.cc-flag-pm{background-position:-80px -99px}.cc-flag-pl{background-position:-96px -99px}.cc-flag-pk{background-position:-112px 0}.cc-flag-ph{background-position:-112px -11px}.cc-flag-pg{background-position:-112px -22px}.cc-flag-pf{background-position:-112px -33px}.cc-flag-pe{background-position:-112px -44px}.cc-flag-pa{background-position:-112px -55px}.cc-flag-om{background-position:-112px -66px}.cc-flag-nz{background-position:-112px -77px}.cc-flag-nu{background-position:-112px -88px}.cc-flag-nr{background-position:-112px -99px}.cc-flag-no{background-position:0 -110px}.cc-flag-bv{background-position:0 -110px}.cc-flag-sj{background-position:0 -110px}.cc-flag-nl{background-position:-16px -110px}.cc-flag-ni{background-position:-32px -110px}.cc-flag-ng{background-position:-48px -110px}.cc-flag-nf{background-position:-64px -110px}.cc-flag-ne{background-position:-80px -110px}.cc-flag-nc{background-position:-96px -110px}.cc-flag-na{background-position:-112px -110px}.cc-flag-mz{background-position:-128px 0}.cc-flag-my{background-position:-128px -11px}.cc-flag-mx{background-position:-128px -22px}.cc-flag-mw{background-position:-128px -33px}.cc-flag-mv{background-position:-128px -44px}.cc-flag-mu{background-position:-128px -55px}.cc-flag-mt{background-position:-128px -66px}.cc-flag-ms{background-position:-128px -77px}.cc-flag-mr{background-position:-128px -88px}.cc-flag-mq{background-position:-128px -99px}.cc-flag-mp{background-position:-128px -110px}.cc-flag-mo{background-position:0 -121px}.cc-flag-mn{background-position:-16px -121px}.cc-flag-mm{background-position:-32px -121px}.cc-flag-ml{background-position:-48px -121px}.cc-flag-mk{background-position:-64px -121px}.cc-flag-mh{background-position:-80px -121px}.cc-flag-mg{background-position:-96px -121px}.cc-flag-me{background-position:0 -132px;width:16px;height:12px}.cc-flag-md{background-position:-112px -121px}.cc-flag-mc{background-position:-128px -121px}.cc-flag-ma{background-position:-16px -132px}.cc-flag-ly{background-position:-32px -132px}.cc-flag-lv{background-position:-48px -132px}.cc-flag-lu{background-position:-64px -132px}.cc-flag-lt{background-position:-80px -132px}.cc-flag-ls{background-position:-96px -132px}.cc-flag-lr{background-position:-112px -132px}.cc-flag-lk{background-position:-128px -132px}.cc-flag-li{background-position:-144px 0}.cc-flag-lc{background-position:-144px -11px}.cc-flag-lb{background-position:-144px -22px}.cc-flag-la{background-position:-144px -33px}.cc-flag-kz{background-position:-144px -44px}.cc-flag-ky{background-position:-144px -55px}.cc-flag-kw{background-position:-144px -66px}.cc-flag-kr{background-position:-144px -77px}.cc-flag-kp{background-position:-144px -88px}.cc-flag-kn{background-position:-144px -99px}.cc-flag-km{background-position:-144px -110px}.cc-flag-ki{background-position:-144px -121px}.cc-flag-kh{background-position:-144px -132px}.cc-flag-kg{background-position:0 -144px}.cc-flag-ke{background-position:-16px -144px}.cc-flag-jp{background-position:-32px -144px}.cc-flag-jo{background-position:-48px -144px}.cc-flag-jm{background-position:-64px -144px}.cc-flag-je{background-position:-80px -144px}.cc-flag-it{background-position:-96px -144px}.cc-flag-is{background-position:-112px -144px}.cc-flag-ir{background-position:-128px -144px}.cc-flag-iq{background-position:-144px -144px}.cc-flag-io{background-position:-160px 0}.cc-flag-in{background-position:-160px -11px}.cc-flag-im{background-position:-160px -22px;width:16px;height:9px}.cc-flag-il{background-position:-160px -31px}.cc-flag-ie{background-position:-160px -42px}.cc-flag-id{background-position:-160px -53px}.cc-flag-hu{background-position:-160px -64px}.cc-flag-ht{background-position:-160px -75px}.cc-flag-hr{background-position:-160px -86px}.cc-flag-hn{background-position:-160px -97px}.cc-flag-hk{background-position:-160px -108px}.cc-flag-gy{background-position:-160px -119px}.cc-flag-gw{background-position:-160px -130px}.cc-flag-gu{background-position:-160px -141px}.cc-flag-gt{background-position:0 -155px}.cc-flag-gs{background-position:-16px -155px}.cc-flag-gr{background-position:-32px -155px}.cc-flag-gq{background-position:-48px -155px}.cc-flag-gp{background-position:-64px -155px}.cc-flag-gn{background-position:-80px -155px}.cc-flag-gm{background-position:-96px -155px}.cc-flag-gl{background-position:-112px -155px}.cc-flag-gi{background-position:-128px -155px}.cc-flag-gh{background-position:-144px -155px}.cc-flag-gg{background-position:-160px -155px}.cc-flag-ge{background-position:-176px 0}.cc-flag-gd{background-position:-176px -11px}.cc-flag-gb{background-position:-176px -22px}.cc-flag-ga{background-position:-176px -33px}.cc-flag-fr{background-position:-176px -44px}.cc-flag-gf{background-position:-176px -44px}.cc-flag-re{background-position:-176px -44px}.cc-flag-mf{background-position:-176px -44px}.cc-flag-bl{background-position:-176px -44px}.cc-flag-fo{background-position:-176px -55px}.cc-flag-fm{background-position:-176px -66px}.cc-flag-fk{background-position:-176px -77px}.cc-flag-fj{background-position:-176px -88px}.cc-flag-fi{background-position:-176px -99px}.cc-flag-fam{background-position:-176px -110px}.cc-flag-eu{background-position:-176px -121px}.cc-flag-et{background-position:-176px -132px}.cc-flag-es{background-position:-176px -143px}.cc-flag-er{background-position:-176px -154px}.cc-flag-england{background-position:0 -166px}.cc-flag-eh{background-position:-16px -166px}.cc-flag-eg{background-position:-32px -166px}.cc-flag-ee{background-position:-48px -166px}.cc-flag-ec{background-position:-64px -166px}.cc-flag-dz{background-position:-80px -166px}.cc-flag-do{background-position:-96px -166px}.cc-flag-dm{background-position:-112px -166px}.cc-flag-dk{background-position:-128px -166px}.cc-flag-dj{background-position:-144px -166px}.cc-flag-de{background-position:-160px -166px}.cc-flag-cz{background-position:-176px -166px}.cc-flag-cy{background-position:0 -177px}.cc-flag-cx{background-position:-16px -177px}.cc-flag-cw{background-position:-32px -177px}.cc-flag-cv{background-position:-48px -177px}.cc-flag-cu{background-position:-64px -177px}.cc-flag-cs{background-position:-80px -177px}.cc-flag-cr{background-position:-96px -177px}.cc-flag-co{background-position:-112px -177px}.cc-flag-cn{background-position:-128px -177px}.cc-flag-cm{background-position:-144px -177px}.cc-flag-cl{background-position:-160px -177px}.cc-flag-ck{background-position:-176px -177px}.cc-flag-ci{background-position:-192px 0}.cc-flag-cg{background-position:-192px -11px}.cc-flag-cf{background-position:-192px -22px}.cc-flag-cd{background-position:-192px -33px}.cc-flag-cc{background-position:-192px -44px}.cc-flag-catalonia{background-position:-192px -55px}.cc-flag-ca{background-position:-192px -66px}.cc-flag-bz{background-position:-192px -77px}.cc-flag-by{background-position:-192px -88px}.cc-flag-bw{background-position:-192px -99px}.cc-flag-bt{background-position:-192px -110px}.cc-flag-bs{background-position:-192px -121px}.cc-flag-br{background-position:-192px -132px}.cc-flag-bq{background-position:-192px -143px}.cc-flag-bo{background-position:-192px -154px}.cc-flag-bn{background-position:-192px -165px}.cc-flag-bm{background-position:-192px -176px}.cc-flag-bj{background-position:0 -188px}.cc-flag-bi{background-position:-16px -188px}.cc-flag-bh{background-position:-32px -188px}.cc-flag-bg{background-position:-48px -188px}.cc-flag-bf{background-position:-64px -188px}.cc-flag-be{background-position:-80px -188px}.cc-flag-bd{background-position:-96px -188px}.cc-flag-bb{background-position:-112px -188px}.cc-flag-ba{background-position:-128px -188px}.cc-flag-az{background-position:-144px -188px}.cc-flag-ax{background-position:-160px -188px}.cc-flag-aw{background-position:-176px -188px}.cc-flag-au{background-position:-192px -188px}.cc-flag-hm{background-position:-192px -188px}.cc-flag-at{background-position:-208px 0}.cc-flag-as{background-position:-208px -11px}.cc-flag-ar{background-position:-208px -22px}.cc-flag-ao{background-position:-208px -33px}.cc-flag-an{background-position:-208px -44px}.cc-flag-am{background-position:-208px -55px}.cc-flag-al{background-position:-208px -66px}.cc-flag-ai{background-position:-208px -77px}.cc-flag-ag{background-position:-208px -88px}.cc-flag-af{background-position:-208px -99px}.cc-flag-ae{background-position:-208px -110px}.cc-flag-ad{background-position:-208px -121px}.cc-flag-np{background-position:-208px -132px;width:9px;height:11px}.cc-flag-ch{background-position:-208px -143px;width:11px;height:11px}.cc_hidden {
	display: none;
}

.field.cc_hide_fields_action svg {
	width: 12px;
	padding-left: 0.5em;
	padding-bottom: 2px;
}

.cp_manual_entry svg {
	width: 12px;
	padding-left: 0.5em;
	padding-bottom: 2px;
}.search-container input{
	outline: none;
	border: 0px;
	font-size: 14px;
	padding: 8px 12px;
	color: #85888d;
	width: 66% !important;
	min-width: 200px;
	max-width: 75%;
	background: #fff;
	border: 1px solid #c2c2c2;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}
.search-container input:focus{
	outline: none;
}
.search-container .search-bar{
	width: 100% !important;
}
.search-container.type_3 .action{
	float: right;
}
.search-container.type_2 .action{
	position: absolute;
	right: 0px;
	top: 0px;
}

.search-container .extra-info{
	display: block;
	color: white;
	background-color: #1979c3;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #1979c3;

	min-width: inherit;
	max-width: inherit;
}
.search-container{
	margin: 0px;
	position: relative;
	width: 100%;
	display: inline-block;
}
.search-container .search-list{
	min-width: 300px;
	max-width: 66%;
}
.search-container .search-list{
	min-width: 300px;
	max-width: 66%;
}
.search-container .search-list ul{
	max-height: 200px;
	overflow-y: scroll;
	font-size: 14px;
	padding: 0px;
	color: #85888d;
	list-style: none;
	margin: 0px;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;

	min-width: inherit;
	max-width: inherit;
}
.search-container .search-list li{
	//background-color: #e4e8e9;
	//border-bottom: 1px solid #85888d;
	padding: 0.25em 0.5em;
	cursor: pointer;
	margin-bottom: 0px;
	text-align: left;
	font-size: 12px;

}
.search-container .search-list li:nth-child(odd){
	//background-color: #f1f3f4;
}
.search-container .search-list li:hover{
	//background-color: white;
	background-color: #f1f1f1;
}
.search-container .search-list li:first-child{
	border-top: none;
}
.search-container .search-list li:last-child{
	border-bottom: none;
}
.search-container .error{
	font-size: 0.8em;
	display: none;
	color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: bold;
	text-align: center;

	min-width: 300px;
	max-width: 66%;
	background: #e33827; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff5501 0%, #e33827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5501), color-stop(100%,#e33827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff5501 0%,#e33827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff5501 0%,#e33827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff5501 0%,#e33827 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff5501 0%,#e33827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5501', endColorstr='#e33827',GradientType=0 ); /* IE6-9 */

}
.search-subtext{
	padding: 0.25em 0.5em;
}
.crafty_address_field.crafty_address_field_hidden{
	display: none;
}
.lazy{visibility: visible;}klarna-express-button {
    display: block !important;
    margin: auto;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Cda/upupandaway/en_GB/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Cda/upupandaway/en_GB/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Cda/upupandaway/en_GB/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Cda/upupandaway/en_GB/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Cda/upupandaway/en_GB/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Cda/upupandaway/en_GB/Mageplaza_Core/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
/* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/Cda/upupandaway/en_GB/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/Cda/upupandaway/en_GB/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(../../frontend/Cda/upupandaway/en_GB/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat 100% -20px;background:url(../../frontend/Cda/upupandaway/en_GB/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/Cda/upupandaway/en_GB/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(../../frontend/Cda/upupandaway/en_GB/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat -30px -20px;background:url(../../frontend/Cda/upupandaway/en_GB/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(../../frontend/Cda/upupandaway/en_GB/Mageplaza_ProductFinder/css/lib/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.row-mp {
    min-height: 1px;
    margin: 0 -10px;
}

.col-mp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    float: left;
    padding: 0 10px;
}

/*All*/
.mp-1 {
    width: 8.33333333333%;
}

.mp-2 {
    width: 16.6666666667%;
}

.mp-3 {
    width: 25.0%;
}

.mp-4 {
    width: 33.3333333333%;
}

.mp-5 {
    width: 41.6666666667%;
}

.mp-6 {
    width: 50.0%;
}

.mp-7 {
    width: 58.3333333333%;
}

.mp-8 {
    width: 66.6666666667%;
}

.mp-9 {
    width: 75.0%;
}

.mp-10 {
    width: 83.3333333333%;
}

.mp-11 {
    width: 91.6666666667%;
}

.mp-12 {
    margin-left: 0;
    width: 100%;
}

.a-center {
    text-align: center;
}

.mp-clear {
    clear: both
}

@media (min-width: 1200px) {
    .mp-lg-1 {
        width: 8.33333333333%;
    }

    .mp-lg-2 {
        width: 16.6666666667%;
    }

    .mp-lg-3 {
        width: 25.0%;
    }

    .mp-lg-4 {
        width: 33.3333333333%;
    }

    .mp-lg-5 {
        width: 41.6666666667%;
    }

    .mp-lg-6 {
        width: 50.0%;
    }

    .mp-lg-7 {
        width: 58.3333333333%;
    }

    .mp-lg-8 {
        width: 66.6666666667%;
    }

    .mp-lg-9 {
        width: 75.0%;
    }

    .mp-lg-10 {
        width: 83.3333333333%;
    }

    .mp-lg-11 {
        width: 91.6666666667%;
    }

    .mp-lg-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mp-md-1 {
        width: 8.33333333333%;
    }

    .mp-md-2 {
        width: 16.6666666667%;
    }

    .mp-md-3 {
        width: 25.0%;
    }

    .mp-md-4 {
        width: 33.3333333333%;
    }

    .mp-md-5 {
        width: 41.6666666667%;
    }

    .mp-md-6 {
        width: 50.0%;
    }

    .mp-md-7 {
        width: 58.3333333333%;
    }

    .mp-md-8 {
        width: 66.6666666667%;
    }

    .mp-md-9 {
        width: 75.0%;
    }

    .mp-md-10 {
        width: 83.3333333333%;
    }

    .mp-md-11 {
        width: 91.6666666667%;
    }

    .mp-md-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mp-sm-1 {
        width: 8.33333333333%;
    }

    .mp-sm-2 {
        width: 16.6666666667%;
    }

    .mp-sm-3 {
        width: 25.0%;
    }

    .mp-sm-4 {
        width: 33.3333333333%;
    }

    .mp-sm-5 {
        width: 41.6666666667%;
    }

    .mp-sm-6 {
        width: 50.0%;
    }

    .mp-sm-7 {
        width: 58.3333333333%;
    }

    .mp-sm-8 {
        width: 66.6666666667%;
    }

    .mp-sm-9 {
        width: 75.0%;
    }

    .mp-sm-10 {
        width: 83.3333333333%;
    }

    .mp-sm-11 {
        width: 91.6666666667%;
    }

    .mp-sm-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mp-xs-1 {
        width: 8.33333333333%;
    }

    .mp-xs-2 {
        width: 16.6666666667%;
    }

    .mp-xs-3 {
        width: 25.0%;
    }

    .mp-xs-4 {
        width: 33.3333333333%;
    }

    .mp-xs-5 {
        width: 41.6666666667%;
    }

    .mp-xs-6 {
        width: 50.0%;
    }

    .mp-xs-7 {
        width: 58.3333333333%;
    }

    .mp-xs-8 {
        width: 66.6666666667%;
    }

    .mp-xs-9 {
        width: 75.0%;
    }

    .mp-xs-10 {
        width: 83.3333333333%;
    }

    .mp-xs-11 {
        width: 91.6666666667%;
    }

    .mp-xs-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .col-mp {
        width: 100%;
    }
}



/* Apple Pay */
.stripe-payments-apple-pay-section {
    text-align: center;
    margin-bottom: 25px;
}
.stripe-payments-apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.stripe-payments-apple-pay-result label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 18px;
}
.stripe-payments-apple-pay-result {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 1.1em;
}
.stripe-payments-apple-pay-result > div {
    margin-bottom: 18px;
}

.indent {
    margin-right: 20px;
}

/* 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%);
}

.payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/Cda/upupandaway/en_GB/StripeIntegration_Payments/svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
    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;
}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Cda/upupandaway/en_GB/Ves_All/lib/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Cda/upupandaway/en_GB/Ves_All/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Cda/upupandaway/en_GB/Ves_All/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Cda/upupandaway/en_GB/Ves_All/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Cda/upupandaway/en_GB/Ves_All/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Cda/upupandaway/en_GB/Ves_All/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Cda/upupandaway/en_GB/Ves_All/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,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:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

.ves-megamenu .col-xs-1, .ves-megamenu .col-sm-1, .ves-megamenu .col-md-1, .ves-megamenu .col-lg-1,
.ves-megamenu .col-xs-2, .ves-megamenu .col-sm-2, .ves-megamenu .col-md-2,
.ves-megamenu .col-lg-2, .ves-megamenu .col-xs-3, .ves-megamenu .col-sm-3, .ves-megamenu .col-md-3, .ves-megamenu .col-lg-3, .ves-megamenu .col-xs-4, .ves-megamenu .col-sm-4, .ves-megamenu .col-md-4, .ves-megamenu .col-lg-4, .ves-megamenu .col-xs-5, .ves-megamenu .col-sm-5, .ves-megamenu .col-md-5, .ves-megamenu .col-lg-5, .ves-megamenu .col-xs-6, .ves-megamenu .col-sm-6, .ves-megamenu .col-md-6, .ves-megamenu .col-lg-6, .ves-megamenu .col-xs-7, .ves-megamenu .col-sm-7, .ves-megamenu .col-md-7, .ves-megamenu .col-lg-7, .ves-megamenu .col-xs-8, .ves-megamenu .col-sm-8, .ves-megamenu .col-md-8, .ves-megamenu .col-lg-8, .ves-megamenu .col-xs-9, .ves-megamenu .col-sm-9, .ves-megamenu .col-md-9, .ves-megamenu .col-lg-9, .ves-megamenu .col-xs-10, .ves-megamenu .col-sm-10, .ves-megamenu .col-md-10, .ves-megamenu .col-lg-10, .ves-megamenu .col-xs-11, .ves-megamenu .col-sm-11, .ves-megamenu .col-md-11, .ves-megamenu .col-lg-11, .ves-megamenu .col-xs-12, .ves-megamenu .col-sm-12, .ves-megamenu .col-md-12, .ves-megamenu .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ves-megamenu .col-xs-1, .ves-megamenu .col-xs-2, .ves-megamenu .col-xs-3, .ves-megamenu .col-xs-4, .ves-megamenu .col-xs-5, .ves-megamenu .col-xs-6, .ves-megamenu .col-xs-7, .ves-megamenu .col-xs-8, .ves-megamenu .col-xs-9, .ves-megamenu .col-xs-10, .ves-megamenu .col-xs-11, .ves-megamenu .col-xs-12 {
  float: left;
}
.ves-megamenu .col-xs-12 {
  width: 100%;
}
.ves-megamenu .col-xs-11 {
  width: 91.66666667%;
}
.ves-megamenu .col-xs-10 {
  width: 83.33333333%;
}
.ves-megamenu .col-xs-9 {
  width: 75%;
}
.ves-megamenu .col-xs-8 {
  width: 66.66666667%;
}
.ves-megamenu .col-xs-7 {
  width: 58.33333333%;
}
.ves-megamenu .col-xs-6 {
  width: 50%;
}
.ves-megamenu .col-xs-5 {
  width: 41.66666667%;
}
.ves-megamenu .col-xs-4 {
  width: 33.33333333%;
}
.ves-megamenu .col-xs-3 {
  width: 25%;
}
.ves-megamenu .col-xs-2 {
  width: 16.66666667%;
}
.ves-megamenu .col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .ves-megamenu .col-sm-1, .ves-megamenu .col-sm-2, .ves-megamenu .col-sm-3, .ves-megamenu .col-sm-4, .ves-megamenu .col-sm-5, .ves-megamenu .col-sm-6, .ves-megamenu .col-sm-7, .ves-megamenu .col-sm-8, .ves-megamenu .col-sm-9, .ves-megamenu .col-sm-10, .ves-megamenu .col-sm-11, .ves-megamenu .col-sm-12 {
    float: left;
  }
  .ves-megamenu .col-sm-12 {
    width: 100%;
  }
  .ves-megamenu .col-sm-11 {
    width: 91.66666667%;
  }
  .ves-megamenu .col-sm-10 {
    width: 83.33333333%;
  }
  .ves-megamenu .col-sm-9 {
    width: 75%;
  }
  .ves-megamenu .col-sm-8 {
    width: 66.66666667%;
  }
  .ves-megamenu .col-sm-7 {
    width: 58.33333333%;
  }
  .ves-megamenu .col-sm-6 {
    width: 50%;
  }
  .ves-megamenu .col-sm-5 {
    width: 41.66666667%;
  }
  .ves-megamenu .col-sm-4 {
    width: 33.33333333%;
  }
  .ves-megamenu .col-sm-3 {
    width: 25%;
  }
  .ves-megamenu .col-sm-2 {
    width: 16.66666667%;
  }
  .ves-megamenu .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .ves-megamenu .col-md-1, .ves-megamenu .col-md-2, .ves-megamenu .col-md-3, .ves-megamenu .col-md-4, .ves-megamenu .col-md-5, .ves-megamenu .col-md-6, .ves-megamenu .col-md-7, .ves-megamenu .col-md-8, .ves-megamenu .col-md-9, .ves-megamenu .col-md-10, .ves-megamenu .col-md-11, .ves-megamenu .col-md-12 {
    float: left;
  }
  .ves-megamenu .col-md-12 {
    width: 100%;
  }
  .ves-megamenu .col-md-11 {
    width: 91.66666667%;
  }
  .ves-megamenu .col-md-10 {
    width: 83.33333333%;
  }
  .ves-megamenu .col-md-9 {
    width: 75%;
  }
  .ves-megamenu .col-md-8 {
    width: 66.66666667%;
  }
  .ves-megamenu .col-md-7 {
    width: 58.33333333%;
  }
  .ves-megamenu .col-md-6 {
    width: 50%;
  }
  .ves-megamenu .col-md-5 {
    width: 41.66666667%;
  }
  .ves-megamenu .col-md-4 {
    width: 33.33333333%;
  }
  .ves-megamenu .col-md-3 {
    width: 25%;
  }
  .ves-megamenu .col-md-2 {
    width: 16.66666667%;
  }
  .ves-megamenu .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .ves-megamenu .col-lg-1, .ves-megamenu .col-lg-2, .ves-megamenu .col-lg-3, .ves-megamenu .col-lg-4, .ves-megamenu .col-lg-5, .ves-megamenu .col-lg-6, .ves-megamenu .col-lg-7, .ves-megamenu .col-lg-8, .ves-megamenu .col-lg-9, .ves-megamenu .col-lg-10, .ves-megamenu .col-lg-11, .ves-megamenu .col-lg-12 {
    float: left;
  }
  .ves-megamenu .col-lg-12 {
    width: 100%;
  }
  .ves-megamenu .col-lg-11 {
    width: 91.66666667%;
  }
  .ves-megamenu .col-lg-10 {
    width: 83.33333333%;
  }
  .ves-megamenu .col-lg-9 {
    width: 75%;
  }
  .ves-megamenu .col-lg-8 {
    width: 66.66666667%;
  }
  .ves-megamenu .col-lg-7 {
    width: 58.33333333%;
  }
  .ves-megamenu .col-lg-6 {
    width: 50%;
  }
  .ves-megamenu .col-lg-5 {
    width: 41.66666667%;
  }
  .ves-megamenu .col-lg-4 {
    width: 33.33333333%;
  }
  .ves-megamenu .col-lg-3 {
    width: 25%;
  }
  .ves-megamenu .col-lg-2 {
    width: 16.66666667%;
  }
  .ves-megamenu .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
@font-face {
    font-family: 'luma-icons';
    src: url('../../frontend/Cda/upupandaway/en_GB/Ves_Megamenu/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Cda/upupandaway/en_GB/Ves_Megamenu/fonts/Luma-Icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

.no-background .navigation {
    background: none !important
}

.megamenu-preview-index .ves-megamenu {
    margin-top: 30px
}

.megamenu-preview-index .ves-vertical {
    max-width: 300px
}

.ves-megamenu.top-navigation .ves-navbar {
    display: none
}

.ves-megamenu>.block-title {
    margin: 0;
    text-align: center;
    padding: 10px;
    background: #333;
    color: #FFF
}

.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    cursor: pointer;
    text-align: center;
    font-family: 'luma-icons';
    z-index: 99;
    width: auto;
    height: auto;
    line-height: 50px;
    width: 50px
}

.ves-megamenu .navigation .mega-col {
    padding: 0
}

.ves-megamenu .navigation .carousel-control {
    top: 40%
}

.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    text-shadow: none;
    top: 45%;
    padding: 12px;
    position: absolute;
    background: #f5f5f5;
    color: #333;
    opacity: 1;
    line-height: 1.5em;
    width: auto;
    bottom: auto
}

.ves-megamenu .navigation .block-content {
    max-width: 100%;
    position: relative
}

.ves-megamenu .navigation .carousel-indicators {
    bottom: 0
}

.ves-megamenu .navigation .carousel-indicators>li {
    border: 1px solid #1979c3
}

.ves-megamenu .navigation .carousel-indicators>li.active {
    background-color: #1979c3
}

.ves-megamenu .navigation .product-items {
    padding: 10px;
    margin: 0
}

.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
    float: left;
    width: 100%
}

.ves-megamenu .navigation .icon-top {
    line-height: 84px;
    width: 100%;
    height: 84px;
    text-align: center;
    background: #333;
    margin-bottom: 10px
}

.ves-megamenu .navigation .icon-top:hover {
    background-color: #5bd2ec
}

.ves-megamenu.ves-vertical .navigation .level0>a .cat-label {
    position: static;
    padding: 4px 6px
}

.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
    background: #ef2840;
    color: #fff
}

.ves-megamenu .feature-box-v3 .fbox-icon .icons {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 24px;
    width: 30px;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial
}

.ves-megamenu .feature-box-v3 .fa:before {
    font-size: 30px
}

.ves-megamenu .feature-box-v3 a {
    background: #e8e8e8;
    border-left: 0;
    float: none;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px
}

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

.ves-megamenu .dynamic-items {
    padding: 0;
    width: 20%
}

.ves-megamenu .dynamic-items>ul {
    display: block !important;
}

.ves-megamenu .level0 ul {
    margin: 0;
    padding: 0
}

.ves-megamenu .level0 .megamenu-widget>.carousel>.products-grid .product-item {
    width: 100%
}

.ves-megamenu .level0 .megamenu-widget>.carousel .item {
    display: none
}

.ves-megamenu .level0 .megamenu-widget>.carousel .item.active {
    display: block
}

.ves-megamenu .level0 .submenu .nav-item>a {
    padding: 0 20px;
    line-height: 50px
}

.ves-megamenu .level0 .submenu .nav-item>a>.ves-caret {
    line-height: 50px
}

.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
    padding: 0
}

.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
    background: none
}

.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.ves-megamenu .submenu-alignright>.submenu {
    right: 0;
    left: auto !important
}

.ves-megamenu .text-center {
    text-align: center
}

.ves-megamenu .pull-right {
    float: right
}

.ves-megamenu .pull-left {
    float: left
}

.ves-megamenu .cat-label {
    -webkit-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    color: #FFF;
    padding: 2px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-transform: none;
    text-shadow: none;
    margin-left: 2px
}

.ves-megamenu .cat-label.cat-label-v1 {
    background-color: #5bd2ec
}

.ves-megamenu .cat-label.cat-label-v2 {
    background-color: #d52462
}

.ves-megamenu .cat-label.cat-label-v3 {
    background: #0cc485
}

.ves-megamenu .cat-label.pin-bottom:before {
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    -webkit-transition: border-color 450ms ease-in-out;
    -o-transition: border-color 450ms ease-in-out;
    transition: border-color 450ms ease-in-out
}

.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
    border-top-color: #5bd2ec
}

.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
    border-top-color: #d52462
}

.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
    border-top-color: #0cc485
}

.ves-megamenu .nav-item {
    position: relative
}

.ves-megamenu .nav-item>a {
    line-height: 50px
}

.ves-megamenu .nav-item.active>a {
    background: #333 !important;
    color: #FFF
}

.ves-megamenu .submenu p>a {
    padding: 0
}

.ves-megamenu iframe,
.ves-megamenu video {
    max-width: 100%
}

.ves-megamenu .level0>a>.item-icon {
    margin-bottom: -5px
}

.ves-megamenu .onsale {
    padding: 3px 10px;
    background: #d52462;
    color: #FFF;
    margin-right: 5px
}

.ves-megamenu .new-icon {
    padding: 3px 10px;
    background: #0cc485;
    color: #FFF
}

.ves-megamenu .owl-carousel .owl-item {
    text-align: center
}

.ves-megamenu #contact-form {
    width: 100% !important
}

.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
    display: none
}

.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.ves-megamenu.ves-daccordion .navigation .level0>a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0>a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0>a .cat-label {
    position: static;
    padding: 4px 6px
}

.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
    border-top: 0
}

.ves-navtoggle {
    display: none
}

#maincontent .cat-label:before {
    display: none
}

/*@media (min-width:768px) and (max-width:1024px) {
    .ves-megamenu .orgin-items>.mega-col>.dropdown-submenu>.submenu {
        position: static
    }
}*/

.drilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important
}

.drilldown .navigation {
    background-color: #FFF
}

.drilldown .navigation.loaded>.dropdown-menu {
    width: 100% !important
}

.drilldown .navigation .subhover>.submenu {
    display: none
}

.drilldown .navigation>.dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.drilldown .navigation .ves-caret {
    display: none
}

.drilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px
}

.drilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%
}

.drilldown .navigation .nav-item>a {
    line-height: 50px;
    position: static;
    padding: 0 15px
}

.drilldown .navigation .nav-item>a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none
}

.drilldown .navigation .mega-col {
    padding: 0
}

.drilldown .navigation .level0 {
    border-top-color: #e5e5e5
}

.drilldown .navigation .opener {
    display: none
}

.drilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute
}

.drilldown .navigation .drill-opener:before {
    content: "\e608"
}

.drilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none
}

.drilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px
}

.drilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block
}

.drilldown .navigation .drilldown-back a .drill-opener:before {
    content: "\e617"
}

.drilldown .navigation .drilldown-back a .drill-opener:after {
    display: none
}

.drilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99
}

.drilldown .navigation .drilldown-back a .current-cat:before {
    display: none
}

.ves-megamenu .navigation .post-list .post-item a {
    padding: 0
}

.ves-megamenu .navigation .post-list .post-item .post-meta a {
    display: inline-block
}

.ves-megamenu .navigation .ves-post {
    text-align: left
}

.ves-megamenu .navigation .post-list .post-item .post-readmore a {
    background-color: #4db2ec;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 10px 12px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
    padding: 0 2px
}

@media only screen and (max-width:1024px) {
    .ves-megamenu.ves-mdrilldown .navigation .nav-item .submenu {
        display: none;
    }

    .navigation {
        padding-left: 15px;
        padding-right: 15px
    }

    .navigation {
        padding: 0
    }

    .navigation .parent .level-top {
        position: relative;
        display: block;
        text-decoration: none
    }

    .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .parent .level-top:after {
        position: absolute;
        right: 7px;
        top: -8px
    }

    .navigation .parent .level-top.ui-state-active:after {
        content: '\e621'
    }

    .navigation {
        background: #f0f0f0;
        box-sizing: border-box
    }

    .navigation ul {
        margin: 0;
        padding: 0
    }

    .navigation li {
        margin: 0
    }

    .navigation a {
        display: block;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 15px
    }

    .navigation a,
    .navigation a:hover {
        color: #575757;
        text-decoration: none
    }

    .navigation .level0 {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem
    }

    .navigation .level0>.level-top {
        font-weight: 700;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word
    }

    .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
        padding-left: 7px;
        display: inline-block
    }

    .navigation .level0>.level1 {
        font-weight: 600
    }

    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active) {
        border-color: transparent !important;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #fff;
        background-color: transparent !important;
    }

    .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: -8px
    }

    .navigation li.level0:last-child {
        .navigation li.level0:last-child {
            border-bottom: 1px solid #d1d1d1
        }

        .navigation .submenu>li {
            word-wrap: break-word
        }

        .navigation .submenu:not(:first-child) {
            font-weight: 400;
            line-height: 1.3;
            left: auto !important;
            overflow-x: hidden;
            padding: 0;
            position: relative;
            top: auto !important;
            transition: left .3s ease-out
        }

        .navigation .submenu:not(:first-child)>li>a {
            padding-left: 15px
        }

        .navigation .submenu:not(:first-child)>li:last-child {
            margin-bottom: 0
        }

        .navigation .submenu:not(:first-child) ul {
            display: block;
            padding-left: 15px
        }

        .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: #ff5501;
            border-style: solid;
            border-width: 0 0 0 8px;
            color: #333;
            padding-left: 7px
        }

        .navigation .submenu:not(:first-child) .level1.active>a {
            padding-left: 7px
        }

        .scroll-to-fixed-fixed {
            position: static !important;
            left: 0 !important;
            width: 100% !important
        }

        .ves-megamenu.ves-offcanvas .opener,
        .ves-megamenu.ves-maccordion .opener {
            display: block
        }

        .ves-megamenu .ves-navbar {
            display: block
        }

        .ves-megamenu>.navigation {
            background: #f8f8f8;
            float: left;
            width: 100%
        }

        .ves-megamenu>.navigation .level0 {
            border-top-color: rgba(0, 0, 0, 0.08)
        }

        .ves-megamenu>.navigation .nav-item {
            float: left !important;
            width: 100%
        }

        .ves-megamenu>.navigation .nav-item.active>a {
            color: #FFF
        }

        .ves-megamenu>.navigation .nav-item>a {
            padding: 0 10px;
            display: block;
            position: relative
        }

        .ves-megamenu>.navigation .nav-item>a.parent {
            padding-right: 54px
        }

        .ves-megamenu>.navigation .nav-item .item-content>.nav-dropdown {
            padding-left: 10px
        }

        .ves-megamenu .products-grid .product-item {
            width: 100%;
            text-align: center
        }

        .ves-megamenu .products-grid .product-item img {
            max-width: 100%;
            width: auto;
            float: none;
            margin-left: auto;
            margin-right: auto
        }

        .ves-megamenu .submenu {
            display: none;
            max-width: 100%;
            border: 0;
            width: 100% !important;
            margin: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .ves-megamenu .submenu .carousel-indicators {
            bottom: -20px
        }

        .ves-megamenu .submenu .carousel-indicators>li {
            width: 20px;
            height: 20px
        }

        .ves-megamenu .ves-caret {
            display: none
        }

        .ves-megamenu .drill-opener:before,
        .ves-megamenu .opener:before {
            content: "\e61c"
        }

        .ves-megamenu .opener.item-active {
            background-color: rgba(0, 0, 0, 0.05)
        }

        .ves-megamenu .opener.item-active:before {
            content: "\e60f"
        }

        .ves-megamenu .cat-label:before {
            display: none
        }

        .ves-megamenu .item-header,
        .ves-megamenu .item-content,
        .ves-megamenu .item-sidebar,
        .ves-megamenu .item-footer {
            width: 100% !important
        }

        .ves-megamenu .block-products-list .product-item {
            text-align: center
        }

        .ves-megamenu .block-products-list .product-item a {
            padding-left: 0
        }

        .ves-megamenu .owl-nav>a {
            position: absolute;
            padding: 16px;
            font-size: 41px;
            top: 50%;
            margin-top: -49px;
            background-color: rgba(255, 255, 255, 0.98);
            cursor: pointer;
            width: auto;
            z-index: 99;
            display: inline-block;
            *display: inline;
            zoom: 1;
            -webkit-transition: box-shadow .2s ease;
            -o-transition: box-shadow .2s ease;
            transition: box-shadow .2s ease;
            -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3)
        }

        .ves-megamenu .owl-nav>a.owl-left {
            left: 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0
        }

        .ves-megamenu .owl-nav>a.owl-right {
            right: 0;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px
        }

        .ves-megamenu .carousel-controls>a {
            position: absolute;
            padding: 16px;
            font-size: 41px;
            top: 50%;
            margin-top: -49px;
            background-color: rgba(255, 255, 255, 0.98);
            cursor: pointer;
            width: auto;
            z-index: 99;
            display: inline-block;
            *display: inline;
            zoom: 1;
            -webkit-transition: box-shadow .2s ease;
            -o-transition: box-shadow .2s ease;
            transition: box-shadow .2s ease;
            -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3)
        }

        .ves-megamenu .carousel-controls>a.owl-left {
            left: 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0
        }

        .ves-megamenu .carousel-controls>a.owl-right {
            right: 0;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px
        }

        .ves-megamenu .carousel-controls .carousel-control.right,
        .ves-megamenu .carousel-controls .carousel-control.left {
            background: #FFF
        }

        .hide-blocks .item-header,
        .hide-blocks .item-sidebar,
        .hide-blocks .item-footer {
            display: none
        }

        .ves-navtoggle {
            display: block;
            background: #333
        }

        .ves-navtoggle:before {
            -webkit-font-smoothing: antialiased;
            font-size: 32px;
            line-height: inherit;
            color: #FFF;
            content: '\e609';
            font-family: 'luma-icons';
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center;
            padding: 0 7px
        }

        .offcanvas-left>.navigation>ul {
            height: 100%;
            left: -80%;
            left: calc(-1 * (100% - 54px));
            overflow: auto;
            position: fixed;
            top: 0;
            width: 80%;
            width: calc(100% - 54px);
            background: #f0f0f0;
            z-index: 99;
            -webkit-transition: left .3s;
            -o-transition: left .3s;
            transition: left .3s
        }

        .ves-nav-before-open {
            height: 100%;
            width: 100%
        }

        .ves-nav-before-open .page-wrapper {
            -webkit-transition: left .3s;
            -moz-transition: left .3s;
            -ms-transition: left .3s;
            transition: left .3s;
            height: 100%;
            left: 0;
            overflow: hidden;
            position: relative
        }

        .ves-nav-before-open body {
            height: 100%;
            overflow: hidden;
            position: relative;
            width: 100%
        }

        .ves-navopen .page-wrapper {
            left: 80%;
            left: calc(100% - 54px)
        }

        .ves-navopen .ves-moffcanvas>.navigation>ul {
            -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
            box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
            z-index: 99
        }

        .ves-navopen .ves-navtoggle:after {
            background: rgba(0, 0, 0, 0.01);
            content: '';
            display: block;
            height: 100%;
            position: fixed;
            right: 0;
            top: 0;
            width: 100%;
            z-index: 1
        }

        .ves-nav-before-open {
            height: 100%;
            width: 100%
        }

        .ves-nav-before-open body {
            height: 100%;
            overflow: hidden;
            position: relative;
            width: 100%
        }

        .ves-nav-before-open .page-wrapper {
            -webkit-transition: left .3s;
            -moz-transition: left .3s;
            -ms-transition: left .3s;
            transition: left .3s;
            height: 100%;
            overflow: hidden;
            position: relative
        }

        .ves-overlay {
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 80;
            top: 0;
            left: 0;
            z-index: 90
        }

        .ves-mdrilldown {
            position: relative;
            float: left;
            width: 100%;
            overflow: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            max-width: 100% !important
        }

        .ves-mdrilldown .navigation {
            background-color: #FFF
        }

        .ves-mdrilldown .navigation.loaded>.dropdown-menu {
            width: 100% !important
        }

        .ves-mdrilldown .navigation .subhover>.submenu {
            display: none
        }

        .ves-mdrilldown .navigation>.dropdown-menu {
            display: block;
            position: static;
            margin: 0;
            padding: 0;
            border-radius: 0;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .ves-mdrilldown .navigation .ves-caret {
            display: none
        }

        .ves-mdrilldown .navigation .cat-label {
            position: static;
            margin: 0;
            padding: 4px 6px
        }

        .ves-mdrilldown .navigation .nav-item {
            position: relative !important;
            float: left !important;
            width: 100%
        }

        .ves-mdrilldown .navigation .nav-item>a {
            line-height: 50px;
            position: static;
            padding: 0 15px
        }

        .ves-mdrilldown .navigation .nav-item>a span.drill-opener {
            border: 1px solid #e5e5e5;
            border-right: 0;
            display: none
        }

        .ves-mdrilldown .navigation .mega-col {
            padding: 0
        }

        .ves-mdrilldown .navigation .level0 {
            border-top-color: #e5e5e5
        }

        .ves-mdrilldown .navigation .opener {
            display: none
        }

        .ves-mdrilldown .navigation .drill-opener {
            background: #f0f0f0;
            position: absolute
        }

        .ves-mdrilldown .navigation .drill-opener:before {
            content: "\e608"
        }

        .ves-mdrilldown .navigation .drilldown-back {
            position: relative;
            top: 0;
            left: -1px;
            display: none
        }

        .ves-mdrilldown .navigation .drilldown-back a {
            padding: 0;
            background: #f0f0f0;
            text-align: center;
            font-size: 1.3em;
            text-transform: uppercase;
            display: block;
            font-weight: normal;
            border-bottom: 1px solid #e6e6e6;
            margin-bottom: -1px
        }

        .ves-mdrilldown .navigation .drilldown-back a .drill-opener {
            position: absolute;
            left: 0;
            right: auto;
            display: block
        }

        .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
            content: "\e617"
        }

        .ves-mdrilldown .navigation .drilldown-back a .drill-opener:after {
            display: none
        }

        .ves-mdrilldown .navigation .drilldown-back a .current-cat {
            line-height: 50px;
            position: relative;
            z-index: 99
        }

        .ves-mdrilldown .navigation .drilldown-back a .current-cat:before {
            display: none
        }

        .ves-mdrilldown .navigation .drill-opener {
            display: block
        }

        .ves-mdrilldown .navigation .nav-item>a span.drill-opener {
            display: block;
            position: absolute;
            top: 0;
            right: 0
        }

        .ves-mdrilldown .navigation .drilldown-back {
            display: block
        }

        .ves-mdrilldown .navigation .drilldown-back>a>.drill-opener {
            line-height: 50px;
            width: 50px
        }

        .navigation .parent .level-top:after {
            font-size: 1.6rem;
            right: 10px;
            top: 7px
        }

        /*fix issue section item on safari-mobile*/
        .nav-sections-items {
            position: relative !important;
        }
    }.cms-page-view .product-item-info ,
.cms-index-index .product-item-info{
	width: auto;
	text-align: center;
}

.owl-carousel .product-item-info {
	width: auto;
}

.products.products-grid,
.custom-slider {
	position: relative;
	padding: 0 0 20px;
}
.extend_1,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	user-select: none;
}
.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 0;
}
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
	/*opacity: 0;*/
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .product-item {
	width: 100% !important;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../../frontend/Cda/upupandaway/en_GB/WeltPixel_OwlCarouselSlider/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-text-select-on .owl-item {
	user-select: auto;
}
.owl-carousel .banner-item .content_slider {
	position: absolute;
	top: 25%;
	left: 50px;
	width: calc(100% - 120px);
	z-index: 1;
	color: #fff;
}
.owl-carousel .banner-item .content_slider.banner-type-3 {
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
}
.owl-carousel .banner-item .content_slider .banner-title {
	width: 100%;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	clear: both;
}
.owl-carousel .banner-item .content_slider .banner-description {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
	padding: 15px 0;
}
.owl-carousel .banner-item .content_slider .buttons {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
}
.owl-carousel .banner-item .content_slider .buttons a.action.primary {
	margin: 10px;
}
.owl-carousel .banner-item .content_slider .buttons .custom_content {
	margin: 10px 0 0;
	text-align: center;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}
.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 0px;
	margin: calc(-40px / 2) 0 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	overflow: hidden;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #000000;
	color: #fff;
	text-decoration: none;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #fff;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
[class*=owl-carousel-products-].owl-theme .owl-dots {
	position: relative;
	bottom: -20px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000000;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #000000;
}
.no-js .owl-carousel {
	display: block;
}
#pre-div-ajax{
	position: relative;
	top: 80px
}
#pre-div {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}
.cssload-loader {
	position: absolute;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	-o-animation: cssload-rotate-one 1.15s linear infinite;
	-ms-animation: cssload-rotate-one 1.15s linear infinite;
	-webkit-animation: cssload-rotate-one 1.15s linear infinite;
	-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	-o-animation: cssload-rotate-two 1.15s linear infinite;
	-ms-animation: cssload-rotate-two 1.15s linear infinite;
	-webkit-animation: cssload-rotate-two 1.15s linear infinite;
	-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	-o-animation: cssload-rotate-three 1.15s linear infinite;
	-ms-animation: cssload-rotate-three 1.15s linear infinite;
	-webkit-animation: cssload-rotate-three 1.15s linear infinite;
	-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}







@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  /*background: #0b0b0b;*/
  /*opacity: 0.8; */
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 200px;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 64.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  z-index: 99999;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}
.weltpixel-quickview-catalog-product-view #maincontent,
.weltpixel_quickview-catalog_product-view #maincontent,
.weltpixel-quickview-catalog-product-view #maincontent .columns,
.weltpixel_quickview-catalog_product-view #maincontent .columns {
  max-width: 100% !important;
}
.weltpixel-quickview-catalog-product-view #maincontent .columns .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs,
.weltpixel_quickview-catalog_product-view #maincontent .columns .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs {
  text-align: center;
}
