/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1705d6fac62372692bacafa7160443e9)
 * Config saved to config.json and https://gist.github.com/1705d6fac62372692bacafa7160443e9
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 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 !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .container {
    padding: 0;
  }
}
@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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.row--gutter {
  margin-top: 10px;
}

.row--gutter-clear {
  margin-top: -10px;
}

.img-full {
  width: 100%;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */.ui-widget{font-family:Arial,Helvetica,sans-serif}.ui-widget,.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:700}.ui-widget-header a{color:#333}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:400;color:#454545}.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button{color:#454545;text-decoration:none}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #ccc;background:#ededed;font-weight:400;color:#2b2b2b}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error-text,.ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error-text,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(./d1b818587c3bc65058fe43800e4a191c.png)}.ui-widget-header .ui-icon{background-image:url(./d1b818587c3bc65058fe43800e4a191c.png)}.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(./35d57320d9df28ec0d0d8bd1b5c75983.png)}.ui-button:active .ui-icon,.ui-state-active .ui-icon{background-image:url(./92bef7e45fed3caba8dc9348edef4df2.png)}.ui-button .ui-state-highlight.ui-icon,.ui-state-highlight .ui-icon{background-image:url(./f423048bf942a7a33b33b1b982ecdb51.png)}.ui-state-error-text .ui-icon,.ui-state-error .ui-icon{background-image:url(./5cbbd560bcf30acb95dd3b0b0d61645a.png)}.ui-button .ui-icon{background-image:url(./f5d5fce2f36b5776eab8b314efc2dfd8.png)}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:3px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:"alpha(opacity=30)"}.ui-widget-shadow{box-shadow:0 0 5px #666}/*!
 * jQuery UI Autocomplete 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}/*!
 * jQuery UI Accordion 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}/*!
 * jQuery UI Button 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}/*!
 * jQuery UI Checkboxradio 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}/*!
 * jQuery UI Controlgroup 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,.ui-controlgroup>.ui-controlgroup-item:focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc(100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}/*!
 * jQuery UI Datepicker 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.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,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.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,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}/*!
 * jQuery UI Dialog 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw,.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}/*!
 * jQuery UI Draggable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-draggable-handle{-ms-touch-action:none;touch-action:none}/*!
 * jQuery UI Menu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}/*!
 * jQuery UI Progressbar 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}/*!
 * jQuery UI Resizable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}/*!
 * jQuery UI Selectable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}/*!
 * jQuery UI Selectmenu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}/*!
 * jQuery UI Sortable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-sortable-handle{-ms-touch-action:none;touch-action:none}/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}/*!
 * jQuery UI Spinner 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}/*!
 * jQuery UI Tabs 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}/*!
 * jQuery UI Tooltip 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *//*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;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-ajax-holder .mfp-content,.mfp-inline-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:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{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:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-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:.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:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{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:.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: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,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{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,.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-height:300px),screen and (max-width:800px) and (orientation:landscape){.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,.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,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */.datepicker{padding:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:"";display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:"";display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:linear-gradient(180deg,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a",endColorstr="#fdf59a",GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:linear-gradient(180deg,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a",endColorstr="#f3e97a",GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:linear-gradient(180deg,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3",endColorstr="#808080",GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:linear-gradient(180deg,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c",endColorstr="#0044cc",GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:linear-gradient(180deg,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c",endColorstr="#0044cc",GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:20px;padding:4px 5px;font-weight:400;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}.datepicker.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:5px;box-shadow:0 5px 10px rgba(0,0,0,.2);background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px;color:#333;font-size:13px;line-height:20px}.datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:4px 5px}.clearfix{zoom:1}.clearfix:after,.clearfix:before{content:"";display:table}.cf:after,.clearfix:after{clear:both}.cf:after{visibility:hidden;display:block;font-size:0;content:" ";height:0}.clear{clear:both}img{max-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(./8b43027f47b20503057dfbbaa9401fef.eot);src:url(./8b43027f47b20503057dfbbaa9401fef.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(./20fd1704ea223900efa9fd4e869efb08.woff2) format("woff2"),url(./f691f37e57f04c152e2315ab7dbad881.woff) format("woff"),url(./1e59d2330b4c6deb84b340635ed36249.ttf) format("truetype"),url(./c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg#fontawesomeregular) format("svg");font-weight:400;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:.08em solid #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{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before{content:"\F0C7"}.fa-square:before{content:"\F0C8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before{content:"\F0DC"}.fa-sort-desc:before,.fa-sort-down:before{content:"\F0DD"}.fa-sort-asc:before,.fa-sort-up:before{content:"\F0DE"}.fa-envelope:before{content:"\F0E0"}.fa-linkedin:before{content:"\F0E1"}.fa-rotate-left:before,.fa-undo:before{content:"\F0E2"}.fa-gavel:before,.fa-legal:before{content:"\F0E3"}.fa-dashboard:before,.fa-tachometer:before{content:"\F0E4"}.fa-comment-o:before{content:"\F0E5"}.fa-comments-o:before{content:"\F0E6"}.fa-bolt:before,.fa-flash:before{content:"\F0E7"}.fa-sitemap:before{content:"\F0E8"}.fa-umbrella:before{content:"\F0E9"}.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before{content:"\F150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\F151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\F152"}.fa-eur:before,.fa-euro:before{content:"\F153"}.fa-gbp:before{content:"\F154"}.fa-dollar:before,.fa-usd:before{content:"\F155"}.fa-inr:before,.fa-rupee:before{content:"\F156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\F157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\F158"}.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before{content:"\F191"}.fa-dot-circle-o:before{content:"\F192"}.fa-wheelchair:before{content:"\F193"}.fa-vimeo-square:before{content:"\F194"}.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before{content:"\F19C"}.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\F1C5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\F1C6"}.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before{content:"\F1CD"}.fa-circle-o-notch:before{content:"\F1CE"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\F1D0"}.fa-empire:before,.fa-ge:before{content:"\F1D1"}.fa-git-square:before{content:"\F1D2"}.fa-git:before{content:"\F1D3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\F1D4"}.fa-tencent-weibo:before{content:"\F1D5"}.fa-qq:before{content:"\F1D6"}.fa-wechat:before,.fa-weixin:before{content:"\F1D7"}.fa-paper-plane:before,.fa-send:before{content:"\F1D8"}.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before{content:"\F236"}.fa-viacoin:before{content:"\F237"}.fa-train:before{content:"\F238"}.fa-subway:before{content:"\F239"}.fa-medium:before{content:"\F23A"}.fa-y-combinator:before,.fa-yc: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,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\F2A3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\F2A4"}.fa-glide:before{content:"\F2A5"}.fa-glide-g:before{content:"\F2A6"}.fa-sign-language:before,.fa-signing: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-address-card:before,.fa-vcard:before{content:"\F2BB"}.fa-address-card-o:before,.fa-vcard-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-full:before,.fa-thermometer: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-bath:before,.fa-bathtub:before,.fa-s15: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}/*!
 * jquery-confirm v3.3.2 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2017 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */@keyframes jconfirm-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body[class*=jconfirm-no-scroll-]{overflow:hidden!important}.jconfirm{z-index:99999999;font-family:inherit;overflow:hidden}.jconfirm,.jconfirm .jconfirm-bg{position:fixed;top:0;left:0;right:0;bottom:0}.jconfirm .jconfirm-bg{transition:opacity .4s}.jconfirm .jconfirm-bg.jconfirm-bg-h{opacity:0!important}.jconfirm .jconfirm-scrollpane{perspective:500px;perspective-origin:50%;display:table;width:100%;height:100%}.jconfirm .jconfirm-row{display:table-row;width:100%}.jconfirm .jconfirm-cell{display:table-cell;vertical-align:middle}.jconfirm .jconfirm-holder{max-height:100%;padding:50px 0}.jconfirm .jconfirm-box-container{transition:transform}.jconfirm .jconfirm-box-container.jconfirm-no-transition{transition:none!important}.jconfirm .jconfirm-box{background:#fff;border-radius:4px;position:relative;outline:none;padding:15px 15px 0;overflow:hidden;margin-left:auto;margin-right:auto}@keyframes type-blue{1%,to{border-color:#3498db}50%{border-color:#5faee3}}@keyframes type-green{1%,to{border-color:#2ecc71}50%{border-color:#54d98c}}@keyframes type-red{1%,to{border-color:#e74c3c}50%{border-color:#ed7669}}@keyframes type-orange{1%,to{border-color:#f1c40f}50%{border-color:#f4d03f}}@keyframes type-purple{1%,to{border-color:#9b59b6}50%{border-color:#b07cc6}}@keyframes type-dark{1%,to{border-color:#34495e}50%{border-color:#46627f}}.jconfirm .jconfirm-box.jconfirm-type-animated{animation-duration:2s;animation-iteration-count:infinite}.jconfirm .jconfirm-box.jconfirm-type-blue{border-top:7px solid #3498db;animation-name:type-blue}.jconfirm .jconfirm-box.jconfirm-type-green{border-top:7px solid #2ecc71;animation-name:type-green}.jconfirm .jconfirm-box.jconfirm-type-red{border-top:7px solid #e74c3c;animation-name:type-red}.jconfirm .jconfirm-box.jconfirm-type-orange{border-top:7px solid #f1c40f;animation-name:type-orange}.jconfirm .jconfirm-box.jconfirm-type-purple{border-top:7px solid #9b59b6;animation-name:type-purple}.jconfirm .jconfirm-box.jconfirm-type-dark{border-top:7px solid #34495e;animation-name:type-dark}.jconfirm .jconfirm-box.loading{height:120px}.jconfirm .jconfirm-box.loading:before{content:"";position:absolute;left:0;background:#fff;right:0;top:0;bottom:0;border-radius:10px;z-index:1}.jconfirm .jconfirm-box.loading:after{opacity:.6;content:"";height:30px;width:30px;border:3px solid transparent;position:absolute;left:50%;margin-left:-15px;border-radius:50%;animation:jconfirm-spin 1s infinite linear;border-bottom-color:#1e90ff;top:50%;margin-top:-15px;z-index:2}.jconfirm .jconfirm-box div.jconfirm-closeIcon{height:20px;width:20px;position:absolute;top:10px;right:10px;cursor:pointer;opacity:.6;text-align:center;font-size:27px!important;line-height:14px!important;display:none;z-index:1}.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa,.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon,.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover{opacity:1}.jconfirm .jconfirm-box div.jconfirm-title-c{display:block;font-size:22px;line-height:20px;user-select:none;cursor:default;padding-bottom:15px}.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand{cursor:move}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{font-size:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i{vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{user-select:none;font-size:inherit;font-family:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-content-pane{margin-bottom:15px;height:auto;transition:height .4s ease-in;display:inline-block;width:100%;position:relative;overflow-x:hidden;overflow-y:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll{overflow-y:hidden}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar{width:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb{background:#666;border-radius:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{overflow:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img{max-width:100%;height:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty{display:none}.jconfirm .jconfirm-box .jconfirm-buttons{padding-bottom:11px}.jconfirm .jconfirm-box .jconfirm-buttons>button{margin-bottom:4px;margin-left:2px;margin-right:2px}.jconfirm .jconfirm-box .jconfirm-buttons button{display:inline-block;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;min-height:1em;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;-webkit-tap-highlight-color:transparent;border:none;background-image:none}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue{background-color:#3498db;color:#fff;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover{background-color:#2980b9;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green{background-color:#2ecc71;color:#fff;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover{background-color:#27ae60;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red{background-color:#e74c3c;color:#fff;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover{background-color:#c0392b;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange{background-color:#f1c40f;color:#fff;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover{background-color:#f39c12;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default{background-color:#ecf0f1;color:#000;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover{background-color:#bdc3c7;color:#000}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple{background-color:#9b59b6;color:#fff;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover{background-color:#8e44ad;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark{background-color:#34495e;color:#fff;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover{background-color:#2c3e50;color:#fff}.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c{color:#e74c3c!important}.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c{color:#3498db!important}.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c{color:#2ecc71!important}.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c{color:#9b59b6!important}.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c{color:#f1c40f!important}.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c{color:#34495e!important}.jconfirm .jconfirm-clear{clear:both}.jconfirm.jconfirm-rtl{direction:rtl}.jconfirm.jconfirm-rtl div.jconfirm-closeIcon{left:5px;right:auto}.jconfirm.jconfirm-light .jconfirm-bg,.jconfirm.jconfirm-white .jconfirm-bg{background-color:#444;opacity:.2}.jconfirm.jconfirm-light .jconfirm-box,.jconfirm.jconfirm-white .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,.2);border-radius:5px}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-size:14px;font-weight:700;text-shadow:none}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default{box-shadow:none;color:#333}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#ddd}.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-black .jconfirm-bg,.jconfirm.jconfirm-dark .jconfirm-bg{background-color:#2f4f4f;opacity:.4}.jconfirm.jconfirm-black .jconfirm-box,.jconfirm.jconfirm-dark .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,.2);background:#444;border-radius:5px;color:#fff}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button{border:none;background-image:none;text-transform:uppercase;font-size:14px;font-weight:700;text-shadow:none;transition:background .1s;color:#fff}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default{box-shadow:none;color:#fff;background:none}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#666}.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow{animation:glow .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake{10%,90%{transform:translate3d(-2px,0,0)}20%,80%{transform:translate3d(4px,0,0)}30%,50%,70%{transform:translate3d(-8px,0,0)}40%,60%{transform:translate3d(8px,0,0)}}@keyframes glow{0%,to{box-shadow:0 0 0 red}50%{box-shadow:0 0 30px red}}.jconfirm{perspective:400px}.jconfirm .jconfirm-box{opacity:1;transition-property:all}.jconfirm .jconfirm-box.jconfirm-animation-bottom,.jconfirm .jconfirm-box.jconfirm-animation-left,.jconfirm .jconfirm-box.jconfirm-animation-none,.jconfirm .jconfirm-box.jconfirm-animation-opacity,.jconfirm .jconfirm-box.jconfirm-animation-right,.jconfirm .jconfirm-box.jconfirm-animation-rotate,.jconfirm .jconfirm-box.jconfirm-animation-rotatex,.jconfirm .jconfirm-box.jconfirm-animation-rotatey,.jconfirm .jconfirm-box.jconfirm-animation-scale,.jconfirm .jconfirm-box.jconfirm-animation-scalex,.jconfirm .jconfirm-box.jconfirm-animation-scaley,.jconfirm .jconfirm-box.jconfirm-animation-top,.jconfirm .jconfirm-box.jconfirm-animation-zoom{opacity:0}.jconfirm .jconfirm-box.jconfirm-animation-rotate{transform:rotate(90deg)}.jconfirm .jconfirm-box.jconfirm-animation-rotatex{transform:rotateX(90deg);transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatexr{transform:rotateX(-90deg);transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatey{transform:rotatey(90deg);transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotateyr{transform:rotatey(-90deg);transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scaley{transform:scaley(1.5);transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scalex{transform:scalex(1.5);transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-top{transform:translateY(-100px)}.jconfirm .jconfirm-box.jconfirm-animation-left{transform:translate(-100px)}.jconfirm .jconfirm-box.jconfirm-animation-right{transform:translate(100px)}.jconfirm .jconfirm-box.jconfirm-animation-bottom{transform:translateY(100px)}.jconfirm .jconfirm-box.jconfirm-animation-zoom{transform:scale(1.2)}.jconfirm .jconfirm-box.jconfirm-animation-scale{transform:scale(.5)}.jconfirm .jconfirm-box.jconfirm-animation-none{visibility:hidden}.jconfirm.jconfirm-supervan .jconfirm-bg{background-color:rgba(54,70,93,.95)}.jconfirm.jconfirm-supervan .jconfirm-box{background-color:transparent}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red{border:none}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon{color:#fff}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c{text-align:center;color:#fff;font-size:28px;font-weight:400}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>*{padding-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane{margin-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content{text-align:center;color:#fff}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button{font-size:16px;border-radius:2px;background:#303f53;text-shadow:none;border:none;color:#fff;padding:10px;min-width:100px}.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-material .jconfirm-bg{background-color:rgba(0,0,0,.67)}.jconfirm.jconfirm-material .jconfirm-box{background-color:#fff;box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);padding:30px 25px 10px}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:22px;font-weight:700}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons{text-align:right}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-weight:500}.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-bootstrap .jconfirm-bg{background-color:rgba(0,0,0,.21)}.jconfirm.jconfirm-bootstrap .jconfirm-box{background-color:#fff;box-shadow:0 3px 8px 0 rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.4);padding:15px 0 0}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:22px;font-weight:700;padding-left:15px;padding-right:15px}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,.87);padding:0 15px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons{text-align:right;padding:10px;margin:-5px 0 0;border-top:1px solid #ddd;overflow:hidden;border-radius:0 0 4px 4px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button{font-weight:500}.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-modern .jconfirm-bg{background-color:#708090;opacity:.6}.jconfirm.jconfirm-modern .jconfirm-box{background-color:#fff;box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);padding:30px 30px 15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87);top:15px;right:15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:24px;font-weight:700;text-align:center;margin-bottom:10px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{transition:transform .5s;transform:scale(0);display:block;margin-right:0;margin-left:0;margin-bottom:10px;font-size:69px;color:#aaa}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content{text-align:center;font-size:15px;color:#777;margin-bottom:25px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button{font-weight:700;text-transform:uppercase;transition:background .1s;padding:10px 20px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button{margin-left:4px}.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{transform:scale(1)}.modal{display:none;position:absolute;top:0;left:0;right:0;bottom:0}@media (min-width:768px){.modal{min-width:1000px}}.modal__bg{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;opacity:.8;z-index:5}.modal__container{background-color:#fff;z-index:10;position:relative;margin:100px;padding:25px;border-radius:5px}.modal__close{font-size:40px;position:fixed;right:10px;top:10px;color:#fff;z-index:11;cursor:pointer}.modal-overflow{height:100%;overflow:hidden}.modal-fixed{display:none;position:absolute;top:0;left:0;right:0;bottom:0;position:fixed;overflow:auto;z-index:1100}@media (min-width:768px){.modal-fixed{min-width:1000px}}.modal-fixed-inner{width:100%;height:100%;position:fixed;top:0;left:0;overflow-y:scroll}@media (min-width:992px){.modal-fixed-inner{overflow-x:hidden}}.mfp-content{width:50%!important;min-width:290px;margin:40px auto;background-color:#fff;padding:20px 30px;box-sizing:border-box}.mfp-content .support__content{padding-bottom:0}@media (min-width:768px){.mfp-bg,.mfp-wrap{min-width:1000px}}.button{background-color:#0896d3;color:#fff;text-align:center}.button--sm{padding:4px 8px}.button--md{padding:0 25px;height:35px;line-height:35px}.button--rg{height:38px;font-size:16px}.button--lg{padding:10px 25px;font-size:24px}.button--xl{padding:0 25px;height:45px;line-height:45px}.button .fa{font-size:12px}.ui-autocomplete{padding:10px 8px}.ui-autocomplete__product .ui-state-active{margin:0;border:0;background-color:#f6f9fb;color:inherit}.ui-autocomplete__product b{font-weight:700}.ui-autocomplete__label{padding:4px 12px;font-size:10px;font-weight:700}.ui-autocomplete__product__image{float:left;width:16%;height:40px;background-size:cover;background-position:50%;background-color:#e4e4e4;white-space:nowrap}.ui-menu-item-wrapper{padding:3px 12px}.ui-autocomplete__product__name{float:left;width:59%;padding:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width:767px){.ui-autocomplete__product__name{font-size:12px}}.ui-autocomplete__product__price{float:left;width:25%;font-size:18px;text-align:right;padding-top:8px;white-space:nowrap}@media (max-width:767px){.ui-autocomplete__product__price{font-size:12px}}.ui-autocomplete__category{font-size:12px;color:#ee7a84}.ui-autocomplete__category .ui-menu-item-wrapper{padding:6px 12px}.pagination{display:inline-block;vertical-align:middle}.pagination-item{float:left;width:35px;height:35px;padding-top:7px;margin:0 5px;font-size:16px;font-weight:200;text-align:center;background:#ededed;transition:.2s}.pagination-item.active,.pagination-item:not(.passive):hover{color:#fff;background:#e74c3c}.pagiation-arrow{float:left;margin:1px 8px;font-size:24px}@media (max-width:575px){.pagination-item{width:22px;height:22px;padding-top:4px;font-size:12px}.pagiation-arrow{display:none}}.list__pagination{margin-top:-1px;border-top:1px solid hsla(0,0%,59%,.2);padding:20px 0;text-align:center}.checkout__tabs{display:table;width:100%;table-layout:fixed}.checkout__tab{display:table-cell;position:relative;width:50%;min-height:140px;padding:12px 12px 20px;background-color:#eee;transition:.2s;cursor:pointer;word-break:break-word}.checkout__tab.active{color:#fff;background-color:#ee7a84}.checkout__tab.active:before{content:"";display:block;position:absolute;width:0;height:0;bottom:-14px;left:0;right:0;margin:auto;border-style:solid;border-width:14px 12px 0;border-color:#ee7a84 transparent transparent}.checkout__tab:not(.active):hover{background:#f6eaea}.checkout__tab__title{font-size:24px;font-weight:200}@media (max-width:767px){.checkout__tab__title{font-size:14px}}.checkout__tab__number{float:left;margin-right:5px;margin-top:5px;width:20px;height:20px;line-height:20px;font-size:12px;font-weight:700;color:#31363a;text-align:center;background:#fff;border-radius:50%}.checkout__tab__subtitle{font-size:13px;font-weight:600}.checkout__tab__text{font-size:13px;font-weight:200}@media (max-width:767px){.checkout__tab__text{font-size:10px}}a.checkout__tab__change{position:absolute;right:14px;bottom:11px;text-decoration:underline;font-weight:200}a.checkout__tab__change:hover{color:inherit}.checkout__tab__content{display:none;margin-top:25px;border:1px solid #d1d1d1}.checkout__tab__content.active{display:block}.checkout__tab__change{font-size:14px;color:#ee7a84}.checkout__tab.active .checkout__tab__change{display:none}.checkout__address-box{border-right:1px solid #d1d1d1}.checkout__address-box__title{padding:13px 15px;font-size:24px;border-bottom:1px solid #d1d1d1}@media (max-width:767px){.checkout__address-box__title{font-size:14px}}.checkout__address-box__same{float:right;margin-top:6px;font-size:14px}@media (max-width:767px){.checkout__address-box__same{margin-top:0;font-size:11px}}.checkout__addresses{padding-right:10px}.checkout__addresses__title{margin:30px 5px;font-weight:200}.checkout__addresses__title.active{color:#ee7a84;font-weight:700}@media (max-width:767px){.checkout__addresses__title{margin:15px 0}}.checkout__address-list{margin-left:-3px;margin-right:-3px}.checkout__address-grid{padding-left:8px;padding-right:8px}.checkout__address{display:block;position:relative;height:180px;padding:30px;margin-bottom:16px;font-size:12px;line-height:16px;border:1px solid #d1d1d1;box-shadow:0 1px 2px 0 rgba(0,0,0,.5)}.checkout__address.active,.checkout__address:hover{border:4px solid #ee7a84;padding:27px}.checkout__address.active .checkout__address__radio,.checkout__address:hover .checkout__address__radio{left:7px}.checkout__address.active .checkout__address__edit,.checkout__address:hover .checkout__address__edit{right:8px;bottom:7px}@media (max-width:767px){.checkout__address{padding-top:10px;height:auto}.checkout__address.active,.checkout__address:hover{padding-top:7px}}.checkout__address__radio{position:absolute;left:10px;top:0;bottom:0;margin:auto}.checkout__address__title{font-weight:700}.checkout__address__text{word-wrap:break-word}.checkout__address__action{position:absolute;top:50%;right:30px;left:30px;transform:translateY(-50%);font-size:14px;font-weight:700;color:#ee7a84;text-align:center}.checkout__address__action__icon{display:inline-block;margin-right:5px;vertical-align:middle}a.checkout__address__edit{position:absolute;right:11px;bottom:10px;font-size:14px;font-weight:200;text-decoration:underline;color:#ee7a84}.checkout__cargo-box{padding:13px 20px;border-left:1px solid #d1d1d1;margin-left:-1px}.checkout__cargo-box__title{font-size:24px}.checkout__cargo-box__title a{font-size:13px;color:#ee7a84;text-decoration:underline;white-space:nowrap}.checkout__cargo-box__description{margin-top:15px;font-size:14px;font-weight:200}.checkout__cargo-box__description b{font-weight:700}.checkout__cargo-box__description.active{font-weight:700;color:#ee7a84}.checkout__cargo-list{display:table;width:100%;border-top:1px solid #d1d1d1;margin-top:10px}.checkout__cargo{display:table-row}.checkout__cargo>*{display:table-cell;height:52px;border-bottom:1px solid #d1d1d1;vertical-align:middle}.checkout__cargo__logo{padding-left:15px}.checkout__cargo__amount{font-size:18px;white-space:nowrap;text-align:right}.checkout__cargo__proceed{float:right;width:100%;max-width:270px;color:#fff;margin-top:25px;margin-bottom:25px}.checkout__cargo__proceed.passive{opacity:.5}.checkout__cargo__proceed[disabled]{background-color:#eee}.checkout__cargo__proceed img{width:35px}.checkout__cargo__proceed span{line-height:1;display:inline-block}@media (max-width:991px){.checkout__cargo__proceed{font-size:13px}}@media (max-width:767px){.checkout__cargo__proceed{font-size:16px}}.checkout__cargo__proceed .fa{font-size:12px}.checkout__summary{padding:13px;border:1px solid #959595}.checkout__summary__title{margin:5px 0;font-size:24px;font-weight:200}.checkout__summary__title span{font-size:14px;color:#8a8a8a}.checkout__summary__items{display:table;width:100%}.checkout__summary__item{display:table-row}.checkout__summary__item>*{display:table-cell;vertical-align:top;padding:10px 0}.checkout__summary__item__img{width:77px}.checkout__summary__item__title{padding:10px 9px;font-size:12px;word-break:break-word}.checkout__summary__item__title a{display:block;max-height:32px;overflow:hidden}.checkout__summary__item__price{font-size:20px;font-weight:200;text-align:right;white-space:nowrap;padding-top:5px}.checkout__summary__subtotal-box{display:table;width:100%;padding:10px 0;border-top:1px solid #d1d1d1}.checkout__summary__subtotal{display:table-row}.checkout__summary__subtotal>div{display:table-cell;vertical-align:middle;padding:3px 0}.checkout__summary__subtotal__amount{font-size:20px;text-align:right}.checkout__summary__subtotal__amount.warning{color:#e74c3c}.checkout__payment__form{padding:0 5px 60px;font-weight:200}@media (max-width:767px){.checkout__payment__form{padding-bottom:15px}}.checkout__payment__label{display:block;margin-top:12px}.checkout__payment__card-box{width:270px;max-width:100%}.checkout__payment__card{width:100%;height:30px;max-width:100%;margin-top:8px;font-family:Courier New}.checkout__payment__expire{float:left;width:65%}.checkout__payment__month,.checkout__payment__year{float:left;width:45%;height:30px;padding:0 5px;margin-top:8px;margin-right:5%;background:#fff}.checkout__payment__cvc{width:100%;height:30px;padding:0 5px;margin-top:8px}.checkout__payment__cvc-box{float:left;width:35%;padding-left:5%}.checkout__payment__cvc-info{position:relative;margin-top:12px;font-size:12px;color:#ee7a84;cursor:pointer}.checkout__payment__cvc-info .fa{font-size:16px}.checkout__payment__cvc-info img{position:absolute;bottom:100%;left:-120px;max-width:none;z-index:1;visibility:hidden;opacity:0;transition:.2s}@media (max-width:767px){.checkout__payment__cvc-info img{left:-220px;width:300px}}.checkout__payment__cvc-info:hover img{visibility:visible;opacity:1}.checkout__installations{display:table;width:100%;margin-top:20px;color:#666;border-right:1px solid #d1d1d1;border-left:1px solid #d1d1d1}.checkout__installations__title-box{display:table-header-group}.checkout__installations__title{display:table-cell;padding:6px 10px;border-bottom:1px solid #959595;border-top:1px solid #959595;border-right:1px solid #959595;text-align:right}.checkout__installations__title:last-child{border-right:0}.checkout__installations__title:first-child{text-align:left}.checkout__installations__body{display:table-row-group}.checkout__installations__label{display:table-row}.checkout__installations__label>*{display:table-cell;padding:5px 10px;border-bottom:1px solid #bcbcbc;border-right:1px solid #959595;text-align:right}.checkout__installations__label>:last-child{border-right:0}.checkout__installations__label>:first-child{text-align:left}.checkout__installations__label:nth-child(2n){background-color:hsla(0,0%,85%,.2)}.payment-tab-content.active{display:block!important}.payment-tab-stored_card{display:none!important}.checkout-success-box{padding:15px 0;box-sizing:border-box}@media (max-width:767px){.checkout-success-box{padding:15px 0}}.checkout-success__border{border:1px solid #e8e8e8}.checkout-success{padding:53px 5px 53px 43px}@media (max-width:767px){.checkout-success{padding:40px 20px}}.checkout-success__title{font-size:36px;font-weight:200;color:#77be2a;text-align:center}@media (max-width:767px){.checkout-success__title{display:block}.checkout-success__title span{display:block;font-size:28px}}.checkout-success__title div{display:inline-block;height:36px;padding-top:2px;box-sizing:border-box;vertical-align:top}.checkout-success__icon{display:inline-block}.checkout-success__table{display:table;width:100%;margin-top:20px;line-height:1.7}.checkout-success__table>*{display:table-cell;vertical-align:top}.checkout-success__table b{font-weight:600}@media (max-width:767px){.checkout-success__table,.checkout-success__table>*{display:block;text-align:center}.checkout-success__table>*{margin-bottom:20px}.checkout-success__table>div:first-child{width:100%}}.checkout-success__table div:first-of-type{padding-right:60px;box-sizing:border-box;position:relative}@media (max-width:767px){.checkout-success__table div:first-of-type{padding-right:0;text-align:center}.checkout-success__table .checkout-success__order--detail{margin-bottom:0}.checkout-success__table .checkout-success__order--detail:last-child{margin-top:-2px}}.checkout-success__table div:first-of-type:after{content:" ";display:block;width:1px;height:100%;background-color:#d8d8d8;position:absolute;top:0;right:40px}@media (max-width:767px){.checkout-success__table div:first-of-type:after{display:none}}.checkout-success__table span{color:#83878d;font-size:12px}.checkout-success__label{display:block;padding-right:35px;font-size:12px;color:#8a8a8a;white-space:nowrap}@media (max-width:767px){.checkout-success__label{padding-right:0}.checkout-success__order--detail .checkout-success__label{display:inline-block;width:50%;text-align:right;padding-right:10px;box-sizing:border-box}}.checkout-success__value{display:block;padding-right:45px;margin-top:2px;font-size:20px;white-space:nowrap}@media (max-width:767px){.checkout-success__value{padding-right:0}.checkout-success__order--number{color:#77be2a}.checkout-success__order--detail .checkout-success__value{display:inline-block;width:48%;text-align:left;padding-left:10px;box-sizing:border-box;border-left:1px solid #d8d8d8}}.checkout-success__track-box{width:10px}.checkout-success__track{width:270px;height:60px;color:#fff;background-color:#31363a}.checkout-success-content{padding:0 0 100px;box-sizing:border-box}.checkout-success-content .checkout-success__border{padding:20px 40px 23px;box-sizing:border-box}@media (max-width:767px){.checkout-success-content .checkout-success__border{margin-bottom:15px;padding:40px 20px}.checkout-success-content>div{padding:0 15px;width:100%}}.checkout-success-content>div:first-child{padding-left:0}.checkout-success-content>div:last-child{padding-right:0}@media (max-width:767px){.checkout-success-content>div:first-child{margin-bottom:15px}.checkout-success-content>div{padding:0}}.checkout-success__text__title{margin-bottom:10px;font-size:30px;font-weight:200;line-height:1}@media (max-width:767px){.checkout-success__text__title{text-align:center}}.checkout-success__text__description{margin-bottom:20px;color:#8a8a8a;line-height:1.7}.checkout-success__text__items{line-height:2.5;font-size:14px;font-weight:200;color:#31363a}.checkout-success__list{list-style:disc;padding-left:20px}.checkout-success__list li{font-size:13px;line-height:1.8}.checkout-success__img img{display:block;width:100%}@media (max-width:767px){.checkout-success__img{margin-bottom:20px}}.address-modal{position:relative;width:500px;max-width:100%;padding:15px 20px 20px;margin:100px auto;background:#fff;z-index:10}.address-modal__title{padding:10px 20px;margin:0 -20px;font-size:16px;border-bottom:1px solid #ebebeb}@media (max-width:767px){.address-modal__title{font-size:13px}}.address-modal__label{float:left;width:100%;margin-top:10px}.address-modal__offset{padding:5px}.address-modal__input{width:100%;height:35px;padding:0 10px;margin-top:5px;background:#fff;border:1px solid #979797;resize:none}.address-modal__input::-webkit-input-placeholder{color:#c1bfc1;font-style:italic;font-weight:100;font-size:13px}.address-modal__input[name=title]{max-width:225px}textarea.address-modal__input{padding:10px;min-height:150px}textarea.address-modal__input[name=line]{height:95px;min-height:auto}textarea.address-modal__input[name=line]::-webkit-input-placeholder{padding-right:40%}@media (max-width:575px){textarea.address-modal__input[name=line]::-webkit-input-placeholder{padding-right:20%}}@media (min-width:768px){.address-modal__half{float:left;width:48%}.address-modal__half:first-child{margin-right:4%}}.address-modal__button-box{margin-top:20px;text-align:center}.address-modal__button{background:#ee7a84;font-size:16px;padding:10px 25px;color:#fff}.address-modal .error,span.address-modal__input--invalid{float:right;font-size:11px;position:absolute;right:0;top:12px}span.address-modal__input--invalid{color:#b20838;font-size:12px}.address-modal__line{margin:0 -20px;border-bottom:1px solid #ebebeb}.address-modal__picker{padding:5px 0;float:right;font-size:12px}.address-modal__picker label{margin-left:8px}.input-error{position:relative}.order-information p{margin:20px 0;font-size:14px}.order-information b{font-weight:700;font-size:13px}.order-information span{display:block;margin:10px 0}.order-information .order-information__title{font-size:18px}.order-information__table td{padding:5px}.order-information__table--border *{border:1px solid #000}.stored-card__modal{display:none;position:fixed;z-index:20;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4);font-size:18px}.stored-card__modal--content{position:relative;background-color:#f1f1f1;margin:auto;padding:20px;border:1px solid #888;max-width:400px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.4s;animation-name:animatetop;animation-duration:.4s}@keyframes animatetop{0%{top:-300px;opacity:0}to{top:0;opacity:1}}.stored-card__modal--close{color:#000;position:absolute;top:0;right:12px;font-size:28px;font-weight:700}.stored-card__modal--close:focus,.stored-card__modal--close:hover{text-decoration:none;cursor:pointer}.stored-card__input--title{margin:10px 0}.stored-card__modal-input{padding:8px}.stored-card__modal-input[readonly]{background-color:#e9ecef;cursor:not-allowed}.stored-card__modal-countdown{float:right;margin-right:20px}.stored-card__resend{font-size:14px}.stored-card__button{float:right;padding:10px 20px;text-align:center;line-height:1.1;margin-top:10px}.checkout{padding:33px 0 100px}@media (max-width:767px){.checkout{padding-top:20px}}@media (min-width:768px) and (max-width:991px){.checkout{padding-bottom:500px}}.checkout__header{padding-top:30px}@media (max-width:767px){.checkout__header{text-align:center;padding-top:15px}}.checkout__header__tel{float:right;padding-top:10px}.checkout__contract{display:table;width:100%;font-size:13px;border:1px solid #959595;margin-bottom:25px}.checkout__contract>*{display:table-cell;vertical-align:middle;padding:12px}.checkout__contract__text{padding-left:0}.checkout__contract__text a{text-decoration:underline}.checkout__footer{padding-bottom:30px;font-size:12px;font-weight:200;color:#8a8a8a;text-align:center;background:#f6f9fb}@media (min-width:768px){.checkout__footer{min-width:970px}}.checkout__footer__img{padding:20px}.checkout__footer__img img{mix-blend-mode:multiply}.checkout__bottom-menu{text-align:center;padding:20px 0}.checkout__bottom-menu__link{padding:0 10px;font-size:12px;color:#8a8a8a}.checkout__error{margin-top:4px;font-weight:600}.notify-checkout-container .notify{margin-bottom:25px}.notify-checkout-container .notify.notify-warning{background-color:#ee7a84}.checkout__bank-img{float:right;height:20px}.retail_store_select{position:relative;left:0;top:50px}@media (max-width:767px){.retail_store_select{margin:-40px 0 0}}.retail_store_select select{border:1px solid #d8d8d8;font-size:14px;color:#686869;font-weight:200;padding:7px 27px 7px 10px;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;text-indent:1px;cursor:pointer;margin-top:5px;width:80%}@media (max-width:767px){.retail_store_select select{width:70%}}.retail_store_select:after{position:absolute;width:18px;height:24px;display:block;top:27px;right:28px;content:"\F0D7";font:normal normal normal 14px/1 FontAwesome;font-size:16px;border-left:1px solid #d8d8d8;padding:3px 8px;color:#000;visibility:hidden;z-index:-1}@media (max-width:991px){.retail_store_select:after{top:60px;right:20px}}@media (min-width:992px) and (max-width:1199px){.retail_store_select:after{top:43px;right:27px}}@media (max-width:767px){.retail_store_select:after{right:49px;top:27px}}.from-store-select-text{color:#3fb1c8;font-size:15px;font-weight:700;visibility:hidden}.from-store-wrapper.active .checkout__address__radio,.from-store-wrapper.active .from-store-select-text,.from-store-wrapper.active .retail_store_select:after{visibility:visible}.from-store-text{padding-top:23px}@media (max-width:767px){.from-store-text{padding-top:0}}.from-store-wrapper .checkout__address__radio:after{content:" "}.from-store-wrapper .checkout__address__radio{visibility:hidden}@media (max-width:767px){.from-store-wrapper .checkout__address__radio{top:-45px}}.checkout-redirect-iframe{position:fixed;height:100vh;width:100vw;top:0;left:0;z-index:9999}.m-discount-box{display:none}.voucher-code-remove{display:none;float:right;color:#e74c3c!important;font-size:12px;text-decoration:underline}.voucher-form.active .voucher-code-remove{display:block}@media (max-width:767px){.basket{padding-bottom:100px}}a.basket__continue{float:left;padding:20px 0;margin-left:15px;text-decoration:underline}a.basket__apply-discount{float:right;padding:20px 0;margin-right:15px;text-decoration:underline}@media (max-width:767px){.basket__continue{padding:0 0 15px}}.basket__item-box{padding:15px;margin-bottom:15px;border:1px solid #8a8a8a}.basket__title{font-size:24px}@media (max-width:767px){.basket__title{font-size:16px}}.basket__title span{font-size:14px;color:#8a8a8a}.basket__items{display:table;width:100%;margin-top:10px}.basket__item{display:table-row}.basket__item>*{display:table-cell;padding:20px 0;text-align:center;border-top:1px solid #8a8a8a;vertical-align:middle}@media (max-width:767px){.basket__item>*{display:block;padding:5px 0;border:0}}@media (min-width:768px){.basket__item__img-box{width:120px;text-align:left}}.basket__item__text{padding:0 25px;text-align:left;font-weight:600;word-break:break-word}@media (max-width:767px){.basket__item__text{font-size:11px;text-align:center}}.basket__item__counter-box{position:relative;min-width:180px}@media (max-width:767px){.basket__item__counter-box{margin-top:5px}}.product-counter{display:inline-block;vertical-align:middle;padding:1px;height:40px;background:#e8e8e8}.product-counter__minus,.product-counter__plus{float:left;position:relative;width:55px;height:100%}.product-counter__minus:before,.product-counter__plus:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.product-counter__count{float:left;width:45px;height:100%;font-size:18px;font-weight:200;color:#8a8a8a;text-align:center;line-height:38px;background:#fff}.product-counter__count input{border:0;width:100%;height:100%;text-align:center}.basket__item__amount{line-height:1.2;white-space:nowrap}.basket__item__price-discounted{color:#8a8a8a;text-decoration:line-through}.basket__item__price{font-size:20px;font-weight:600}@media (max-width:767px){.basket__item__price{font-size:16px}}.basket__item__delete{font-size:20px}@media (max-width:767px){.basket__item__delete{padding-top:0;font-size:14px}.basket__item__delete a{text-decoration:underline}}@media (min-width:768px){.basket__item__delete{width:50px}}.basket__summary{margin-bottom:15px;padding:16px 13px;border:1px solid #8a8a8a}.basket__summary__list{display:table;width:100%;margin-top:15px}@media (max-width:767px){.basket__summary__list--total{position:fixed;padding:5px 15px;bottom:53px;right:0;left:0;background:#fff;box-shadow:0 0 5px 5px rgba(0,0,0,.2)}}.basket__summary__item{display:table-row}.basket__summary__item>*{display:table-cell;padding:6px 0;vertical-align:middle}.basket__summary__item>:nth-child(2){text-align:right;white-space:nowrap}.basket__summary__item__number{font-size:20px;font-weight:600}.basket__summary__item__number.warning{color:#e74c3c}.basket__summary__line{margin-top:10px;border-top:1px solid #8a8a8a}.basket__discount-code{margin-bottom:15px;padding:13px;border:1px solid #8a8a8a}.basket__discount-code__title{margin-bottom:5px}.basket__discount-code__input{float:left;width:63%;height:30px;margin-right:2%;padding-left:5px}.basket__discount-code__button{float:left;width:35%;height:30px;padding:0;color:#fff;background:#ee7a84;border:0}.basket__accept{margin-top:17px;display:block;padding:10px;font-size:18px;font-weight:400;text-align:center}.basket__accept:focus,.basket__accept:hover{color:#fff}.basket__accept span{vertical-align:middle}.basket__accept .fa{font-size:12px}@media (max-width:767px){.basket__accept{position:fixed;padding:14px;bottom:0;right:0;left:0;font-size:18px}}.basket__container,.basket__items--empty{display:none;margin-bottom:50px}.basket__items--empty{text-align:center}.basket__items--empty .basket__accept{padding:18px}.basket__items--empty__title{color:#4a4a4a;font-size:36px}@media (max-width:767px){.basket__items--empty__title{font-size:26px}}.basket__items--empty__desc{color:#4a4a4a;font-size:16px;display:inline-block;line-height:30px;margin:25px 0}.js-basket-items__loading{text-align:center;padding:50px}.basket__item__counter-box__error{position:absolute;width:100%;text-align:center;margin-top:10px;color:#ee7a84}@media (max-width:767px){.basket__item__counter-box__error{position:static}}.basket-productimage_set--no-image{display:inline-block}.basket-popup-bg{z-index:20}@media (max-width:767px){.basket-popup-bg{display:none!important}}@media (max-width:767px){.body-basket .search{display:none}}.auth__form{background:#fff;padding:25px 30px 0;box-shadow:0 10px 20px 0 rgba(0,0,0,.2)}.auth__form--orders{min-height:460px;margin-bottom:15px}.auth__form--orders--login .auth__form__facebook{margin-bottom:10px}.auth__form--forget{padding-bottom:60px;box-shadow:0 10px 20px 0 rgba(0,0,0,.2)}.auth__form__title{font-size:26px;padding-bottom:5px}.auth__form__description{padding:15px 0;font-weight:200;line-height:22px;color:#4a4a4a}.auth__form__input-box{position:relative}.auth__form__input-box--register{margin-top:15px}.auth__form__icon-email,.auth__form__icon-lock{display:block;position:absolute;top:0;bottom:0;left:15px;margin:auto}.auth__form__input{width:100%;height:55px;padding:0 20px;font-weight:200;border:1px solid #8a8a8a}.auth__form__input:focus{border-width:2px}.auth__form__input input{width:100%;height:100%;border:0}.auth__form__input--register{padding-left:47px}.auth__form__input--name{width:48%;float:left}.auth__form__input--name:first-child{margin-right:4%}.auth__form__forget{display:block;margin:8px 0 16px;font-size:12px;text-align:right}.auth__form__submit{width:100%;height:55px;margin-bottom:18px;font-size:18px;font-weight:200;color:#fff;background:#ee7a84}.auth__form__seperator{width:100%;height:20px;text-align:center;position:relative;margin-bottom:15px}.auth__form__seperator:before{content:" ";display:block;width:100%;height:1px;z-index:1;background-color:#d8d8d8;position:absolute;top:50%;left:0}.auth__form__seperator span{font-size:14px;font-style:italic;font-weight:200;color:#9b9b9b;background-color:#fff;line-height:20px;padding:0 15px;position:relative;z-index:2}.auth__form__facebook{font-size:14px;color:#fff;font-weight:400;width:100%;height:55px;background-color:#42539d;text-align:center;line-height:55px}.auth__form__facebook i{font-size:29px;font-weight:600;display:inline-block;margin-right:15px;vertical-align:middle}.auth__form__submit--forget{width:100%;height:55px;margin-top:21px;font-weight:200;color:#fff;background:#ee7a84}.auth__form__submit--link{display:block;padding-top:15px;text-align:center}.auth__form__submit--link:focus,.auth__form__submit--link:hover{color:#fff}.auth__form__bottom{padding:13px 0;margin:20px -30px 0;text-align:center;border-top:1px solid #e8e8e8}.auth__form__bottom span{font-weight:200;color:#8a8a8a}.auth__form__bottom a{font-weight:600;display:block}.auth__form__error{margin-top:5px}.auth__form__or{position:relative;margin-top:12px;font-weight:200;color:#9b9b9b;text-align:center}.auth__form__or span{position:relative;padding:0 14px;background:#fff}.auth__form__or__line{position:absolute;height:0;top:0;right:0;bottom:0;left:0;margin:auto;border-bottom:1px solid #d8d8d8}.auth__form__proceed{display:block;padding:15px 0 20px;text-align:center}.auth__form__fb{display:block;position:relative;height:55px;padding-top:13px;text-align:center;font-weight:600;color:#fff;background-color:#42539d}.auth__form__fb:focus,.auth__form__fb:hover{color:#fff}.auth__form__fb__icon{display:inline-block;margin-right:15px;vertical-align:middle}.auth__form__fb__icon-lg{display:block;position:absolute;top:0;right:10px;opacity:.05}.auth__form__text{position:relative;vertical-align:middle}@media (max-width:767px){.body-login .search{display:none}}.auth{position:relative;padding:120px 0}@media (max-width:767px){.auth{padding:0}}.auth--orders{min-height:700px}.auth__info{margin-top:100px;padding:0 50px}.auth__info--register{margin-top:70px;padding:0 50px}.auth__info__head{margin-bottom:50px;font-size:36px}.auth__info__item{margin-bottom:20px}.auth__info__icon{float:left;position:relative;margin-right:10px;width:50px;height:50px;background:hsla(0,0%,100%,.5);border:1px solid #31363a}.auth__info__icon:before{content:"";display:block;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.auth__info__title{padding-top:7px}.auth__info__summary{font-size:12px}.auth__info__description{padding-top:13px;font-size:18px}.auth__form__checklist{margin:17px 0}.auth__form__check{display:block;font-size:12px;margin:4px 0}.auth__form__check a{text-decoration:underline}@media (max-width:767px){.body-registration .search{display:none}}.forget-password-success{text-align:center;padding:10% 0}.forget-password-success .auth__form--forget-wrapper,.forget-password-success:before{display:none}.forget-password-success-title{font-size:30px;color:#4a4a4a}@media (max-width:575px){.forget-password-success-title{font-size:20px}}.forget-password-success-desc{color:#4a4a4a;font-size:16px;display:inline-block;line-height:1.5;margin:25px 0}.forget-password-success-button{display:inline-block;padding:10px 30px;font-size:18px;font-weight:400;text-align:center;color:#fff;background:#ee7a84}.forget-password-success-button:hover{color:#fff}.account__form span.info{display:block;margin:25px 0;color:#b55457}.account__form:after{zoom:1}.account__form:after:after,.account__form:after:before{content:"";display:table}.account__form:after:after{clear:both}.account__form-group input[type=password],.account__form-group input[type=text],.account__form-group textarea{border:1px solid #9b9b9b;padding:8px 15px;font-size:13px;width:100%;resize:none}.account__form-group textarea{display:block;min-height:160px}.account__form-group .error{font-size:12px;padding:5px 0}.account__form-group.required input{border-color:#ee7a84}.account__form-group .select2{display:block}.account__form-group .select2 .select2-selection__rendered{line-height:38px}.account__form-group .select2 .select2-selection--single,.account__form-group .select2 .select2-selection__arrow{height:38px}.account__form-group label{margin-bottom:10px;display:block}.track-form{margin-top:6px}@media (max-width:767px){.track-form__button{float:right;margin-top:10px}}.account__form-group__filter{margin-right:15px;width:150px}.account__form-group--offset{margin-bottom:15px;float:left;width:100%}.account__form-group--offset input[type=password],.account__form-group--offset input[type=text],.account__form-group--offset textarea{border:1px solid #9b9b9b;padding:8px 15px;font-size:13px;width:100%;resize:none}.account__form-group--offset textarea{display:block;min-height:160px}.account__form-group--offset .error{font-size:12px;padding:5px 0}.account__form-group--offset.required input{border-color:#ee7a84}.account__form-group--offset .select2{display:block}.account__form-group--offset .select2 .select2-selection__rendered{line-height:38px}.account__form-group--offset .select2 .select2-selection--single,.account__form-group--offset .select2 .select2-selection__arrow{height:38px}.account__form-group--offset label{margin-bottom:10px;display:block}.account__form-group__button{margin-top:28px}.account__form-group__file{float:left}.account__form-group__file__button{display:inline-block;padding:6px 29px;margin-top:10px;font-size:16px;color:#9b9b9b;background:#fff;border:1px solid #9b9b9b;border-radius:3px}.account__form-group__file__name{margin-top:10px;font-size:13px;font-weight:200;color:#ababab}.account__form-group__file__input{position:absolute;visibility:hidden}input:not([type=radio]):not([type=checkbox]):not(".subscribe__input"):not(".search__input"){height:35px;line-height:35px}.account{padding:80px 0}.account b{font-weight:600}@media (max-width:767px){.account{padding-top:40px}}.account-link a{color:#d8292f;text-decoration:underline}.bold-italic-link a{font-style:italic}.bold-italic-link a,.bold-link a{font-weight:700;color:#d8292f;text-decoration:underline}.account-border,.account-usermenu{border:1px solid #31363a;padding:30px;position:relative}@media (max-width:767px){.account-usermenu{position:fixed;top:0;left:-100%;right:100%;bottom:0;color:#fff;background:#000;z-index:9999;overflow-y:auto;transition:.2s}.account-usermenu.open{left:0;right:60px}.account-usermenu:after{display:none}}.account-usermenu__avatar{border:1px solid #31363a;padding:30px;position:relative;border-radius:52px;overflow:hidden;position:absolute;top:-52px;left:0;right:0;width:104px;height:104px;padding:0;margin:auto;background-color:#fff;z-index:2}@media (max-width:767px){.account-usermenu__avatar{display:none}}.account-usermenu__avatar_swap{width:90px;height:90px;margin:5px;overflow:hidden;border-radius:100px;background-position:50%;background-size:cover}.account-usermenu__info{font-weight:100;margin-top:30px;margin-bottom:25px;font-size:14px;text-align:center;border-bottom:1px solid #9b9b9b;padding-bottom:10px}.account-usermenu__info span{display:block;font-weight:400;letter-spacing:1px;font-size:30px}@media (max-width:1199px){.account-usermenu__info span{font-size:16px}}@media (max-width:767px){.account-usermenu__info{margin-top:10px;text-align:left;font-size:10px;color:#8a8a8a}.account-usermenu__info span{font-size:12px;color:#fff}}.account-container__header{border-bottom:2px solid #31363a;overflow:hidden;margin-top:-33px;margin-bottom:33px}@media (max-width:767px){.account-container__header:after{display:none}}.account-container__header__left{font-weight:400;letter-spacing:5px;float:left;font-size:24px}@media (max-width:767px){.account-container__header__left{float:none}}.account-container__header__right{font-weight:100;letter-spacing:.01;padding-top:5px;float:right;font-size:18px}@media (max-width:767px){.account-container__header__right{float:none}}.account-warning{overflow:hidden;border:1px solid #9b9b9b;padding:15px 10px;font-size:13px}.account-warning a{font-weight:700;color:#d8292f;text-decoration:underline}.account-warning--lg{overflow:hidden;border:1px solid #9b9b9b;padding:15px 10px;font-size:13px;padding:30px 10px}.account-warning--lg a{font-weight:700;color:#d8292f;text-decoration:underline}.account-warning__title{letter-spacing:5px;font-size:24px;color:#fff;text-align:center}.account-warning__desc{font-size:13px;float:none;margin-top:20px;margin-bottom:20px;text-align:center}.account-warning__status{background:hsla(0,0%,59%,.05);border:1px solid #e8e8e8;font-size:13px;float:none;padding:30px 0;margin-top:50px;margin-bottom:30px}.account-warning__status b{font-weight:600;font-size:13px}.account-warning__status div{margin:0 65px}.account-warning__status .account-container__icon{border:3px solid #fff;position:absolute;top:-30px;margin:auto;left:0;right:0}.account-warning__status .account-container__icon .fa{margin:-7px;font-size:36px}.account-warning__status .account-warning__status__title{margin-top:10px}.account-warning__status .account-warning__status__address{margin-top:25px}.account-container__title{letter-spacing:5px;font-size:24px;line-height:50px;margin-left:15px}@media (max-width:767px){.account-container__title{line-height:37px;letter-spacing:0;font-size:20px}}@media (max-width:1199px){.account-container__title{font-size:22px;letter-spacing:0}}.account-container__light{font-size:13px;line-height:25px;margin-left:15px}.account-container__light b{font-weight:700}.account-container__light a{font-weight:700;color:#d8292f;text-decoration:underline}.account-container__icon{border-radius:50px;background-color:#9c9c9c;display:inline-block;padding:12px;width:53px;height:53px;text-align:center}.account-container__icon .fa{font-size:24px;color:#fff}.account-container__icon .fa.flip{transform:scaleX(-1)}@media (max-width:767px){.account-container__icon{width:40px;height:40px;padding:11px}.account-container__icon .fa{font-size:18px}}.account-usermenu__list-container{margin-bottom:30px}.account-usermenu__list-container span{font-weight:600;font-size:14px;margin-bottom:5px;display:block}.account-usermenu__list-container__menu li{line-height:30px}.account-usermenu__list-container__menu li a{font-size:13px;transition:.2s}.account-usermenu__list-container__menu li a .fa{font-size:12px;width:25px;text-align:center;transition:.2s;color:#9b9b9b}.account-usermenu__list-container__menu li a .fa.flip{transform:scaleX(-1)}.account-usermenu__list-container__menu li a.active,.account-usermenu__list-container__menu li a:hover{font-weight:700}.account-container__summary{overflow:hidden;margin-top:25px;padding-top:10px;margin-bottom:20px}.account-container__box{position:relative;border:1px solid #9b9b9b;padding-bottom:25px;padding-left:25px;padding-right:25px;margin-bottom:15px;margin-top:15px}.account-container__box:last-child{margin-right:0}.account-container__box:first-child{margin-left:0}.account-container__box .account-container__icon{position:absolute;top:-25px;margin:auto;left:0;right:0}.account-container__box a{font-weight:700;color:#d8292f;text-decoration:underline;font-style:italic}@media (max-width:1199px) and (min-width:768px){.account-container__box--index{height:395px}}.account-summary__box__title{font-weight:100;letter-spacing:5px;text-align:center;padding-top:40px;padding-bottom:30px;font-size:24px}@media (max-width:1199px){.account-summary__box__title{letter-spacing:0}}.account-container__box__description{text-align:center;font-size:13px;height:103px;border-bottom:1px solid #9b9b9b;padding-bottom:30px;margin-bottom:30px}.account-container__box__description.no-border{border:0;margin-bottom:25px}@media (max-width:1199px){.account-container__box__description{height:auto}}.account-container__box__bottom{font-size:13px}.account-container__box__phone{font-size:30px;text-align:center}@media (max-width:767px){.account-container__box__phone{font-size:18px}}.account-container__box__bottom__price{font-size:25px;text-align:right}.account-box{border:1px solid #31363a;padding:30px;position:relative;font-size:13px}.account-box span{display:block;padding-bottom:25px;margin-bottom:10px;border-bottom:1px solid #9b9b9b}.account-box__text a{font-weight:700;color:#d8292f;text-decoration:underline;font-style:italic}.account-box__title{font-weight:100;font-size:20px;letter-spacing:5px;margin-bottom:15px}.account-form-box{padding:30px}.center-div{float:none;margin:auto}.radio-with-margin{display:inline-block;margin-bottom:10px;margin-right:15px;float:left}.account-sss__content a{text-decoration:underline}.account-usermenu__info .account-usermenu__info-last-name{display:inline}.account-usermenu__info-last-name.small{font-size:18px}.account-orders{margin-top:25px;border:1px solid #e8e8e8;padding:15px 30px;color:#5c5c5c}@media (max-width:767px){.account-orders{padding:15px}}.account-orders__pagination{overflow:hidden;margin-bottom:15px}.account-orders__pagination ul li{float:left;margin-right:10px}.account-orders__pagination ul li a{display:block;font-size:16px;width:35px;height:35px;line-height:35px;text-align:center}.account-orders__pagination ul li a:hover{color:#fff}.account-orders__pagination ul li:last-child{margin-right:0}.account-orders__pagination ul li.active a{color:#fff}.account-orders__pagination ul li.last a,.account-orders__pagination ul li.next a{font-size:18px;background-color:#eee}.account-orders__pagination ul li.last a:hover,.account-orders__pagination ul li.next a:hover{background-color:#f7f7f7}.account-orders__products li{zoom:1;border-top:1px solid #9b9b9b;padding:15px 0}.account-orders__products li:after,.account-orders__products li:before{content:"";display:table}.account-orders__products li:after{clear:both}.account-orders__products li a{color:#d8292f;text-decoration:underline}.account-orders__products li:last-child{border-bottom:1px solid #e8e8e8;margin-bottom:15px}.account-orders__products li .disable{opacity:.2}.account-orders__products__description{font-size:13px;padding-top:5px;padding-left:20px}.account-orders__products__description a{color:#4a4a4a!important;font-weight:600}.account-orders__products__status{font-size:16px;text-align:center;line-height:70px}.account-orders__products__status.status-400,.account-orders__products__status.status-450,.account-orders__products__status.status-500,.account-orders__products__status.status-540,.account-orders__products__status.status-550{color:#60af0a}.account-orders__products__status.status-100,.account-orders__products__status.status-600{color:#d31129}@media (max-width:767px){.account-orders__products__status{text-align:center;line-height:2}}.account-orders__products__price{font-weight:600;font-size:18px;text-align:right;line-height:70px}@media (max-width:767px){.account-orders__products__price{text-align:center;line-height:2}}.account-orders-detail{margin-top:25px;border:1px solid #e8e8e8;padding:15px 30px;color:#5c5c5c;margin-top:0;margin-bottom:25px}@media (max-width:767px){.account-orders-detail{padding:15px}}.account-orders-detail .account-orders__products li .account-orders__products__description{padding-top:15px;font-weight:600}.account-orders-detail .account-orders__products li:first-child{border-top:0}.account-orders-detail__pricetable{font-size:13px}.account-orders-detail__pricetable tr{line-height:40px}.account-orders-detail__pricetable tr td,.account-orders-detail__pricetable tr th{text-align:right}.account-orders-detail__pricetable tr:last-child{border-top:1px solid #e8e8e8;line-height:60px}.account-orders-detail__pricetable tr:last-child td,.account-orders-detail__pricetable tr:last-child th{font-weight:600}.account-orders-detail__pricetable tr:last-child td{font-size:18px}.account-orders-detail__select{width:100%}.account__form-group__action-select{width:145px}.account-orders-header{zoom:1;margin-top:25px;margin-bottom:10px}.account-orders-header:after,.account-orders-header:before{content:"";display:table}.account-orders-header:after{clear:both}.account-orders__empty{text-align:center;font-weight:100;font-size:24px;padding:0 0 30px;color:#ee7a84}.account-orders-cancellation{margin-top:15px}.account-orders-cancellation a{text-decoration:underline;font-style:italic;font-size:13px}.account-orders-cancellation button{background-color:#ee7a84;color:#fff;font-size:16px;padding:8px 25px}.account-orders-cancellation button:disabled{background-color:#ccc}.account-orders__products-checkbox{padding-top:30px;padding-bottom:30px}.account-orders-cancellation__footer{padding:20px 0}.account-orders-cancellation__footer label{margin-top:10px;display:inline-block;margin-right:15px}.account-orders-cancellation__footer__up{display:block;padding:10px}.account__form-group__error{color:#ee7a84;text-align:center;margin:10px}.account__form-group__success{color:#ee7a84;text-align:center;margin:10px;color:#60af0a}.account__form-cancel{color:#60af0a;padding:10px;text-align:center}.account__orders__icon{margin-top:-3px}.order-item-meta{margin-bottom:8px}.account-orders__contract{padding-left:0}.account-orders__contract a{text-decoration:underline}.account-contact{margin-top:25px}.account-contact__left{background:hsla(0,0%,59%,.05);border:1px solid #9b9b9b}.account-contact__right .account-container__box{margin:0;margin-bottom:25px}.account-contact__right .account-container__box .account-summary__box__title{font-weight:400;padding-top:15px;padding-bottom:25px}.account-contact__right .account-container__box .account-container__box__description{margin-bottom:36px}.contact-form{font-size:13px;padding:10px 60px;margin-bottom:15px}@media (max-width:767px){.contact-form{padding:10px 15px}}.full-width-form{padding:60px}.account-contact__success{display:none;padding:60px 0 85px;background:rgba(238,121,132,.05);text-align:center;margin-top:25px;background-image:linear-gradient(90deg,rgba(164,60,140,.98),#d23f49);color:#fff}.account-contact__success__box{max-width:90%;margin:0 auto}.account-contact__success__check{display:inline-block;width:50px;height:50px;padding-top:4px;color:#fff;font-size:36px;border:3px solid #fff;border-radius:100%}.account-contact__success__title{margin-top:30px;font-size:24px;color:#fff}.account-contact__success__description{max-width:345px;margin:25px auto;font-size:13px}.account-contact__success__redirect{display:inline-block;padding:10px 20px;font-size:16px;color:#fff}.account-contact__success__redirect:focus,.account-contact__success__redirect:hover{color:#fff}.account-address{margin-top:35px}.account-address .account-container__box b{font-weight:700}.account-address .account-container__box .account-container__icon{color:#fff;font-size:24px;padding:10px}.account-address .account-container__box .account-container__icon.active,.account-address .account-container__box .account-container__icon:hover{background-color:#ee7a84}@media (max-width:767px){.account-address .account-container__box .account-container__icon{font-size:18px;padding-top:8px}}.account-address .account-container__box .account-container__box__description{text-align:left;height:103px}.account-address .account-container__box .account-container__box__description b{display:block}.account-address .account-container__box .container__box__description--line{text-align:center;padding:125px 0 105px}.account-address .account-summary__box__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-address__loading{padding:25px}.js-address-form__full-loading{position:absolute;width:100%;height:100%;left:0;top:0;z-index:10;background-color:rgba(0,0,0,.53);padding:45%}.jconfirm-box{width:300px;height:220px;border-radius:0!important;padding:0 0 20px!important}.jconfirm-title{width:100%;padding-bottom:0!important}.jconfirm-title .confirm-title{width:100%;font-size:20px;padding:20px 0;border-bottom:1px solid #d8d8d8;text-align:center;font-weight:600}.jconfirm-content-pane{margin:30px 0!important}.jconfirm-content-pane .jconfirm-content{text-align:center;padding:0 20px;font-size:13px}.jconfirm-buttons{float:none!important;margin:0 auto;text-align:center}.jconfirm-buttons>button.btn{width:90px!important;font-weight:200!important;font-size:16px!important;border-radius:0!important}.jconfirm-buttons .btn-confirm{background-color:#ee7a84;color:#fff}.jconfirm-buttons .btn-cancel{background-color:transparent;color:#9b9b9b;border:1px solid #9b9b9b!important}.jconfirm-buttons>button.jconfirm-buttons__continue{width:auto!important;margin-right:5px;background-color:transparent}.jconfirm-buttons>button.jconfirm-buttons__basket{width:auto!important;color:#fff}.account-sss{zoom:1;margin-top:25px;border:1px solid #9b9b9b;padding:25px}.account-sss:after,.account-sss:before{content:"";display:table}.account-sss:after{clear:both}.account-sss__list{margin:0 0 35px}.account-sss__list--label{font-weight:100;font-size:24px;letter-spacing:5px;margin-bottom:10px}.account-sss__list--link{position:relative;display:block;font-size:13px;padding:11px 11px 11px 20px}.account-sss__list--link:after{position:absolute;left:0;top:10px;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\F0DA";font-size:20px;transition:.2s}.account-sss__list--link.js-active:after{transform:rotate(90deg)}.account-sss__list--link.js-active{font-weight:700}.account-sss__content{padding:0 0 15px 20px;display:none}.account-sss__content p{color:#615e62;font-size:13px;margin-bottom:20px}.account-sss__content p:last-child{margin-bottom:0}.account-sss__content p strong{font-weight:700}.account-coupons{margin-top:25px}.account-warning__price-bold{font-size:36px;font-weight:700;padding-left:10px}.account-coupons__list{margin-bottom:25px}.account-coupons__list--container{border:1px solid #9b9b9b;padding:25px}.account-coupons__no-coupons{width:100%;color:#ee7a84;text-align:center;margin-top:20px;margin-bottom:20px}.account-coupons__list--container__table{width:100%;font-size:13px}.account-coupons__list--container__table thead th{font-weight:100;color:#b55457;text-align:left}.account-coupons__list--container__table tr{line-height:40px}.account-coupons__list__title{font-weight:100;font-size:24px;letter-spacing:5px;margin-bottom:10px}.account-coupons__list--container__bottom{font-weight:600;border-top:1px solid #e8e8e8;text-align:right;margin-top:25px;padding-top:20px}.account-coupons__list--container__bottom b{font-size:18px;margin-left:25px}.account-delivery-conditions{zoom:1;margin-top:25px;border:1px solid #9b9b9b;padding:30px 25px}.account-delivery-conditions p{font-size:13px;margin-bottom:20px}.account-profile{padding-top:80px}.account-profile__avatar{border:1px solid #9b9b9b;padding:30px;position:relative;border-radius:52px;background-clip:padding-box;overflow:hidden;position:absolute;top:-52px;left:0;right:0;width:104px;height:104px;padding:0;margin:auto;background-color:#fff;z-index:2}.account-profile__avatar:after{content:"";position:absolute;top:3px;left:3px;bottom:3px;right:3px;border:none;z-index:-3}.account-profile__add_avatar{margin:20px;text-align:center}.account-profile__add_avatar .account__form-group__file__text{font-style:italic;position:absolute;width:50px}.account-profile__add_avatar i{font-size:22px;cursor:pointer;position:absolute;top:66px;left:41px;color:#9b9b9b}.account-profile__avatar:after{border-radius:52px;background-clip:padding-box}.account-profile__avatar_swap{width:90px;height:90px;margin:5px;overflow:hidden;border-radius:100px;background-position:50%;background-size:cover}.js-gender-wrapper{display:inline}.js-gender-wrapper input{margin-left:20px}.js-gender-wrapper label{text-transform:capitalize}.ui-widget-header,.ui-widget-header select{background-color:#fff}.account__form--input-grup,.js-account-profile-datepicker{position:relative}.account__form--input-grup i{position:absolute;top:8px;right:10px;font-size:20px}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(./4adbd81ab919996f3081c95b0f34915f.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(./fdcd37c5fb62846dd4cc6737dd05b1c5.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(./fdcd37c5fb62846dd4cc6737dd05b1c5.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(./fdcd37c5fb62846dd4cc6737dd05b1c5.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(./fdcd37c5fb62846dd4cc6737dd05b1c5.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
blockquote footer:before,
blockquote footer:after {
    display: none;
}
body * {
    -webkit-text-size-adjust: none;
}
.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input,
textarea,
select {
    border-radius: 0;
}
a,
a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    outline: none;
}
ul {
    list-style: none;
}
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}
h1 {
    margin: 0;
}

button {
    border: 0;
}

/* 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;
}
@font-face {
  font-family: 'maax';
  src: url(./dc32c384f485f01e7f4b13098fd62145.eot);
  src: url(./dc32c384f485f01e7f4b13098fd62145.eot?#iefix) format('embedded-opentype'), url(./12ba97ea0c470ad413685bf3b309b7f2.woff2) format('woff2'), url(./cdc851b601477f32957e77803c915e4d.woff) format('woff'), url(./2e4904fdd6501f56fa4d299d24df1bb6.svg#maaxregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'maax';
  src: url(./62ec2644ef69d0d348cdfafc7ebd75fe.eot);
  src: url(./62ec2644ef69d0d348cdfafc7ebd75fe.eot?#iefix) format('embedded-opentype'), url(./ea4f2119d44d004c6fbe69bcf514bf66.woff2) format('woff2'), url(./b558837bde34752efc4029e19285446e.woff) format('woff'), url(./0e01c91f2ad90d290ad992c275d7dbad.svg#maaxmedium) format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'maax';
  src: url(./567bc4e6c78d8b2df19e6edc958cf641.eot);
  src: url(./567bc4e6c78d8b2df19e6edc958cf641.eot?#iefix) format('embedded-opentype'), url(./7d24747b393fee253ba51842e0e2b7cf.woff2) format('woff2'), url(./b16322294c571dee5d16c56f92a4edc4.woff) format('woff'), url(./4565dba467203f5d7d9829b7ffafaadf.svg#maaxbold) format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url(./3a19227acccd4f60e1acfc0d64ce1af9.eot);
  src: url(./3a19227acccd4f60e1acfc0d64ce1af9.eot#iefix) format('embedded-opentype'), url(./271123ada9c27aeec313e4236a609257.ttf) format('truetype'), url(./9def075f045a4bb7c5e80553264d0096.woff) format('woff'), url(./d9388c8a8fd3a53bac53458e834481c4.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
  content: "\e910";
}
.icon-canceled:before {
  content: "\e900";
}
.icon-thumb-up:before {
  content: "\e901";
}
.icon-truck:before {
  content: "\e902";
}
.icon-cargo_box:before {
  content: "\e903";
}
.icon-close_filter:before {
  content: "\e904";
}
.icon-chevron_right:before {
  content: "\e905";
}
.icon-close:before {
  content: "\e906";
}
.icon-logo:before {
  content: "\e907";
}
.icon-newsletter:before {
  content: "\e908";
}
.icon-uniE909:before {
  content: "\e909";
}
.icon-chevron_down:before {
  content: "\e90a";
}
.icon-heart:before {
  content: "\e90b";
}
.icon-sepet:before {
  content: "\e90c";
}
.icon-zoom:before {
  content: "\e90d";
}
.icon-logo_br:before {
  content: "\e90e";
}
.icon-magaza:before {
  content: "\e90f";
}
.icon-user:before {
  content: "\e911";
}
.icon-basket-line:before {
  content: "\e912";
}
.icon-basket-fill:before {
  content: "\e913";
}
.icon-hamburger:before {
  content: "\e914";
}
.icon-search:before {
  content: "\e915";
}
.icon-favorite-line:before {
  content: "\e916";
}
.icon-favorite-fill:before {
  content: "\e917";
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on March 17, 2017 */
@font-face {
  font-family: 'futura';
  src: url(./00e02eb8468b77c0fe63d852cc5c2530.eot);
  src: url(./00e02eb8468b77c0fe63d852cc5c2530.eot?#iefix) format('embedded-opentype'), url(./78fe2f60be9fae06e7a6df54892b058f.woff2) format('woff2'), url(./81898999b7b7e3ad4d2506690e2de55f.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'futura';
  src: url(./66c751ea13bc2d257bcdcd788921b146.eot);
  src: url(./66c751ea13bc2d257bcdcd788921b146.eot?#iefix) format('embedded-opentype'), url(./05acba26ae86795f14e81f147785328b.woff2) format('woff2'), url(./dc03adc0e3d8da8d785bb88ac09c3693.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'futura';
  src: url(./9d8d342881927d62dbe4461d33ce4194.eot);
  src: url(./9d8d342881927d62dbe4461d33ce4194.eot?#iefix) format('embedded-opentype'), url(./c71456317ac2168ea9beefa020635a3e.woff2) format('woff2'), url(./f2653514db28327acbc4fafde97aafc0.woff) format('woff'), url(./e61655112496af01cdf0d634db818edb.svg#futuraheavyheavy) format('svg');
  font-weight: 700;
  font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 17, 2018 */
@font-face {
  font-family: 'euclid_circular_b';
  src: url(./97388b266ff9f016f954af81eaee64ab.eot);
  src: url(./97388b266ff9f016f954af81eaee64ab.eot?#iefix) format('embedded-opentype'), url(./1e00d7856adf6066e323e1b45bb18e97.woff2) format('woff2'), url(./a569a3b350f638f97df86b83cd568cde.woff) format('woff'), url(./2ef388219d373c5f61d799dbe4042159.svg#euclid_circular_blight) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'euclid_circular_b';
  src: url(./4cf55bdd521dee4fc23518f766126c0e.eot);
  src: url(./4cf55bdd521dee4fc23518f766126c0e.eot?#iefix) format('embedded-opentype'), url(./85f2fa0a8c870560e4dd4a5a032f7769.woff2) format('woff2'), url(./2977994c078d6f418ff67afa250f5318.woff) format('woff'), url(./3a3fe19a22107266f1d1d6bdb6417bf1.svg#euclid_circular_bmedium) format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'euclid_circular_b';
  src: url(./ba1e8e71803142980c3bc816ad67a659.eot);
  src: url(./ba1e8e71803142980c3bc816ad67a659.eot?#iefix) format('embedded-opentype'), url(./a47413df8ae5a79af39e70257f151686.woff2) format('woff2'), url(./702bdf34289932e035325c8b97c932a7.woff) format('woff'), url(./d18cd99f0dc9a74eee3eeeb810d14f06.svg#euclid_circular_bbold) format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'euclid_circular_b';
  src: url(./0fcdd3e535af3b63b2aaaf9170dc19de.eot);
  src: url(./0fcdd3e535af3b63b2aaaf9170dc19de.eot?#iefix) format('embedded-opentype'), url(./4576b0eaa706bc9aba6f8703cb136225.woff2) format('woff2'), url(./23b0c854d15dc6cab42a08e2ba8fa41e.woff) format('woff'), url(./337420e8d4743a3b575273946b719328.svg#euclid_circular_bregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'euclid_circular_b';
  src: url(./7d983898ec47674f93fd353a44346109.eot);
  src: url(./7d983898ec47674f93fd353a44346109.eot?#iefix) format('embedded-opentype'), url(./33b5c8e0599c02ee8fa1e47d11b8ad72.woff2) format('woff2'), url(./fbcd2287e6d01c197db63cc512c645cc.woff) format('woff'), url(./d467624e5568abe0c388b4f2d06210c8.svg#euclid_circular_bsemibold) format('svg');
  font-weight: 600;
  font-style: normal;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
body {
  font-family: Helvetica, sans-serif;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.body-basket .main-block {
    padding-bottom: 130px;
  }
}
::-moz-selection {
  background: #ddd;
}
::selection {
  background: #ddd;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
img {
  display: block;
}
.container-inner {
  width: 870px;
  margin: auto;
}
.underline {
  text-decoration: underline !important;
}
.error {
  display: none;
  color: red;
  font-size: 12px;
}
.input-error input,
.input-error select {
  border: 2px solid red;
}
.input-error label {
  color: red;
}
.input-error .input-error__title {
  color: #D0021B;
}
.success {
  color: blue;
  font-size: 12px;
}
.seperator {
  border-bottom: 2px solid #F1F1F1;
  clear: both;
  margin: 20px 10px;
}
.tac {
  text-align: center;
}
.clear {
  clear: both;
}
.pl-reset {
  padding-left: 0;
}
.pr-reset {
  padding-right: 0;
}
.back-to-top {
  position: fixed;
  bottom: 65px;
  right: 50px;
  z-index: 997;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  background-image: url(./3a50ae272f980a3325979aa082b7ca13.png);
  background-size: cover;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .back-to-top {
    right: 20px;
    bottom: 200px;
  }
}
.back-to-top.active {
  pointer-events: auto;
  opacity: 1;
}
/**@somon: #ad8b4f;
@orange: #ff8a51;**/
@media (max-width: 767px), (max-width: 991px) {
  .main-block {
    overflow-x: hidden;
  }
}
.site-container {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 767px), (max-width: 991px) {
  .site-container {
    left: 0;
    background-color: #fff;
    -webkit-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    -ms-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
  }
}
.site-container.search-open form.search {
  display: block;
}
@media (max-width: 991px) {
  .banana .site-container {
    padding-top: 92px;
  }
}
@media (max-width: 991px) {
  .banana .site-container.search-open {
    padding-top: 148px;
  }
}
@media (max-width: 991px) {
  .gap .site-container {
    padding-top: 111px;
  }
}
@media (max-width: 991px) {
  .gap .site-container.search-open {
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .body-basket .site-container,
  .orders-login .site-container,
  .body-checkout .site-container {
    padding-top: 92px;
  }
}
@media (max-width: 991px) {
  .body-basket .site-container,
  .orders-login .site-container {
    padding-top: 92px;
  }
}
.body-checkout .site-container {
  background-color: #fff;
}
@media (max-width: 991px) {
  .body-checkout .site-container {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .body-basket .footer-why-us,
  .body-basket .footer-app,
  .body-basket .footer {
    display: none !important;
  }
}
header.header {
  position: relative;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px), (max-width: 991px) {
  header.header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 998;
    background-color: white;
  }
}
.mobile-header {
  position: fixed;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 996;
  transition: top 0.3s;
}
.header__top {
  background-color: #464646;
  color: #fff;
  position: relative;
  height: 40px;
}
@media (max-width: 767px) {
  .header__top {
    padding: 0;
    height: 40px;
  }
}
.header__top ul li {
  float: none;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0;
}
.header__top:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}
.header-menu-basket-wrapper {
  height: 100%;
  line-height: 40px;
}
.header__top--container {
  position: relative;
  text-align: center;
  height: 100%;
}
@media (max-width: 767px) {
  .header__top--container {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .header__top--container {
    width: 1400px;
  }
}
.header__top--container span {
  font-size: 12px;
  color: #fff;
}
@media (min-width: 768px) {
  .header__search {
    position: absolute;
    right: 35px;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .header__search {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .header__search {
    float: none;
    clear: both;
  }
  .header__search .search {
    width: auto;
    border-top: 1px solid #f1f1f1;
  }
  .header__search .search__input {
    text-align: left;
  }
}
.header__action {
  position: relative;
  letter-spacing: 0.5px;
  height: 170px;
}
@media (max-width: 991px) {
  .header__action {
    padding: 0;
    height: auto;
  }
}
.header__action-container {
  position: relative;
}
@media (max-width: 991px) {
  .header__action-container {
    height: 46px !important;
  }
}
.header_top_navbar_item {
  float: left;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.header_top_navbar_item span {
  font-weight: 700;
}
.header__favs-link {
  font-size: 21px;
  margin-top: -2px;
  position: relative;
  margin-right: 20px;
}
.header__favs-link a {
  text-decoration: none !important;
  color: #000 !important;
}
.header__favs-link:after {
  position: absolute;
  content: '';
  display: block;
  width: 1.5px;
  height: 20px;
  top: 1px;
  right: -10px;
  background-color: #858594;
}
.sm-logo-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .sm-logo-wrapper {
    position: relative;
  }
}
@media (max-width: 767px) {
  .sm-logo-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sm-logo-wrapper {
    display: none;
  }
}
.header__logo-wrapper {
  display: block;
  width: 60px;
  text-align: center;
  font-size: 68px;
  text-decoration: none;
  color: #000;
}
.header__logo-wrapper.icon-logo:before {
  color: #102046;
}
.header__logo-wrapper img.gap-logo-icon {
  max-height: 68px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .header__logo-wrapper img.gap-logo-icon {
    max-height: 35px;
  }
}
@media (max-width: 767px) {
  .header__logo-wrapper img.gap-logo-icon {
    max-height: 32px;
    margin: -4px auto;
  }
}
@media (min-width: 992px) {
  .header__logo-wrapper.icon-logo_br:before {
    font-size: 62px;
  }
}
@media (max-width: 991px) {
  .header__logo-wrapper {
    font-size: 35px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .header__logo-wrapper {
    top: 12px;
  }
}
.header__logo-wrapper.banana {
  width: 420px !important;
  margin: auto !important;
  text-align: center;
}
@media (min-width: 992px) {
  .header__logo-wrapper.banana {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .header__logo-wrapper.banana {
    width: 180px!important;
  }
}
@media (max-width: 370px) {
  .header__logo-wrapper.banana {
    width: 125px!important;
  }
}
.header__logo-wrapper .banana-icon-logo {
  height: 80px;
  padding: 25px 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .header__logo-wrapper .banana-icon-logo {
    padding: 10px 0;
    height: auto;
  }
}
.header__campaign--message {
  background-color: #b08e49;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .header__campaign--message {
    display: none;
  }
}
.header__campaign--text {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.header__campaign--text a {
  font-weight: 400;
}
.ui-front {
  z-index: 203;
}
.search-wrapper {
  text-align: right;
}
.header__nav--link-wrapper {
  display: flex;
  justify-content: space-between;
}
.header__nav--link {
  font-size: 11px;
}
@media (max-width: 991px) {
  .header__top--container .header__top-message {
    display: none;
  }
}
.header__top-message {
  display: inline-block;
  font-size: 10px;
  cursor: pointer;
  line-height: 40px;
}
.header__top-message span {
  text-decoration: underline;
  font-size: 10px;
}
@media (max-width: 991px) {
  .header__top-message {
    text-align: center;
    border-bottom: 1px solid #000;
    display: block;
  }
}
@media (max-width: 767px) {
  .header__top-message {
    margin-top: -15px;
  }
}
.header__dropdown-message {
  position: relative;
  cursor: pointer;
  padding: 18px 15px;
  font-weight: 200;
}
.header__dropdown-message > * {
  display: inline-block;
  vertical-align: middle;
}
.header__dropdown-message > * b {
  font-weight: 700;
}
.header__dropdown-message .dropdown {
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-out;
  position: absolute;
  z-index: -9999999;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.header__dropdown-message::after {
  display: inline;
  padding-left: 30px;
  content: '+';
  font-size: 20px;
  line-height: 14px;
  font-weight: 700;
}
.header__dropdown-message.active .dropdown {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.header__dropdown-message.active::after {
  content: '-';
}
.phone-warning-wrapper {
  position: absolute;
  left: 0;
  right: 0;
}
.phone-warning-wrapper .phone-warning-text {
  max-height: 30%;
  text-align: center;
  overflow: auto;
  font-weight: bold;
}
.phone-warning-wrapper .box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 0.4px;
  background-clip: padding-box;
  text-align: center;
}
.phone-warning-wrapper .button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 0.4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.phone-warning-wrapper .button:hover {
  background: #06D85F;
}
.phone-warning-wrapper .btn-profile {
  text-align: center;
  background-color: #000d42;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  display: block;
}
.phone-warning-wrapper .phone-img {
  text-align: center;
  margin-bottom: 10px;
}
.phone-warning-wrapper .phone-img img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.phone-warning-wrapper .btn-logout {
  text-align: center;
  background-color: #ddd;
  padding: 10px;
  margin-top: 10px;
  height: 40px;
  width: 100%;
}
.phone-warning-wrapper .btn-logout img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.phone-warning-wrapper .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 1001;
}
.phone-warning-wrapper .popup {
  margin: 100px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1002;
}
.phone-warning-wrapper .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
@media screen and (max-width: 700px) {
  .phone-warning-wrapper .box {
    width: 80%;
  }
  .phone-warning-wrapper .popup {
    width: 80%;
  }
}
.body-success .phone-warning-wrapper,
.profile .phone-warning-wrapper {
  display: none !important;
}
.nav-menu-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 0 20px;
  align-content: center;
  align-items: center;
  height: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .nav-menu-flex {
    height: 20px;
  }
  .nav-menu-flex .nav-logo {
    display: none;
  }
}
.nav-menu-flex > div {
  flex: 1 1 auto;
}
.basket-popup-bg {
  z-index: 990 !important;
}
.header__icon--email-verification {
  position: absolute;
  left: 55px;
  top: 2px;
  background-color: #fc0c0b;
  color: white;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  font-size: 11px;
  border-radius: 100%;
  font-family: 'demibold', sans-serif;
  display: none;
}
@media (max-width: 767px) {
  .header__icon--email-verification {
    right: -15px;
    top: 10px;
    left: inherit;
  }
}
.verification__icon-profil {
  left: inherit;
  top: 0;
  right: -18px;
}
.verification__icon-user {
  top: 4px;
  left: 0;
}
.m-menu-opener-top {
  flex-grow: 1;
}
.m-menu-opener-logo {
  flex-grow: 1;
  padding-left: 35px;
}
.header__menu {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .header__menu {
    margin-top: 0;
  }
}
.navigation-wrapper {
  margin: 0 auto;
  border: none;
}
@media (max-width: 991px) {
  .navigation-wrapper {
    border-bottom: 0;
  }
}
.navigation {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 991px) {
  .navigation {
    display: block;
  }
}
.navigation hr {
  display: none;
}
.navigation__item {
  text-align: center;
}
.navigation__item > h3 {
  display: none;
}
@media (min-width: 992px) {
  .navigation__item {
    height: 50px;
  }
  .navigation__item.navigation__item--special > h3 {
    display: block;
    margin-top: 6px;
    font-size: 0.65em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
  }
}
@media (min-width: 992px) {
  .navigation__item:hover {
    background-color: #fff;
  }
  .navigation__item:hover a {
    position: relative;
    z-index: 3;
  }
}
.navigation__item:hover .navigation__submenu.opened {
  visibility: visible;
  opacity: 1;
  display: block;
  top: 42px;
}
@media (min-width: 992px) {
  .navigation__item.menu-accessories .navigation__submenu .navigation__submenu__item-box {
    width: 400px;
  }
  .navigation__item.menu-accessories .navigation__submenu .navigation__submenu__item-box .navigation__submenu__item {
    float: left;
    margin-bottom: -10px;
    width: 180px;
  }
}
.gap .navigation {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.navigation__submenu__item-continue {
  text-decoration: underline;
  font-weight: 500;
  font-size: 12px;
  padding-left: 10px;
}
.navigation__link {
  font-size: 12px;
  font-family: helvetica;
  color: #000;
  letter-spacing: 1px;
  padding: 6px 0 3px 0;
  font-weight: 400;
  text-transform: uppercase;
  cursor: default;
}
.navigation__link:hover {
  text-decoration: none;
  color: #888;
}
@media (max-width: 991px) {
  .navigation__link:hover {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .navigation__link {
    color: #fff;
    font-size: 12px;
    padding: 17px 0 13px;
    border-top: 1px solid #353434;
    padding-left: 10px;
  }
  .navigation__link:last-of-type {
    border-bottom: 1px solid #353434;
  }
}
.header__logo {
  float: left;
  margin: 0 10px;
  padding: 0 5px;
  background: #000;
  height: 100%;
  position: relative;
}
.header__logo.active {
  background: #fff;
  padding: 0 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header__logo.active {
    margin-left: 0;
  }
}
.header__logo.active::before,
.header__logo.active::after {
  width: 100%;
  background: #fff;
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
}
@media (max-width: 767px), (max-width: 575px) {
  .header__logo.active::before,
  .header__logo.active::after {
    height: 14px;
  }
}
.header__logo.active::before {
  top: auto;
  bottom: 100%;
}
.header__logo.active:nth-of-type(2) {
  padding-left: 12px;
}
@media (max-width: 767px), (max-width: 575px) {
  .header__logo {
    float: none;
    display: inline-block;
    height: 40px;
  }
}
.header__logo img {
  max-height: 25px;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.header__logo:nth-of-type(2) {
  margin-left: 0;
  padding-left: 0;
}
.header__logo:nth-of-type(2) img {
  max-height: 11px;
}
.banana .header__logo.active:nth-of-type(2) img {
  max-height: 9px;
}
@media (min-width: 992px) {
  .navigation__item--active > .navigation__link {
    border-bottom: 3px solid #122344;
  }
}
@media (max-width: 991px) {
  .navigation__item--active {
    color: #fff;
  }
}
.navigation__item--active .navigation__intermenu__arrow {
  visibility: visible;
  opacity: 1;
}
.navigation__submenu {
  position: absolute;
  padding: 33px 25px;
  color: #000;
  text-align: left;
  background: #fff;
  z-index: 25;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  border-top: 0;
}
.navigation__submenu.fulled {
  width: 100%;
  left: auto;
  right: 0;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .navigation__submenu {
    position: relative;
    transition: all 0.5s;
    border: 0;
    background: #0f0f0f;
    color: #fff;
    box-shadow: none;
    padding: 0;
    margin: 0px -10px -4px !important;
    opacity: 0;
    visibility: hidden;
    display: none;
    width: calc(100% + 20px) !important;
    padding-bottom: 8px;
  }
}
.navigation__submenu__list {
  display: inline-block;
  font-size: 14px;
  white-space: normal;
  vertical-align: top;
}
@media (max-width: 991px) {
  .navigation__submenu__list {
    display: block;
    margin-right: 0;
  }
}
.navigation__submenu__item-box {
  float: left;
  width: 190px;
  padding-right: 18px;
  text-align: left;
}
@media (max-width: 991px) {
  .navigation__submenu__item-box {
    float: none;
    width: auto;
    padding-right: 0;
    margin-right: 0;
  }
}
.navigation__submenu__item {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .navigation__submenu__item {
    margin-bottom: 0;
  }
}
.navigation__submenu__item:last-child {
  margin-bottom: 0;
}
.navigation__submenu__item.nosubmenu {
  margin-bottom: 10px;
  border: 0;
  padding-bottom: 0;
}
.navigation__submenu__img-box {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navigation__submenu__img-box span:nth-child(n+3) {
    display: none;
  }
}
.navigation__submenu__img-box .navigation__submenu__img-toptitle {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .navigation__submenu__img-box .navigation__submenu__img-toptitle {
    color: #333;
  }
}
.navigation__submenu__img-box > span {
  display: block;
  float: left;
  margin-right: 18px;
}
@media (max-width: 991px) {
  .navigation__submenu__img-box > span {
    max-width: 40%;
    margin-bottom: 50px;
  }
}
.navigation__submenu__img-box > span:last-child {
  margin-right: 0;
}
.navigation__submenu__img-box img {
  max-width: 100%;
  margin-bottom: 10px;
}
.navigation__submenu__img-box .navigation__submenu__img-title {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .navigation__submenu__img-box .navigation__submenu__img-title {
    color: #333;
  }
}
.navigation__submenu__img-box .navigation__submenu__img-desc {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .navigation__submenu__img-box .navigation__submenu__img-desc {
    color: #333;
  }
}
.navigation__submenu__img-box .navigation__submenu__img-link {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .navigation__submenu__img-box .navigation__submenu__img-link {
    color: #333;
  }
}
.navigation__submenu__item__title {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
  font-weight: 700;
}
.navigation__submenu__item__title:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .navigation__submenu__item__title:hover {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .navigation__submenu__item__title {
    font-size: 14px;
    border-bottom: 0;
    color: #fff;
    padding-left: 33px;
    position: relative;
    padding-bottom: 17px;
    padding-top: 17px;
    margin-top: 0;
    margin-bottom: 12px;
    text-align: left;
    font-weight: 400;
  }
}
.nosubmenu .navigation__submenu__item__title {
  border: 0;
  padding-bottom: 0;
  text-transform: none;
}
.navigation__submenu__item__link {
  display: block;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 0;
  color: #000;
}
.navigation__submenu__item__link:hover {
  font-weight: normal;
  color: #888;
  text-decoration: none;
}
@media (min-width: 992px) {
  .navigation__submenu__item__link {
    display: table;
  }
  .navigation__submenu__item__link.active {
    border-bottom: 2px solid #122344;
    padding-bottom: 0;
    margin-bottom: 2px;
  }
  .navigation__submenu__item__link.active:hover {
    color: #888;
    margin-bottom: 4px;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .navigation__submenu__item__link {
    font-size: 14px;
    color: #fff;
    padding: 5px 0 5px 45px;
  }
}
.navigation__submenu__item__link.red-link {
  color: #d0011b;
}
.navigation__submenu__img-item {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.navigation__submenu__img-item:last-child {
  margin-right: 0;
}
.navigation__submenu__img-item:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .navigation__submenu__img-item {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navigation__submenu__img-item {
    width: 120px;
  }
}
.navigation__submenu__img-text {
  margin-top: 10px;
  font-size: 10px;
  color: #222;
  font-size: 14px;
}
.navigation__submenu__img-description {
  margin-top: 15px;
  font-size: 12px;
  color: #222;
}
.navigation__submenu__parent {
  display: none;
}
.m-navigation-header__close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.m-user-panel__name {
  padding-top: 15px;
}
.m-user-panel > div {
  padding-left: 15px;
}
.m-user-panel > div:last-of-type {
  padding-bottom: 10px;
}
.m-user-panel__login {
  padding: 15px;
}
.banana.svg-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .navigation__submenu_overlay {
    display: none;
    position: absolute;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 4;
  }
}
.navigation-menu-red-color {
  color: #d0011b !important;
}
.header__info-message {
  float: left;
  font-size: 13px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .header__info-message {
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .body-basket .header__info-message {
    display: none !important;
  }
}
.body-basket .header__basket__box {
  display: none !important;
}
.header__basket {
  float: right;
  position: relative;
}
.header__basket:hover > .header__basket__box {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.header__basket.active .header__basket__box {
  opacity: 1;
  visibility: visible;
}
.header__basket-top {
  font-size: 18px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 15px;
  padding-top: 12px;
  color: #000;
  font-family: 'maax';
  font-weight: 700;
}
.header__basket-top span {
  font-weight: 700;
  color: #000;
  font-size: 18px;
}
.header__basket-inner {
  max-height: 268px;
  overflow-y: scroll;
  margin-right: -9px;
  padding-top: 10px;
}
.header__basket-inner::-webkit-scrollbar {
  width: 9px;
  position: absolute;
  right: -4.5px;
}
.header__basket-inner::-webkit-scrollbar-thumb {
  background-color: #4A4A4A;
  border-radius: 100px;
}
.header_icon--heart {
  color: #8c1d1c;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.header__basket__link {
  display: inline-block;
  vertical-align: middle;
}
.header__basket__link .count {
  display: none;
}
.header__basket__link.active {
  padding: 1.5px 14px;
  position: relative;
}
.header__basket__link.active::before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 10px);
  background: #0a5694;
  top: -8px;
  left: 0;
  z-index: 1;
  position: absolute;
}
.header__basket__link.active .icon-sepet:before .icon-basket-fill:before {
  font-size: 30px;
  transform: translateY(-3px);
  display: inline-block;
}
.header__basket__link.active span {
  margin: 0!important;
}
.header__basket__link.active .count {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0a5694;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
}
.header__basket__link:hover {
  text-decoration: none;
}
.header__basket__icon {
  display: block;
  text-align: center;
  letter-spacing: -0.5px;
}
.header__basket__box {
  position: absolute;
  width: 370px;
  padding: 10px 30px 0 30px;
  top: 42px;
  right: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  z-index: 999;
  letter-spacing: normal;
  text-align: left;
  border: 1px solid #cecece;
  box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.1);
}
.header__basket__box.empty {
  visibility: hidden!important;
}
.header__basket__box.empty:after,
.header__basket__box.empty:before {
  display: none !important;
}
.header__basket__info {
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d8d8;
}
.header__basket__item-box {
  display: table;
  width: 100%;
}
.header__basket__item-body {
  display: table-row-group;
}
.header__basket__item {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.header__basket__item > * {
  display: inline-block;
  vertical-align: top;
}
.header__basket__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.header__basket__item__img-box {
  width: 72px;
}
.header__basket__item__img {
  display: block;
  width: 72px;
  height: 72px;
  background-size: cover;
  border: 1px solid #e7e7e7;
  background-position: center center;
}
.header__basket__item__text {
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.header__basket__item__text,
.header__basket__item__text:hover,
.header__basket__item__text:active,
.header__basket__item__text:focus {
  text-decoration: none;
}
.header__basket__item__summary {
  padding: 11px 0;
}
.header__basket__item__delete {
  position: absolute;
  top: 0px;
  right: 10px;
  display: block;
  font-size: 16px;
  text-decoration: none !important;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
.header__basket__item__delete i::after {
  content: '\e906';
  font-family: 'icomoon';
  color: #000;
}
.header__basket__item:hover .header__basket__item__delete {
  opacity: 1;
  pointer-events: auto;
}
.header__basket__item__total__quantity {
  float: left;
  width: 50%;
  white-space: nowrap;
}
.header__basket__item__text__product__image {
  width: 72px;
  max-width: 72px;
}
.header__basket__item__text__product__name {
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin-top: -2px;
}
.header__basket__item__price {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.header__basket__item__price span:first-child {
  margin-right: 5px;
  color: #000;
}
.header__basket__item__price span:last-child {
  text-decoration: line-through;
  color: #666;
}
.header__basket__item__total__price {
  float: right;
  width: 50%;
  text-align: right;
}
.header__basket__item__campaign {
  padding-top: 15px;
  text-align: center;
}
.header__basket__item__campaign__offer {
  line-height: 2;
}
.header__basket__bottom {
  font-size: 12px;
}
.header__basket__bottom span {
  margin-right: 10px;
  display: block;
  font-weight: 200;
  color: #000 !important;
  padding-top: 2px;
}
.header__basket__bottom span i {
  font-weight: 500;
}
.header__basket__added__product__quantity {
  font-size: 12px;
  color: #000;
  padding-bottom: 11px;
  border-bottom: 1px solid #d8d8d8;
}
.header__basket__actions {
  text-align: right;
  padding-top: 16px;
  border-top: 1px solid #ddd;
}
.header__basket__actions span {
  color: #000;
}
.header__basket__actions-total-text {
  float: left;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.header__basket__actions-total-amount {
  margin-bottom: 10px;
}
.header__basket__actions-total-amount span:first-child {
  text-decoration: line-through;
  font-size: 14px;
}
.header__basket__actions-total-amount span:last-child {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
}
.header__basket__complete {
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  width: 148px;
  max-width: 100%;
  background-color: #f44d00;
  padding: 0;
  float: right;
}
.header__basket__complete:hover,
.header__basket__complete:active,
.header__basket__complete:focus {
  text-decoration: none;
  color: #fff;
}
.header__basket__to-basket {
  color: #f44d00;
  text-decoration: underline;
  width: 148px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  float: left;
  vertical-align: top;
  border: 1px solid #f44d00;
}
.header__basket__to-basket:hover {
  text-decoration: none;
  background-color: #f44d00;
  color: #FFF;
}
.header_basket_button {
  margin: 0 0 10px;
  vertical-align: top;
  font-size: 13px;
}
.header__basket__text {
  padding: 0;
  position: relative;
  font-size: 12px;
}
.header__basket__text > span {
  float: left;
  margin-top: 4px;
  position: relative;
  z-index: 2;
}
.header__basket__text span:first-child {
  font-size: 21px;
  margin-right: 10px;
  margin-top: -3px;
}
.header__basket__text i:last-child {
  padding-left: 5px;
  font-weight: 500;
}
.header__basket__quantity {
  color: #fff;
}
.header__basket__parenthesis {
  color: #fff;
}
.m-basket-opener {
  font-size: 22px;
  color: #fff;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8b8b', endColorstr='#020202', GradientType=0);
}
.m-basket-opener .icon-basket-line,
.m-basket-opener .icon-basket-fill {
  font-size: 25px!important;
}
.m-basket-opener.active {
  width: 40px;
  height: 46px;
}
.m-basket-opener.active i {
  color: #0057b8;
  position: relative;
}
.m-basket-opener.active span {
  color: #fff;
  line-height: 10px;
  width: 17px;
  right: 22px;
  bottom: 10px;
  font-size: 12px!important;
  position: absolute;
}
.m-basket-opener i {
  color: #545454;
}
.m-basket-opener span {
  position: absolute;
  display: block;
  width: 14px;
  line-height: 15px;
  text-align: center;
  bottom: 9px;
  right: 13px;
  font-size: 13px;
  color: #fff;
  left: 4px;
  top: 10px;
}
.m-basket-opener,
.m-basket-opener:active,
.m-basket-opener:focus,
.m-basket-opener:hover {
  color: #000;
}
.header__basket__upsells {
  margin: 10px -30px 0;
}
.header__basket__upsells span {
  display: block;
  width: 100%;
  color: #000000;
  font-size: 13px;
  text-align: center;
  padding: 20px 80px;
  background-color: #FFF5EF;
}
.header__basket__upsells span:nth-child(n+2) {
  display: none;
}
.header__basket-discounts {
  margin: 10px -30px 0;
}
.header__basket-discounts > div {
  text-align: center;
  padding: 15px 30px;
  background: #eee;
}
.header__basket-discounts > div div {
  color: #000;
}
.header__basket-discounts > div:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
.header__basket-discount-name,
.header__basket-discount-amount {
  font-size: 12px;
}
.header__basket-discount-name {
  float: left;
  color: #ef4130;
}
.header__basket-discount-amount {
  float: right;
  color: #ef4130;
  font-weight: 500;
}
.icon-user {
  font-size: 25px;
  float: left;
  margin-right: 13px;
}
.header__user {
  float: left;
  position: relative;
}
.header__user:hover .header-profile-box {
  visibility: visible;
  opacity: 1;
}
.header__user:hover .header_top_navbar_item {
  color: #666666;
}
.header__user:hover .member-arrow {
  border-top-color: #666666;
}
.header__user .header-profile-create-account,
.header__user .header-profile-anonymous {
  font-size: 13px;
  line-height: 10px;
  padding: 10px 0;
  color: #666;
}
.header__user .header-profile-create-account {
  border-bottom: #666 1px solid;
  margin-top: 5px;
}
.header__user span {
  font-size: 12px;
}
@media (max-width: 991px) {
  .header__user {
    font-size: 14px;
  }
  .header__user span {
    font-size: 11px;
  }
}
.header__user a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .header__user {
    margin-right: 9px;
  }
}
.header-profile-box {
  position: absolute;
  width: 130px;
  top: -13px;
  right: -3px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
  color: #000;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  z-index: 101;
  padding: 7px;
  padding-top: 40px;
  text-align: left;
}
.header-profile-box .header-profile-login-button {
  background-color: #132344;
  font-size: 15px;
}
.header__user-list {
  padding-right: 5px;
  position: relative;
  z-index: 102;
}
.header__user-list li {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
}
.header__user-list .icon-chevron_down {
  font-size: 10px;
  margin-left: 18px;
}
@media (min-width: 768px) {
  .header__user:hover .header__user__auth__menu {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
}
@media (max-width: 767px) {
  .header__user.show .header__user__auth__menu {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
}
.header__user__auth__link {
  display: block;
  padding: 0 15px;
  font-size: 12px;
  line-height: 35px;
  text-transform: capitalize;
  position: relative;
}
.header__user__auth__link:hover,
.header__user__auth__link:focus,
.header__user__auth__link:active {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__user__auth__link {
    pointer-events: none;
  }
}
.header__user__auth__menu {
  position: absolute;
  width: 210px;
  padding: 15px 20px;
  left: -1px;
  transition: all 0.2s;
  visibility: hidden;
  background-color: #fff;
  color: #000;
  transition: 0.2s;
  z-index: 102;
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  top: 40px;
  overflow: hidden;
  transition: all 0.3s;
}
.header__user__auth__menu__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px;
  text-align: left;
  font-size: 12px;
  background: transparent;
  line-height: 16px;
}
.header__user__auth__menu__link.gaployalty_user_auth_menu_link {
  color: #020b47;
  font-weight: bold;
}
.header__user__auth__menu__link:hover,
.header__user__auth__menu__link:hover,
.header__user__auth__menu__link:active {
  text-decoration: none;
}
@media (max-width: 991px) {
  .header__user__auth__menu__link {
    color: #fff;
    font-size: 12px;
    padding: 15px 20px;
  }
  .header__user__auth__menu__link i {
    display: none;
  }
  .header__user__auth__menu__link span {
    display: inline-block;
    width: 20px;
  }
}
@media (min-width: 768px) {
  .header__user__auth__menu__link span {
    display: none;
  }
}
.header__user__auth__menu__line {
  border-bottom: 1px solid #31363a;
  margin: 6px 0;
}
.mobile-header .header__user-mobile {
  position: absolute;
  right: 0;
  top: 3px;
}
.mobile-header .header__user-mobile .header__user-list {
  border: none;
  padding-right: 0;
}
.mobile-header .header_top_navbar_item {
  background-color: #000d42;
  height: 33px;
  min-width: 77px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.46px;
}
.mobile-header .header__user__auth__menu {
  right: 0;
  left: inherit;
  top: 90px;
  position: absolute !important;
}
.mobile-header .header__user__auth__menu__link {
  display: block;
  width: 100%;
  padding: 4px;
  text-align: left;
  font-size: 12px;
  background: transparent;
  line-height: 16px;
  color: #000;
}
.mobile-header .header__user__auth__link i {
  vertical-align: middle;
}
.contract-modal {
  display: none;
}
.contract-modal.shown {
  display: block !important;
}
.contract-modal .backdrop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.75);
}
.contract-modal__content {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  padding: 30px;
  width: 885px;
  color: #000;
  background-color: #fff;
  overflow-y: scroll;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .contract-modal__content {
    width: 100%;
    height: 100%;
  }
}
.contract-modal a {
  text-decoration: underline;
}
.contract-modal .contract-title {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}
.contract-modal .close {
  position: absolute;
  right: 0;
  top: 10px;
  width: 25px;
  height: 25px;
  font-weight: bold;
  background-size: 10px 10px;
  cursor: pointer;
}
.footer-container {
  margin-top: 25px !important;
}
.footer-container .container {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__nav__content {
    display: none;
  }
}
.footer.gap {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
}
.footer.gap .footer__inner {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  padding-bottom: 60px;
}
.footer.gap .footer__nav {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  padding: 60px 0 5px;
  width: fit-content;
}
.footer.gap .footer__nav:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.footer.gap .footer__nav-inner {
  margin-bottom: 45px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer.gap .footer__nav-inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer.gap .footer__nav-inner .loyalty-app {
    order: -3;
  }
}
.footer.gap .footer__nav__item {
  text-align: left;
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .footer.gap .footer__nav__item {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer.gap .footer__nav__item:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .footer.gap .footer__nav__item {
    display: block;
    text-align: center;
  }
}
.footer.gap .footer__nav__title {
  font-family: Helvetica;
  font-size: 19px;
  font-weight: 400;
  color: #122344 !important;
  line-height: 1.42;
  letter-spacing: 0.95px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer.gap .footer__nav__title {
    margin-bottom: 16px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.14px;
    text-align: left;
    color: #2b2b2b !important;
    margin-left: 25px;
  }
}
.footer.gap .footer__nav__app-icons img {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .footer.gap .footer__nav__app-icons img {
    margin-right: 9px;
  }
}
@media (max-width: 767px) {
  .footer.gap .footer__nav__app-icons {
    display: inline-flex;
    padding: 25px 0 10px 0;
  }
}
.footer.gap .footer__nav__social-icons {
  display: flex;
}
@media (max-width: 767px) {
  .footer.gap .footer__nav__social-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .footer.gap .footer__nav__social-icons img {
    width: 30px;
  }
}
.footer.gap .footer__nav__link {
  font-family: Helvetica;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: 0.98px;
  color: #666666 !important;
  display: block;
  margin: 10px auto;
}
@media (max-width: 767px) {
  .footer.gap .footer__nav__link {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #000 !important;
    margin-left: 25px;
  }
}
.footer.gap .footer__nav__link:hover {
  text-decoration: underline;
}
.footer.gap .footer__nav__link.stores img {
  margin: auto;
  max-width: 210px;
  width: 210px;
}
.footer.gap .footer__copyright {
  color: #000;
  font-size: 16px;
  text-align: right;
  padding-right: 30px;
  line-height: 35px;
}
.footer.gap .footer__copyright span {
  display: inline-block;
}
.footer.gap .footer__copyright a {
  color: #000 !important;
  text-decoration: none !important;
  display: inline-block;
  margin-right: 20px;
}
.footer.gap .footer__bottom {
  padding: 15px 15px 20px 0;
}
@media (max-width: 767px) {
  .footer.gap .footer__bottom {
    padding: 15px 15px 20px 15px;
    text-align: center;
    background-color: #2b2b2b;
    color: #fff;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer.gap .footer__bottom .brand-store {
    display: block;
    margin-bottom: 10px;
  }
}
.footer.gap .footer__bottom--link {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: #707070 !important;
}
@media (max-width: 767px) {
  .footer.gap .footer__bottom--link {
    color: #fff !important;
  }
}
.footer.gap .footer__bottom--link:after {
  display: inline-block;
  content: '|';
  padding: 0 5px;
}
.footer.gap .footer__bottom--link:last-child:after {
  display: none;
}
.footer.gap .footer__bottom-text {
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.9px;
  font-size: 12px;
  color: #666666;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer.gap .footer__bottom-text {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer.gap {
    text-align: center;
  }
}
.installment-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.installment-modal.shown {
  display: block;
}
.installment-modal .backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.75);
}
.installment-modal .installment-modal__content {
  position: relative;
  z-index: 92;
  top: 50%;
  width: 400px;
  padding: 10px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  background-color: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .installment-modal .installment-modal__content {
    width: auto;
  }
}
.installment-modal .installment-closed {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.footer__icon {
  position: absolute;
  right: 25px;
  bottom: -5px;
  font-size: 26px;
  display: none;
}
@media (max-width: 767px) {
  .footer__icon {
    display: block;
  }
}
.footer__icon .icon-minus {
  display: none;
}
.footer.gap .subscribe-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .footer.gap .subscribe-wrapper {
    margin-bottom: 56px;
  }
}
.footer.gap .subscribe__title {
  margin-bottom: 8px;
}
.footer.gap .subscribe-desc {
  color: #122344;
  font-size: 24px;
  line-height: 1.42;
  text-decoration: underline;
  margin-bottom: 19px;
}
.footer.gap .subscribe__inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footer.gap .subscribe__inner {
    width: 95%;
    margin: auto;
  }
}
.footer.gap .subscribe__inner-box {
  display: flex;
}
@media (max-width: 767px) {
  .footer.gap .subscribe__inner-box {
    justify-content: center;
  }
}
.footer.gap .subscribe__input {
  width: 515px;
  height: 45px;
  margin-right: 12px;
  padding: 19px 0 13px 21px;
  border: none;
  color: #666666;
}
@media (max-width: 767px) {
  .footer.gap .subscribe__input {
    width: 100%;
  }
}
.footer.gap .subscribe__button {
  float: right;
  width: 80px;
  height: 45px;
  color: #fff;
  background-color: #132344;
}
.footer.gap .subscribe__button-icon {
  font-weight: bold;
  font-size: 35px;
}
.footer.gap .subscribe-info {
  display: block;
  margin-top: 20px;
  font-family: 'maax';
  font-size: 13px;
  color: #666666;
}
@media (max-width: 767px) {
  .footer.gap .subscribe-info {
    font-size: 18px;
    text-align: left;
  }
}
.footer.gap .subscribe-info input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.m-menu-opener-wrapper {
  display: inline-block;
  position: relative;
  display: none;
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  .m-menu-opener-wrapper {
    display: inline-block;
  }
}
.m-menu-opener-wrapper.active:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.menu__search-icon {
  font-size: 24px;
}
.m-menu-opener {
  text-decoration: none!important;
  display: inline-block;
  position: relative;
  margin-left: 13px;
  margin-right: 10px;
  margin-top: 8px;
  padding: 8px 0;
}
.m-menu-opener i {
  font-size: 22px;
}
.product-back-icon {
  display: none;
}
.product-body .m-menu-opener {
  display: none;
}
@media (max-width: 767px) {
  .product-body .product-back-icon {
    margin-top: -6px;
    display: inline-block;
    font-size: 18px;
    padding: 14px 20px 14px 5px;
  }
}
.m-navigation-header__caret {
  float: right;
  font-size: 25px;
  margin-top: 10px;
}
.navigation > hr {
  width: 90%;
}
.m-basket {
  float: right;
  position: relative;
  margin-top: 6px;
}
.m-basket__count {
  position: fixed;
  width: 12px;
  height: 12px;
  padding-top: 1px;
  top: -2px;
  left: -2px;
  font-size: 8px;
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .navigation-box {
    position: fixed;
    top: 0px;
    left: -100%;
    right: 110%;
    background-color: #000000;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    overflow-x: visible;
    z-index: 9999;
    transition: 0.2s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border: 0;
    height: 100vh;
  }
  .navigation-box.open {
    left: 0;
    right: 60px;
  }
}
@media (max-width: 991px) {
  .navigation__logout {
    padding: 0 13px;
    margin-top: 10px;
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;
  }
  .navigation__item {
    float: none;
    display: block;
    padding: 0px 10px;
    text-align: left;
    margin-right: 0;
  }
  .navigation__item.active a.navigation__link {
    padding-bottom: 8px;
    margin-bottom: 5px;
    position: relative;
  }
  .navigation__item.active a.navigation__link:after {
    content: '\E916';
    position: absolute;
    top: 5px;
    right: 0;
    color: #fff;
    font-family: 'icomoon';
    font-size: 26px;
  }
  .navigation__item.active a.navigation__link:before {
    content: '';
    display: block;
    width: 29px;
    height: 27px;
    border: 3.5px solid #000;
    position: absolute;
    top: 9px;
    right: -1px;
    z-index: 1;
  }
}
.m-submenu-header {
  background-color: #000;
  color: #fff;
  margin-left: -20px;
  padding: 10px 20px;
  position: relative;
  height: 40px;
}
.m-submenu-header p {
  position: absolute;
  left: 17px;
  z-index: 1;
  padding-left: 13px;
}
.m-submenu-header p i:before {
  transform: rotate(90deg);
  position: absolute;
  left: 0px;
  top: 2px;
}
.m-submenu-header a {
  position: relative;
  display: block;
  margin-top: -10px;
}
.m-submenu-header span {
  position: absolute;
  display: block;
  top: 10px;
  width: 100%;
  text-align: center;
  z-index: 0;
}
.navigation__header {
  padding: 10px 0 10px;
  margin: 10px;
}
.navigation__header img {
  width: 120px;
  float: left;
}
.navigation__header a {
  color: #000;
  float: right;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-top: 7px;
}
.navigation__header a.nav__close {
  float: left;
  font-size: 22px;
  margin-top: 1px;
  margin-right: 10px;
}
.navigation__header form {
  float: right;
}
.navigation__header-login {
  color: #fff !important;
  font-size: 12px !important;
  padding: 7px 2px !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
}
.fav-basket-box {
  margin-right: 5px;
}
.fav-basket-box a {
  display: flex!important;
  align-items: center;
}
.fav-basket-box a:focus,
.fav-basket-box a:active,
.fav-basket-box a:hover {
  text-decoration: none!important;
}
.search {
  float: right;
  clear: right;
  width: 210px;
  height: 30px;
  z-index: 100;
  position: relative;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .search {
    margin-top: 1px;
    display: none;
    position: absolute;
    z-index: 1000;
    top: -7px;
    border-bottom: 1px solid #b9b9b9;
    width: 100%;
    left: 0;
    margin-left: 0;
    border-left: 0;
    border-right: 0;
    background: #fff;
    padding: 10px;
    height: auto;
  }
}
.search__input {
  width: 100%;
  font-size: 18px;
  height: 100%;
  color: #666;
  border: 0;
  transition: 0.2s;
  background: transparent;
  padding-right: 25px;
  border-bottom: 1px solid #666666;
}
@media (max-width: 991px) {
  .search__input {
    float: left;
    border: 1px solid #ccc;
    height: 40px;
    width: 90%;
    margin: 0;
    padding-left: 10px;
  }
  .search__input:focus {
    border-bottom-color: #ccc;
  }
}
.search__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  padding: 0;
  background: transparent;
  color: #000000;
  font-size: 18px;
}
@media (max-width: 991px) {
  .search__button {
    float: right;
    color: #000;
    height: 40px;
    font-size: 20px;
    position: relative;
    width: 10%;
    padding-left: 10px;
    margin: 0;
    vertical-align: top;
  }
}
.m-search-opener {
  font-size: 22px;
  line-height: 55px;
  height: 51px;
  vertical-align: top;
  width: 51px;
  text-align: center;
  position: relative;
  cursor: pointer;
  float: right;
}
@media (min-width: 992px) {
  .m-search-opener {
    display: none;
  }
}
.orders-login .search {
  display: none;
}
.title-l {
  font-size: 24px;
}
@media (max-width: 767px) {
  .title-l {
    font-size: 16px;
  }
}
.summary-l {
  font-size: 16px;
}
@media (max-width: 767px) {
  .summary-l {
    font-size: 12px;
  }
}
.text-center {
  text-align: center;
}
.to-upperCase {
  text-transform: uppercase;
}
.box-filter-wrapper {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 10px 10px 0;
}
.box-filter-item {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 10px 10px 0;
  border: 1px solid #dedee9;
  box-sizing: border-box;
  padding: 9px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.4px;
  color: #686869;
  cursor: pointer;
  font-weight: 400;
  background-color: #fff;
}
input[type="checkbox"]:checked + label .box-filter-item {
  border: 1px solid #000;
  box-sizing: border-box;
}
.box-filter-checkbox {
  display: none;
}
.checkbox-item {
  position: relative;
  padding-left: 25px;
  line-height: 1.8;
  cursor: pointer;
}
@media (max-width: 991px) {
  .checkbox-item {
    padding-left: 20px;
  }
}
.checkbox-item.selected {
  border-color: #000;
}
.checkbox-item input {
  display: none;
}
.checkbox-label {
  display: block;
}
.checkbox-item span:last-child {
  font-size: 12px;
  color: #222222;
}
.list-filter-sub-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #686869;
}
.checkbox-check {
  display: none;
  height: 100%;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}
.list-filter-text-wrapper {
  font-size: 11px;
  color: #7F7F7F;
}
.price-filter-input {
  width: 50px;
  border: 1px solid #E1E1E1;
}
.list-filter-summary {
  color: #576B89;
  font-size: 14px;
  margin-bottom: 15px;
}
.list__color {
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #dedee9;
  border-radius: 0;
  overflow: hidden;
}
.list__color__round {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
}
.list__color-input:checked + .list__color:before {
  content: ' ';
  display: block;
  width: 30px;
  height: 30px;
  background-color: #dedee9;
  border-radius: 0;
  position: absolute;
  z-index: -1;
}
.list__color-input:checked + .list__color .list__color__round {
  border-color: #979797;
  position: relative;
}
.list__color-input:checked + .list__color .list__color__round:after {
  content: '\e915';
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -7px;
  font-size: 14px;
}
.list__color__round.bg-multi {
  background-image: url(./1b55934efa66141c7b2600c05c482944.png);
  background-position: 0px 0px;
  width: 70px;
  height: 70px;
  width: 30px !important;
  height: 30px !important;
  border: 0 none;
  background-size: cover;
}
.list__color__round.bg-multi:after {
  color: #fff;
}
.list__color__text {
  display: inline;
  color: #686869;
  font-size: 11px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .list__color__text {
    font-size: 9px;
  }
}
.m-filters-box-color-item {
  padding: 0;
  float: left;
  margin-right: 13px;
  position: relative;
}
@media (min-width: 992px) {
  .m-filters-box-color-item:nth-child(4n) {
    margin-right: 0;
  }
}
.chosen-products {
  padding: 5px 25px;
  background: #fff;
}
.chosen-products__title {
  padding-bottom: 7px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'Bebas';
  font-size: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.chosen-products__item {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.chosen-products .product-variant-desc {
  display: none;
}
.tab-title-wrapper {
  width: 100%;
}
.tab-title-item-list {
  display: table;
  width: 100%;
}
.tab-title-item {
  display: inline-block;
  text-align: center;
}
.tab-title {
  display: block;
  padding: 14px 17px;
  border-top: 1px solid #D8D8D8;
  border-left: 1px solid #d8d8d8;
  background-color: #fff;
  position: relative;
  vertical-align: bottom;
  color: #4A4A4A;
  font-size: 11px;
}
.tab-title-item:last-child .tab-title {
  border-right: 1px solid #d8d8d8;
}
.tab-title-item.active .tab-title {
  top: 1px;
  color: #A6408F;
  padding: 28px 25px 14px 25px;
  border-right: 1px solid #d8d8d8;
}
.tab-title-item.active + .tab-title-item .tab-title {
  border-left: 0 none;
}
.tab-content-wrapper {
  padding: 35px 30px 25px 30px;
  box-sizing: border-box;
  border: 1px solid #D8D8D8;
}
.tab-content-item {
  font-size: 12px;
  color: #4A4A4A;
  line-height: 1.9;
}
.tab-content-item {
  display: none;
}
.tab-content-item.active {
  display: block;
}
.checkout__register-form {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .checkout__register-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout__register-form .col-sm-12 {
    padding: 0;
  }
}
.quick-register__title {
  padding-left: 15px;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .quick-register__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .quick-register__title {
    padding-left: 0;
  }
}
.quick-register__description {
  max-width: 363px;
  margin: 10px 15px 23px;
}
@media (max-width: 767px) {
  .quick-register__description {
    margin: 20px auto 30px;
  }
}
.quick-register__description p {
  font-family: 'open sans';
  font-size: 13px;
  line-height: 1.7;
  color: #4A4A4A;
}
.quick-register__input {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  margin-bottom: 15px;
  border: 1px solid #000;
}
.quick-register__button {
  width: 100%;
  height: 60px;
  color: #fff;
  line-height: 60px;
  background-color: #f44d00;
}
.ui-autocomplete__category {
  font-size: 11px;
  color: #4a4a4a !important;
}
.ui-autocomplete__product__name {
  font-size: 12px;
}
.ui-autocomplete__product__price {
  font-size: 12px;
}
.ui-autocomplete {
  width: 375px !important;
}
.ui-autocomplete__label {
  border-bottom: 1px solid #b9b9b9;
  margin: 10px 0;
  padding: 0 0 5px 0;
  font-size: 11px !important;
}
.ui-autocomplete__label:first-child {
  margin-top: 10px;
}
.ui-menu .ui-menu-item-wrapper:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-autocomplete__product:not(.ui-autocomplete__category) {
  margin-top: 0 !important;
}
.ui-menu .ui-menu-item-wrapper {
  padding-left: 0px;
  font-size: 11px !important;
}
.ui-autocomplete__product__name {
  font-size: 11px !important;
}
.ui-widget.ui-widget-content {
  font-family: 'avantgarde-md' !important;
}
.ui-widget.ui-widget-content b {
  font-family: 'avantgarde-md' !important;
}
@media (max-width: 767px) {
  .ui-widget.ui-widget-content {
    left: 0 !important;
    width: 100% !important;
    position: fixed;
    transition: 0.5s ease-in-out;
  }
}
.bx-wrapper {
  box-shadow: none;
  border: 0;
  background: none;
  margin: 0 auto;
}
.product-slider__img {
  width: 520px;
  margin: 0 auto;
}
.bx-wrapper .bx-controls-direction a {
  width: auto;
  font: normal normal normal 30px/1 FontAwesome;
  background: none;
  font-size: 0;
  z-index: 10;
}
.bx-wrapper .bx-controls-direction a:hover {
  text-decoration: none;
}
.bx-wrapper .bx-controls-direction a:before {
  display: block;
  text-indent: 0;
  font-size: 25px;
}
.bx-wrapper .bx-prev {
  left: -18px;
}
.bx-wrapper .bx-prev:before {
  content: "\f104";
}
.bx-wrapper .bx-next {
  right: -18px;
}
.bx-wrapper .bx-next:before {
  content: "\f105";
}
.brand-search {
  width: 278px;
  position: absolute;
  left: -13px;
  z-index: 10;
  color: black;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.brand-search:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(164, 60, 140, 0.98), #d23f49);
}
.navigation__item.active:hover .brand-search {
  visibility: visible;
  opacity: 1;
}
.gap .navigation__item:hover .navigation__link {
  border-bottom: 3px solid #122344;
  text-decoration: none;
  color: #888;
}
.brand-search__search {
  padding: 10px 15px;
  background: #000;
}
.brand-search__bottom {
  background: #fff;
}
.brand-search__letters {
  float: left;
  width: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  color: blue;
}
.brand-search__letter {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}
.brand-search__letter.active {
  background: blue;
  color: #fff;
}
.brand-search__brand-box {
  position: relative;
}
.brand-search__scroller {
  height: 550px;
  padding-top: 15px;
  padding-bottom: 400px;
  overflow-y: auto;
  padding-left: 10px;
}
.brand-search__brands {
  margin-bottom: 25px;
}
.brand-search__brands__title {
  font-size: 24px;
  color: purple;
}
.brand-search__brand {
  display: block;
  margin-bottom: 7px;
}
.pagination-wrapper {
  margin-top: 4px;
}
.list__pagination {
  text-align: right;
  border-top: 0 none;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .list__pagination {
    padding: 20px 15px 80px 15px;
  }
}
.pagination-item {
  width: auto;
  padding: 3px 0;
  font-size: 13px;
  background: none;
  color: #000;
}
@media (max-width: 767px) {
  .pagination-item {
    margin: 0 10px;
    font-size: 15px;
  }
}
.pagination-item.active,
.pagination-item:not(.passive):hover {
  color: #ea1e2f;
  background: none;
}
.pagination-item.active {
  font-weight: 600;
}
.pagiation-arrow {
  float: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  .pagiation-arrow {
    display: inline-block;
  }
}
.pagination-item {
  float: none;
  height: auto;
  vertical-align: middle;
}
.jconfirm-buttons > button.jconfirm-buttons__basket {
  background: #f34d00;
}
.jconfirm-buttons > button.jconfirm-buttons__basket:hover {
  color: #fff;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
  font-weight: 500 !important;
  padding: 7px 12px 3px !important;
}
@media (max-width: 767px) {
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button,
  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
    font-size: 12px!important;
    padding: 7px 12px 5px !important;
  }
}
.hasspiner-button .spinner-button {
  display: none;
  font-size: initial;
}
.hasspiner-button.disabled {
  opacity: 0.8;
  cursor: default;
}
.hasspiner-button.disabled .spinner-button {
  display: inline-block;
}
.breadcrumb {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  color: #0A5694;
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 25px 15px 15px 15px;
    font-size: 13px;
  }
}
.breadcrumb a::after {
  content: '/';
  width: 0;
  height: 0;
  display: inline-block;
  margin: -1px 5px;
  color: #0A5694;
}
.breadcrumb a:last-child::after {
  content: '';
}
@media (min-width: 992px) {
  .breadcrumb--list {
    padding-left: 0;
  }
}
.zoomWindow {
  margin-left: 30px;
  border: none !important;
  z-index: 15;
}
.zoomContainer {
  z-index: 24;
}
@media (min-width: 768px) {
  .table-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-grid__item {
    display: table-cell;
  }
  .table-grid__item--sm-1\/12 {
    width: 8.333333%;
  }
  .table-grid__item--sm-2\/12 {
    width: 16.666667%;
  }
  .table-grid__item--sm-3\/12 {
    width: 25%;
  }
  .table-grid__item--sm-4\/12 {
    width: 33.333333%;
  }
  .table-grid__item--sm-5\/12 {
    width: 41.666667%;
  }
  .table-grid__item--sm-6\/12 {
    width: 50%;
  }
  .table-grid__item--sm-7\/12 {
    width: 58.333333%;
  }
  .table-grid__item--sm-8\/12 {
    width: 66.666667%;
  }
  .table-grid__item--sm-9\/12 {
    width: 75%;
  }
  .table-grid__item--sm-10\/12 {
    width: 83.333333%;
  }
  .table-grid__item--sm-11\/12 {
    width: 91.666667%;
  }
  .table-grid__item--top {
    vertical-align: top;
  }
  .table-grid__item--middle {
    vertical-align: middle;
  }
  .table-grid__item--bottom {
    vertical-align: bottom;
  }
}
.notify {
  font-size: 14px;
  color: #fff;
}
.notify .container {
  position: relative;
}
.basket__upsell-container {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .basket__upsell-container {
    display: block;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .basket__upsell-container {
    margin: 22px 0;
  }
}
.notify-warning {
  background-color: #D0011B;
  color: white;
}
.notify-upsell {
  background: #FEEFE8;
  color: #000;
  font-size: 14px;
  text-align: center;
  display: table-cell;
  height: 70px;
}
.notify-upsell .container {
  width: auto !important;
}
@media (max-width: 767px) {
  .notify-upsell {
    display: block;
  }
}
.notify-info {
  background-color: #E5EDD5;
  color: #31363A;
}
.notify__text {
  height: 70px;
  display: block;
}
.notify__text i,
.notify__text span {
  display: inline-block;
  vertical-align: middle;
}
.notify__text i {
  height: 100%;
}
.notify__text span {
  width: 90%;
}
.size__table-tabs {
  text-align: left;
}
.size__table-tab {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #eee;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  color: #323232;
  cursor: pointer;
  position: relative;
}
.size__table-tab:hover,
.size__table-tab.active {
  background-color: #fff;
}
.size__table-tab:hover:after,
.size__table-tab.active:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #fff;
}
.size__table-contents {
  border: 1px solid #ddd;
  padding: 10px;
}
.size__table-content {
  display: none;
}
.size__table-content.active {
  display: block;
}
.size__table-content table {
  font-size: 12px;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin-top: 30px;
  text-align: center;
}
.size__table-content table tr {
  border-bottom: 1px solid #ccc;
}
.size__table-content table td {
  padding: 10px 0;
  border-right: 1px solid #ccc;
}
.size__table-content .p5 {
  color: #ccc;
  margin: 5px 0;
}
.size__table-content .p12 {
  color: #000;
  margin: 5px 0;
  font-size: 16px;
}
.size-table-big-title {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin: 15px 0;
}
.recommendation {
  padding-bottom: 10px;
  text-align: center;
}
.recommendation h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.recommendation .item-container .image-container {
  margin-bottom: 10px;
}
.recommendation .item-container .row-text {
  margin: 10px 0;
}
.recommendation .item-container .old-price {
  text-decoration: line-through;
  color: #858594;
}
@media (max-width: 767px) {
  .address-modal {
    margin-top: 0;
    padding-top: 40px;
    z-index: 9999;
  }
  .address-modal .modal__close {
    visibility: hidden;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #ccc;
    width: 30px;
    height: 30px;
    transition: visibility 0.3s;
  }
  .address-modal .modal__close:before,
  .address-modal .modal__close:after {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    background-color: #696969;
    position: absolute;
    left: 13px;
    top: 3px;
  }
  .address-modal .modal__close:before {
    transform: rotate(-45deg);
  }
  .address-modal .modal__close:after {
    transform: rotate(45deg);
  }
  .add-modal .js-main-wrapper {
    pointer-events: none;
  }
  .add-modal .modal__bg {
    pointer-events: none;
  }
  .add-modal .address-modal .modal__close {
    visibility: visible;
  }
}
.lighting-text-contact {
  text-align: center;
  margin-top: 10px;
}
.lighting-text-contact a {
  text-decoration: underline;
}
.favs {
  position: absolute;
  top: 18px;
  right: 25px;
  z-index: 2;
}
.favs a {
  text-decoration: none !important;
  color: #000 !important;
}
.favs a .fa {
  font-size: 20px;
  line-height: 16px;
  outline: none;
}
.favs a.active .fa:before {
  content: "\f004";
}
.body-product .mfp-content.modal-favourite {
  width: 400px !important;
}
.mfp-content.modal-favourite {
  width: 400px !important;
  max-width: 95% !important;
  padding: 40px 0 0 !important;
  text-align: center;
}
.mfp-content.modal-favourite .fa {
  font-size: 50px;
  margin-bottom: 20px;
  display: inline-block;
}
.added-to-favourite-modal {
  display: none;
  position: relative;
}
.added-to-favourite-modal .added-to-favourite-title {
  font-size: 22px;
  padding: 0 10px;
  color: #000;
  line-height: 1;
}
.added-to-favourite-modal p {
  font-size: 18px;
  margin: 20px 0;
  padding: 0 10px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 767px) {
  .added-to-favourite-modal p {
    font-size: 14px;
  }
}
.added-to-favourite-modal .mfp-close {
  position: relative !important;
  background-color: #000d42 !important;
  padding: 5px 20px;
  color: #FFF !important;
  width: 100% !important;
  height: auto !important;
  border-radius: inherit !important;
  margin: 30px 0 0 !important;
  left: inherit !important;
  right: inherit !important;
  font-size: 18px;
  line-height: 2.5;
  font-family: inherit;
  letter-spacing: 2px;
  opacity: 1;
}
.favourite-header {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .favourite-header {
    margin-top: 10px;
  }
}
.padding-lr_10 {
  padding-left: 10px;
  padding-right: 10px;
}
.favourite-page-title {
  font-weight: 500 !important;
  position: relative;
}
@media (max-width: 767px) {
  .favourite-page-title {
    padding: 20px 0;
    font-size: 18px !important;
  }
}
.favourite-page-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -1px;
  height: 2px;
  background-color: #666;
  width: 100%;
}
.favourite-page-title > span {
  padding: 0 30px;
}
.favourite-page-title span {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.empty-favourite-text {
  text-align: center;
  font-size: 18px;
}
.favourite-navigation {
  color: #6e1512;
}
.favourite-navigation a {
  text-decoration: none;
}
.favourite-navigation .fa {
  padding: 11px 10px;
  font-size: 18px;
  color: #FFF;
}
.toggle-favourite-btn {
  float: left;
  border: 1px solid #000;
  width: calc(50% - 7px);
  margin: 15px 0 0 7px;
  color: #000 !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 10px 5px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .toggle-favourite-btn {
    width: calc(60% - 7px);
    font-size: 12px;
  }
}
.toggle-favourite-btn.active .fa:before {
  content: "\F004";
}
.favourite-error {
  color: red;
}
.category-text__read-more {
  text-decoration: none;
  cursor: pointer;
}
.category-text__content {
  font-size: 12px;
  padding: 10px 10px 20px;
}
.category-text__content h1 {
  font-weight: 900;
  margin: 5px 0;
  font-size: 17px;
}
.category-text__content h2 {
  font-weight: 600;
  margin: 5px 0;
  font-size: 15px;
}
.category-text__content h3 {
  margin: 5px 0;
  font-size: 13px;
}
.category-text__content strong {
  font-weight: 600;
}
.category-text__content a {
  text-decoration: underline;
}
.sms-verification-form {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.sms-verification-form .content {
  position: relative;
  top: 50%;
  width: 510px;
  padding: 20px 60px;
  max-width: 90%;
  margin: 0 auto;
  background-color: #fff;
  transform: translateY(-50%);
}
.sms-verification-form .content .close {
  position: absolute;
  top: 38px;
  right: 60px;
  font-size: 1.3rem;
}
.sms-verification-form .content .title {
  margin: 1.5rem 0;
  font-size: 27px;
  font-weight: 700;
  color: #020b47;
}
.sms-verification-form .content .title .icon {
  display: inline-block;
  vertical-align: middle;
}
.sms-verification-form .content .desc {
  font-size: 18px;
  line-height: 1.3em;
  padding-left: 10px;
  color: #666;
}
.sms-verification-form .content .field {
  margin: 2rem 0;
}
.sms-verification-form .content .field em {
  display: inline-block;
  margin-right: 5px;
  font-size: 3rem;
  vertical-align: middle;
}
.sms-verification-form .content .field input {
  display: inline-block !important;
  width: 23rem;
  height: 3rem;
  display: block;
  border: none;
  border-bottom: solid 1px #979797;
  background-color: #fff;
  font-size: 18px;
}
.sms-verification-form .content .field input::placeholder {
  font-style: italic;
  color: #979797;
}
.sms-verification-form .error-code {
  margin: 10px;
  color: #d23f49;
}
.sms-verification-form .sms-countdown {
  display: inline-block;
  margin-left: 10px;
  color: #979797;
}
.sms-verification-form .content .tips {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1em;
}
.sms-verification-form .content .tips p {
  margin-bottom: 1rem;
}
.sms-verification-form .content .tips a {
  color: #000d42;
  font-weight: 700;
  text-decoration: underline!important;
}
.sms-verification-form .content .button {
  height: 2.5rem;
  padding: 0 2.5rem;
  background-color: #f44d00;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .sms-verification-form {
    padding: 50px 10px;
  }
  .sms-verification-form .content {
    padding: 20px 20px;
    max-width: 100%;
    width: 100%;
  }
  .sms-verification-form .content .close {
    top: 30px;
    right: 30px;
  }
  .sms-verification-form .content .title {
    margin: 2rem 0;
    font-size: 1.7rem;
    text-align: center;
    text-indent: -25px;
  }
  .sms-verification-form .content .title .icon {
    margin-right: 5px;
  }
  .sms-verification-form .content .desc {
    font-size: 1rem;
  }
  .sms-verification-form .content .field {
    margin: 0 0 2rem 0;
  }
  .sms-verification-form .content .field em {
    position: relative;
    top: -2px;
    font-size: 6rem;
  }
  .sms-verification-form .content .field input {
    height: 4rem;
    font-size: 1rem;
    width: 100%;
  }
  .sms-verification-form .content .button {
    height: 3rem;
  }
  .sms-verification-form .content .tips {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1em;
  }
}
.consent-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.consent-popup__container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  z-index: 999;
  width: 650px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .consent-popup__container {
    width: 96%;
    padding: 30px;
  }
}
.consent-popup__head {
  font-size: 20px;
  font-weight: bold;
}
.consent-popup__content {
  margin: 10px 0 20px;
}
.consent-popup__content a {
  text-decoration: underline;
  font-weight: bold;
}
.consent-popup__approve-button {
  background-color: #122344 !important;
}
.consent-popup__cancel-button {
  text-decoration: underline;
  border: none;
  background-color: transparent;
}
.consent-popup .consent-popup-inner {
  transition: 0.2s linear all;
  visibility: hidden;
}
.consent-popup .consent-popup-inner.active {
  visibility: visible;
}
.contract-popup,
.marketing-popup {
  display: none;
}
.banana .consent-popup__approve-button {
  background-color: #333333 !important;
}
.address-modal-wrapper {
  z-index: 202;
  top: 60px;
}
@media (max-width: 767px) {
  .address-modal__button {
    width: 100%;
  }
}
.button {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-decoration: none !important;
}
.mfp-bg,
.mfp-wrap,
.modal {
  min-width: auto;
}
.account__form--input-grup i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 21px;
}
.mfp-auto-cursor .mfp-content strong {
  font-weight: bold;
}
.mfp-auto-cursor .mfp-content a {
  color: blue;
  text-decoration: underline;
}
.auth__form__input__email {
  text-transform: lowercase;
}
.selected-filter-wrapper {
  display: inline-block;
  padding-left: 60px;
}
.list__info {
  margin-bottom: 30px;
}
.list__info__filter__clear {
  margin-top: 0 !important;
}
.list__color:hover .list__color__name {
  opacity: 1;
}
.list__color:hover .list__color__name:after {
  opacity: 1;
}
.list__color__name {
  border-radius: 3px;
  width: 95px;
  color: #616061;
  height: 20px;
  line-height: 20px;
  border: 1px solid #d8d8d8;
  text-align: center;
  display: block;
  background-color: #fff;
  position: absolute;
  top: -15px;
  left: -100%;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 3;
}
.list__color__name:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 38px;
  border-top: 5px solid #d8d8d8;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (max-width: 991px) and (min-width: 768px) {
  .list__actions-wrapper {
    padding: 0;
  }
}
.list-filter-wrapper {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  font-family: 'Helvetica';
}
@media (max-width: 991px) {
  .list-filter-wrapper {
    border-top: none;
  }
}
.list-filter-wrapper::after {
  content: '';
  clear: both;
  display: block;
}
.search-total-count {
  font-weight: 700;
  color: #666;
  text-align: center;
  display: block;
  padding: 10px 0 5px;
}
@media (max-width: 991px) {
  .search-total-count {
    text-align: center;
  }
}
.search-dropdown-wrap {
  width: 140px;
  display: inline-block;
  position: relative;
}
.search-dropdown-wrap .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  padding: 6px 10px 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
@media (max-width: 991px) {
  .search-dropdown-wrap .link {
    padding: 0px 10px 5px;
    font-size: 17px;
  }
}
.search-dropdown-wrap .link::after {
  font-family: 'icomoon';
  content: '\e90a';
  font-size: 6px;
  color: #0a5694;
  margin-left: 10px;
  transform: translateY(-2px);
  transition: transform 0.2s;
  display: inline-block;
}
.search-dropdown-wrap .filter-mobile {
  border: 1px inset;
  padding-left: 6px;
  background-color: white;
  width: 199px;
  height: 39px;
  display: grid;
  text-align: start;
  align-items: center;
  padding-right: 30px;
}
.search-dropdown-wrap .options-mobile {
  display: none;
  position: absolute;
  z-index: 99;
  left: -38%;
  font-size: 0.933rem;
  font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
  font-weight: 700;
  height: auto;
  text-transform: uppercase;
  color: #122344;
}
.search-dropdown-wrap .options {
  display: none;
  position: absolute;
  width: 200%;
  top: calc(100% + 10px);
  left: -50%;
  z-index: 99;
  background: #fff;
  border: 1px solid #d5d5d5;
  padding: 10px;
  box-shadow: 0px 2px 10px #888888;
}
@media (max-width: 991px) {
  .search-dropdown-wrap .options {
    position: absolute;
    border: none;
    width: 154%;
    top: auto;
    left: auto;
  }
}
@media (min-width: 992px) {
  .search-dropdown-wrap .options::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: calc(50% - 10px);
    border: 10px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: center;
    transform: rotate(135deg) translateY(-7px) translateX(8px);
    box-shadow: -2px 2px 1px 0 rgba(0, 0, 0, 0.2);
  }
}
.search-dropdown-wrap .options .main-list-item-color {
  display: block;
  padding-left: 30px;
  font-weight: 200;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
}
.search-dropdown-wrap .options .main-list-item-color span:first-of-type {
  opacity: 1;
}
.search-dropdown-wrap .options .main-list-item-color-box {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #d5d5d5;
  left: 8px;
  top: 3px;
}
.search-dropdown-wrap .options .main-list-item-color.selected .main-list-item-color-box::before {
  content: '\2713';
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 15px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
.search-dropdown-wrap .options .main-list-item,
.search-dropdown-wrap .options .sub-list-item {
  display: block;
  padding-left: 30px;
  font-weight: 200;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
}
.search-dropdown-wrap .options .main-list-item::before,
.search-dropdown-wrap .options .sub-list-item::before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #d5d5d5;
  left: 8px;
  top: 3px;
}
.search-dropdown-wrap .options .main-list-item.selected::after,
.search-dropdown-wrap .options .sub-list-item.selected::after {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  background: #d5d5d5;
  top: 5px;
  left: 10px;
}
.search-dropdown-wrap .options .options__scroll {
  max-height: 250px;
  overflow: auto;
}
.search-dropdown-wrap .options .main-list-item--filter {
  padding-right: 30px;
}
.search-dropdown-wrap .options .main-list-item--filter span {
  float: right;
  opacity: 0.5;
}
.search-dropdown-wrap .options .sub-list-item {
  padding-left: 50px;
}
.search-dropdown-wrap .options .sub-list-item::before {
  left: 20px;
}
.search-dropdown-wrap .options .sub-list-item.selected::after {
  left: 22px;
}
@media (max-width: 1250px) {
  .search-dropdown-wrap {
    width: 110px;
  }
}
@media (max-width: 991px) {
  .search-dropdown-wrap {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .facet__options {
    text-align: left;
  }
  .facet__options:nth-of-type(4) .options::before {
    left: calc(50% - 50px);
  }
  .facet__options:nth-last-of-type(1) .options::before {
    left: calc(50% + 20px);
  }
}
.facet__wrapper .options {
  text-align: center;
}
.selected-wrapper {
  background: #edecec;
}
.selected-wrapper .selected__filters__wrapper {
  padding-left: 30px;
}
.selected-wrapper .selected__filters__wrapper.activated {
  margin-left: 17.6666%;
}
.selected-wrapper .list__info__filter__clear {
  color: #0a5694;
  text-align: right;
  padding: 7px 0;
}
.selected-wrapper .list__info__filter {
  padding: 7px 0;
  display: inline-block;
}
.selected-wrapper .list__info__filter:not(:first-of-type) {
  margin-left: 10px;
}
.selected-wrapper .list__info__filter i {
  background: #666;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: inline-block;
  text-align: center;
  transform: translateY(1px);
  cursor: pointer;
}
.selected-wrapper .list__info__filter i::before {
  font-size: 8px;
  display: inline-block;
  transform: translateY(-3px);
}
@media (max-width: 991px) {
  .facet-categories {
    display: none!important;
  }
  .facet__wrapper .facet__options {
    width: 100%;
    padding: 0 15px;
    border-top: 1px solid #ddd;
  }
  .facet__wrapper .facet__options:last-of-type {
    border-bottom: 1px solid #ddd;
  }
  .facet__wrapper .m-categories {
    border-top: 1px solid #ddd;
  }
  .facet__wrapper .search-dropdown-wrap .link::after {
    content: '+';
    float: right;
    font-size: 14px;
    color: #000;
  }
  .facet__wrapper .search-dropdown-wrap .link.active::after {
    content: '-';
    transform: none;
  }
}
.main-list-item.active {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000d42;
  margin: 10px 0;
}
.filters__controller .filters__btn {
  background-color: #000d42;
  color: #fff;
  text-transform: uppercase;
  width: 320px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filters {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 998;
  background: #fff;
}
.filters__content {
  max-height: 80vh;
  overflow: scroll;
  padding-bottom: 100px;
}
.filters__header {
  background-color: #f2f2f2;
  color: #666666;
  font-size: 17px;
  text-align: center;
  padding: 12px 0px;
}
.filters__filter {
  border-top: 1px solid #edecec;
}
.filters__filter__title {
  font-size: 17px;
  text-transform: capitalize;
  color: #122344;
  padding: 16px 18px 16px 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.filters__filter__title__icon {
  width: 14px;
  height: 2px;
  background-color: #122344;
  position: relative;
}
.filters__filter__title__icon:before {
  content: '';
  transition: 150ms all;
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 0;
  left: 0;
  background-color: inherit;
  transform: rotate(90deg);
}
.filters__filter__list {
  padding-bottom: 22px;
  padding-top: 8px;
  max-height: 70vh;
  overflow: scroll;
}
.filters__filter__list li {
  position: relative;
  padding: 12px 38px;
  color: #0a5694;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.filters__filter__list li.checked {
  background: #edecec;
}
.filters__filter__list li.checked:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #122344;
}
.filters__filter__list li.filter_color {
  text-transform: capitalize;
}
.filters__filter__list li input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.filters__filter__list li .color {
  width: 15px;
  height: 15px;
  margin: 1px 10px 1px 0;
  border: solid 1px #ccc;
}
.filters__filter__list__beden {
  padding: 0px 20px;
  flex-wrap: wrap;
}
.filters__filter__list__beden li {
  padding: 16px;
  margin: 4px;
}
.filters__filter__list__beden li.checked {
  background: #edecec;
}
.filters__filter__list__beden li.checked:before {
  width: 100%;
  height: 3px;
  top: auto;
  bottom: -2px;
}
.filters__filter__list {
  display: none;
}
.filters__filter.expanded .filters__filter__list {
  display: block;
}
.filters__filter.expanded .filters__filter__list__beden {
  display: flex;
}
.filters__filter.expanded .filters__filter__title__icon:before {
  transform: rotate(0deg);
}
.filters__selected {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 38px;
  border-top: 1px solid #d8d8d8;
}
.filters__selected li {
  margin: 12px 12px 12px 0px;
  color: #666666;
  display: flex;
  align-items: center;
}
.filters__selected li span {
  font-size: 12px;
  background: #666666;
  color: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  cursor: pointer;
}
.filters__btn_wrapper {
  display: flex;
  padding: 25px 25px;
  margin-top: 15px;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.filters__btn_wrapper .filters__btn {
  padding: 16px 22px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  line-height: 1;
  text-align: center;
}
.filters__btn_wrapper .filters__btn:active,
.filters__btn_wrapper .filters__btn:hover,
.filters__btn_wrapper .filters__btn:visited,
.filters__btn_wrapper .filters__btn:focus {
  text-decoration: none;
}
.filters__btn_wrapper .filters__btn + .filters__btn {
  margin-left: 10px;
}
.filters__btn_wrapper .filters__btn_secondary {
  background-color: #edecec;
  color: #0a5694;
  border: 2px solid #0a5694;
}
.filters__btn_wrapper .filters__btn_primary {
  background-color: #122344;
  color: #fff;
}
.filters__close_btn {
  position: absolute;
  top: 6px;
  right: 9px;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 8px;
}
body.filters-expanded {
  overflow: hidden;
}
body.filters-expanded .filters {
  display: block;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1280px) {
  .body-search .container {
    width: 1280px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .body-search .container {
    width: 100%;
  }
}
.category-top-banner {
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .category-top-banner {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.category-top-banner img {
  width: 100%;
}
.special-page-top-banner {
  margin-bottom: 20px;
}
.special-page-top-banner img {
  width: 100%;
}
.list-container h1 {
  font-size: 28px;
  text-align: center;
  color: #666;
  font-weight: 700;
  padding: 40px 0;
  text-transform: uppercase;
}
.list__common-campaigns {
  width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  background-color: #132344;
  padding: 5px;
  box-shadow: 0px 2px 2px grey;
  margin: 0px;
  margin-bottom: 20px;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -ms-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
}
@media (max-width: 991px) {
  .list__common-campaigns {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    z-index: 9;
    transition: top 0.5s ease;
  }
}
.list__common-campaigns.activeCampaign {
  top: 46px;
  transition: top 0.2s ease;
}
.list__common-campaigns--text {
  margin: 5px 0;
}
.list__has-campaign-top {
  padding-top: 42px;
}
.mobile-row-centered {
  text-align: center;
}
.mobile-product-info {
  padding: 0 14px 0 0px;
}
.list-category-wrapper > a {
  font-size: 16px;
  font-weight: 700;
  color: #000d42;
}
.list-category-wrapper .list-filter-wrapper {
  border: none;
}
.list-category-wrapper .list-filter-wrapper a {
  margin-top: 3px;
  color: #666;
  display: block;
}
.list-category-wrapper .list-filter-wrapper a.sub-list-item {
  padding-left: 20px;
}
.list-category-wrapper .list-filter-wrapper a:hover {
  font-weight: 700;
  color: #000d42;
}
.list-category-wrapper .list-filter-wrapper a.selected {
  color: #000d42;
  font-weight: 700;
  position: relative;
}
.list-category-wrapper .list-filter-wrapper a.selected::before {
  content: '';
  width: 2px;
  height: 14px;
  background: #000d42;
  left: -10px;
  position: absolute;
  top: 2px;
}
.list-top-widget {
  margin-top: 20px;
  margin-bottom: 20px;
}
.list__products {
  padding: 0;
}
.list__products .product-item-box {
  padding: 0 13px;
}
.display-on-tablet {
  display: none;
}
@media (max-width: 991px) {
  .display-on-tablet {
    display: block;
  }
}
.list-filter--action {
  display: none;
  width: 320px;
  margin: 20px auto 10px;
  text-align: center;
  background: #000d42;
}
@media (max-width: 991px) {
  .list-filter--action {
    display: block;
  }
}
.list-filter--action a {
  background: #000d42 !important;
  color: #fff;
}
.list-filter--action .search-dropdown-wrap {
  margin: 0;
  width: 100%;
}
.list-filter--action .search-dropdown-wrap .link::after {
  display: none;
}
.list-filter--action a:hover,
.list-filter--action a:focus,
.list-filter--action a:active {
  text-decoration: none;
}
.m-list-filter a:focus,
.m-list-filter a:active,
.m-list-filter a:hover {
  text-decoration: none;
}
.m-list-filter::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 991px) {
  .m-list-filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: #fff;
    z-index: 99999999;
    margin-top: 0;
    padding: 0;
  }
  .m-list-filter.active {
    display: block;
  }
}
.list-filter-tablet {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  color: #666;
  text-align: center;
  display: none;
}
@media (max-width: 991px) {
  .list-filter-tablet {
    display: block;
  }
}
.tablet-list-clear {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: calc(50% - 18px);
  border: 1px solid #0a5694;
  color: #0a5694;
  opacity: 0.5;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  display: none;
}
@media (max-width: 991px) {
  .tablet-list-clear {
    display: block;
  }
}
.m-categories {
  display: none;
}
@media (max-width: 991px) {
  .m-categories {
    display: block;
  }
}
.list-filter-close {
  position: absolute;
  right: 5px;
  top: 0;
  color: #666;
  font-size: 14px;
  padding: 13px 20px;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  .list-filter-close {
    display: block;
  }
}
.filter-close-button {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: calc(50% - 18px);
  border: 1px solid #122344;
  background: #122344;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  display: none;
}
@media (max-width: 991px) {
  .filter-close-button {
    display: block;
  }
}
.filter-close-button:hover {
  color: #fff;
}
.list-section {
  margin-bottom: 50px;
}
.list-section__title {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.list-section__title h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #666;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.list-section__title::before {
  content: '';
  position: absolute;
  width: calc(100% - 26px);
  height: 3px;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  background: #666;
}
.list-section::after {
  content: '';
  display: block;
  clear: both;
}
.vl-category-list-skeleton {
  margin-bottom: 20px;
}
.vl-category-list-skeleton-title {
  width: 60%;
  height: 25px;
  margin: 10px 0 10px;
}
.vl-category-list-skeleton-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}
.vl-category-list-skeleton--item {
  height: 325px;
}
@media (max-width: 767px) {
  .vl-category-list-skeleton--item {
    height: 240px;
  }
}
.product-item-box {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-item-box {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.product-item-info {
  margin: 10px 0;
  height: 101px;
}
@media (max-width: 767px) {
  .product-item-info {
    height: auto !important;
  }
}
.product-item-info a:hover,
.product-item-info a:focus {
  text-decoration: none;
}
.product-brand {
  font-size: 13px;
  color: #666666;
}
.product-name {
  font-size: 14px;
  color: #666666;
  height: 34px;
  line-height: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2rem;
}
.product-price {
  margin: 6px auto 12px;
}
.product-sale-price {
  font-size: 14px;
  color: #000;
  margin-top: 0 px;
  font-weight: 700;
  margin-right: 8px;
}
.product-sale-price.discounted {
  font-size: 14px;
  color: #d00000;
  margin-top: 0;
  font-weight: 700;
}
.product-list-price {
  font-size: 14px;
  color: #858594;
  display: inline-block;
  position: relative;
  text-decoration: line-through;
}
.product-discount-ratio {
  display: inline-block;
  border: 1px solid #c4201d;
  padding: 2px 5px;
  color: #c4201d;
  margin-top: 10px;
}
.list-seperator-dot {
  position: relative;
  top: -4px;
  font-size: 25px;
  line-height: 1px;
}
.product-variant-desc {
  font-size: 14px;
  color: #4A4A4A;
  font-style: italic;
}
.product-basket {
  display: block;
  width: 120px;
  background-color: #0896D3;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  margin: 10px auto;
}
.product-item-variant-color-item-link {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
}
.product-item-variant-color-item-link.selected {
  border: 3px solid #000;
}
.product-item-variant-color-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.product-item-variant-color-item-link.selected .product-item-variant-color-item {
  width: 8px;
  height: 8px;
}
@media (min-width: 768px) {
  .big-product-item.right {
    float: right;
  }
  .big-product-item.left {
    float: left;
  }
}
.product-item-image-link {
  display: block;
}
.product-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 237px;
  height: 316px;
}
@media (max-width: 991px) {
  .product-image-wrapper {
    width: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  .product-image-wrapper img {
    width: auto;
    height: auto;
  }
}
.product-image-wrapper .product-item-badge {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: -webkit-right;
}
.product-image-wrapper .product-item-badge img {
  position: unset;
}
.product-badge-right,
.product-badge-left {
  position: absolute;
  bottom: 0;
}
.product-badge-left {
  left: 0;
}
.product-badge-right {
  right: 0;
}
.product-title-badge {
  padding: 5px;
}
.product-item-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.product-item-image-2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .product-item-double-img:hover .product-item-image {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .product-item-double-img:hover .product-item-image-2 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.product__listing--basket-price {
  margin-bottom: 25px;
  color: #fff;
}
.product__listing--basket-price .campaigns {
  color: #fff;
  padding: 6px 8px 2px 8px;
  background-color: #132344;
  font-size: 12.5px;
}
.product__listing--basket-price .basket-price-text,
.product__listing--basket-price .basket-price-text-list {
  margin-bottom: 5px;
  line-height: 2;
  color: #000d42;
  font-size: 17px;
  padding: 1px 0;
}
@media (max-width: 991px) {
  .product__listing--basket-price .basket-price-text,
  .product__listing--basket-price .basket-price-text-list {
    font-size: 14px;
  }
}
.product__listing--basket-price .basket-price-text-list {
  font-size: 13px;
}
@media (max-width: 991px) {
  .product__listing--basket-price .basket-price-text-list {
    font-size: 12px;
  }
}
.product__listing--basket-price .basket-price-currency {
  color: #008000;
}
.category-list.img {
  margin: 30px 0;
}
.category-list.img .title {
  color: #122344;
  font-size: 30px;
  margin-bottom: 10px;
}
.category-list.img .category-item {
  display: inline-block;
}
.category-list.img .category-item a {
  display: block;
}
.category-list.img .category-item a:hover,
.category-list.img .category-item a:focus,
.category-list.img .category-item a:active {
  text-decoration: none;
}
.category-list.img .category-item img {
  width: 130px;
}
@media (max-width: 1200px) {
  .category-list.img .category-item img {
    width: 100px;
  }
}
.category-list.img .category-item span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #122344;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .category-list.img {
    padding: 0 15px;
  }
  .category-list.img .category-item-wrapper {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
  }
  .category-list.img .category-item-wrapper .category-item {
    width: 100px;
  }
}
.installment-count-image-wrapper div {
  display: none;
}
.installment-count-image-wrapper.payment > div.payment {
  display: block;
}
.installment-count-image-wrapper.footer > div.footer {
  display: block;
}
.installment-count-image.payment {
  border-top: 1px solid #ddd;
  clear: both;
}
.installment-count-image.payment img {
  width: 100%;
}
.footer-why-us {
  margin: 0;
  padding: 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.footer-why-us .footer-why-item {
  text-align: center;
  padding: 20px 0;
  vertical-align: top;
  float: none;
  display: table-cell;
}
@media (max-width: 767px) {
  .footer-why-us .footer-why-item {
    display: block;
  }
}
.footer-why-us .footer-why-item a {
  width: 100%;
}
.footer-why-us .footer-why-item a .item-image,
.footer-why-us .footer-why-item a .item-info {
  display: inline-block;
  vertical-align: middle;
}
.footer-why-us .footer-why-item a .item-info span,
.footer-why-us .footer-why-item a .item-info b,
.footer-why-us .footer-why-item a .item-info p {
  display: block;
}
.footer-why-us .footer-why-item a .item-info span {
  letter-spacing: 0.05em;
  font-size: 16px;
}
.footer-why-us .footer-why-item a .item-info b {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 2px solid #000;
}
.footer-why-us .footer-why-item a .item-info p {
  line-height: 1.3;
}
.footer-why-us .footer-why-item a:hover,
.footer-why-us .footer-why-item a:active,
.footer-why-us .footer-why-item a:focus {
  text-decoration: none;
  color: #000;
}
.footer-why-us .footer-why-item:nth-child(2) .item-info {
  width: 50%;
}
@media (min-width: 768px) {
  .footer-why-us .footer-why-item.why-item-banana {
    position: relative;
  }
  .footer-why-us .footer-why-item.why-item-banana::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    right: 0;
    background: #666;
    top: 20px;
  }
  .footer-why-us .footer-why-item.why-item-banana:last-of-type::after {
    display: none;
  }
}
.footer-why-us .footer-why-item .banana__widget_item_title {
  font-weight: 600;
}
.footer-why-us.widget_footer_items {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.footer-app {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer-app {
    display: block;
  }
}
.footer-app .footer-img-box {
  width: 50%;
}
@media (max-width: 767px) {
  .footer-app .footer-img-box {
    width: 100%;
    z-index: -1;
  }
}
.footer-app .footer-img-box h2 {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.footer-app .footer-img-box span {
  display: block;
  text-align: center;
}
.footer-app .footer-mobile {
  text-align: right;
}
.footer-app .footer-mobile img {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: -30px;
}
.footer-app .footer-qr img {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .footer-app .footer-qr img {
    height: 62px;
    margin-top: 28px;
  }
}
.footer-app .img-box {
  display: flex;
  justify-content: center;
}
.footer-app .img-box img {
  height: 37px;
}
.footer-app .img-box a {
  margin: 10px;
}
.promotions-desktop {
  position: relative;
}
.promotions-desktop--title {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #0057b8;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
}
.promotions-desktop--title h5 {
  display: inline-block;
  letter-spacing: 2.6px;
  font-size: 13px;
}
.promotions-desktop--title-icon {
  position: relative;
  left: 115px;
  font-size: 18px;
}
.promotions-desktop--content {
  opacity: 0;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: 150ms all;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 43px;
  left: 0;
  padding: 18px 0 24px;
}
.promotions-desktop--content.active {
  opacity: 1;
  transform: scaleY(1);
}
.promotions-desktop--content-container {
  display: flex;
  justify-content: center;
}
.promotions-desktop--content-item {
  width: 320px;
  height: 240px;
  position: relative;
  flex-shrink: 0;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 10px;
}
.promotions-desktop--content-item + .promotions-desktop--content-item {
  margin-left: 12px;
}
.promotions-desktop--content-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.promotions-desktop--content-item button {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  letter-spacing: 1.5px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #a1a1a1;
}
.promotions-mobile {
  left: 0;
  right: 0;
  position: fixed;
  bottom: -209px;
  width: 100%;
  transition: 150ms all;
  z-index: 450;
}
.promotions-mobile .bg-shadow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}
.promotions-mobile.active {
  bottom: 0;
}
.promotions-mobile--title {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
  min-height: 52px;
  align-items: center;
  max-width: 420px;
  margin: auto;
  cursor: pointer;
}
@media (min-width: 420px) {
  .promotions-mobile--title {
    border-radius: 10px 10px 0px 0px;
  }
}
.promotions-mobile--title h5 {
  font-size: 15px;
  letter-spacing: 2.25px;
  font-weight: 700;
}
.promotions-mobile--title h5 span {
  font-size: 9px;
  color: #a1a1a1;
  letter-spacing: 1.1px;
  display: block;
  font-weight: normal;
}
.promotions-mobile--title i {
  font-size: 22px;
}
.promotions-mobile--content {
  background-color: #fff;
  padding: 14px;
}
.promotions-mobile--content-container {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
}
@media (max-width: 1080px) {
  .promotions-mobile--content-container {
    overflow-x: scroll;
    justify-content: flex-start;
  }
}
.promotions-mobile--content-item {
  width: 240px;
  height: 180px;
  background-size: cover;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  padding: 8px;
  position: relative;
}
.promotions-mobile--content-item + .promotions-mobile--content-item {
  margin-left: 5px;
}
.promotions-mobile--content-item button {
  width: 100%;
  height: 39px;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  font-size: 14px;
  letter-spacing: 1.75px;
}
.promotions-mobile--content-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.body-product .promotions-desktop,
.body-basket .promotions-desktop,
.body-category .promotions-desktop,
.body-search .promotions-desktop,
.body-checkout .promotions-desktop,
.body-product .promotions-mobile,
.body-basket .promotions-mobile,
.body-category .promotions-mobile,
.body-search .promotions-mobile,
.body-checkout .promotions-mobile {
  display: none!important;
}
.banana-home-category-slider {
  overflow: hidden;
  padding: 20px 65px 20px 65px;
}
.banana-home-category-slider .banana-home-category-slider-img {
  padding-left: 20px;
  padding-right: 20px;
}
.banana-home-category-slider svg.bi.bi-chevron-left {
  left: 15px;
}
.banana-home-category-slider svg.bi.bi-chevron-right {
  right: 15px;
}
.banana-home-category-slider svg {
  position: absolute;
  top: 50%;
  font-size: 3vw;
  margin-top: -18px;
}
.banana-home-category-slider-mobile {
  overflow: hidden;
  padding: 20px 10px 30px 10px;
  margin-bottom: 20px;
}
.banana-home-category-slider-mobile .bx-wrapper {
  max-width: 100% !important;
}
.banana-home-category-slider-mobile .banana-home-category-slider-img-mobile {
  padding-left: 10px;
  padding-right: 10px;
}
.banana-home-category-slider-mobile .bx-pager-link {
  height: 7px !important;
  width: 7px !important;
}
.banana .banana-container .promotions-desktop {
  position: fixed ;
  width: 100%;
  bottom: 0;
  z-index: 99999;
  transition: all 0.15s;
}
.banana .banana-container .promotions-desktop.active {
  bottom: 280px;
}
.banana .banana-container .promotions-desktop .promotions-desktop--box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.banana .banana-container .promotions-desktop--title {
  position: relative;
  text-align: left;
  background-color: #0057b8;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  width: 500px;
  margin: 0 auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 11px;
  height: 60px;
}
.banana .banana-container .promotions-desktop--title p {
  display: inline-block;
  letter-spacing: 1.5px;
  font-size: 11px;
  left: inherit;
}
.banana .banana-container .promotions-desktop--title .banana-promotion--title {
  font-size: 16px;
  letter-spacing: 2px;
}
.banana .banana-container .promotions-desktop--title-icons {
  position: absolute;
  right: 18px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.banana .banana-container .promotions-desktop--title span {
  font-size: 11px;
  line-height: 1.17;
  letter-spacing: 0.9px;
  text-align: left;
  color: #a1a1a1;
}
.banana .banana-container .promotions-desktop--content {
  opacity: 0;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: 150ms all;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 53px;
  left: 0;
  padding: 18px 0 24px;
}
.banana .banana-container .promotions-desktop--content.active {
  opacity: 1;
  transform: scaleY(1);
}
.banana .banana-container .promotions-desktop--content-container {
  display: flex;
  justify-content: center;
}
.banana .banana-container .promotions-desktop--content-item {
  width: 320px;
  height: 240px;
  position: relative;
  flex-shrink: 0;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 10px;
}
.banana .banana-container .promotions-desktop--content-item + .banana .banana-container .promotions-desktop--content-item {
  margin-left: 12px;
}
.banana .banana-container .promotions-desktop--content-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banana .banana-container .promotions-desktop--content-item button {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  letter-spacing: 1.5px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #a1a1a1;
}
.banana .promotions-mobile {
  position: fixed;
  z-index: 2;
  bottom: -209px;
  width: 100%;
  transition: 150ms all;
}
.banana .promotions-mobile.active {
  bottom: 0;
}
.banana .promotions-mobile--box {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banana .promotions-mobile--box p {
  font-size: 15px;
  letter-spacing: 2.25px;
  font-weight: 700;
}
.banana .promotions-mobile--box p span {
  font-size: 9px;
  color: #a1a1a1;
  letter-spacing: 1.1px;
  display: block;
  font-weight: normal;
}
.banana .promotions-mobile--box i {
  font-size: 22px;
}
.banana .promotions-mobile--title {
  display: inherit;
}
.banana .promotions-mobile--title span {
  font-size: 11px;
  line-height: 1.17;
  letter-spacing: 0.9px;
  text-align: left;
  color: #a1a1a1;
}
.banana .promotions-mobile--content {
  background-color: #fff;
  padding: 14px;
}
.banana .promotions-mobile--content-container {
  display: flex;
  overflow-x: scroll;
}
.banana .promotions-mobile--content-item {
  width: 240px;
  height: 180px;
  background-size: cover;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  padding: 8px;
  position: relative;
}
.banana .promotions-mobile--content-item + .banana .promotions-mobile--content-item {
  margin-left: 12px;
}
.banana .promotions-mobile--content-item button {
  width: 100%;
  height: 39px;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  font-size: 14px;
  letter-spacing: 1.75px;
}
.banana .promotions-mobile--content-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.body-product .promotions-desktop,
.body-basket .promotions-desktop,
.body-checkout .promotions-desktop,
.body-product .promotions-mobile,
.body-basket .promotions-mobile,
.body-checkout .promotions-mobile {
  display: none!important;
}
.banana .banana-container .promotions-desktop.toggle {
  bottom: 0;
}
.banana-promotion-overlay {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.banana-promotion-overlay.active {
  display: block;
}
.home__mobile__featured {
  margin-bottom: 10px;
  max-height: 400px !important;
  overflow-y: hidden;
}
.home__mobile__featured .bx-prev {
  left: 5px !important;
}
.home__mobile__featured .bx-next {
  right: 5px !important;
}
@media (max-width: 575px) {
  .home__mobile__featured .bx-wrapper {
    max-height: 305px !important;
  }
}
.home__mobile__featured-item {
  position: relative;
}
.home__mobile__featured-item .mobile-cta-button-wrapper {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 50%;
}
.home__mobile__featured-item .home__mobile__featured--cta-button {
  margin: 10px auto 0;
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 29px;
  height: 30px;
  display: block;
  z-index: 99;
  width: 84%;
  text-align: center;
  color: #fff;
}
.home__mobile__featured-item span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.home__mobile__featured-item img {
  width: 100%;
}
.home__mobile__featured-item-inner {
  width: 300px;
  height: 205px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-family: 'dido';
  text-align: center;
}
.home__mobile__featured-item-inner .top-slogan {
  font-size: 12px;
  margin-top: 20px;
}
.home__mobile__featured-item-inner .middle-slogan {
  font-size: 60px;
  line-height: 60px;
}
.home__mobile__featured-item-inner .bottom-slogan {
  font-size: 24px;
}
.home__mobile__featured-item-inner .line {
  width: 80%;
  height: 2px;
  background-color: #000;
  margin: 8px auto;
}
@media (min-width: 1200px) {
  body.gap .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1400px) {
  body.gap .container.home-widget-container.half_full {
    width: 1400px !important;
  }
}
@media (max-width: 991px) {
  body.gap .container {
    width: 100%;
  }
}
body.gap .container.home-widget-container.full {
  width: 100% !important;
}
body.gap .container.home-widget-container.full .home-slider {
  margin: 0 0 0 0;
}
.desktop-widgets area {
  outline: none;
}
.gap .hidden-xs.desktop-widgets {
  margin-top: -55px;
}
.home-widget img:not(:first-of-type) {
  margin-top: 30px;
}
.home-slider {
  float: left;
  margin: 30px 0;
  width: 100%;
}
.home-slider li a {
  display: block;
}
.home-slider li a img {
  width: 100%;
}
.home-slider .bx-wrapper .bx-pager {
  text-align: right;
  padding-top: 0;
  bottom: -20px !important;
}
.home-slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  border: 1px solid #666;
  background: #fff;
}
.home-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #666;
}
.home-slider .bx-wrapper .bx-controls-direction a {
  height: 100%;
  margin-top: 0;
  color: #a8a8a8;
  top: 0;
  padding: 0 10px;
}
.home-slider .bx-wrapper .bx-controls-direction a::before {
  font-size: 40px;
  top: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .home-slider .bx-wrapper .bx-controls-direction a::before {
    top: 40%;
  }
}
.home-slider .bx-wrapper .bx-controls-direction a:hover,
.home-slider .bx-wrapper .bx-controls-direction a:focus,
.home-slider .bx-wrapper .bx-controls-direction a:active {
  text-decoration: none;
}
.home-slider .bx-wrapper .bx-controls-direction a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
}
.home-slider .bx-prev {
  left: 0;
}
.home-slider .bx-next {
  right: 0;
}
.banana-home-slider {
  margin: 30px 0;
}
.banana-home-slider li a {
  display: block;
}
.banana-home-slider li a img {
  width: 100%;
}
.banana-home-slider .bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 0;
  bottom: 20px !important;
}
.banana-home-slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 30px;
  height: 6px;
  border-radius: 10px;
  border: 1px solid #221e20;
  background: rgba(255, 255, 255, 0);
}
.banana-home-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #221e20;
}
.banana-home-slider .bx-wrapper .bx-controls-direction a {
  width: 24px;
  height: 53px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banana-home-slider .bx-wrapper .bx-controls-direction a::before {
  content: unset;
}
.banana-home-slider .bx-wrapper .bx-controls-direction a:hover,
.banana-home-slider .bx-wrapper .bx-controls-direction a:focus,
.banana-home-slider .bx-wrapper .bx-controls-direction a:active {
  text-decoration: none;
}
.banana-home-slider .bx-prev {
  left: 20px;
  background-image: url(./de4482fc6a89aa69af8b8d5138feb84a.png) !important;
}
.banana-home-slider .bx-next {
  right: 20px;
  background-image: url(./dd24bc5159ebe2440933d19786d04a7d.png) !important;
}
.homepage-video-banner .homepage-video {
  width: 69.6%;
  position: relative;
}
.homepage-video-banner .homepage-video video {
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
  top: 30px;
  z-index: 9;
  display: block;
}
@media (max-width: 767px) {
  .homepage-video-banner .homepage-video video {
    height: 100%;
    top: auto;
    position: relative;
  }
}
.homepage-video-banner .homepage-video img {
  width: 100%;
}
.homepage-video-banner .homepage-single-banner {
  width: 30.4%;
}
.homepage-video-banner .homepage-single-banner img {
  width: 100%;
}
@media (min-width: 768px) {
  .homepage-video-banner .homepage-video,
  .homepage-video-banner .homepage-single-banner {
    float: left;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .homepage-video-banner .homepage-video,
  .homepage-video-banner .homepage-single-banner {
    width: 100%;
  }
  .homepage-video-banner .homepage-single-banner {
    margin-bottom: 10px;
  }
}
.zubizu {
  width: 100%;
  margin: 20px 0;
  padding: 15px 46px 15px 25px;
  border: 1px solid #d4d4d4;
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  position: relative;
}
.zubizu img {
  max-width: 70px;
}
.zubizu span {
  font-size: 16px;
  color: #000;
  margin-right: auto;
}
.zubizu div.js-zubizu-popup-link {
  width: 32px;
  height: 30px;
  cursor: pointer;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 18px;
  padding: 3px 0;
  border: 1px solid #d4d4d4;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
}
.zubizu-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}
.zubizu-popup .close {
  position: absolute;
  top: 37px;
  right: 40px;
  font-size: 25px;
  line-height: 1px;
  cursor: pointer;
}
.zubizu-popup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background: #fff;
  padding: 40px;
}
@media (max-width: 991px) {
  .zubizu-popup .content {
    width: 80%;
  }
}
.zubizu-popup .content .success {
  color: #000;
  padding: 40px;
}
.zubizu-popup .content .success button {
  position: absolute;
  right: 40px;
  bottom: 40px;
  padding: 8px 15px 6px;
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .zubizu-popup .content .success {
    padding: 0;
    margin-bottom: 40px;
  }
}
.zubizu-popup .zubizu-form {
  display: flex;
  align-items: flex-end;
}
.zubizu-popup .zubizu-form .input-wrapper {
  margin-left: 10px;
}
.zubizu-popup .zubizu-form .input-wrapper span {
  font-size: 20px;
  font-weight: 200;
}
.zubizu-popup .zubizu-form .input-wrapper input {
  width: 170px;
  border: 1px solid #979797;
  padding: 4.5px 10px;
}
.zubizu-popup .zubizu-form .input-wrapper button {
  width: 170px;
  background: #000;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.6px;
  font-weight: 200;
  padding: 7px 0px 5px;
  margin-left: -4px;
}
@media (max-width: 991px) {
  .zubizu-popup .zubizu-form .input-wrapper button {
    margin-left: 0;
    width: 170px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .zubizu-popup .zubizu-form .input-wrapper {
    margin-left: 0;
    margin-top: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .zubizu-popup .zubizu-form {
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .zubizu-popup .zubizu-form {
    align-items: flex-start;
    flex-direction: column;
  }
}
.zubizu-popup .info {
  margin-top: 15px;
  font-size: 13px;
  letter-spacing: 0.4px;
  font-weight: 200;
}
.zubizu-popup .zubizu-error {
  color: red;
  font-size: 13px;
  letter-spacing: 0.6px;
}
.zubizu-popup.active {
  display: block;
}
.basket__item-box {
  border: none;
  padding: 0;
}
.basket__item-box .title {
  font-family: Helvetica;
  font-size: 16px;
  color: #313232;
  font-weight: 700;
}
.basket__item-box .title b {
  font-size: 24px;
  font-weight: 400;
}
.basket__banner {
  margin: 20px 0;
}
@media (max-width: 767px), (max-width: 991px) {
  .basket__items--empty {
    margin-top: 50px;
  }
}
.basket__items--empty .basket__continue {
  width: 100%;
  text-align: center;
  margin: 0;
}
.basket__item {
  display: block;
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
  padding: 20px 25px;
  position: relative;
}
.basket__item > * {
  display: block;
  padding: 0;
  border: none;
  text-align: left;
}
@media (max-width: 991px) {
  .basket__item__img-box {
    width: auto;
  }
}
.basket__item .content {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .basket__item .content {
    padding-left: 15px;
  }
}
.basket__item .basket__item__text {
  padding: 0;
}
@media (max-width: 767px) {
  .basket__item .basket__item__text {
    margin-top: 10px;
    text-align: left !important;
  }
}
.basket__item .basket__item-product-logo {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.basket__item .basket__item-product-name {
  color: #313232;
  font-size: 16px;
}
.basket__item .basket__item-product-sku {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .basket__item .basket__item-product-sku {
    margin-bottom: 0;
  }
}
.basket__item .basket__item-product-color,
.basket__item .basket__item-product-size,
.basket__item .basket__item__amount-single {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 20px;
}
.basket__item .basket__item-product-color label,
.basket__item .basket__item-product-size label,
.basket__item .basket__item__amount-single label {
  display: inline-block;
  width: 55px;
}
.basket__item .basket__item__amount-single > div {
  display: inline-block;
}
.basket__item .basket__item__amount-single .basket__item__price-discounted {
  text-decoration: none;
  color: #666;
  text-decoration: line-through;
}
.basket__item .basket__item__amount-single .basket__item__price {
  font-size: 14px;
  color: #d42832;
  font-weight: 700;
}
.basket__item .basket__item__counter-box {
  display: inline-block;
  min-width: auto;
}
.basket__item .basket__item__counter-box .product-counter {
  display: block;
  padding: none;
  height: auto;
  background: none;
}
.basket__item .basket__item__counter-box .product-counter__count {
  float: none;
  width: auto;
  height: auto;
  font-size: inherit;
  font-weight: 400;
  color: #666;
  text-align: center;
  line-height: inherit;
  background: none;
  margin-top: 10px;
}
.basket__item .basket__item__amount {
  color: #313232;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
}
.basket__item .basket__item__delete {
  position: absolute;
  right: 10px;
  top: 5px;
  width: auto !important;
}
.basket__item .basket__item__delete span.icon-close:before {
  font-size: 10px;
}
.basket__item::after {
  content: '';
  clear: both;
  display: block;
}
@media (max-width: 767px) {
  .basket__item {
    padding: 20px 15px;
  }
}
.basket__summary__item__number {
  font-size: 14px;
  font-weight: 400;
}
.basket__summary__item.discount div {
  color: #d00000;
}
.basket__summary__list {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.basket__summary__list--total {
  font-weight: 700;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}
.basket__summary__list--total .basket__summary__item__number {
  font-weight: 700;
}
@media (max-width: 767px) {
  .basket__summary__list--total {
    z-index: 3;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .basket__summary__list--total {
    bottom: 51px;
  }
}
.basket__accept {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  background: #f44d00;
  width: 100%;
  right: unset;
}
.basket__accept i {
  display: inline-block;
  transform: translateY(3px);
}
@media (max-width: 767px) {
  .basket__accept {
    z-index: 3;
  }
}
.basket__discount-code,
.basket__summary {
  background: #eee;
  border: none;
  padding: 25px;
}
.basket__discount-code .basket__voucher-title {
  font-size: 16px;
  font-weight: 700;
}
.basket__discount-code .basket__discount-code__input {
  font-size: 12px;
  padding-left: 10px;
  line-height: 30px;
}
.basket__discount-code .basket__discount-code__button {
  background: #fff;
  font-size: 12px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
}
.auth {
  padding: 30px 0;
  font-family: Helvetica;
}
.auth__form__submit.disabled {
  pointer-events: none;
}
.auth-container .form-container {
  padding: 30px;
  background: #f0ebea;
}
.auth-container .form-container .title {
  font-size: 24px;
  color: #666;
  margin-bottom: 40px;
}
.auth-container .form-container .text {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
.auth-container .auth__form__input-box {
  display: block;
}
.auth-container .auth__form__input-box > label {
  display: inline-block;
  font-size: 16px;
  color: #666;
  margin-bottom: 3px;
}
.auth-container .auth__form__input-box input {
  border-color: #f0ebea;
  padding: 0 20px;
  font-size: 22px;
}
.auth-container .auth__form__input-box .auth__form__gender {
  position: relative;
  height: 30px;
  margin-top: 3px;
  padding-left: 40px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.auth-container .auth__form__input-box .auth__form__gender:hover input ~ .custom_checkmark:after {
  display: block;
  opacity: 0.3;
}
.auth-container .auth__form__input-box .auth__form__gender:hover input:checked ~ .custom_checkmark:after {
  display: block;
  opacity: 1;
}
.auth-container .auth__form__input-box .auth__form__gender input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.auth-container .auth__form__input-box .auth__form__gender input:checked ~ .custom_checkmark:after {
  display: block;
}
.auth-container .auth__form__input-box .auth__form__gender .auth__form__gender__name {
  line-height: 30px;
}
.auth-container .auth__form__input-box .auth__form__gender .custom_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #666;
  background-color: transparent;
  border-radius: 15px;
}
.auth-container .auth__form__input-box .auth__form__gender .custom_checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-image: url(./2d7f7c39912374babe4eaaf6c012cd1d.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.auth-container .regiser-form-area {
  display: none;
}
.auth__form__forget {
  text-align: left;
  color: #4c5d89;
  font-size: 16px;
  text-decoration: underline;
}
.auth__form__button-box {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .auth__form__button-box {
    display: block;
    margin-bottom: 20px;
  }
}
.guest-customer-button {
  font-size: 17px;
  padding: 14px 22px;
  width: auto;
  height: auto;
  background-color: #f0ebea;
  border-radius: 3px;
  font-weight: 500;
  color: #a8a8a8;
  text-decoration: none !important;
  border-style: outset;
  border-width: 1px !important;
  border-color: #a8a8a8;
}
.guest-customer-button:hover {
  color: #a8a8a8 !important;
}
.guest-customer-button-link {
  color: #f44d00;
}
.guest-customer-button-link:hover {
  color: #f44d00 !important;
}
.auth__form__check-text {
  color: #f44d00;
}
.auth__form__submit {
  width: auto;
  height: auto;
  background-color: #f44d00;
  border-radius: 3px;
  padding: 14px 83px;
}
.auth__form {
  box-shadow: none;
  min-height: auto;
}
.auth__form--mail-required {
  padding: 10px;
  text-align: center;
}
.auth__form--mail-required a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .auth-box {
    display: none;
  }
  .auth-box.auth-login {
    display: block;
  }
}
.auth-tabs {
  position: relative;
  bottom: -1px;
  text-align: center;
}
.auth-tabs ul {
  font-size: 0px;
}
.auth-tabs ul li {
  display: inline-block;
}
.auth-tabs ul a {
  display: block;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 7px;
  margin-right: 7px;
  color: #000d42;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
  border: solid 1px #e3e3e3;
}
.auth-tabs ul a.active {
  border-color: #f4f1f0;
  background-color: #f4f1f0;
}
.forget-first-step {
  text-align: center;
  float: none;
  margin: 0 auto;
  left: auto;
}
@media (min-width: 768px) {
  .forget-first-step {
    border: solid 1px #d8d8d8;
  }
}
.forget-first-step .auth__form__description span {
  display: block;
  margin-top: 15px;
}
.forget-first-step .auth__form--forget {
  padding: 70px;
}
@media (max-width: 767px) {
  .forget-first-step .auth__form--forget {
    padding: 25px 44px;
  }
}
.forget-first-step .auth__form--forget .auth__form__title {
  font-size: 30px;
}
.forget-first-step .auth__form--forget .auth__form__submit--forget {
  background: #f34d00;
  height: 44px;
}
.forget-first-step .auth__form--forget .auth__form__submit--forget.auth__form__go-back {
  display: none;
}
@media (max-width: 767px) {
  .forget-first-step .auth__form--forget .auth__form__submit--forget.auth__form__go-back {
    background-color: #d8d8d8;
    display: block;
    line-height: 44px;
    margin-top: 10px;
  }
}
.forget-first-step .auth__form--forget .auth__form__input {
  height: 35px;
  padding-left: 16px;
}
.forget-first-step .auth__form--forget .auth__form__input input {
  color: #707070;
}
.forget-first-step .auth__form--forget .auth__form__input input:focus {
  outline: 0;
}
.forget-first-step .auth__form--forget .auth__form__input input::-webkit-input-placeholder {
  color: #707070;
}
.forget-first-step .auth__form--forget .auth__form__input input::-moz-placeholder {
  color: #707070;
}
.forget-first-step .auth__form--forget .auth__form__input input:-ms-input-placeholder {
  color: #707070;
}
.forget-second-step {
  text-align: center;
  padding: 50px 75px;
}
@media (min-width: 768px) {
  .forget-second-step {
    border: solid 1px #d8d8d8;
  }
}
@media (max-width: 767px) {
  .forget-second-step {
    padding: 50px 44px;
  }
}
.forget-second-step .forget-password-success-img {
  display: block;
  margin: 0 auto;
}
.forget-second-step .forget-password-success-img img {
  display: initial;
}
.forget-second-step .forget-password-success-title {
  font-size: 14px;
  font-weight: 500;
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
.forget-second-step .forget-password-success-desc {
  font-size: 20px;
}
.forget-second-step .forget-password-three-title {
  font-size: 14px;
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
.forget-second-step .auth__form__submit--forget {
  background: #f34d00;
  height: 44px;
  width: 100%;
  display: block;
  line-height: 43px;
}
.forget-second-step .auth__form__submit--forget.auth__form__go-back {
  background-color: #d8d8d8;
  display: block;
  line-height: 44px;
  margin-top: 10px;
}
.forget-second-step .forget-password-success-mail {
  display: block;
  width: 100%;
}
.register-password-reminder {
  margin-block: 10px;
  font-size: 14px;
  color: #f34d00;
  height: 40px;
  opacity: 1;
  transition: 0.3s all ease;
}
.register-password-reminder.hide-warning {
  height: 0;
  opacity: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .new-kvkk-text {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .new-kvkk-text.shrinked {
    margin-top: 0;
  }
}
.member-arrow {
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #fff;
  margin-left: 7px;
  position: relative;
  z-index: 103;
}
.auth__form__choice {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .auth__form__choice {
    display: block;
  }
}
.auth__form__choice-btn {
  cursor: pointer;
  background-color: #f44d00;
  color: white;
  border-radius: 3px;
  padding: 16px 20px;
  gap: 2;
  font-size: 17px;
  text-align: center;
}
@media (max-width: 991px) {
  .auth__form__choice-btn {
    margin-bottom: 15px;
    min-width: 300px;
    display: block;
  }
}
.auth__form__choice-btn-email {
  padding: 16px 45px;
}
.auth__login__button {
  padding: 14px 60px;
}
@media (max-width: 991px) {
  .auth__login__button {
    padding: 14px 90px;
    min-width: 300px;
  }
}
@media (max-width: 991px) {
  .auth__form__btn-box {
    display: block;
  }
}
@media (max-width: 991px) {
  .auth__form__choice-btn-email {
    display: block;
  }
}
@media (max-width: 991px) {
  .auth__form__login-btn {
    display: block;
  }
}
.account-page {
  margin-top: 21.5pt;
  margin-bottom: 30px;
}
.account-page .account-sidebar {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  border: solid 1px #eee;
}
.account-page .account-sidebar .account-sidebar__list {
  margin-top: 30px;
}
.account-page .account-sidebar .account-sidebar__list .hero {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-family: 'maax';
  font-weight: 700;
  text-transform: uppercase;
}
.account-page .account-sidebar .account-sidebar__list li em {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  color: #666;
  font-size: 12px;
  margin-top: -6px;
}
.account-page .account-sidebar .account-sidebar__list li a {
  position: relative;
  padding-left: 20px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.account-page .account-sidebar .account-sidebar__list:first-of-type {
  margin-top: 0;
}
.account-page .account-sidebar .account-sidebar__links {
  margin-top: 25px;
}
.account-page .account-sidebar .account-sidebar__links li {
  margin-top: 5px;
}
.account-page .account-sidebar .account-sidebar__links a {
  color: #666;
  font-family: 'maax';
  font-weight: 700;
}
.account-page .account__form-group--offset {
  position: relative;
  float: none;
  margin-bottom: 0;
}
.account-page .account__form-group--offset label {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
.account-page .account__form-group--offset label b,
.account-page .account__form-group--offset label strong {
  font-weight: bold;
}
.account-page .account__form-group--offset textarea,
.account-page .account__form-group--offset input[type=text],
.account-page .account__form-group--offset input[type=password] {
  height: 40px;
  border-color: #cbc8c8;
}
.account-page .account__form-group--offset .error.account__error-phone {
  position: unset;
}
.account-page .account__form-group--offset .select2-container .select2-selection--single {
  border-radius: 0;
  outline: none;
  border-color: #cbc8c8;
}
.account-page .account__form-group--offset .select2-container .select2-selection__rendered {
  padding-left: 15px;
  color: #31363a;
  font-size: 13px;
}
.account-page .order-track {
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
  background-color: #eee;
}
.account-page .order-track .hero {
  position: relative;
  bottom: -2px;
  display: inline-block;
  margin-right: 25px;
  font-family: 'maax';
  font-size: 24px;
}
.account-page .order-track form {
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .account-page .order-track form {
    padding: 0 10px;
  }
}
.account-page .order-track form .order-code-wrapper {
  display: inline-block;
}
.account-page .order-track form .order-code-wrapper input {
  position: relative;
  top: -2px;
  height: 35px;
  width: 270px;
  padding-left: 10px;
  padding-right: 10px;
  color: #9b9b9b;
  font-size: 13px;
  background-color: #fff;
  border: solid 1px #e3e3e3;
}
.account-page .order-track form button {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #f44d00;
}
@media (max-width: 767px) {
  .account-page .order-track form button {
    float: none;
    width: 270px;
    margin: 10px auto 0;
  }
}
.account-page .account-container__summary {
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.account-page .account-container__box {
  border-color: #e3e3e3;
}
.account-page .account-container__box a {
  color: #0a5694;
  font-style: normal;
  transition: all 0.3s linear;
}
.account-page .account-container__box a:hover {
  color: #f44d00;
}
.account-page .account-summary__box__title {
  padding-bottom: 50px;
  font-size: 24px;
  text-align: left;
  letter-spacing: 0;
  font-family: 'maax';
}
.account-page .account-container__box__description {
  color: #666;
  font-size: 14px;
  height: 125px !important;
  text-align: left;
  border-color: #e3e3e3;
  word-wrap: break-word;
  overflow: hidden;
}
.account-page .account-container__box__description .adress-span {
  line-height: 20px;
}
.account-page .account-container__box__description .orders-empty {
  color: red;
  font-size: 18px;
}
.account-page .account-container__box__description .order-list li {
  margin-bottom: 5px;
}
.account-page .account-container__box__description .order-list li b {
  font-weight: bold;
}
.account-page .account-container__box__phone {
  font-size: 24px;
}
.account-page .account-box {
  border-color: #eee;
}
.account-page .account-box .account-box__title {
  color: #000;
  font-size: 24px;
  letter-spacing: 0;
}
.account-page .account-box span {
  padding-bottom: 15px;
  color: #686869;
  font-size: 14px;
  line-height: 21px;
  border-color: #e3e3e3;
}
.account-page .account-box span a {
  color: #000;
  font-style: normal;
  transition: all 0.3s linear;
}
.account-page .account-box span a:hover {
  color: #f44d00;
}
.account-page .account-box .account-sss__list--link {
  padding-top: 0;
  padding-left: 15px;
  padding-bottom: 0;
  color: #616061;
  font-size: 14px;
  line-height: 36px;
}
.account-page .account-box .account-sss__list--link::after {
  content: '';
  top: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #000;
  border-radius: 100%;
}
.account-page .selected-products {
  margin-top: 30px;
}
.account-page .selected-products .hero {
  position: relative;
  text-align: center;
  border-top: solid 1px #666;
}
.account-page .selected-products .hero span {
  position: relative;
  top: -10px;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  color: #5c5c5c;
  font-size: 17px;
  font-weight: 700;
  background-color: #fff;
}
.account-page .content__hero {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background-color: #eee;
  border: solid 1px #f1f1f1;
}
.account-page .content__hero a {
  text-decoration: underline;
}
.account-page .content__hero.content__hero--detail strong {
  font-weight: 700;
}
.account-page .content__hero.content__hero--detail a {
  color: #f44d00;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.account-page .content__hero.content__order-detail {
  padding: 10px 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .account-page .content__hero.content__order-detail {
    padding: 10px;
  }
}
.account-page .content__hero.content__order-detail a {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 767px) {
  .account-page .content__hero.content__order-detail a {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .account-page .content__hero.content__order-detail .order-detail-title,
  .account-page .content__hero.content__order-detail .order-detail-order-date,
  .account-page .content__hero.content__order-detail .order-detail-order-number {
    float: left;
  }
}
.account-page .content__hero.content__order-detail .order-detail-title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .account-page .content__hero.content__order-detail .order-detail-title {
    font-size: 18px;
    margin-right: 14%;
  }
}
@media (max-width: 767px) {
  .account-page .content__hero.content__order-detail .order-detail-title {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .account-page .content__hero.content__order-detail .order-detail-order-date,
  .account-page .content__hero.content__order-detail .order-detail-order-number {
    margin-right: 8%;
  }
}
@media (max-width: 767px) {
  .account-page .content__hero.content__order-detail .order-detail-order-date,
  .account-page .content__hero.content__order-detail .order-detail-order-number {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .account-page .content__hero.content__order-detail .order-detail-agreement {
    float: right;
  }
}
@media (max-width: 767px) {
  .account-page .content__hero.content__order-detail .order-detail-agreement {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .account-page .content__hero.content__order-detail .order-detail-shipping-info,
  .account-page .content__hero.content__order-detail .order-detail-payment-info {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .account-page .content__hero.content__order-detail .order-detail-shipping-info {
    float: left;
    max-width: 50%;
  }
}
.account-page .content__hero.content__order-detail .order-detail-shipping-info .order-detail-shipping-title {
  font-weight: 700;
}
.account-page .content__hero.content__order-detail .order-detail-shipping-info .order-detail-shipping-content {
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .account-page .content__hero.content__order-detail .order-detail-payment-info {
    float: right;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .account-page .content__hero.content__order-detail .order-detail-payment-info {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .account-page .content__hero.content__order-detail .order-detail-payment-info > div + div {
    margin-top: 6px;
  }
}
.account-page .account-sss {
  padding: 30px;
  border-color: rgba(151, 151, 151, 0.21);
}
.account-page .account-sss .corporate__content__title {
  font-size: 20px;
  letter-spacing: 0.5px;
}
.account-page .account-sss .account-sss__title {
  margin-top: 35px;
  font-size: 18px;
}
.account-page .account-sss .account-sss__list--link {
  font-size: 13px;
}
.account-page .account-sss .account-sss__list--link::after {
  top: 50%;
  font-size: 13px;
  margin-top: -6px;
}
.account-page .account-profile {
  padding-top: 30px;
  padding-bottom: 30px;
  border: solid 1px rgba(151, 151, 151, 0.21);
}
.account-page .account-profile .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
.account-page .account-profile .account-form-box {
  padding-top: 0;
  padding-bottom: 0;
}
.account-page .account-profile .account__form.account-form-box {
  border-right: solid 1px rgba(151, 151, 151, 0.21);
}
.account-page .account-profile .account-form-box__title {
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
}
.account-page .account-profile .account-form-box__description {
  margin-bottom: 35px;
  font-size: 14px;
}
.account-page .account-profile .account__form-group--gender {
  margin-top: 15px;
}
.account-page .account-profile .account__form-group--gender p {
  margin-bottom: 5px;
}
.account-page .account-profile .account__form-group--gender input {
  margin-left: 0;
}
.account-page .account-profile .account__form-group--gender label {
  margin-right: 20px;
}
.account-page .account-profile .success {
  margin-top: 25px;
  font-size: 15px;
}
.account-page .account-profile-email-verification {
  background-color: #fc0c0b;
  color: white;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 15px;
  display: none;
}
.account-page .account-profile-email-verification a {
  color: white;
  text-decoration: underline;
}
.account-page .account-address {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  border: solid 1px rgba(151, 151, 151, 0.21);
}
.account-page .account-address .account-container__box {
  color: #000;
  font-size: 14px;
  border: solid 1px rgba(151, 151, 151, 0.21);
}
.account-page .account-address .account-container__box .number {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  background-color: #000;
  border-radius: 50px;
}
.account-page .account-address .account-container__box .account-container__icon {
  cursor: pointer;
}
.account-page .account-address .account-container__box .account-container__icon .fa {
  font-size: 18px;
  margin-top: 5px;
}
.account-page .account-address .account-container__box .account-summary__box__title {
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.account-page .account-address .account-container__box .account-container__box__action {
  display: block;
  margin-bottom: 10px;
}
.account-page .account-address .account-container__box .account-container__box__description {
  margin-bottom: 15px;
  height: 80px;
}
.account-page .account-address .account-container__box .container__box__description--line {
  padding-top: 160px;
  padding-bottom: 100px;
}
.account-page .account-address .account-container__box a {
  color: #f44d00;
  font-size: 14px;
}
.account-page .account-contact .account-contact__form {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 35px;
  border: solid 1px #cbc8c8;
}
.account-page .account-contact .account-contact__form .hero {
  font-size: 20px;
}
.account-page .account-contact .account-contact__form .account-form-box__description {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 14px;
}
.account-page .account-contact .account-contact__form .lighting-text {
  text-align: center;
}
.account-page .account-contact .account-contact__form .lighting-text a {
  text-decoration: underline;
}
.account-page .account-contact .account-contact__form .button {
  margin-top: 40px;
}
.account-page .account-contact .account-summary__box__title {
  font-size: 20px;
}
.account-page .account-contact .account-container__box__phone {
  text-align: left;
}
.account-page .account-orders {
  border: 0;
  padding: 0;
}
.account-page .account-orders .orders-hero {
  color: #000;
  font-size: 20px;
}
.account-page .account-orders .orders-hero span {
  color: #576b89;
}
.account-page .account-orders .orders-pagination li {
  display: inline-block;
}
.account-page .account-orders .orders-pagination li a {
  display: block;
  width: 35px;
  height: 35px;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  transition: all 0.3s linear;
}
.account-page .account-orders .orders-pagination li:hover a,
.account-page .account-orders .orders-pagination li.active a {
  color: #fff;
  background-color: #000;
}
.account-page .account-orders .account-orders__empty {
  margin-top: 15px;
  padding-top: 100px;
  padding-bottom: 100px;
  border: solid 1px #e3e3e3;
}
.account-page .account-orders .orders {
  margin-top: 20px;
}
.account-page .account-orders .orders .item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  letter-spacing: 0.5px;
  font-size: 16px;
  border-top: solid 1px #e3e3e3;
}
.account-page .account-orders .orders .item:last-child {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .account-page .account-orders .orders .item .order-no-date {
    width: 35%;
    float: left;
  }
}
.account-page .account-orders .orders .item .order-no-date .order-no {
  line-height: 25px;
  text-decoration: underline;
}
.account-page .account-orders .orders .item .order-no-date .order-date {
  line-height: 25px;
}
@media (max-width: 991px) {
  .account-page .account-orders .orders .item .order-summary,
  .account-page .account-orders .orders .item .order-user {
    font-size: 12px;
  }
}
.account-page .account-orders .orders .item .order-summary {
  float: left;
}
@media (min-width: 992px) {
  .account-page .account-orders .orders .item .order-summary {
    width: 25%;
  }
}
.account-page .account-orders .orders .item .order-user {
  float: right;
}
@media (min-width: 992px) {
  .account-page .account-orders .orders .item .order-user {
    width: 40%;
    float: left;
  }
}
.account-page .account-orders .orders .item .products {
  position: relative;
  padding-right: 280px;
  margin-top: 10px;
}
.account-page .account-orders .orders .item .products li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.account-page .account-orders .orders .item .products li img {
  max-width: 60px;
}
.account-page .account-orders .orders .item .products .orders-more {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 300px;
  color: #f44d00;
  font-size: 16px;
}
.account-page .account-orders .orders .item .price {
  position: absolute;
  right: 0;
  bottom: 15px;
  margin-right: 130px;
  color: #31363a;
  font-size: 16px;
}
.account-page .account-orders .orders .item .status {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #31363a;
  font-size: 16px;
}
.account-page .account-orders .orders .item .status.order-status--100 {
  color: #d0021b;
}
.account-page .account-orders .orders .item .status.order-status--200 {
  color: #31363a;
}
.account-page .account-orders .orders .item .status.order-status--450 {
  color: #000;
}
.account-page .account-orders .orders .item .status.order-status--500 {
  color: #7ed321;
}
.account-page .account-orders .orders .item .shipping-reference-no {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  letter-spacing: 2px;
}
.account-page .account-order-detail {
  position: relative;
}
.account-page .account-order-detail .order-detail-header {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .account-page .account-order-detail .order-detail-header {
    display: block;
    margin-bottom: 10px;
  }
}
.account-page .account-order-detail .order-detail-header .account-orders-detail-title {
  font-size: 20px;
  width: auto;
  display: table-cell;
  line-height: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .account-page .account-order-detail .order-detail-header .account-orders-detail-title {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.account-page .account-order-detail .order-detail-header .order-action {
  width: auto;
  display: table-cell;
  line-height: 0;
}
@media (max-width: 767px) {
  .account-page .account-order-detail .order-detail-header .order-action {
    display: block;
  }
}
.account-page .account-order-detail .order-detail-header .order-action form {
  width: 100%;
  display: inline-flex;
}
@media (max-width: 767px) {
  .account-page .account-order-detail .order-detail-header .order-action form {
    position: relative;
  }
}
.account-page .account-order-detail .order-detail-header .order-action form .select2-container {
  width: 100% !important;
}
.account-page .account-order-detail .order-detail-header .order-action form .select2-container .select2-selection--single {
  width: 100%;
  height: 35px;
  font-size: 14px;
  border-color: #cbc8c8;
  border-radius: 0;
  outline: none;
}
.account-page .account-order-detail .order-detail-header .order-action form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.account-page .account-order-detail .order-detail-header .order-action form .select2-container .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
.account-page .account-order-detail .order-detail-header .order-action form .button {
  margin-top: 0;
  display: flex;
}
.account-page .account-order-detail .account-orders-detail {
  border: 0;
  margin-top: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .account-page .account-order-detail .account-orders-detail .order-detail-order-status-bg {
    background-color: #eee;
    padding: 10px;
  }
}
.account-page .account-order-detail .account-orders-detail .order-detail-order-status-bar {
  border: 1px solid #000;
}
@media (min-width: 768px) {
  .account-page .account-order-detail .account-orders-detail .order-detail-order-status-bar {
    margin-bottom: 15px;
  }
}
.account-page .account-order-detail .account-orders-detail .order-detail-order-status-bar .order-status-bar-item {
  width: 33.3%;
  float: left;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #777;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .account-page .account-order-detail .account-orders-detail .order-detail-order-status-bar .order-status-bar-item {
    font-size: 8px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.account-page .account-order-detail .account-orders-detail .order-detail-order-status-bar .order-status-bar-item .order-status-bar-arrow {
  position: absolute;
  right: -27px;
  top: 0;
  font-size: 55px;
  color: #000 !important;
}
@media (max-width: 767px) {
  .account-page .account-order-detail .account-orders-detail .order-detail-order-status-bar .order-status-bar-item .order-status-bar-arrow {
    font-size: 30px;
    right: -15px;
  }
}
.account-page .account-order-detail .account-orders-detail .order-detail-order-status-bar .order-status-bar-item.selected {
  color: #000;
}
.account-page .account-order-detail .account-orders-detail .order-detail-order-status-bar .order-status-bar-item .order-status-bar-icon {
  font-size: 24px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .account-page .account-order-detail .account-orders-detail .order-detail-order-status-bar .order-status-bar-item .order-status-bar-icon {
    font-size: 12px;
    margin-right: 2px;
  }
}
.account-page .account-order-detail .account-orders-detail .account-orders__products li {
  border-color: #e3e3e3;
  display: inline-block;
  width: 100%;
}
.account-page .account-order-detail .account-orders-detail .account-orders__products li .row {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 120px;
}
@media (max-width: 991px) {
  .account-page .account-order-detail .account-orders-detail .account-orders__products li .row {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .account-page .account-order-detail .account-orders-detail .account-orders__products li .row {
    height: auto;
  }
}
.account-page .account-order-detail .account-orders-detail .account-orders-detail__pricetable tr td,
.account-page .account-order-detail .account-orders-detail .account-orders-detail__pricetable tr th {
  font-size: 14px;
  text-align: left;
  line-height: 30px;
}
.account-page .account-order-detail .account-orders-detail .account-orders-detail__pricetable tr td:nth-child(2),
.account-page .account-order-detail .account-orders-detail .account-orders-detail__pricetable tr th:nth-child(2) {
  font-size: 20px;
  text-align: right;
}
.account-page .account-order-detail .account-orders-detail .account-orders-detail__pricetable--huge td,
.account-page .account-order-detail .account-orders-detail .account-orders-detail__pricetable--huge th {
  line-height: 50px !important;
}
.account-page .account-order-detail .account-orders-detail .account-orders__gift_note .account-orders__gift_note_header {
  color: #000;
}
.account-page .account-order-detail .account-orders-detail .vertically-centering-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .account-page .account-order-detail .account-orders-detail .vertically-centering-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__description {
  padding: 0;
}
@media (min-width: 576px) {
  .account-page .account-order-detail .account-orders-detail .account-orders__products__description {
    height: 100%;
  }
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__description .vertically-centering-wrapper {
  display: inline-block;
}
@media (min-width: 768px) {
  .account-page .account-order-detail .account-orders-detail .account-orders__products__description .account-orders__products__img {
    display: inline-block;
    float: left;
  }
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__description .account-orders__products__img .account-orders__products__img_wrapper {
  height: 120px;
  width: 120px;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__description .account-orders__products__img .account-orders__products__img_wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .account-page .account-order-detail .account-orders-detail .account-orders__products__description .account-orders__products__img .account-orders__products__img_wrapper {
    height: 90px;
    width: 90px;
  }
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__description .account-orders__products__attributes {
  line-height: 1.2em;
  margin: 10px 0;
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__description .account-orders__products__attributes div:nth-child(2) {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .account-page .account-order-detail .account-orders-detail .account-orders__products__description .account-orders__products__attributes {
    height: 100%;
    display: inline-block;
  }
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__description .account-orders__products__attributes .account-orders__products__description__name {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__description .account-orders__products__attributes .account-orders__products__description__attr {
  font-size: 13px;
  font-weight: 400;
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__description .account-orders__products__attributes .account-orders__products__description__attr > .title {
  color: #4a4a4a;
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__description .account-orders__products__attributes .account-orders__products__description__attr > .value {
  color: #5c5c5c;
  text-transform: capitalize;
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__status {
  position: relative;
  line-height: 2em;
  padding: 0 0 0 5px;
}
@media (min-width: 576px) {
  .account-page .account-order-detail .account-orders-detail .account-orders__products__status {
    padding: 0;
    height: 100%;
    line-height: normal;
    text-align: center;
  }
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__status div {
  text-align: right;
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__price {
  position: relative;
  line-height: normal;
  padding: 0 0 0 5px;
}
@media (min-width: 576px) {
  .account-page .account-order-detail .account-orders-detail .account-orders__products__price {
    padding: 0;
    height: 100%;
  }
}
.account-page .account-order-detail .account-orders-detail .account-orders__products__price div {
  text-align: right;
}
.account-page .account-change-email {
  border: solid 1px #e3e3e3;
}
.account-page .account-notification {
  border: solid 1px #e3e3e3;
}
.account-page .account-notification .account__form-group--offset {
  margin-top: 15px;
  margin-bottom: 15px;
}
.account-page .account-notification .account-form-box__title {
  font-size: 24px;
  margin-bottom: 20px;
}
.account-page .account-warning__price-bold {
  display: block;
  margin-top: 10px;
  padding-left: 0;
}
.account-page .button {
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 3px;
  height: 35px;
  font-weight: 200;
  background-color: #f44d00;
  text-transform: uppercase;
}
.account-contact__success__redirect {
  color: #000 !important;
  transition: all 0.3s linear;
}
.account-contact__success__redirect:hover {
  background-color: #000 !important;
  color: #FFF !important;
}
.account-warning--lg {
  max-width: 90%;
  margin: auto;
}
.account-warning__title {
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 22px;
  color: #f44d00;
  text-align: center;
}
.account-orders__list {
  margin-top: 15px;
}
.account-orders__list-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
}
@media (max-width: 370px) {
  .account-orders__list-item {
    font-size: 10px;
  }
}
@media (min-width: 370px) and (max-width: 575px) {
  .account-orders__list-item {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .account-orders__list-item {
    font-size: 19px;
  }
}
.account-orders__list-item .order-desc-area {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
}
.account-orders__list-item .order-number {
  font-family: 'demibold', sans-serif;
  color: #a7be6e;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
.account-orders__list-item .order-date,
.account-orders__list-item .order-address,
.account-orders__list-item .order-status {
  text-align: center;
  font-size: 13px;
}
.account-orders__list-item .order-button-area {
  text-align: center;
  margin-top: 15px;
}
.account-orders__list-item .order-detail-button,
.account-orders__list-item .order-easy-cancel-button {
  padding: 10px 25px;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: bold;
  border: 2px solid #f44d00;
}
@media (max-width: 767px) {
  .account-orders__list-item .order-detail-button,
  .account-orders__list-item .order-easy-cancel-button {
    display: block;
  }
}
.account-orders__list-item .order-easy-cancel-button {
  color: #f44d00;
  background: #fff;
}
.account-orders__list-item .order-price {
  text-align: right;
  margin-top: 15px;
  font-weight: bold;
  font-family: 'demibold', sans-serif;
}
.account-orders__list-item .order-product-detail-area {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.account-orders__list-item .order-product-detail-area .order-product-detail-status,
.account-orders__list-item .order-product-detail-area .order-product__easy-return {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #deeaa3;
  padding: 5px 25px;
}
.account-orders__list-item .order-product-detail-area .order-product__easy-return {
  border: none;
  text-align: center;
  padding: 0;
  background-color: #fff;
}
.account-orders__list-item .order-product-detail-area .order-product__easy-return .easy-return__image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.account-orders__list-item .order-product-detail-area .order-product__easy-return .easy-return__text,
.account-orders__list-item .order-product-detail-area .order-product__easy-return .easy-return__code {
  font-size: 12px;
  display: block;
}
@media (max-width: 767px) {
  .account-orders__list-item .order-product-detail-area .order-product__easy-return .easy-return__text,
  .account-orders__list-item .order-product-detail-area .order-product__easy-return .easy-return__code {
    font-size: 9px;
  }
}
.account-orders__list-item .order-product-detail-area .order-product-detail,
.account-orders__list-item .order-product-detail-area .order-product-detail-img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.account-orders__list-item .order-product-detail-area .order-tracking-button {
  position: absolute;
  top: 50%;
  right: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .account-orders__list-item .order-product-detail-area .order-tracking-button {
    position: relative;
    right: auto;
    display: block;
    margin-top: 16px;
  }
}
.account-orders__list-item .order-product-detail-area .order-tracking-button .text {
  font-size: 13px;
  margin-left: 5px;
  text-decoration: underline;
}
.account-orders__list-item .table-grid,
.account-orders__list-item .order-price {
  padding-left: 15px;
  padding-right: 15px;
}
.account-orders__products__description,
.account-orders__products__price {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .account-orders__products__description,
  .account-orders__products__price {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .account-orders__products__description {
    text-align: left;
    margin: 8px 0;
  }
}
.account-orders__products__description__name {
  font-weight: bold;
  font-family: 'demibold', sans-serif;
}
.account-orders__products__status,
.account-orders__products__price {
  line-height: normal;
}
@media (max-width: 767px) {
  .account-orders__products__status,
  .account-orders__products__price {
    text-align: right;
  }
}
.account-warning--cancellation {
  border: 1px solid #e8e8e8;
  text-align: center;
}
.account-warning-top {
  background: #eee;
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
}
.account-warning__cancellation__title__area {
  border: 1px solid #e8e8e8;
  padding: 15px;
  text-align: center;
}
.strong {
  font-weight: 700;
}
.account-warning__cancellation__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.account-warning__cancellation__order {
  color: #9b9b9b;
}
.account-warning__cancellation__repayment a {
  color: #000;
}
.account-orders-detail__title {
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  padding-bottom: 15px;
  color: #000;
  font-weight: bold;
  font-family: 'demibold', sans-serif;
}
.account-orders__products li {
  border-top: none;
  border-bottom: 1px solid #e8e8e8;
}
.account-orders-cancellation__footer {
  text-align: center;
  padding: 0;
}
.account-orders-cancellation__footer label {
  display: block;
  margin-bottom: 1em;
  display: inline-block;
}
.account-orders-cancellation__footer button {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .account-orders-cancellation__footer button {
    font-size: 12px;
  }
}
.account-orders-cancellation__back-button {
  text-align: center;
}
.account-orders-cancellation__back-button a {
  font-size: 12px;
}
.account-orders-cancellation__back-button a .account-orders-cancellation__back-button-text {
  text-decoration: underline;
}
.account-orders-cancellation__back-button a:hover {
  text-decoration: none;
}
.account-orders__products-checkbox {
  padding-top: 0;
}
@media (max-width: 991px) {
  .account-orders__products-checkbox {
    position: relative;
    left: -14px;
    z-index: 1;
  }
}
.account-orders__products-checkbox span {
  visibility: hidden;
  opacity: 0;
}
.account-orders__products-checkbox span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
  width: 25px;
  height: 25px;
  background-image: url(./ed7ee3a3a9e0d7895d932cdc7b89add6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.account-orders__products-checkbox .checkbox:checked + span {
  visibility: visible;
  opacity: 1;
}
.account-warning__title {
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  font-family: 'demibold', sans-serif;
  font-weight: bold;
  margin-top: 6px;
}
.account-warning__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #eeeeee;
  border: none;
  margin-top: 15px;
  margin-bottom: 5px;
}
.account-warning__status__img {
  margin-left: 15px;
}
.account-warning__status__refund-code {
  display: inline-flex;
  margin-right: 15px;
}
.account-warning__status__text,
.account-warning__status__code {
  font-family: 'demibold', sans-serif;
  font-size: 17px;
}
@media (max-width: 767px) {
  .account-warning__status__text,
  .account-warning__status__code {
    font-size: 12px;
  }
}
.account-warning__status__text {
  margin: auto 5px auto 15px;
  font-weight: bold;
}
div .account-warning__status__cargo-time {
  width: 100%;
  margin: 10px 0px 0px 0px;
}
@media (max-width: 1199px) {
  .account-warning__status {
    flex-direction: column;
  }
}
.account-container__icon {
  background-color: transparent;
  border: 2px solid #000;
  width: 15px;
  height: 15px;
  position: relative;
}
.account-container__icon i,
.account-container__icon .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  color: #000;
  font-size: 15px;
}
.account-warning__desc {
  text-align: left;
  border: 1px solid #ececec;
  padding: 15px 30px;
}
.account-warning__desc__title {
  text-align: center;
  font-size: 16px;
  font-family: 'demibold', sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.account-warning__desc__list span {
  display: inline-block;
  vertical-align: top;
}
.account-warning__desc__list-text {
  max-width: 90%;
  margin-left: 2%;
}
.account-warning__desc__in-list {
  margin-left: 25px;
}
.account-warning__desc__in-list .account-warning__status__code {
  font-size: 13px;
}
.account-warning__desc ul {
  list-style: disc;
}
.account-warning--lg {
  border: 1px solid #ececec;
}
.account-warning--lg .account-orders-cancellation__return-homepage {
  font-family: 'demibold', sans-serif;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
}
.order-product-images {
  display: block;
}
.order-product-images a:hover {
  text-decoration: none;
}
.order-product-images img {
  width: 70px;
  display: inline-block;
}
.account-warning__desc__list {
  margin-bottom: 15px;
}
.profile-page .mfp-content {
  width: 390px!important;
  padding: 30px!important;
  padding-bottom: 0!important;
}
@media (max-width: 767px) {
  .profile-page .mfp-content {
    width: 100%!important;
  }
}
.profile-page .profile-sms__form .modal__title {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .profile-page .profile-sms__form .modal__title {
    font-size: 17px;
  }
}
.profile-page .profile-sms__form .button {
  margin-top: 20px;
  height: 55px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
}
.profile-page .profile-sms__form .auth__form__check span {
  width: 90%;
}
.auth__form__check b {
  font-weight: bold;
}
.signup-disable {
  cursor: not-allowed !important;
}
.custom-select-box {
  height: 40px;
  border-color: #cbc8c8;
  color: #31363a;
  font-size: 13px;
  padding-left: 15px;
}
.account-order-detail__title-description {
  display: block;
  margin-top: 20px;
}
.account-order__tracking-number-title {
  margin-top: 35px;
  text-align: center;
  border-bottom: 2px solid #000;
}
.account-order__tracking-number-title:first-child {
  margin-top: 0;
}
.account-order__tracking-number-title span {
  display: inline-block;
  position: relative;
  bottom: -10px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .account-order__tracking-number-title span {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.account__form-group__button {
  margin-top: 100px;
}
.account__form-group__button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.account__form-group__file {
  margin-bottom: 15px;
}
.account-contact__form .g-recaptcha {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .account-contact__form .g-recaptcha {
    margin-left: -20px;
  }
}
.account-contact__form .g-recaptcha iframe {
  width: 100%;
}
.cancel-account-btn {
  background-color: transparent;
  font-weight: bold;
  margin-left: 24px;
}
.cancel-account-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(11, 11, 11, 0.8);
  display: none;
}
.cancel-account-modal-content {
  background: #fff;
  width: 400px;
  max-width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.cancel-account-modal-content-btn {
  font-size: 18px;
  line-height: 2.5;
  background-color: #f44d00;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.cancel-account-modal-content-title {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cancel-account-modal-content-title {
    font-size: 16px;
  }
}
.account-profile-verification-success-modal .mfp-content {
  width: 400px!important;
}
@media (max-width: 767px) {
  .account-profile-verification-success-modal .mfp-content {
    width: 300px!important;
  }
}
.account-profile-verification-success-modal-content-title {
  font-family: 'demibold', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
}
.nofound-page {
  text-align: center;
  display: flex;
  justify-content: center;
}
.nofound-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #2b2b2b;
  margin: 15px 0 ;
}
.nofund-container {
  font-size: 16px;
  text-align: center;
  color: #2b2b2b;
}
.nofund-container__list {
  list-style: inside;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
}
.nofund-container__list-option {
  text-align: left;
  margin-left: 25px;
}
.nofund-container__btn {
  font-size: 14px;
  letter-spacing: 0.52px;
  text-align: center;
  color: #002454;
  padding: 15px 29px;
  text-decoration: underline;
}
.product-slider__main-wrapper .product-detail__badge {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product-slider__main-wrapper .bx-controls {
  display: none;
}
@media (max-width: 767px) {
  .product-slider__main-wrapper .bx-controls {
    display: block;
  }
  .product-slider__main-wrapper .bx-controls-direction {
    display: none;
  }
  .product-slider__main-wrapper .bx-wrapper .bx-pager {
    bottom: -25px;
  }
}
@media (max-width: 991px) {
  .product-contents {
    padding-left: 15px;
  }
}
.product-slider {
  margin-bottom: 45px;
}
.product-slider__mobile-zoom {
  background-color: #ffffff;
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.product-slider__mobile-zoom img {
  max-width: none;
  height: 100%;
  position: relative;
  margin: 0px auto;
  z-index: 1;
}
.product-slider__mobile-zoom.active {
  display: block;
}
.product-slider__mobile-zoom .close-wrapper {
  width: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.product-slider__mobile-zoom .close {
  background-color: rgba(0, 0, 0, 0.57);
  cursor: pointer;
  width: 100%;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  padding: 15px 0;
  line-height: 0;
  position: relative;
  color: white;
}
.product-slider__thumbnails {
  max-height: 696px;
  overflow: auto;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .product-slider__thumbnails {
    max-height: 585px;
  }
}
@media (max-width: 991px) {
  .product-slider__thumbnails {
    max-height: 585px;
  }
}
.product-slider__thumbnails a {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.product-slider__thumbnails .product-video-button:before {
  content: "\F144";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -25px;
  margin-top: -30px;
  font-size: 60px;
  color: #FFF;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.product-slider::after {
  content: '';
  display: block;
  clear: both;
}
.product-slider__main-wrapper {
  max-height: 720px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-slider__main-wrapper {
    max-height: none;
    overflow: inherit;
  }
}
.product-attributes {
  margin-bottom: 45px;
}
.product-attributes .tab {
  border-top: 1px solid #d8d8d8;
  padding: 10px 0;
  color: #666;
}
.product-attributes .tab:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
.product-attributes .tab .title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.product-attributes .tab .title::after {
  content: '+';
  position: absolute;
  right: 5px;
  top: -2px;
}
.product-attributes .tab .content {
  font-size: 12px;
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.product-attributes .tab .content ul {
  list-style-type: disc;
}
.product-attributes .tab .content ul li {
  list-style-position: inside;
}
.product-attributes .tab.active .title::after {
  content: '-';
}
.product-attributes .tab.active .content {
  max-height: 300px;
}
.product-slider__main-wrapper .bx-clone {
  display: none !important;
}
.product-video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.product-store-box {
  float: left;
  width: 100%;
  padding: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.product-retail__store-button {
  float: left;
  border: 1px solid #000;
  width: calc(50% - 7px);
  margin: 15px 7px 0 0;
  color: #000;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-retail__store-button {
    width: calc(40% - 7px);
    font-size: 12px;
  }
}
.product-retail__store-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.product-retail__store-error {
  top: 8px;
  left: -230px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
  position: absolute;
  width: auto;
  background: #F8F8F8;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.25);
}
.product-retail__store-error:after {
  content: '';
  display: block;
  position: absolute;
  right: -16px;
  top: 4px;
  border: 8px solid transparent;
  border-left-color: #f8f8f8;
  z-index: 2;
}
.product-retail__store-error:before {
  content: '';
  display: block;
  position: absolute;
  right: -19px;
  top: 3px;
  border: 9px solid transparent;
  border-left-color: #E0E0E0;
  z-index: 1;
}
@media (max-width: 767px) {
  .product-retail__store-error {
    left: 0;
    top: 45px;
    z-index: 100;
    width: 100%;
  }
  .product-retail__store-error:after {
    border-left-color: transparent;
    border-bottom-color: #f8f8f8;
    top: -16px;
    right: 50%;
  }
  .product-retail__store-error:before {
    border-left-color: transparent;
    border-bottom-color: #e0e0e0;
    top: -18px;
    right: 49.5%;
  }
}
.product-retail__store-popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
}
.product-retail__store-popup h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.product-retail__store-popup p.product {
  margin-bottom: 25px;
}
.product-retail__store-popup p.product a {
  padding: 5px 10px;
  background: #F8F8F8;
  border: 1px solid #E0E0E0;
  text-decoration: none;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .product-retail__store-popup p.product a {
    display: none;
  }
}
.product-retail__store-popup > div {
  background: #fff;
  padding: 20px;
  width: 40%;
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 90vh;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .product-retail__store-popup > div {
    width: 100%;
    padding: 10px;
    margin-top: 80px;
  }
}
.product-retail__store-popup > div p.desc {
  margin-top: 20px;
  color: #555;
  font-size: 12px;
}
.product-retail__store-popup-close {
  top: 20px;
  right: 20px;
  text-decoration: none !important;
  position: absolute;
}
.product-retail__store-popup .product-counter__count {
  float: left;
  position: relative;
  width: auto;
  font-size: 0;
}
.product-retail__store-popup .product-counter__count .product-counter__count-select {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .product-retail__store-popup .product-counter__count .product-counter__count-select {
    margin-right: 5px;
  }
}
.product-retail__store-popup .product-counter__count .product-counter__count-select:after {
  content: "\e90a";
  font-family: 'icomoon';
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 0;
  font-size: 8px;
}
@media (max-width: 767px) {
  .product-retail__store-popup .product-counter__count .product-counter__count-select:after {
    right: 5px;
  }
}
.product-retail__store-popup .product-counter__count:before {
  display: none !important;
}
.product-retail__store-popup .product-counter__count select {
  font-size: 13px !important;
  width: 150px;
  cursor: pointer;
  height: 42px;
  border: 1px solid #e0e0e0;
  color: #000;
  font-size: 18px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .product-retail__store-popup .product-counter__count select {
    width: 110px;
    padding-left: 5px;
  }
}
.product-retail__store-popup .product-counter__count + a {
  height: 42px;
  margin-left: 20px;
  text-align: center;
  padding: 9px 26px;
  display: block;
  float: left;
  opacity: 1;
  color: #fff !important;
  background: #000d42;
}
.product-retail__store-popup .product-counter__count + a.disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 767px) {
  .product-retail__store-popup .product-counter__count + a {
    padding: 9px 12px;
    margin-left: unset;
  }
}
.product-retail__store-popup-error {
  margin-top: 10px;
  font-size: 12px;
  color: #ef4130;
}
.product-retail__store-stores {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 575px) {
  .product-retail__store-stores {
    height: 70vh;
    overflow: scroll;
  }
}
.product-retail__store-stores > div {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .product-retail__store-stores > div {
    display: block;
    margin-bottom: 10px;
  }
}
.product-retail__store-stores > div span {
  display: table-cell;
}
@media (max-width: 767px) {
  .product-retail__store-stores > div span {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-retail__store-stores > div span.address {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-retail__store-stores > div span:first-child {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
  }
}
.product-retail__store-stores > div span:last-child {
  width: 25%;
  font-size: 12px;
}
@media (max-width: 767px) {
  .product-retail__store-stores > div span:last-child {
    font-size: 11px;
    text-align: center;
    width: 45% !important;
  }
}
.product-retail__store-stores > div span b {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 7px;
  margin-right: 5px;
}
.product-retail__store-stores > div span b.red {
  background: #ef4130;
}
.product-retail__store-stores > div span b.yellow {
  background: yellow;
}
.product-retail__store-stores > div span b.green {
  background: #BDD752;
}
@media (min-width: 992px) {
  .product-retail__store-stores .tel a {
    pointer-events: none;
  }
}
.product-combine__wrapper .combine__products .product-slider__main {
  display: none;
  pointer-events: none;
}
.product-combine__wrapper .combine__products .product-slider__main[data-popup="1"] {
  display: block !important;
}
.product-combine__wrapper .combine__products-item {
  border-top: 1px solid #d8d8d8;
  margin-top: 25px;
  padding-top: 15px;
}
.product-combine__wrapper .product-store-box,
.product-combine__wrapper .product-slider__thumbnails,
.product-combine__wrapper .product-social,
.product-combine__wrapper .product-attributes,
.product-combine__wrapper .variant-info,
.product-combine__wrapper .bx-pager {
  display: none;
}
.product-combine__wrapper .product-action-box {
  padding: 0;
  box-shadow: none;
}
.product-combine__wrapper .product-slider__main-wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .product-combine__wrapper .product-slider__main-wrapper:col-sm-10 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-combine__wrapper .col-sm-5 {
    width: 66.66666667%;
  }
  .product-combine__wrapper .col-sm-7 {
    width: 33.33333333%;
  }
}
.product-combine__wrapper .bx-viewport {
  height: auto !important;
}
.product-combine__wrapper .product-slider__img {
  pointer-events: none;
}
.product-combine__wrapper .variant-colors__item.is-disable,
.product-combine__wrapper .variant-sizes__item.is-disable {
  pointer-events: none;
}
.quick-basket-popup {
  height: 110px;
  z-index: 999;
  background-color: #fff;
  border-radius: 10px;
  top: 50%;
  margin: 0 8px;
  position: fixed;
  width: 96%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.quick-basket-popup__container {
  display: flex;
}
.quick-basket__img {
  display: flex;
  align-self: center;
}
.quick-basket__img-container {
  height: 90px;
  margin-top: 10px;
  margin-left: 10px;
  object-fit: contain;
  border-radius: 10px;
}
.quick-basket__name {
  margin: 3px 87px 20px 20px;
  width: 164px;
  font-size: 12px;
  font-weight: 500;
  padding-top: 10px;
  color: #2b2b2b;
  width: 175px;
}
.quick-basket__text {
  margin: 16px 20px 0 20px;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  color: #2b2b2b;
  border-top: 1px solid;
}
.body-product .jconfirm-light {
  display: none!important;
}
@media (min-width: 1280px) {
  .body-product .container {
    width: 1280px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .body-product .container {
    width: 100%;
  }
}
.product-container {
  margin-top: 30px;
  font-family: Helvetica;
}
.product-container a:hover,
.product-container a:focus,
.product-container a:active {
  text-decoration: none;
}
.product-detail__name {
  font-size: 24px;
  color: #666;
  margin-bottom: 20px;
}
.product-detail__badge {
  display: block;
  margin: 0 0 15px;
}
.product-detail__badge.detail-slider-badge {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 41px;
  text-align: -webkit-right;
}
.product-detail__badge.detail-slider-badge img {
  position: unset;
}
@media screen and (min-width: 990px) and (max-width: 1280px) {
  .product-detail__badge.detail-slider-badge {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .product-detail__badge.detail-slider-badge {
    right: 65px;
  }
}
@media (max-width: 767px) {
  .product-detail__badge.detail-slider-badge {
    right: 15px;
  }
}
.product-detail__list-price {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
}
.product-detail__sale-price,
.product-detail__discounted-price {
  font-weight: 700;
  font-size: 28px;
}
.product-detail__sale-price {
  color: #000d42;
}
.product-detail__discounted-price {
  color: #d42832;
}
.product-detail__offers {
  font-size: 12px;
  color: #666;
}
.product-action-box {
  padding: 10px 15px 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.product-variant__item-title {
  margin-bottom: 5px;
}
.product-variant__item-title {
  margin-top: 20px;
}
.product-variant:nth-of-type(2) .product-variant__item-title {
  margin-top: 25px;
}
.variant-sizes__item {
  display: block;
  float: left;
  height: 36px;
  min-width: 36px;
  padding: 10px;
  background: #edecec;
  color: #0a5694;
  margin-right: 15px;
  margin-bottom: 15px;
}
.variant-sizes::after {
  content: '';
  clear: both;
  display: block;
}
.variant-colors__item {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 36px;
  height: 36px;
}
.variant-colors::after {
  content: '';
  clear: both;
  display: block;
}
.variant-colors__item img {
  width: 36px;
}
.variant-colors__item,
.variant-sizes__item {
  position: relative;
  text-align: center;
}
.variant-colors__item.is-select,
.variant-sizes__item.is-select {
  color: #000;
}
.variant-colors__item.is-select::after,
.variant-sizes__item.is-select::after {
  content: '';
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 4px;
  background: #000;
}
.variant-colors__item.is-disable,
.variant-sizes__item.is-disable {
  color: #9b9b9b;
  pointer-events: none;
}
.variant-colors__item.is-disable:before,
.variant-sizes__item.is-disable:before {
  content: '';
  background: transparent linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 2px), #000 50%, rgba(0, 0, 0, 0) calc(50% + 2px), rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.variant_size__error {
  display: none;
  background-color: #fae7ec;
  padding: 10px 14px 10px 9px;
  position: relative;
  margin-top: 10px;
  font-size: 12px;
}
.variant_size__error.show-message {
  display: inline-block;
}
.variant-info {
  margin-top: 20px;
  width: 100%;
  padding: 15px;
  background: #fff;
  position: relative;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.variant-info .link {
  width: 100%;
  text-align: right;
  display: block;
  font-size: 14px;
  color: #0a5694;
  margin-bottom: 10px;
}
.variant-info .link span {
  float: left;
  color: #000;
  font-weight: 700;
}
.variant-info .link::after {
  content: '';
  clear: both;
  display: block;
}
.variant-info .text span {
  display: block;
  font-size: 13px;
  color: #666;
}
.variant-info .text span b {
  font-weight: 700;
}
.product-quantity-text {
  display: block;
  margin-top: 20px;
  color: #666;
}
.product-get-notice__button {
  display: none !important;
  margin-top: 25px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  border: 1px solid #000d42;
  color: #000d42 !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product-get-notice__button {
    font-size: 14px;
  }
}
.product-get-notice__button.active {
  display: inline-block !important;
}
.product-get-notice__button img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .product-get-notice__button img {
    margin-right: 5px;
  }
}
.product-add-basket__button {
  margin-top: 25px;
  background: #000d42;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
}
.product-add-basket__button-disabled {
  display: none !important;
}
.product-add-basket__button:hover,
.product-add-basket__button:focus {
  color: #fff;
}
.product-count-wrap {
  position: relative;
  height: 36px;
  cursor: pointer;
}
.product-count-wrap .count {
  width: 36px;
  padding: 7.5px 0;
  text-align: center;
  border: 1px solid #edecec;
  color: #0a5694;
  font-weight: 700;
  display: block;
  position: absolute;
  background: #fff;
  z-index: 1;
  float: left;
  transition: left 0.3s;
  top: 0;
  left: 0;
}
.product-count-wrap .count:first-of-type {
  z-index: 2;
}
.product-count-wrap .count.selected {
  z-index: 5 !important;
}
.product-count-wrap.active .count:nth-of-type(1) {
  left: 0px;
}
.product-count-wrap.active .count:nth-of-type(2) {
  left: 36px;
}
.product-count-wrap.active .count:nth-of-type(3) {
  left: 72px;
}
.product-count-wrap.active .count:nth-of-type(4) {
  left: 108px;
}
.product-count-wrap.active .count:nth-of-type(5) {
  left: 144px;
}
.product-count-wrap.active .count.selected {
  background: #edecec;
}
.product-count-wrap::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 991px) {
  .product-actions {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .product-actions-container {
    margin-bottom: 30px;
  }
}
.product-alert-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.product-alert-modal.shown {
  display: block!important;
}
.product-alert-modal .backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.product-alert-modal .product-alert-popup {
  background: #fff;
  padding: 25px 30px 80px;
  width: 400px;
  max-width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .product-alert-modal .product-alert-popup {
    padding: 15px 20px 70px;
  }
}
.product-alert-modal .product-alert-popup-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
  display: block;
}
.product-alert-modal .fa {
  font-size: 50px;
  margin-bottom: 18px;
  color: #000;
}
@media (max-width: 767px) {
  .product-alert-modal .fa {
    margin-bottom: 10px;
  }
}
.product-alert-modal h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .product-alert-modal h3 {
    margin-bottom: 10px;
  }
}
.product-alert-modal p {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
}
.product-alert-modal p b {
  font-weight: 700;
}
.product-alert-modal .close-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 2.5;
  background: #000d42;
  color: #fff;
}
.size-modal-app {
  display: grid!important;
  z-index: auto!important;
  position: relative!important;
}
.size-modal-app .size-modal__content-app {
  position: inherit!important;
  z-index: auto!important;
  width: inherit!important;
  overflow-y: inherit!important;
  height: inherit!important;
}
@media (max-width: 767px) {
  .size-modal-app .size-modal__content-app {
    margin-top: 0!important;
  }
}
.size-modal-app .size-modal__content-app .size-guide-menus-app {
  position: relative!important;
}
.size-modal-app .size-modal__content-app .size-guide-sub-menus-app {
  position: relative!important;
}
@media (max-width: 767px) {
  .size-modal-app .size-modal__content-app .content-area {
    max-width: 400px!important;
  }
}
/*
 * size guide modal
 */
@media (max-width: 767px) {
  .hide-to-app-mt {
    padding-top: 0!important;
  }
}
.size-modal {
  display: none;
  z-index: 101;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.size-modal.shown {
  display: block!important;
}
.size-modal .backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.75);
}
.size-modal .size-modal__content {
  position: relative;
  z-index: 92;
  top: 50%;
  width: 885px;
  height: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 6px;
  overflow-y: scroll;
  transform: translateY(-50%);
  -webkit-overflow-scrolling: touch;
}
.size-modal .size-modal__content > .title {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  color: #666;
  line-height: 40px;
  font-weight: 700;
  border-bottom: solid 2px #9a9a9a;
  background-color: #f2f2f2;
  border-radius: 6px 6px 0 0;
}
.size-modal .size-modal__content > .title .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 38px;
  background: url(./d4c340aabeb26d569d4f5baf285ed2a0.png) no-repeat center;
  background-size: 10px 10px;
  opacity: 0.5;
  cursor: pointer;
}
.size-modal .size-modal__content .size-image {
  float: right;
  margin-left: 50px;
  margin-right: 150px;
}
.size-modal .size-modal__content .tab-contents > div {
  display: none;
}
.size-modal .size-modal__content .tab-contents > div.shown {
  display: block;
}
.size-modal .size-modal__content .size-type__toggle {
  margin-top: 10px;
  text-align: center;
  font-size: 0px;
  display: none !important;
}
.size-modal .size-modal__content .size-type__toggle a {
  display: inline-block;
  width: 190px;
  height: 45px;
  margin-left: -2px;
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  background-color: #fff;
  border: solid 2px #eee;
}
.size-modal .size-modal__content .size-type__toggle a.active {
  font-weight: 700;
  background-color: #eee;
}
.size-modal .size-modal__content .filter {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.size-modal .size-modal__content .filter .select-dropdown {
  width: 100%;
  position: relative;
  float: left;
}
.size-modal .size-modal__content .filter .select-dropdown .selected {
  display: none;
  position: relative;
  width: 100%;
  height: 35px;
  color: #000;
  padding-left: 10px;
  line-height: 35px;
  background-color: #e9e9e9;
  cursor: pointer;
}
@media (max-width: 767px) {
  .size-modal .size-modal__content .filter .select-dropdown .selected {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
  }
}
.size-modal .size-modal__content .filter .select-dropdown .selected::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-right: 10px;
  background: url(./bec63beafedf8e05fdfdb757c88ffd96.png) no-repeat center;
}
.size-modal .size-modal__content .filter .select-dropdown:nth-child(2) {
  float: right;
}
.size-modal .size-modal__content .filter .select-dropdown ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.size-modal .size-modal__content .filter .select-dropdown ul.size-sub-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.size-modal .size-modal__content .filter .select-dropdown ul.size-sub-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 15px;
  background-color: #ffffff;
}
.size-modal .size-modal__content .filter .select-dropdown ul.size-sub-menu li:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .size-modal .size-modal__content .filter .select-dropdown ul.size-sub-menu li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 95px !important;
  }
}
.size-modal .size-modal__content .filter .select-dropdown ul li {
  cursor: pointer;
  color: #000000;
  background-color: #F6F6F6;
  padding: 10px;
  transition: all 0.3s linear;
  width: 110px;
  text-align: center;
  border-radius: 5px;
}
.size-modal .size-modal__content .filter .select-dropdown ul li.selected-menu {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .size-modal .size-modal__content .filter .select-dropdown ul li {
    margin-left: 50px;
    min-width: 100px;
  }
  .size-modal .size-modal__content .filter .select-dropdown ul li:nth-child(1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .size-modal .size-modal__content .filter .select-dropdown ul {
    max-width: 420px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .size-modal .size-modal__content .filter .select-dropdown ul::-webkit-scrollbar {
    display: none;
  }
}
.size-modal .size-modal__content .filter .select-dropdown.active ul {
  display: block;
}
.size-modal .size-modal__content .content-area {
  padding: 5px;
}
.size-modal .size-modal__content .sepeartor-hero {
  margin-top: 30px;
  color: #000;
  text-align: center;
  border-top: solid 1px #000;
  display: none !important;
}
.size-modal .size-modal__content .sepeartor-hero:first-child {
  margin-top: 0;
}
.size-modal .size-modal__content .sepeartor-hero span {
  position: relative;
  top: -10px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 4px;
  background-color: #fff;
}
.size-modal .size-modal__content .size-table .title {
  cursor: pointer;
  position: relative;
  color: #000;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-top: 2px solid #bbb;
  display: none;
}
.size-modal .size-modal__content .size-table .title:first-child {
  border-top: 0;
}
.size-modal .size-modal__content .size-table .title::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 25px;
  height: 25px;
  margin-top: 7px;
  background: url(./0bb7993b0c7cb59f98fca12724daa7f3.png) no-repeat center;
  background-size: 18px auto;
}
.size-modal .size-modal__content .size-table .title.active::before {
  background: url(./4f46a299e9b728fdc083d51b29518660.png) no-repeat center;
  background-size: 18px auto;
}
.size-modal .size-modal__content .size-table .table {
  display: none;
  margin-top: 25px;
  padding-bottom: 25px;
}
.size-modal .size-modal__content .size-table .table.shown {
  display: block;
}
.size-modal .size-modal__content .size-table .table .table-titles {
  width: 210px;
  float: left;
  border: solid 3px #f6f6f6;
}
.size-modal .size-modal__content .size-table .table .table-titles table {
  width: 100%;
  background-color: #f6f6f6;
}
.size-modal .size-modal__content .size-table .table .table-titles td {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  color: #000;
  font-size: 10px;
  text-align: left;
  border-color: #f6f6f6;
  border-bottom: solid 1px #f6f6f6;
}
.size-modal .size-modal__content .size-table .table .table-titles td.title--wide {
  height: 90px;
  vertical-align: middle;
}
.size-modal .size-modal__content .size-table .table .table-titles tr:first-child td {
  height: 31px;
}
.size-modal .size-modal__content .size-table .table .table-body {
  float: left;
  overflow-x: scroll;
  width: calc(100% - 210px);
  border: solid 3px #f6f6f6;
}
.size-modal .size-modal__content .size-table .table .table-body > table {
  width: 100%;
  text-align: center;
  background-color: #f6f6f6;
}
.size-modal .size-modal__content .size-table .table .table-body > table > tbody > tr > td {
  min-width: 130px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  border-top: solid 1px #fff;
}
.size-modal .size-modal__content .size-table .table .table-body > table > tbody > tr > td.bold {
  color: #000;
  font-weight: 700;
  border-bottom: 2px solid #bbbbbb;
}
.size-modal .size-modal__content .size-table .table .table-body > table > tbody > tr > td:nth-child(odd) {
  background-color: #fff;
}
.size-modal .size-modal__content .size-table .table .table-body > table > tbody > tr > td table {
  width: 100%;
}
.size-modal .size-modal__content .size-table .table .table-body > table > tbody > tr > td table td {
  width: 50%;
}
.size-modal .size-modal__content .size-table .table .table-body > table > tbody > tr:first-child > td {
  border-top-color: #f6f6f6;
}
.size-modal .size-modal__content .size-table .table .table-body .value--wide {
  min-width: 225px;
}
.size-modal .size-modal__content .size-table .table .table-body .value--wide table td {
  width: 33.33%;
}
.size-modal .size-modal__content .size-table .table .table-body .highlight {
  color: #005596;
  background-color: #D3EBFF !important;
}
@media (max-width: 767px) {
  .size-modal .size-modal__content .size-table .table .table--half .table-body {
    width: 100%!important;
  }
}
@media (max-width: 575px) {
  .size-modal .size-modal__content {
    margin-top: 70px;
    height: 450px;
  }
}
@media (max-width: 400px) {
  .size-modal .size-modal__content {
    margin-top: 70px;
    height: 280px;
  }
}
.size-modal .divider-header {
  font-size: 14px;
  color: #000000;
  margin-block: 15px;
  text-align: center;
}
.sub-menu-dropdown {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.size-guide-divider {
  width: 868px;
  height: 1px;
  background-color: #222222;
  margin-block: 25px;
}
@media (max-width: 767px) {
  .size-guide-divider {
    width: 100%;
  }
}
.size-guide-divider-web {
  width: 100%;
  height: 1px;
  background-color: #222222;
  margin-block: 25px;
}
.size-sub-title {
  display: block;
  width: 100%;
  background-color: #ffffff;
  margin-top: 12px;
}
.sub-menu-with-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 70px;
  margin-right: 15px;
}
.size-selected-sub-menu {
  width: auto !important;
  padding: 0 !important;
  color: #000000;
  transition: 0.3s background-color ease;
}
.size-selected-sub-menu.selected-sub-menu .item-img-container {
  background-color: #333333;
  transition: 0.3s background-color ease;
}
.size-selected-sub-menu.selected-sub-menu .item-img-container img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.item-img-container {
  background: #F2F2F2;
  padding: 12px;
  border-radius: 5px;
}
.product-social {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
}
.st-custom-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  cursor: pointer;
}
.st-custom-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.st-custom-button[data-network='twitter']:after {
  background-image: url(./1b55934efa66141c7b2600c05c482944.png);
  background-position: -70px -48px;
  width: 17px;
  height: 14px;
}
.st-custom-button[data-network='twitter'] {
  background-color: #1da1f2;
}
.st-custom-button[data-network='facebook']:after {
  background-image: url(./1b55934efa66141c7b2600c05c482944.png);
  background-position: -100px 0px;
  width: 9px;
  height: 18px;
}
.st-custom-button[data-network='facebook'] {
  background-color: #3b5998;
}
.st-custom-button[data-network='googleplus']:after {
  background-image: url(./1b55934efa66141c7b2600c05c482944.png);
  background-position: -85px -30px;
  width: 15px;
  height: 16px;
}
.st-custom-button[data-network='googleplus'] {
  background-color: #db4437;
}
.st-custom-button[data-network='pinterest']:after {
  background-image: url(./1b55934efa66141c7b2600c05c482944.png);
  background-position: -70px -30px;
  width: 15px;
  height: 18px;
}
.st-custom-button[data-network='pinterest'] {
  background-color: #bd081c;
}
.js-retail-product-span {
  font-size: 0;
}
.js-retail-product-span span {
  font-size: 14px;
}
.js-retail-product-span .which-color-name + .js-which-store-size::before {
  content: ", ";
}
.demo {
  border: 2px solid #F6F6F6;
  border-collapse: collapse;
  padding: 11px;
  width: 100%;
}
.demo th,
.demo td {
  font-weight: bold;
}
@media (max-width: 767px) {
  .demo th,
  .demo td {
    font-size: 13px;
  }
}
.demo th {
  padding: 15px 0;
  background: #F0F0F0;
  text-align: center;
}
.demo td {
  padding: 15px 0;
  text-align: center;
}
.demo tbody tr {
  background-color: #FFFFFF;
}
.demo tbody tr:nth-child(2n) {
  background-color: #F6F6F6;
}
.payment-tabs {
  width: calc(100% - 20px);
  height: 35px;
  margin-top: -35px;
  margin-left: 20px;
  background: #fff;
  border-bottom: 1px solid #dedee9;
}
@media (max-width: 767px) {
  .payment-tabs {
    margin-left: 0;
    width: 100%;
    height: inherit;
    position: relative;
  }
}
.payment-tab {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  border: solid 1px #e5e5e5;
  border-bottom: 0;
  float: left;
  margin-right: 10px;
  margin-top: 60px;
  padding: 0 35px;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
}
.payment-tab.active {
  color: #fff;
  background-color: #000;
}
@media (max-width: 767px) {
  .payment-tab {
    text-transform: uppercase;
    padding: 5px;
    float: inherit;
    height: inherit;
    min-height: 47px;
    text-align: center;
    border-bottom: inherit;
    background-position: left;
    margin-right: 5px;
    margin-left: 5px;
  }
  .payment-tab:not(:first-child) {
    margin-top: 10px;
  }
  .payment-tab:last-child {
    margin-bottom: 10px;
  }
  .payment-tab.active {
    color: #000;
    box-shadow: 0 0 5px 0 #a7be6e;
    background-color: #fff;
  }
}
.payment-tab img {
  margin: auto;
}
@media (max-width: 767px) {
  .payment-tab-credit_card {
    margin-left: 5px;
  }
}
.payment-tab-bkm_express {
  background-image: url(./a40cdc87271c0ddc4978dfe1f9772364.png);
  min-width: 135px;
  background-size: 110px auto;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .payment-tab-bkm_express.active {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .payment-tab-bkm_express.active {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .payment-tab-bkm_express:before {
    content: "BKM Express";
  }
}
@media (max-width: 767px) {
  .payment-tab-bkm_express {
    min-width: 103px;
  }
}
.payment-tab-gpay {
  background-image: url(./9aa5e808881d839fe1043f5909efda42.png);
  min-width: 135px;
  background-size: 110px auto;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .payment-tab-gpay.active {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .payment-tab-gpay.active {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .payment-tab-gpay {
    min-width: 103px;
  }
}
.payment-tab-credit_payment {
  background-image: url(./ed3c399ca52e51a121f57d7fb5f798a5.svg);
  min-width: 135px;
  background-size: 82px auto;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .payment-tab-credit_payment.active {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .payment-tab-credit_payment.active {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .payment-tab-credit_payment {
    min-width: 103px;
  }
}
.payment-contents {
  clear: both;
}
@media (max-width: 767px) {
  .payment-contents {
    border-top: 1px solid #e0e0e0;
  }
}
.gpay-content .gpay-note {
  padding: 30px;
}
@media (max-width: 767px) {
  .gpay-content .gpay-note {
    padding: 10px 30px;
    font-size: 12px;
  }
}
.gpay-content .content {
  min-height: 300px;
  padding: 50px;
}
@media (max-width: 767px) {
  .gpay-content .content {
    padding: 20px 30px;
    min-height: auto;
  }
}
.gpay-content .checkout__contract {
  max-width: 300px;
  margin: auto;
}
.gpay-content .button {
  font-family: 'maax';
  font-size: 16px;
  background: #f44d00;
  padding: 10px 30px;
  line-height: 20px;
  color: #fff !important;
  margin: 0 auto;
  display: block;
  max-width: 300px;
}
.gpay-content .checkout__error {
  text-align: center;
}
.gpay-content .js-gpay-error {
  display: none;
}
.bkm-content .bkm-note {
  padding: 30px;
}
@media (max-width: 767px) {
  .bkm-content .bkm-note {
    padding: 10px 30px;
    font-size: 12px;
  }
}
.bkm-content .content {
  min-height: 300px;
  padding: 50px;
}
@media (max-width: 767px) {
  .bkm-content .content {
    padding: 20px 30px;
    min-height: auto;
  }
}
.bkm-content .checkout__contract {
  max-width: 300px;
  margin: auto;
}
.bkm-content .button {
  max-width: 300px;
  margin: auto;
  float: none;
  display: block;
}
.bkm-content .checkout__error {
  text-align: center;
}
.payment-tab-content {
  display: none;
  border-top: 1px solid #d1d1d1;
  background: #fff;
  margin-top: -1px;
}
.payment-tab-content:nth-child(1) {
  display: block;
}
.payment-tab-content.active {
  display: block;
}
.pay_on_delivery {
  margin: 50px 15px;
  color: #4a4a4a;
}
.pay_on_delivery li {
  padding-left: 10px;
  margin: 15px;
}
.checkout__tab__content.payment {
  margin-top: 0px;
}
.payment_checkout_button {
  margin-right: 20px;
}
.payment-tab-content-transfer {
  padding: 30px 25px;
}
.payment__transfer-desc {
  font-size: 13px;
  line-height: 1.57;
  max-width: 670px;
  color: #000;
}
.payment__transfer-title,
.payment__transfer-company {
  font-size: 14px;
  line-height: 1.19;
  color: #ef4130;
  margin-top: 20px;
}
.payment__transfer-company {
  color: #000;
}
.payment__transfer-options {
  margin-top: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.payment__transfer-options label {
  display: block;
  position: relative;
  cursor: pointer;
}
.payment__transfer-options label input {
  position: absolute;
  left: 0;
  top: 12px;
}
.payment__transfer-options label > span {
  font-size: 16px;
  line-height: 2.31;
  color: #000000;
}
.payment__transfer-bank-logo-wrapper {
  min-width: 120px;
  display: inline-block;
  margin-left: 25px;
  max-height: 25px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .payment__transfer-bank-logo-wrapper {
    width: 100%;
    margin-top: 10px;
  }
}
.payment__transfer-attention {
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #ef4130;
  margin-top: 20px;
  float: left;
  position: relative;
}
.payment__transfer-attention p.payment__transfer-attention-desc {
  font-size: 12px;
  color: #000;
}
@media (max-width: 767px) {
  .payment__transfer-attention-desc-success {
    text-align: center;
    margin: 20px;
  }
}
.payment_checkout_button {
  margin: 65px 0 0 0;
}
@media (max-width: 767px) {
  .payment_checkout_button {
    margin-top: 25px;
  }
}
.installment__messages {
  font-size: 12px;
  margin-top: 20px;
  color: #ef4130;
}
.payment__installment_info img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .payment__installment_info {
    border-top: 1px solid #e5e5e5;
  }
}
@media (max-width: 767px) {
  .payment__installment_info {
    padding: 5px;
    margin-bottom: 19px;
  }
}
.masterpass-tab-content .masterpass-wrapper {
  margin: 30px 0;
  background: #f5f5f5;
  padding: 10px 15px;
}
.masterpass-tab-content .masterpass-wrapper .masterpass-header {
  position: relative;
}
@media (min-width: 768px) {
  .masterpass-tab-content .masterpass-wrapper .masterpass-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.masterpass-tab-content .masterpass-wrapper .masterpass-header .masterpass-save-check {
  display: flex;
  align-items: center;
  font-size: 13px;
}
@media (max-width: 767px) {
  .masterpass-tab-content .masterpass-wrapper .masterpass-header .masterpass-save-check {
    overflow: hidden;
    font-size: 11px;
  }
}
.masterpass-tab-content .masterpass-wrapper .masterpass-header .masterpass-save-check .checkbox {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .masterpass-tab-content .masterpass-wrapper .masterpass-header .masterpass-save-check .checkbox + label {
    float: right;
    width: calc(100% - 25px);
    line-height: 14px;
  }
}
.masterpass-tab-content .masterpass-wrapper .masterpass-header .masterpass-save-logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.masterpass-tab-content .masterpass-wrapper .masterpass-header .masterpass-save-logo img {
  height: 14px;
}
.masterpass-tab-content .masterpass-wrapper .masterpass-header .info i {
  color: #798093;
  font-size: 17px;
}
.masterpass-tab-content .masterpass-wrapper .masterpass-modal-info-init {
  display: inline-block;
  color: #798093;
  margin-top: 4px;
}
.masterpass-tab-content .masterpass-wrapper .masterpass-description {
  padding: 25px 0;
}
.masterpass-tab-content .masterpass-wrapper .masterpass-save-form {
  padding-top: 15px;
}
.masterpass-tab-content .masterpass-wrapper .masterpass-save-form input {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
.masterpass-tab-content .masterpass-wrapper .masterpass-save-form .error {
  margin-top: 10px;
}
.masterpass-tab-content .masterpass-wrapper .masterpass-continue-button {
  background: #000;
  color: #fff;
  margin: 10px 0;
  height: 38px;
  font-family: 'maax';
  width: 100%;
  font-size: 16px;
}
.masterpass-tab-content .masterpass-wrapper .masterpass-save-card-label {
  display: block;
  cursor: pointer;
}
.masterpass-tab-content .checkout__payment__form {
  padding-bottom: 32px;
}
.masterpass-tab-content .checkout__cargo__proceed .fa {
  font-size: inherit;
}
.masterpass-tab-content .checkout__addresses__title {
  margin-left: 0px;
  margin-right: 0px;
}
.masterpass-tab-content .masterpass-button-wrapper {
  display: flex;
  justify-content: center;
}
.masterpass-tab-content .masterpass-button-wrapper .complete__order__button {
  margin-left: 0px;
}
.masterpass-tab-content .error_agreement {
  pointer-events: none;
}
.masterpass-tab-content .other-card .radio-input {
  display: none;
}
.masterpass-tab-content .card-toggle {
  cursor: pointer;
  margin-left: 0;
  text-decoration: underline;
}
.masterpass-tab-content .masterpass-card-lists {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 200;
}
.masterpass-tab-content .checkbox {
  background-color: #fff;
  margin-top: 0;
}
.masterpass-tab-content .masterpass-saved-card-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.masterpass-tab-content .masterpass-saved-card-item.selected {
  pointer-events: none;
}
.masterpass-tab-content .masterpass-saved-card-item.is-disabled {
  pointer-events: none;
  background: #e8e8e8;
}
.masterpass-tab-content .masterpass-saved-card-item .card-content {
  display: flex;
  align-items: center;
  width: 100%;
  background: #f5f5f5;
  padding: 14px;
}
.masterpass-tab-content .masterpass-saved-card-item .card-detail {
  margin-left: 10px;
  margin-right: 10px;
  flex: 1;
}
.masterpass-tab-content .masterpass-saved-card-item .card-action {
  text-decoration: none;
}
.masterpass-tab-content .masterpass-saved-card-item .card-action a {
  text-decoration: none;
  display: block;
  margin-left: 10px;
}
.masterpass-tab-content .masterpass-saved-card-item .card-action i {
  display: block;
  font-size: 20px;
}
.masterpass-tab-content .masterpass-saved-card-item .card-action span {
  font-size: 12px;
  color: #222222;
  text-decoration: underline;
}
.masterpass-tab-content .masterpass-saved-card-item .card-image img {
  height: 20px;
}
.masterpass-tab-content .masterpass-saved-card-item .card-image img.mastercard {
  height: 30px;
}
.masterpass-tab-content .masterpass-saved-card-item .card-detail-name,
.masterpass-tab-content .masterpass-saved-card-item .card-detail-number {
  display: block;
}
.masterpass-tab-content .masterpass-saved-card-item .card-detail-name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.masterpass-tab-content .masterpass-saved-card-item .card-detail-number {
  font-size: 12px;
}
.masterpass-tab-content .masterpass-saved-card-item:hover {
  cursor: pointer;
}
.masterpass-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 600px;
  z-index: 1043;
}
.masterpass-modal.large {
  max-width: 850px;
}
.masterpass-modal .masterpass-modal-wrapper {
  background: #fff;
  padding: 30px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
}
.masterpass-modal .masterpass-modal-header {
  position: relative;
}
.masterpass-modal .masterpass-modal-header .masterpass-modal-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  letter-spacing: 1.6px;
}
.masterpass-modal .masterpass-modal-header .close-modal {
  font-size: 18px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.masterpass-modal .masterpass-modal-header .close-modal em {
  font-size: inherit;
}
.masterpass-modal .masterpass-modal-header .logo {
  text-align: center;
}
.masterpass-modal .masterpass-modal-header .logo img {
  margin: 20px auto;
}
.masterpass-modal .masterpass-modal-header .title {
  text-align: center;
  font-size: 18px;
  color: #604b5b;
  font-weight: bold;
}
.masterpass-modal .masterpass-modal-header .title.success {
  color: #53c223;
}
.masterpass-modal .masterpass-modal-content {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .masterpass-modal .masterpass-modal-content {
    padding-bottom: 33px;
  }
}
.masterpass-modal .masterpass-modal-content .masterpass-verification-form input,
.masterpass-modal .masterpass-modal-content .masterpass-verification-form button {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 1.12px;
  text-align: left;
  height: 50px;
  color: #1d1d1d;
  background-color: #f5f5f5;
  width: 100%;
}
.masterpass-modal .masterpass-modal-content .masterpass-verification-form input {
  padding: 15px;
}
.masterpass-modal .masterpass-modal-content .masterpass-verification-form button {
  background: #000;
  color: #fff;
  height: 50px;
  letter-spacing: 1.12px;
  text-align: center;
  margin: 10px 0;
}
.masterpass-modal .masterpass-modal-content .masterpass-verification-form button.white {
  background: #fff;
  color: #000;
}
.masterpass-modal .masterpass-modal-content .masterpass-verification-form button.cancel-button {
  border: 1px solid #000;
}
.masterpass-modal .masterpass-modal-content .masterpass-verification-form button.underline {
  text-decoration: underline;
}
.masterpass-modal .masterpass-modal-footer {
  background: #232234;
  padding: 10px;
  text-align: center;
}
.masterpass-modal .masterpass-modal-footer img {
  margin-top: 3px;
  height: 25px;
  width: auto;
}
@media (max-width: 767px) {
  .masterpass-modal .masterpass-modal-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.masterpass-modal .masterpass-modal-note {
  font-size: 16px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 10px 20px;
  font-size: 14px;
  line-height: 1.4;
}
.body-checkout.no-scroll {
  position: relative !important;
}
.body-checkout .masterpass-info-modal .info-title {
  font-size: 15px;
  line-height: 1.5;
}
.body-checkout .masterpass-info-modal .content {
  line-height: 1.4;
  font-size: 12px;
}
.masterpass-payment-new-card-toggle {
  margin: 30px 5px;
}
.masterpass-payment-new-card-toggle a {
  color: #7a7a7a;
  text-decoration: underline;
}
.checkout-redirect-iframe,
.checkout-loader-iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.checkout-loader-iframe {
  z-index: 9999998;
  background-color: rgba(0, 0, 0, 0.7);
  display: grid;
  place-items: center;
}
.redirect-loader {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.installment-content-wrapper {
  margin-bottom: 50px;
}
.installment-content-wrapper:nth-of-type(2n + 1) {
  clear: left;
  padding-left: 0;
}
.installment-content-wrapper:nth-of-type(2n + 2) {
  padding-right: 0;
}
.installment-bank-info-wrapper {
  margin-bottom: 10px;
}
.installment-bank-name {
  font-family: Raleway, sans-serif;
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  margin-right: 5px;
  font-weight: bold;
}
.installment-card-logo {
  display: inline-block;
  vertical-align: middle;
}
.installment-table {
  width: 100%;
  border: 1px solid #959595;
}
.installment-table-row {
  border-bottom: 1px solid #959595;
}
.installment-table-row:last-child {
  border-bottom: none;
}
.installment-table-row:nth-of-type(even) {
  background-color: rgba(216, 216, 216, 0.2);
}
.installment-table-cell {
  width: 50%;
  border-right: 1px solid #959595;
  padding: 7px 13px;
  color: #4A4A4A;
}
.installment-table-cell:last-child {
  border-right: 0 none;
  text-align: right;
}
.installment-content {
  height: 288px;
  overflow-y: scroll;
  padding-right: 15px;
}
.installment-content::-webkit-scrollbar {
  width: 9px;
  position: absolute;
  right: -4.5px;
}
.installment-content::-webkit-scrollbar-thumb {
  background-color: #4A4A4A;
  border-radius: 100px;
}
.installment__messages {
  font-size: 12px;
  margin-top: 20px;
  color: #ef4130;
}
.checkout__summary__title {
  position: relative;
}
.gift__package__link {
  position: absolute;
  right: -15px;
  top: 2px;
  text-decoration: underline;
  font-size: 12px;
  color: #000 !important;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .gift__package__link {
    position: inherit;
  }
}
.gift__package__link i {
  font-size: 14px;
  margin-right: 3px;
  text-decoration: none !important;
}
.gift__package__link.remove i:before {
  font-family: 'FontAwesome';
  content: '\f00d';
  font-size: 13px;
  margin-left: 5px;
  text-decoration: none;
}
.gift__form {
  display: none;
  position: fixed;
  width: 490px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fcfcfc;
  border: 1px solid #d8d8d8;
  z-index: 105;
}
@media (max-width: 767px) {
  .gift__form {
    width: 100%;
  }
}
.gift__form.active {
  display: block;
}
.gift__form.active + div {
  display: block;
}
.gift__form-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.gift__form-title {
  height: 51px;
  background-color: #fff;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  color: #000000;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 28px;
  line-height: 50px;
}
.gift__form-title span {
  position: absolute;
  top: -1px;
  right: 26px;
  font-size: 18px;
  cursor: pointer;
}
.gift__form-body {
  padding: 20px 26px;
}
.gift__form-body p {
  font-size: 14px;
  margin-bottom: 10px;
}
.gift__form-body p span {
  float: right;
  font-size: 12px;
}
.gift__form-body textarea {
  background-color: #ffffff;
  border: 1px solid #9b9b9b;
  outline: none;
  resize: none;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  padding: 5px;
  display: block;
}
.gift__form-body .gift__form__close {
  float: left;
  font-size: 12px;
  color: #000;
  display: block;
  text-decoration: underline;
  line-height: 40px;
}
.gift__form-body .gift__form__save {
  height: 42px;
  background-color: #f44d00;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  float: right;
  text-decoration: none !important;
  padding: 0 30px;
}
.gift__form-body .gift__form__save.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.gift__note {
  background-color: rgba(221, 239, 225, 0.3);
  padding: 20px 12px;
  position: relative;
  margin: 20px 0 0;
}
.gift__note p {
  margin-bottom: 10px;
  font-size: 14px;
}
.gift__note .gift-note-text {
  word-break: break-all;
}
.gift__note div {
  background-color: rgba(208, 217, 203, 0.15);
  border: solid 1px #f3f3f3;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.gift__note i {
  position: absolute;
  top: 15px;
  right: 13px;
  font-size: 24px;
  color: #000;
}
.gift__note a {
  float: right;
  font-size: 10px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .checkout-triple {
    background-color: #fff;
    height: 60px;
  }
}
.checkout-triple .checkout-triple-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 2px solid #f4f4f4;
  padding: 0 0 16px;
}
@media (min-width: 768px) {
  .checkout-triple .checkout-triple-content {
    margin-top: 40px;
  }
}
.checkout-triple .checkout-triple-content .img-text {
  display: flex;
}
.checkout-triple .checkout-triple-content .img-text img {
  width: 20px;
  object-fit: contain;
}
.checkout-triple .checkout-triple-content .img-text .click-collect-img {
  width: 40px ;
}
.checkout-triple .checkout-triple-content .img-text p {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  color: #333333;
  padding-left: 10px;
}
.checkout-header-content {
  display: flex;
  justify-content: space-between;
  background-color: #000000;
  padding: 5px;
}
.checkout-header-content .footer-call {
  display: flex;
  align-items: center;
}
.checkout-header-content .footer-call p {
  font-family: HelveticaNeueLTPro-55Roman;
  font-size: 18px;
  line-height: 1.22;
  color: #ffffff;
}
.checkout-header-content .footer-call p span {
  padding: 0 10px;
}
.checkout-header-content .checkout-header-img {
  display: inherit;
}
.checkout-header-content .checkout-header-img .header-left-content {
  display: flex;
  font-family: HelveticaNeueLTPro-55Roman;
  line-height: 1.2;
  color: #ffffff;
  align-items: center;
}
.checkout-header-content .checkout-header-img .header-left-content a {
  padding-left: 4px;
  font-size: 15px;
  text-decoration: none;
}
.checkout-header-content .checkout-header-img .header-left-content img {
  width: 9px;
}
.checkout-header-content .checkout-center-logo {
  display: flex;
  align-items: center;
}
.checkout-header-content .checkout-center-logo .checkout-header-icon-br {
  width: 138px;
  padding-left: 22px;
}
.checkout-header-content .checkout-center-logo .checkout-header-icon-gap {
  width: 30px;
}
.body-checkout .checkout__header {
  padding-top: 0;
}
.body-checkout .checkout {
  padding: 0;
}
.body-checkout .mobile-header {
  display: none !important;
}
.body-checkout .site-container {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .checkout-triple-content {
    justify-content: space-around !important;
    border-bottom: none !important;
    margin-bottom: 26px !important;
    padding: 0 !important;
  }
  .checkout-triple-content .img-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: baseline;
  }
  .checkout-triple-content .img-text .click-collect-img {
    width: 35px;
    margin-top: 9px;
  }
  .checkout-triple-content .img-text p {
    font-size: 10px !important;
    margin-top: 6px;
    text-align: center;
    padding-left: 0 !important;
  }
  .checkout-header-content .footer-call {
    display: none;
  }
  .checkout-header-content .checkout-center-logo {
    margin: 0 auto;
  }
  .checkout-header-content .checkout-center-logo .mobil-banana-img {
    width: 65px;
  }
}
.pay-w-creditpayment-form {
  width: 100%;
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete {
  padding: 0 35px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete {
    padding: 20px 15px;
  }
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-fake-input {
  background: #ffffff;
  padding: 24px 25px;
  border: 3px solid red;
  margin: 12px 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-fake-input {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-fake-input .fake-input-radio {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: solid 1px #000000;
  border-radius: 50%;
  display: grid;
  place-items: center ;
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-fake-input .fake-input-radio::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-fake-input .fake-input-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #3b3d4f;
  margin-right: 45px;
}
@media (max-width: 767px) {
  .pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-fake-input .fake-input-text {
    margin-right: 0;
    position: absolute;
    top: 28px;
    left: 0;
  }
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-fake-input .fake-input-logo {
  width: 60px;
}
@media (max-width: 767px) {
  .pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-fake-input .fake-input-logo {
    position: absolute;
    right: 35px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-fake-input {
    position: relative;
    height: 80px;
    display: block;
  }
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-wrapper {
  display: flex;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-wrapper {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-wrapper .checkout__submit {
  width: 345px;
  height: 42px;
  margin: 0 1px 8px 0;
  background-color: #f44d00;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-wrapper .checkout__submit span {
  margin-right: 10px;
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-wrapper .checkout__submit i {
  font-size: 20px;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-wrapper .checkout__submit {
    width: 100%;
    margin-left: 0;
  }
}
.pay-w-creditpayment-form .checkout-payment-complete-errors,
.pay-w-creditpayment-form .checkout-error {
  font-size: 12px;
  font-weight: 500;
  color: #eb212e;
}
.pay-w-creditpayment-form {
  width: 100%;
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-advantages ul {
  list-style-type: disc;
  padding-left: 20px;
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-advantages .subtitle-box {
  margin-top: 35px;
  padding: 0 20px 0 30px;
}
@media (max-width: 767px) {
  .pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-advantages .subtitle-box {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .pay-w-creditpayment-form .checkout-pay-with-creditpayment__complete-wrapper {
    flex-wrap: wrap;
  }
}
.pay-w-creditpayment-form .checkout-payment-complete-errors,
.pay-w-creditpayment-form .checkout-error {
  font-size: 12px;
  font-weight: 500;
  color: #eb212e;
}
.checkout-payment-type__head-title {
  font-weight: 'demibold';
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  padding: 0 35px;
}
.checkout-payment-type__head {
  padding: 13px 0;
  border-bottom: 1px solid #dedee9;
}
.checkout-payment-type__content {
  margin-top: 30px;
  padding: 0 35px;
}
@media (max-width: 767px) {
  .checkout-payment-type__content {
    padding: 0 15px;
  }
}
.checkout-payment-type__description-row-bottom {
  font-weight: bold;
}
.checkout-payment-type__description-row-list {
  list-style: disc;
  padding-left: 30px;
  margin-top: 20px;
}
.checkout-pay-with-creditpayment__complete-advantages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .checkout-pay-with-creditpayment__complete-advantages {
    flex-direction: column;
  }
}
.checkout-payment-complete-agreement {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.checkout-payment-complete-agreement__label {
  width: 345px;
  padding: 13px 20px;
  border: 1px solid #dedee9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c8c8c;
}
.checkout-payment-complete-agreement__label .checkout-payment-complete-agreement__input {
  margin-right: 15px ;
}
.fake-input-box {
  display: flex;
  width: 100%;
}
.fake-input-box p {
  margin-left: 6px;
}
.fake-input-box.images {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .fake-input-box.images {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .fake-input-box {
    position: absolute;
    left: 20px;
    top: 20px;
  }
}
.bold-text {
  font-weight: 700;
}
.fibabank-info-text {
  padding: 20px 30px;
  border-top: 1px solid #dedee9;
}
.fibabank-info-text p {
  color: #8c8c8c;
}
@media (max-width: 767px) {
  .fibabank-info-text {
    padding: 20px 15px;
  }
}
.body-checkout {
  padding-top: 0 !important;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .body-checkout {
    min-width: 760px;
  }
}
.checkout {
  font-family: Helvetica;
  padding: 33px 0 100px;
}
.checkout__installment__choices-link {
  float: right;
  margin-top: 5px;
  color: #31363a !important;
}
.checkout__header__container {
  padding: 0px 15px;
}
.checkout__header__tel {
  font-size: 18px;
  color: #000d42;
  font-weight: 500;
}
.checkout__header__icon-logo-gap {
  position: relative;
  height: 32px;
  width: 50px;
}
.checkout__header__icon-logo-gap i {
  position: absolute;
  color: #000;
  font-size: 30px;
  top: 50%;
}
@media (max-width: 767px) {
  .checkout__header__icon-logo-gap i {
    position: relative;
  }
}
.checkout__header__icon-logo-br {
  position: relative;
  height: 32px;
  width: 50px;
}
.checkout__header__icon-logo-br i {
  position: absolute;
  color: #000;
  font-size: 30px;
  top: 50%;
  left: 60px;
}
@media (max-width: 767px) {
  .checkout__header__icon-logo-br i {
    position: relative;
    left: 10px;
  }
}
.checkout__tab {
  background: #f4f4f4 !important;
  transition: all 0s;
}
.checkout__tab.active {
  background: #fff !important;
  border: 1px solid #f4f4f4;
  color: #000;
  transition: all 0s;
  box-shadow: -5px 5px 4px 0 rgba(136, 136, 136, 0.5);
}
.checkout__tab.active::before {
  border-color: #f4f4f4 transparent transparent;
}
.checkout__tab:not(.active):hover {
  background: #f4f4f4;
}
.checkout__tab__title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .checkout__tab__title {
    font-size: 12px;
  }
}
.checkout__tab__subtitle,
.checkout__tab__text {
  font-size: 14px;
  color: #3f4737;
  font-weight: 400;
}
@media (max-width: 767px) {
  .checkout__tab__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.checkout__tab__change {
  color: #000;
}
@media (min-width: 768px) {
  .checkout__footer {
    min-width: 100%;
    margin-top: 20px;
  }
}
.checkout__footer img {
  margin: auto;
}
@media (max-width: 767px) {
  .checkout__footer + .footer__copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.checkout__footer__text {
  padding-top: 25px;
}
.checkout__address-box {
  padding: 0;
}
.checkout__address-box__title {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px;
}
@media (max-width: 991px) {
  .checkout__address-box__title {
    font-size: 12px;
  }
}
.checkout__address-box__same {
  margin-top: 0;
}
@media (max-width: 991px) {
  .checkout__address-box__same {
    font-size: 12px;
  }
}
.checkout__addresses {
  padding: 0 25px;
}
.checkout__addresses__title {
  margin: 25px 5px;
  font-weight: 500;
}
.checkout__addresses .checkout__address {
  box-shadow: 0 2px 3px 0 rgba(151, 151, 151, 0.21);
}
.checkout__addresses .checkout__address__radio {
  position: static;
  left: auto;
  bottom: auto;
  top: auto;
  margin-bottom: 10px;
}
.checkout__addresses .checkout__address__title,
.checkout__addresses .checkout__address__text {
  font-size: 14px;
  color: #8c8c8c;
  font-weight: 400;
  max-height: 70px;
  overflow: auto;
}
@media (max-width: 991px) {
  .checkout__addresses .checkout__address__title,
  .checkout__addresses .checkout__address__text {
    max-height: 85px;
  }
}
.checkout__addresses .checkout__address__edit,
.checkout__addresses .checkout__address__action {
  color: #000;
}
.checkout__addresses .checkout__address__delete {
  text-decoration: underline;
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  right: 74px;
}
.checkout__addresses .checkout__address .sep {
  position: absolute;
  right: 65px;
  bottom: 8px;
}
.checkout__addresses .checkout__address.active .checkout__address__title,
.checkout__addresses .checkout__address.active .checkout__address__text {
  color: #000;
}
.checkout__addresses .checkout__address.active,
.checkout__addresses .checkout__address:hover {
  background: #fff;
  box-shadow: -5px 5px 4px 0 rgba(136, 136, 136, 0.5) !important;
  border: solid 1px #d1d1d1;
  padding: 30px;
  cursor: pointer;
}
.checkout__addresses .checkout__address.active .checkout__address__delete,
.checkout__addresses .checkout__address:hover .checkout__address__delete {
  bottom: 7px;
}
.checkout__addresses .checkout__address.active .sep,
.checkout__addresses .checkout__address:hover .sep {
  right: 64px;
  bottom: 5px;
}
.checkout__address-add-new {
  padding: 0;
}
@media (max-width: 767px) {
  .checkout__address-add-new {
    height: 45px;
  }
}
.checkout__cargo-box {
  padding: 0;
  z-index: 100;
  opacity: 1 !important;
}
.checkout__cargo-box__title {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 991px) {
  .checkout__cargo-box__title {
    font-size: 12px;
  }
}
.checkout__cargo-box__description {
  padding: 0 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .checkout__cargo-box__description {
    margin-bottom: 20px;
  }
}
.checkout__cargo-box__description b {
  font-weight: 500;
}
.checkout__cargo-box .checkout__cargo__proceed {
  float: none;
  max-width: none;
  width: calc(100% - 40px);
  background: #f44d00 !important;
  margin-left: 25px;
  font-family: 'maax';
  font-size: 16px;
}
.checkout__cargo-box .checkout__cargo__proceed[disabled] {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .checkout__cargo-box .checkout__cargo__proceed {
    width: calc(100% - 10px);
    margin-left: 5px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .checkout__cargo-box .checkout__cargo__proceed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
}
.checkout__cargo-list {
  padding: 0 20px;
  border: none;
  position: relative;
}
.checkout__cargo-list::before {
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  background: #dedee9;
  top: 0;
  left: 20px;
  position: absolute;
}
.checkout__cargo > * {
  border: none;
}
.checkout__tab__content.payment__wrapper {
  margin-top: 53px;
}
.checkout__payment__cvc-box {
  margin-top: 10px;
}
.checkout__installations {
  width: calc(100% - 40px);
  margin-left: 20px;
}
.checkout__installations__title,
.checkout__installations__label > * {
  border-color: #dedee9;
}
.checkout__installations__label.active {
  font-weight: 700;
}
.checkout__payment__cvc-info {
  color: #000;
}
.checkout__summary {
  background: #fff;
  border: none;
  padding: 20px;
  margin-bottom: 20px;
}
.checkout__summary__title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.checkout__summary__title span {
  color: #0a5694;
  text-transform: none;
}
@media (max-width: 991px) {
  .checkout__summary__title div {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.checkout__summary__items {
  display: block;
  max-height: 200px;
  overflow: auto;
}
.checkout__summary__item__title a {
  font-weight: 700;
}
.checkout__summary__item__title p {
  color: #666666;
  margin-bottom: 2px;
}
.checkout__summary__item__title p label {
  display: inline-block;
  width: 50px;
}
.checkout__summary__subtotal > div {
  min-width: 70px;
}
.checkout__summary__subtotal__amount {
  font-size: 14px;
}
.checkout__summary__subtotal.discount,
.checkout__summary__subtotal__amount.warning {
  color: #d00000;
}
.checkout__summary__subtotal.final {
  font-size: 16px;
  font-weight: 700;
}
.checkout__contract-box {
  margin-top: 15px;
  display: block;
}
.checkout__contract-box .checkout__contract {
  border-color: #dedee9;
}
.checkout__contract-box + .checkout__error {
  margin-top: -10px;
}
.gift__form {
  display: none;
}
.checkout-success__title > span {
  font-family: 'maax';
  color: #000;
}
.success__summary {
  display: none;
}
.checkout-success-box {
  background: #eee;
  margin: 50px auto;
}
.checkout-success__list {
  padding-left: 0px;
}
.checkout-success__list a {
  text-decoration: underline;
}
.back-to-home {
  background: #f44d00;
  color: #fff;
  margin: 0 auto 35px;
  padding: 11px 40px;
  width: 215px;
  height: 40px;
  display: inline-block;
  border-radius: 3px;
  font-family: Helvetica;
  font-weight: 700;
  margin-left: 50%;
  transform: translateX(-50%);
}
.back-to-home:hover {
  color: #fff;
  text-decoration: none;
}
.checkout__addresses__title.active {
  color: #000;
}
@media (max-width: 991px) {
  .checkout__addresses .checkout__address.active,
  .checkout__addresses .checkout__address:hover {
    padding: 10px;
  }
}
.from-store-icon {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.from-store-text {
  display: inline-block;
  padding-top: 0;
  vertical-align: middle;
}
.from-store-wrapper {
  padding: 20px !important;
  text-decoration: none !important;
}
.from-store-wrapper .retail-store-city-select:after {
  visibility: hidden;
}
.from-store-wrapper .retail_store_select select {
  width: 193px;
  color: #000;
  border-color: #000;
  margin-top: 10px;
  font-weight: 500;
}
.from-store-wrapper.active .retail-store-city-select:after {
  visibility: visible !important;
}
.from-store-select-text {
  color: #000;
}
@media (max-width: 767px) {
  .retail_store_select {
    position: static;
    margin: 0 !important;
    transform: none;
  }
}
.retail_store_select:after {
  display: none;
}
.retail-store-select-wrap {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .retail-store-select-wrap {
    margin: 0 auto;
    width: 193px;
  }
}
.retail-store-select-wrap:after {
  position: absolute;
  width: 32px;
  height: 30px;
  display: block;
  top: 50%;
  margin-top: -10px;
  right: 0;
  padding-top: 7px;
  content: "\F0D7";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  border-left: 1px solid #000;
  color: #000;
  visibility: hidden;
  z-index: -1;
}
.retail-store-select.active:after {
  visibility: visible !important;
}
.bill-adress-checker {
  padding: 0 25px;
  margin-top: 10px;
  font-weight: bold;
  color: red;
}
.address-modal .error,
span.address-modal__input--invalid {
  float: none;
  font-size: 11px !important;
  position: static;
  right: auto;
  top: auto;
  display: block;
  margin-top: 3px;
}
.campaigns__box .checkout__installations__body {
  background: white;
  border: 1px solid #d1d1d1;
}
.checkout__loyalty {
  margin-top: 20px;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px;
}
.checkout__loyalty .checkout__loyalty__title {
  display: flex;
  justify-content: space-between;
}
.checkout__loyalty .checkout__loyalty__total-points {
  font-weight: 400;
  flex-shrink: 0;
}
.checkout__loyalty .club-card__button {
  margin-top: 10px;
  display: block;
  text-align: center;
  background-color: #f44d00;
  color: #fff;
  padding: 15px 0px;
  width: 200px;
}
.checkout__loyalty__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.checkout__loyalty__header__text {
  width: 100px;
  margin-left: 10px;
}
.checkout__loyalty.closed-container {
  display: block;
}
.checkout__loyalty__closed-title {
  float: left;
  font-size: 18px;
  position: relative;
  width: 70%;
}
.checkout__loyalty__closed-button {
  float: right;
  position: relative;
  width: 30%;
}
.checkout__loyalty__closed-button button {
  border: 1px solid #d4d4d4;
  font-size: 36px;
  float: right;
  padding: 0px 10px;
}
.checkout__loyalty__opened-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.checkout__loyalty__opened-text {
  font-size: 14px;
  margin-bottom: 15px;
}
.checkout__loyalty__table {
  background-color: #ffffff;
  width: 100%;
}
.checkout__loyalty__table table,
.checkout__loyalty__table td,
.checkout__loyalty__table th {
  border: 1px solid #d4d4d4;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
.checkout__loyalty__table td {
  padding: 10px;
}
.checkout__loyalty__table td .use-button {
  background-color: #f44d00;
  color: #fff;
  float: right;
  padding: 11px 25px;
  margin: -11px;
}
.checkout__loyalty__table td .remove-button {
  color: #000000;
  float: right;
  padding: 10px 25px;
  margin: -10px;
}
.checkout__loyalty__table td .remove-button span.text {
  text-decoration: underline;
}
.checkout__loyalty__table td .remove-button span.icon-carpi {
  border: 1px solid #000000;
  font-size: 10px;
  font-weight: 600;
  margin-left: 5px;
  padding: 3px;
}
.checkout__loyalty__table td .remove-button span.icon-carpi.fa {
  display: contents;
}
.checkout__loyalty__loyalty-error-msg {
  color: #ff0000;
}
.checkout__cargo__noshipping-error {
  color: #ff0000;
  padding: 10px 20px;
  font-size: 12px;
}
.loyalty-toggler {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E0E0E0;
  height: 45px;
  padding-left: 12px;
}
.loyalty-toggler a {
  text-align: center;
  color: #fff;
  padding: 0 12px;
  background-color: #f44d00;
  border: 0;
  outline: 0;
  font-weight: 700;
  flex: 0;
  height: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loyalty-toggler a.no-background {
  background-color: inherit;
  color: #000000;
}
.loyalty-toggler a:hover,
.loyalty-toggler a:visited {
  text-decoration: none;
}
@media (max-width: 991px) {
  .loyalty-toggler {
    width: calc(100% - 10px);
    font-size: 16px;
  }
}
.loyalty-toggler > p {
  color: #000000;
  flex: 1;
}
@media (max-width: 767px) {
  .loyalty-toggler {
    background-color: #fff;
    width: 90%;
    border: 1px solid #dedee9;
    padding: 20px 12px;
    padding-right: 5px;
    height: auto;
  }
  .loyalty-toggler > a {
    padding-block: 15px;
  }
}
@media (max-width: 767px) {
  .checkout__cargo-box {
    padding-bottom: 30px;
  }
}
.loyalty-spinner .spinner-background {
  background: #000000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}
.loyalty-spinner .loyalty-spinner-wrapper {
  z-index: 101;
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 140px;
  padding: 25px 0px 0px 0px;
  background-color: #eee;
}
.loyalty-spinner .loyalty-spinner-wrapper .loyalty-spinner-gif {
  background-color: #fff;
  width: 100%;
  padding: 10px 50px;
}
.loyalty-spinner .loyalty-spinner-wrapper .loyalty-spinner-gif img {
  margin: auto;
}
.loyalty-spinner .loyalty-spinner-wrapper h1 {
  margin: auto;
  font-family: 'demibold';
  font-size: 20px;
  text-align: center;
  padding: 0px 10px 21px 10px;
  color: #333;
}
.bold-point {
  font-weight: 700;
}
.loyalty-btn-image {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f44d00;
  display: grid;
  place-items: center;
  margin-right: 6px;
}
.loyalty-btn-image > img {
  width: 8px;
  height: auto;
}
.adress-line-regex {
  color: #b20838;
  font-size: 11px;
}
.checkout__allowed-text {
  margin-bottom: 15px;
}
.adress-line__control {
  color: #b20838;
  font-size: 11px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.bf-page {
  margin-bottom: 20px;
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .bf-page {
    padding: 30px 0 20px;
  }
}
.bf-page .bf-top {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 8em;
}
@media (max-width: 767px) {
  .bf-page .bf-top {
    margin-bottom: 3em;
  }
}
.bf-page .bf-top img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .bf-page .bf-top .bf-mobile_image {
    margin-bottom: 0.5em;
  }
}
.bf-page .bf-top .bf-title_1 {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .bf-page .bf-top .bf-title_1 {
    font-size: 16px;
  }
}
.bf-page .bf-top .bf-title_2 {
  font-size: 40px;
  color: #fd3721;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .bf-page .bf-top .bf-title_2 {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 0.5em;
  }
}
.bf-page .bf-top .bf-button {
  padding: 10px 45px;
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  .bf-page .bf-top .bf-button {
    padding: 7px 35px;
    font-size: 13px;
  }
}
.bf-page .bf-top .bf-button:hover {
  text-decoration: none;
}
.bf-page .bf-bottom a {
  text-decoration: underline;
}
.bf-page .bf-bottom strong {
  font-weight: bolder !important;
}
.bf-page .bf-bottom h1 {
  font-weight: bold;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .bf-page .bf-bottom h1 {
    line-height: 1em;
  }
}
.bf-page .bf-bottom h2 {
  font-weight: bold;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .bf-page .bf-bottom h2 {
    line-height: 1em;
  }
}
.bf-page .bf-bottom p {
  font-size: 1em;
}
.bf-page .bf-bottom ul {
  list-style-type: disc;
  padding-left: 35px;
}
@media (max-width: 767px) {
  .bf-page .bf-bottom ul {
    padding-left: 20px;
  }
}
.embed-video {
  margin: 20px 0;
}
.embed-video .overlay-video {
  display: none;
  opacity: 0;
  transition: opacity 0.6s;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}
.embed-video .overlay-video.show-modal {
  opacity: 1;
  transition: opacity 0.6s;
}
.embed-video .video-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 982px;
  padding: 0 20px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .embed-video .video-center {
    max-width: 80%;
  }
}
.embed-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.embed-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-video .close {
  position: absolute;
  top: -40px;
  right: 0px;
  cursor: pointer;
  z-index: 9999;
  font-size: 22px;
  color: #fff;
}
.embed-video .start {
  cursor: pointer;
}
.gap-denim-page {
  margin-top: -26px;
}
@media (max-width: 767px) {
  .gap-denim-page {
    margin-top: -17px;
  }
}
.gap-denim-page .cw1400 {
  width: 1400px !important;
}
@media (max-width: 767px) {
  .gap-denim-page .cw1400 {
    width: 100% !important;
  }
}
.denim-top-banner .denim-top-banner-image {
  position: relative;
}
.denim-top-banner .denim-top-banner-description {
  position: absolute;
  bottom: 105px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .denim-top-banner .denim-top-banner-description {
    top: 35%;
    transform: translateX(-50%);
  }
}
.denim-top-banner .denim-top-banner-description h1 {
  display: block;
  margin-bottom: -10px;
  font-size: 100px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .denim-top-banner .denim-top-banner-description h1 {
    margin-bottom: -5px;
    font-size: 50px;
    line-height: 50px;
  }
}
.denim-top-banner .denim-top-banner-description p {
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
@media (max-width: 767px) {
  .denim-top-banner .denim-top-banner-description p {
    font-size: 25px;
  }
}
.denim-top-banner .denim-top-banner-description .denim-top-banner-buttons {
  display: inline-block;
  margin-top: 30px;
}
.denim-top-banner .denim-top-banner-description .denim-top-banner-buttons a {
  display: block;
  margin-top: 10px;
  background: #fff;
  color: #122344;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
  font-weight: bold;
  padding: 15px 70px;
  letter-spacing: 1px;
}
.denim-top-banner .denim-top-banner-description .denim-top-banner-buttons a:first-child {
  margin-top: 0;
}
.denim-top-banner .denim-top-banner-description-mobile .denim-top-banner-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.denim-top-banner .denim-top-banner-description-mobile .denim-top-banner-buttons a {
  background: #fff;
  color: #122344;
  font-size: 12px;
  padding: 15px 70px;
  margin: 0 20px;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
.denim-top-banner .denim-top-banner-sub-description {
  display: block;
  margin: 30px auto 0;
  font-size: 24px;
  line-height: 29px;
  color: #122344;
  width: 820px;
  text-align: center;
}
@media (max-width: 767px) {
  .denim-top-banner .denim-top-banner-sub-description {
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
    line-height: 22px;
  }
}
.denim-video-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .denim-video-section {
    padding-right: 0;
    padding-left: 0;
    margin-top: 60px;
  }
}
.denim-video-section img {
  height: 100%;
}
.denim-video-section .denim-video-section-content {
  flex-basis: 70%;
}
@media (max-width: 991px) {
  .denim-video-section .denim-video-section-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.denim-video-section .denim-video-section-banner {
  flex-basis: 20%;
}
.denim-video-section .denim-video-section-banner--right {
  text-align: left;
}
.denim-video-section .denim-video-section-banner--left {
  text-align: right;
}
@media (max-width: 991px) {
  .denim-video-section .denim-video-section-banner--right,
  .denim-video-section .denim-video-section-banner--left {
    display: none;
  }
}
.denim-video-section .denim-video-section-banner-link {
  display: inline-block;
}
.denim-center-banner {
  margin: 39px auto 0;
}
.denim-center-banner--bottom {
  margin-top: 56px;
}
.denim-center-banner a {
  display: block;
  position: relative;
  text-align: center;
}
.denim-center-banner a picture {
  display: inline-block;
}
.denim-center-banner a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.denim-fit-banner {
  margin: 43px auto 0;
}
.denim-fit-banner__title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .denim-fit-banner__title {
    flex-direction: column;
    margin-top: 3px;
    margin-bottom: 54px;
  }
}
.denim-fit-banner__title-text {
  width: 450px;
  color: #122344;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  background: url(./f09cd0782a6b8eb62c4bf564db7b768f.png) no-repeat right center;
  background-size: 25px 13px;
}
@media (max-width: 991px) {
  .denim-fit-banner__title-text {
    background: none;
    width: 100%;
    font-size: 30px;
    text-align: center;
  }
}
.denim-fit-banner__title-description {
  padding-left: 25px;
  font-size: 24px;
  line-height: 29px;
  color: #122344;
  text-align: left;
  font-weight: 200;
}
@media (max-width: 991px) {
  .denim-fit-banner__title-description {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
  }
}
.denim-fit-banner__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .denim-fit-banner__inner {
    flex-direction: column;
  }
}
.denim-fit-banner__woman {
  flex-basis: 50%;
  padding-right: 5px;
  margin-left: -5px;
}
@media (max-width: 991px) {
  .denim-fit-banner__woman {
    flex-basis: 100%;
    width: 100%;
    padding-right: 0;
    margin-right: -5px;
  }
}
.denim-fit-banner__man {
  flex-basis: 50%;
  padding-left: 5px;
  margin-right: -5px;
}
@media (max-width: 991px) {
  .denim-fit-banner__man {
    flex-basis: 100%;
    width: 100%;
    padding-left: 0;
    margin-left: -5px;
  }
}
.denim-fit-banner__woman-items,
.denim-fit-banner__man-items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .denim-fit-banner__woman-items,
  .denim-fit-banner__man-items {
    justify-content: space-between;
  }
}
.denim-fit-banner__item {
  padding-right: 5px;
  padding-left: 5px;
}
.denim-fit-banner__item-link {
  display: block;
  position: relative;
}
.denim-fit-banner__item-image {
  position: relative;
  width: 100%;
  height: auto;
}
.denim-fit-banner__item-text {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 20px;
  transform: translate(-50%, -50%);
}
.denim-fit-banner__item-overlay {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 69, 101, 0.4);
}
.denim-fit-banner__item:hover .denim-fit-banner__item-overlay {
  display: block;
}
.denim-fit-banner__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 0 10px;
}
@media (max-width: 991px) {
  .denim-fit-banner__footer {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
}
.denim-fit-banner__footer-text {
  color: #122344;
  font-size: 14px;
}
@media (max-width: 991px) {
  .denim-fit-banner__footer-text {
    padding-bottom: 29px;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #b8b8b8;
  }
}
.denim-fit-banner__footer-link {
  color: #122344;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .denim-fit-banner__footer-link {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #b8b8b8;
  }
}
.denim-slider {
  margin-top: 32px;
}
.denim-slider--woman {
  margin-top: 47px;
}
.denim-slider a:hover,
.denim-slider a:focus {
  text-decoration: none;
}
.denim-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  font-size: 45px;
}
.denim-slider .slick-next {
  right: 0;
  margin-right: -40px;
}
.denim-slider .slick-prev {
  left: 0;
  margin-left: -40px;
}
.denim-slider .slick-prev i {
  display: inline-block;
  transform: rotate(180deg);
}
.denim-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 53px;
}
@media (max-width: 991px) {
  .denim-slider .slick-dots {
    right: unset;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .denim-slider .slick-dots {
    bottom: 120px;
  }
}
.denim-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-color: #666;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
}
.denim-slider .slick-dots li.slick-active {
  background-color: #000;
}
.denim-slider-title {
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #122344;
  font-weight: 700;
}
@media (max-width: 991px) {
  .denim-slider-title {
    font-size: 20px;
    text-align: center;
  }
}
.denim-slider-items {
  margin-top: 22px;
  margin-bottom: 10px;
}
.denim-slider-image {
  width: 100%;
  height: auto;
}
.denim-slider-item::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.denim-slider-item-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 37px;
}
@media (max-width: 991px) {
  .denim-slider-item-footer {
    flex-direction: column;
  }
}
.denim-slider-item-title {
  float: left;
  width: 450px;
  color: #122344;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  background: url(./f09cd0782a6b8eb62c4bf564db7b768f.png) no-repeat right center;
}
@media (max-width: 991px) {
  .denim-slider-item-title {
    float: none;
    width: 100%;
    display: block;
    margin-top: 13px;
    background: none;
    width: auto;
    font-size: 30px;
  }
}
.denim-slider-item-description {
  float: left;
  padding-left: 30px;
  font-size: 24px;
  line-height: 29px;
  color: #122344;
  text-align: left;
  font-weight: 300;
}
@media (max-width: 991px) {
  .denim-slider-item-description {
    float: none;
    margin-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
  }
}
.corporate__content__title {
  font-weight: 700;
  margin-bottom: 10px;
}
.corparate-detail p {
  margin-bottom: 10px;
}
.corparate-detail p span {
  font-weight: 700;
}
.account-warning {
  font-size: 12px;
  color: #666;
  background-color: #f9f9f9;
}
.corporate__banner {
  height: 135px;
}
.corporate__banner .corporate__search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.corporate__banner .corporate__search-top {
  display: flex;
  background: white;
}
.corporate__banner .corporate__search-top-text {
  border: none;
  width: 350px;
  height: 36px;
  background: transparent;
}
@media (max-width: 767px) {
  .corporate__banner .corporate__search-top-text {
    width: 275px;
  }
}
.corporate__banner .corporate__search-top-text::placeholder {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  padding-left: 5px;
}
.corporate__banner .corporate__search-top-btn {
  background-color: transparent;
  height: 35px;
  width: 35px;
  padding: 0;
  margin: 0;
  background: transparent url(./c321b0dd4db3d85fdf9aedd2cfb90c73.png) no-repeat center;
}
.faq {
  margin-top: 40px;
}
.faq-content {
  display: flex;
  justify-content: space-around;
}
.faq-content .active {
  color: #f44d00;
  border-bottom: 4px solid #f44d00;
}
.faq-title {
  font-size: 24px;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  color: #333;
  text-align: center;
  border-bottom: 4px solid #eee;
}
@media (max-width: 767px) {
  .faq-title {
    font-size: 14px;
  }
}
.faq .shown {
  display: flex;
}
.faq-tabs {
  margin-top: 30px;
  display: none;
  overflow-x: auto;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .faq-tabs {
    justify-content: inherit;
  }
}
.faq-tabs__content {
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 210px;
  height: 150px;
  border: solid 1px #eee;
}
@media (max-width: 767px) {
  .faq-tabs__content {
    min-width: 100px;
    height: 85px;
    margin-right: 10px;
  }
}
.faq-tabs__content-img {
  margin: 0 auto 15px;
  width: 50px;
}
@media (max-width: 767px) {
  .faq-tabs__content-img {
    width: 30px;
  }
}
.faq-tabs__content-text {
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
@media (max-width: 767px) {
  .faq-tabs__content-text {
    font-size: 15px;
  }
}
.faq-tabs__content .active {
  color: #f44d00;
}
.faq-shop__content .show {
  display: block;
}
.faq-shop__content-top {
  padding: 0 8px;
  margin-top: 40px;
  display: none;
}
.faq-shop__content-top .item {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-shop__content-top .item .question {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  cursor: pointer;
  position: relative;
  padding: 13px 15px;
}
.faq-shop__content-top .item .question:after {
  content: '\F105';
  font: 25px/1 FontAwesome;
  transform: rotate(90deg);
  position: absolute;
  right: 1%;
  top: 25%;
  color: #333;
  font-weight: 200;
}
.faq-shop__content-top .item .answer {
  padding: 13px 15px;
  display: none;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.faq-shop__content-top .item.active .question {
  color: #f44d00;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.faq-shop__content-top .item.active .question:after {
  transform: rotate(270deg);
}
.faq-shop__content-top .item.active .answer {
  display: block;
}
.map {
  width: 100%;
  height: 429px;
}
.stores__content__title {
  color: #41494D;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .stores__content__title {
    float: left;
    width: 100%;
  }
}
.stores__title {
  font-size: 24px;
  color: #363636;
}
.stores-wrapper {
  background-color: #fff;
  margin-top: 10px;
}
.stores-inner-wrapper {
  padding: 0;
}
.stores-seperator {
  width: 100%;
  height: 1px;
  background-color: #E3E3E3;
  clear: both;
}
.stores__form {
  margin: 30px 0;
}
.stores__form select {
  width: 335px;
  height: 35px;
}
@media (max-width: 575px) {
  .stores__form select {
    width: 200px;
  }
}
@media (max-width: 370px) {
  .stores__form select {
    width: 100%;
  }
}
.stores__form button {
  height: 45px;
  background-color: #f44d00;
  color: white;
  font-size: 18px;
  padding: 10px 50px 6px;
  float: left;
  margin-top: 29px;
}
@media (max-width: 991px) {
  .stores__form button {
    float: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 370px) {
  .stores__form button {
    margin-left: 0;
    width: 100%;
  }
}
.stores__form .select2-container--default .select2-selection--single {
  border: 1px solid #d8d8d8;
  border-radius: 0px;
}
.stores__form .select2-container {
  float: left;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .stores__form .select2-container {
    max-width: 100%;
    clear: left;
    margin-bottom: 10px;
  }
}
.stores__form .select2-container .select2-selection--single {
  height: 45px;
}
.stores__form .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F7EAEA;
}
.stores__form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
.stores__form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.stores__form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  color: #9B9B9B;
  border: 0px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
}
.stores__form .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  position: relative;
  top: -10px;
  right: 15px;
}
.stores__form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0px 15px;
}
.stores__form .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #9B9B9B;
}
.stores__form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: "\f106";
}
.stores__form::after {
  content: '';
  display: block;
  clear: both;
}
.stores__list__pagination {
  margin-top: 20px;
  padding: 20px 0 0 0;
}
.stores-city-group-wrapper {
  border-bottom: 1px solid #E3E3E3;
  padding: 30px 0 20px 0;
}
.stores-city-group-wrapper:first-child {
  padding-top: 0;
}
.stores__list__title {
  width: 100%;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: 700;
}
.stores__list {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .stores__list {
    clear: both;
  }
}
.stores__list--wrapper {
  max-height: 430px;
  overflow-y: scroll;
  padding-right: 20px;
}
.stores__list__item {
  padding-left: 0px;
  font-size: 14px;
  margin-bottom: 10px;
}
.stores__list__item span {
  color: #000000;
}
.stores__list__item span i {
  padding: 0 10px;
}
.stores__list__item p {
  color: #9B9B9B;
}
.stores__label {
  margin-bottom: 10px;
}
.stores-description {
  margin-top: 30px;
}
.stores-description p {
  font-size: 13px;
  margin-bottom: 15px;
  color: #000;
}
.stores-description strong {
  font-weight: 700;
}
.store-detail-name {
  color: #000;
  font-size: 15px;
  margin-bottom: 25px;
}
.store-detail-address-title {
  font-size: 13px;
  color: #000;
  margin-top: 15px;
  font-weight: 700;
}
.store-detail-address-title:first-child {
  margin-top: 0;
}
.store-detail-address-hours p {
  margin: 10px 0;
}
.store-detail-address-hours p span {
  display: inline-block;
  min-width: 85px;
}
.store-detail-text {
  font-size: 13px;
  color: #000;
}
@media (max-width: 991px) {
  .store-detail-address-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .back-to-list {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
  }
}
.back-to-list-link {
  display: block;
  margin-top: 35px;
  font-size: 13px;
  color: #E74C3C;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .back-to-list-link {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .store-detail-form {
    display: none;
  }
}
.back-to-list-mobile {
  display: none;
}
@media (max-width: 991px) {
  .store-detail-form + .back-to-list-mobile {
    display: block;
    float: right;
  }
}
@media (max-width: 991px) {
  .store-detail-form + .back-to-list-mobile + .stores-seperator {
    float: left;
    margin: 20px 0;
  }
}
.stores__select-wrapper {
  float: left;
}
.flatpage-content {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #666;
}
.flatpage-content h1,
.flatpage-content h2,
.flatpage-content h3,
.flatpage-content h4,
.flatpage-content h5,
.flatpage-content h6 {
  font-weight: bold;
}
.flatpage-content h1 {
  font-size: 22px;
  margin-bottom: 10px;
}
.flatpage-content ul,
.flatpage-content ol {
  list-style-type: disc;
  margin: 15px 0 15px 30px;
}
.flatpage-content ul li,
.flatpage-content ol li {
  margin-bottom: 12px;
}
.flatpage-content i {
  font-style: italic;
}
.flatpage-content p {
  margin: 25px 0;
}
.flatpage-content a {
  color: blue;
}
.flatpage-content a:hover {
  text-decoration: none;
}
.sss-block {
  margin-top: 20px;
}
.sss-block p {
  padding: 0;
  margin: 0 0 14px;
  font-size: 15px;
  color: #666;
  line-height: 22px;
}
.sss-block .accordion {
  color: #000;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  display: block;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #0073C8;
}
.sss-block .accordion::last-child {
  border-bottom: 1px solid #ccc;
}
.sss-block .accordion:hover {
  text-decoration: none;
  color: #0073C8;
}
.sss-block .accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #000;
  float: right;
  margin-left: 5px;
}
.sss-block .accordion-content {
  padding: 18px 10px;
  display: none;
  overflow: hidden;
  color: #555;
}
.sss-titles .main-title {
  color: #0073C8;
  font-weight: bold;
  font-size: 14px;
  margin-top: 30px;
}
.sss-titles ul li {
  line-height: 2;
}
.sss-titles ul li a {
  font-size: 12px;
}
.sss-titles ul li a:hover {
  text-decoration: none;
  color: #0073C8;
}
.contact-us {
  margin-top: 30px;
}
.contact-us .mail {
  color: #0073C8;
  font-weight: bold;
  font-size: 15px;
}
.contact-us .phone {
  color: #0073C8;
  font-size: 15px;
}
.contact-us h3 {
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.contact-us h4 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}
.contact-us p {
  font-size: 14px;
}
.sss-main div {
  padding: 15px;
  background-color: #F2F2F2;
}
.sss-main div p {
  margin: 10px 0;
}
.sss-main div p a {
  color: #0073C8;
}
.sss-main h1,
.sss-main h2,
.sss-main h3,
.sss-main h4,
.sss-main h5,
.sss-main h6 {
  color: #000;
  font-size: 17px;
}
.sss-main ul {
  list-style: none;
  margin-left: 0;
}
.sss-main ul li:not(:last-child) {
  border-bottom: 2px solid #eee;
}
.sss-main ul li {
  padding-bottom: 20px;
}
.sss-main ul li a {
  padding-right: 15px;
  color: #0073C8;
}
.sss-main ul li a:not(:last-child):after {
  content: '| |';
  padding-left: 15px;
  color: #000;
}
.sss-content {
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}
.sss-content.active {
  display: block;
}
.sss-content h1,
.sss-content h2,
.sss-content h3,
.sss-content h4,
.sss-content h5,
.sss-content h6 {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
.sss-content a {
  padding-right: 15px;
  color: #0073C8;
}
.sss-content div {
  color: #0073C8;
  font-size: 18px;
  padding: 10px 0px 10px 10px;
  margin: 30px 0px 20px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sss-content ul {
  list-style: disc;
  margin-left: 20px;
}
.sss-content ul li {
  margin: 10px 0;
  color: #555;
}
.sss-content strong {
  font-weight: bold;
  color: #555;
}
.sss-content article {
  padding: 15px;
  background-color: #F2F2F2;
  margin-bottom: 30px;
}
.sss-content article img {
  margin-right: 15px;
}
.sss-content table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
}
.sss-content table h1 {
  color: #555;
  font-size: 14px;
  margin-top: 30px;
  font-weight: bold;
}
.sss-content table th,
.sss-content table td {
  padding: 1.5em 1em;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 12px;
}
.sss-content table th {
  color: black;
  font-weight: bold;
  border-bottom: 3px solid #ccc;
  border-top: 0;
}
.sss-content table td {
  color: #646464;
}
.mobile-navigation-close {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(100% - 55px);
  z-index: 9999;
  transition: all 0.2s ease-out;
}
.mobile-navigation {
  position: fixed;
  top: 40px;
  left: calc(-100% + 55px);
  width: calc(100% - 55px);
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  overflow-x: hidden;
  -ms-overflow-style: none;
}
.mobile-navigation-shadow {
  display: block;
  position: fixed;
  height: 100%;
  top: 40px;
  left: -5px;
  width: 5px;
  z-index: 9999;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3));
  pointer-events: none;
  transition: all 0.2s ease-out;
}
.body-checkout .mobile-navigation {
  display: none !important;
}
body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
body.menu-open .main-block {
  height: 100%;
  overflow: hidden;
}
body.menu-open .mobile-navigation {
  z-index: 9998;
  top: 40px;
  left: 0;
}
body.menu-open .mobile-navigation-shadow {
  z-index: 9999;
  top: 40px;
  left: calc(100% - 60px);
}
body.menu-open .mobile-navigation-close {
  display: block;
}
body.menu-open .basket__summary__list,
body.menu-open .basket__accept {
  left: calc(100% - 55px);
  box-shadow: none;
}
body.menu-open .site-container {
  position: fixed;
  overflow: hidden;
  left: calc(100% - 55px);
  pointer-events: none;
}
body.menu-open .list__common-campaigns {
  left: calc(100% - 55px);
}
body.menu-open header.header {
  top: 40px;
  left: calc(100% - 55px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.overlay-active .mobile-header {
  display: none !important;
}
.mobile-navigation-inner {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  z-index: 101;
  background-color: #fff;
  overflow-x: hidden;
  display: inline-flex;
  width: auto;
  height: 100%;
}
.mobile-navigation-inner > ul {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  float: left;
  padding-bottom: 40px;
  -webkit-overflow-scrolling: touch;
}
.mobile-navigation-hero {
  background: #eee;
  color: #787878;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 15px;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.mobile-navigation-hero__account {
  position: relative;
}
.mobile-navigation-hero .header__user__auth__menu {
  transition: none;
}
.mobile-navigation-hero.active {
  overflow: hidden;
  height: auto;
}
.mobile-navigation-hero.active .header__user-mobile {
  position: initial;
}
.mobile-navigation-hero.active .header__user-mobile .header__user__auth__menu {
  position: initial;
  visibility: visible;
  width: auto;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  transition: none;
}
.mobile-navigation-hero.active .header__user-mobile .header__user__auth__menu__link {
  color: #000d42;
  padding: 15px 0;
  font-weight: normal;
}
.mobile-navigation-hero.active .header__user-mobile .header__user__auth__menu__link.bold {
  font-weight: bold;
}
.mobile-navigation-hero .mobile-navigation-hero__title {
  display: flex;
  justify-content: space-between;
}
.mobile-navigation-hero--dark {
  color: #ccc;
  background-color: #444;
}
.mobile-navigation-item {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mobile-anonymous-title {
  display: flex;
  align-items: center;
  align-self: center;
  color: #000 !important;
  padding-top: 13px;
}
.mobile-navigation-item a {
  position: relative;
  color: #333;
  display: flex;
  text-decoration: none;
  flex: 1;
}
.mobile-navigation-item i {
  content: '';
  display: block;
  position: absolute;
  top: 50%!important;
  right: 0!important;
  width: 12px;
  height: 12px;
  margin-right: 15px;
  margin-top: -6px !important;
  background: url(./01d39ec8a1df2e4e4d566a0d207899b8.png);
  background-size: 12px;
  background-repeat: no-repeat;
}
.mobile-navigation-inner .icon-chevron-right,
.mobile-navigation-inner .icon-chevron-left {
  position: absolute;
  top: 50%;
  font-size: 7px;
  margin-top: -3.5px;
}
.mobile-navigation-inner .icon-chevron-right {
  right: 20px;
}
.mobile-navigation-back .icon-chevron-left {
  left: 15px;
}
.mobile-sub-navigation {
  background-color: #fff;
}
.mobile-sub-navigation .mobile-navigation-item {
  color: #333;
}
.mobile-sub-navigation .mobile-navigation-title {
  font-size: 14px;
  font-weight: 700;
  color: #4b81ae;
  background-color: #a1cceb;
}
.mobile-navigation-item-link {
  display: block;
}
.mobile-navigation-back {
  color: #fff !important;
  font-size: 14px;
  background: #0a5693 url(./d310441a52780762f6535b688991129e.png) no-repeat 15px center;
  padding-left: 35px;
  background-size: 12px;
}
.mobile-navigation-inner .page-sidebar__single-link {
  padding-bottom: 30px;
  background-color: #3c3c3c;
}
.mobile-navigation-inner .page-sidebar__single-link > ul > li > a {
  display: block;
  position: relative;
  color: #fff;
  z-index: 6;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  background-color: #3c3c3c;
}
.mobile-navigation-inner .page-sidebar__single-link > ul > li > a span {
  display: block;
  position: relative;
  z-index: 8;
  font-size: 14px;
  height: 50px;
  padding-left: 15px;
  line-height: 50px;
  font-weight: 400;
}
.mobile-navigation-inner .page-sidebar__single-link .header__user__auth__menu__link {
  font-size: 14px;
  padding: 15px;
  background-color: #3c3c3c;
}
.mobile-navigation-list .header_top_navbar_item {
  background-color: #000d42;
  height: 33px;
  bottom: 8px;
  min-width: 90px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 11px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.mobile-navigation-list .header__user-mobile {
  position: absolute;
  width: 90px;
  right: 0;
  bottom: 1px;
}
.mobile-navigation-list .mobile-hamburger {
  width: 100%;
  text-align: right;
}
.mobile-navigation-list .header__user__auth__link {
  display: inline-block;
  pointer-events: none;
}
.mobile-navigation-list .header__user__auth__link i {
  display: none;
}
@media (max-width: 991px) {
  body.menu-open .header__top .header__user-mobile {
    display: none;
  }
}
.select-mobile-filter {
  border-left: 4px solid #122344;
  font-weight: bold;
}
.footer-promotion-widget {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  transform: translate3d(0, 101%, 0);
  transition: transform 0.3s ease-in;
}
.footer-promotion-widget.active {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out;
}
.footer-promotion-widget.active .promotion-top::after {
  content: "\f078";
}
.footer-promotion-widget .promotion-top {
  width: 340px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -170px;
  padding: 5px 12px;
  color: #FFF;
  background-color: #000;
  border-radius: 5px 5px 0 0;
  transform: translate3d(0, -100%, 0);
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer-promotion-widget .promotion-top {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.footer-promotion-widget .promotion-top span {
  display: block;
}
.footer-promotion-widget .promotion-top span.title {
  font-size: 14px;
}
.footer-promotion-widget .promotion-top span.sub-title {
  font-size: 12px;
  color: #a1a1a1;
}
.footer-promotion-widget .promotion-top::after {
  content: "\f077";
  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;
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 24px;
}
.footer-promotion-widget .bx-wrapper .promotion-item {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.footer-promotion-widget .promotions {
  text-align: center;
}
.footer-promotion-widget .promotion-item {
  display: inline-block;
  max-width: 100%;
  width: 340px;
  padding: 5px;
  margin-left: -3px;
  margin-right: -3px;
}
.footer-promotion-widget .promotion-content {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0;
  text-align: center;
  position: relative;
}
.footer-promotion-widget .promotion-content img {
  width: 100%;
}
.footer-promotion-widget .button-content {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 10px;
}
.footer-promotion-widget .button-content a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  background: #fff;
  padding: 7px 0;
  border: 1px solid #A1A1A1;
  color: #000;
}
@media (max-width: 991px) {
  .footer-promotion-widget .button-content a {
    font-size: 11px;
  }
}
.footer-promotion-widget .button-content span {
  display: inline-block;
  max-width: 100%;
  margin: auto -2px;
  border-bottom: 2px solid;
  padding-bottom: 2px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .footer-promotion-widget .button-content span {
    border-width: 1px;
  }
}
.promotion-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.78);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s linear;
}
.promotion-overlay.active {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}
.account-page .account__gaployalty-header {
  margin-bottom: 20px;
}
.account-page .account__gaployalty-header .gaployalty-banner {
  padding: 10px 0;
  text-align: center;
  border: 8px solid #a8a8aa;
}
.account-page .account__gaployalty-header .gaployalty-banner .gaployalty-title {
  color: #020b47;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 3px;
}
.account-page .account__gaployalty-header .gaployalty-banner .gaployalty-description {
  color: #020b47;
  font-size: 18px;
}
.account-page .account__gaployalty-header .gaployalty-banner .gaployalty-description span {
  color: #00a7e1;
}
.account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}
.account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .banner-gaployalty-logo {
  display: none;
}
.account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .gaployalty-title span {
  display: none;
  color: #00a7e1;
}
.account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .gaployalty-header-button {
  font-size: 17px;
  background-color: #f44d00;
  font-weight: 500;
  color: #fff;
  padding: 14px 30px;
  text-decoration: none;
}
.account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .gaployalty-description-container {
  display: flex;
  flex-direction: row;
}
.account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .gaployalty-description-container .gap-description-border {
  width: 1px;
  background-color: #a8a8aa;
  margin: 0 10px;
}
.account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .gaployalty-description-container .gaployalty-description {
  font-weight: bold;
  text-align: left;
  padding-right: 20px;
  width: 200px;
}
.account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .gaployalty-description-container .gaployalty-description-detail {
  font-size: 18px;
  color: #020b47;
  width: 265px;
  align-self: center;
  text-align: left;
}
@media (max-width: 767px) {
  .account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal {
    flex-direction: column;
    padding: 10px 0;
  }
  .account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .banner-top-mobile {
    display: flex;
  }
  .account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .gaployalty-title {
    text-align: left;
    font-size: 20px;
    margin-left: 15px;
  }
  .account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .gaployalty-title span {
    display: inline;
    color: #00a7e1;
  }
  .account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .banner-gaployalty-logo {
    display: block;
    height: 55px;
  }
  .account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .gaployalty-description,
  .account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .gap-description-border {
    display: none;
  }
  .account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .gaployalty-description-detail {
    text-align: center;
    margin: 10px 0 15px 0;
    font-size: 16px;
  }
  .account-page .account__gaployalty-header .gaployalty-banner.banner-horizontal .gaployalty-header-button {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.account-page .account__gaployalty--wrapper .loyalty-form-container {
  padding: 30px;
  background: #f0ebea;
}
.account-page .account__gaployalty--wrapper .loyalty-form-container .loyalty-form__submit-button {
  font-size: 17px;
  background-color: #f44d00;
  font-weight: 500;
  color: #fff;
  padding: 14px 30px;
  border-radius: 3px;
  text-decoration: none;
  margin-top: 20px;
}
.account-page .account__gaployalty--wrapper .loyalty-form__header--title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.account-page .account__gaployalty--wrapper .loyalty-form__header--title img {
  height: 70px;
  margin-right: 15px;
}
.account-page .account__gaployalty--wrapper .loyalty-form__header--title p {
  font-family: Maax;
  font-size: 27px;
  font-weight: bold;
  color: #020b47;
}
.account-page .account__gaployalty--wrapper .loyalty-form__header--description {
  font-size: 16px;
  font-weight: bold;
  color: #00a7e1;
}
.account-page .account__gaployalty--wrapper .loyalty-form-checkset {
  margin-top: 15px;
}
.account-page .account__gaployalty--wrapper .loyalty-form-checkset p {
  margin-bottom: 10px;
  margin-top: 20px;
}
.account-page .account__gaployalty--wrapper .loyalty-form-checkset .account__form--checkset_container {
  position: relative;
  height: 30px;
  margin-top: 3px;
  padding-left: 40px;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.account-page .account__gaployalty--wrapper .loyalty-form-checkset .account__form--checkset_container:hover input ~ .custom_checkmark:after {
  display: block;
  opacity: 0.3;
}
.account-page .account__gaployalty--wrapper .loyalty-form-checkset .account__form--checkset_container:hover input:checked ~ .custom_checkmark:after {
  display: block;
  opacity: 1;
}
.account-page .account__gaployalty--wrapper .loyalty-form-checkset .account__form--checkset_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.account-page .account__gaployalty--wrapper .loyalty-form-checkset .account__form--checkset_container input:checked ~ .custom_checkmark:after {
  display: block;
}
.account-page .account__gaployalty--wrapper .loyalty-form-checkset .account__form--checkset_container .account__form--checkset__name {
  line-height: 30px;
}
.account-page .account__gaployalty--wrapper .loyalty-form-checkset .account__form--checkset_container .custom_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #666;
  background-color: transparent;
  border-radius: 15px;
}
.account-page .account__gaployalty--wrapper .loyalty-form-checkset .account__form--checkset_container .custom_checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-image: url(./2d7f7c39912374babe4eaaf6c012cd1d.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}
@media (max-width: 767px) {
  .account-page .account__gaployalty--wrapper .loyalty-form-container {
    padding: 20px 10px;
  }
  .account-page .account__gaployalty--wrapper .loyalty-form-container .account-form-box {
    padding: 0;
  }
  .account-page .account__gaployalty--wrapper .loyalty-form__header--title img {
    height: 60px;
  }
  .account-page .account__gaployalty--wrapper .loyalty-form__header--title p {
    font-size: 22px;
  }
  .account-page .account__gaployalty--wrapper .loyalty-form__header--title--description {
    font-size: 14px;
  }
}
.gaployalty-text-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.gaployalty-text-wrapper {
  position: relative;
  top: 50%;
  width: 660px;
  padding: 35px 30px;
  max-width: 90%;
  margin: 0 auto;
  background-color: #fff;
  transform: translateY(-50%);
}
.gaployalty-text-wrapper .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.3rem;
}
.gaployalty-text-wrapper .text-warning {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.gaployalty-text-wrapper .text-title {
  font-size: 27px;
  font-weight: bold;
  color: #020b47;
  margin: 15px 0;
}
.gaployalty-text-wrapper .text-contract {
  height: 195px;
  overflow-y: scroll;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .gaployalty-text-wrapper .text-contract {
    height: 220px;
  }
}
.gaployalty-text-wrapper button {
  width: auto;
  height: auto;
  border-radius: 3px;
}
.gaployalty-text-wrapper button.modal-confirm {
  font-size: 17px;
  background-color: #f44d00;
  font-weight: 500;
  color: #fff;
  padding: 14px 30px;
  text-decoration: none !important;
}
.gaployalty-text-wrapper button.modal-reject {
  text-align: left;
  background-color: #fff;
  text-decoration: underline;
  padding: 1px 5px;
  margin-left: 10px;
  color: #4d5d8b;
}
.auth__form__check .modal-loyalty-link {
  text-decoration: none;
  font-weight: bold;
}
.gaployalty-ask-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.gaployalty-ask-wrapper {
  position: relative;
  top: 50%;
  width: 500px;
  padding: 40px 50px;
  max-width: 90%;
  margin: 0 auto;
  background-color: #fff;
  transform: translateY(-50%);
}
.gaployalty-ask-wrapper .close {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 1rem;
}
.gaployalty-ask-wrapper .modal-logo img {
  height: 70px;
}
.gaployalty-ask-wrapper .text-title {
  font-size: 27px;
  font-weight: bold;
  color: #020b47;
  margin: 15px 0;
}
.gaployalty-ask-wrapper .text-content {
  padding: 5px 0 5px 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #666666;
}
.gaployalty-ask-wrapper .text-content p {
  font-weight: bold;
  margin-bottom: 10px;
}
.gaployalty-ask-wrapper .text-content ul {
  padding-left: 25px;
}
.gaployalty-ask-wrapper .text-content ul li {
  list-style: disc;
}
.gaployalty-ask-wrapper .text-content small {
  margin-top: 10px;
  display: block;
  box-sizing: border-box;
  font-size: 13px;
}
.gaployalty-ask-wrapper button {
  width: auto;
  height: auto;
  border-radius: 3px;
}
.gaployalty-ask-wrapper button.modal-confirm {
  font-size: 17px;
  background-color: #f44d00;
  font-weight: 500;
  color: #fff;
  padding: 14px 30px;
  text-decoration: none !important;
}
.gaployalty-ask-wrapper button.modal-reject {
  text-align: left;
  background-color: #fff;
  text-decoration: underline;
  padding: 1px 5px;
  margin-left: 10px;
  color: #4d5d8b;
}
@media (max-width: 767px) {
  .gaployalty-ask-wrapper {
    padding: 40px 20px;
  }
  .gaployalty-ask-wrapper .text-title {
    font-size: 24px;
  }
  .gaployalty-ask-wrapper .text-content {
    font-size: 16px;
  }
  .gaployalty-ask-wrapper button.modal-confirm {
    padding: 14px 45px;
  }
  .gaployalty-ask-wrapper button.modal-reject {
    padding: 10px 45px;
    margin-left: 0;
    margin-top: 5px;
  }
}
.gaployalty-form--input-grup {
  padding: 6px 0;
}
.gaployalty-form--input-grup .gaployalty-form__dob-select {
  height: 55px;
  font-size: 16px;
  padding-left: 10px;
  width: calc( (100% - 38px) / 3 );
}
.gaployalty-form--input-grup .gaployalty-form__dob-select:nth-child(2) {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .gaployalty-form--input-grup .gaployalty-form__dob-select {
    width: calc( (100% - 18px) / 3 );
  }
  .gaployalty-form--input-grup .gaployalty-form__dob-select:nth-child(2) {
    margin: 0 5px;
  }
}
.account-form-box .gaployalty-form--input-grup {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .loyalty-profile-desktop-banner {
    display: none;
  }
}
.loyalty-login-desktop-banner {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .loyalty-login-desktop-banner {
    display: none;
  }
}
.loyalty-login-mobile-banner {
  display: none;
}
@media (max-width: 767px) {
  .loyalty-login-mobile-banner {
    display: block;
    margin-bottom: 10px;
    padding: 0px 10px 10px 10px;
    margin-top: -30px;
  }
}
.hide-loyalty-header {
  display: none !important;
}
@media (max-width: 767px) {
  .loyalty-show-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .loyalty-show-mobile {
    display: none;
  }
}
.anonymous-order {
  margin-top: 50px;
  margin-bottom: 50px;
}
.anonymous-order .d-none {
  display: none;
}
@media (max-width: 991px) {
  .anonymous-order-container .row {
    margin: 0;
  }
}
.anonymous-order .container {
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .anonymous-order .container {
    width: 100%;
    max-width: 820px;
  }
}
.anonymous-order__title {
  font-size: 24px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .anonymous-order__title {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .anonymous-order .auth-login {
    display: none;
  }
}
@media (min-width: 992px) {
  .row-narrow [class^="col-sm"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.anonymous-user-order {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  border: 0;
}
.anonymous-user-order .account-order-detail {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}
.order-detail__container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.order-detail__cancellation {
  width: 174px;
  height: 45px;
  background-color: #282828;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: center;
  margin-bottom: 30px;
}
.order-detail .tracking-button {
  font-size: 16px;
  height: 40px;
  width: 174px;
  font-weight: 200;
  text-align: center;
  display: block;
  line-height: 40px;
  margin-top: 19px;
}
@media (max-width: 767px) {
  .order-detail .tracking-button {
    margin-left: 20px;
  }
}
.order-detail .timeline {
  width: 320px;
}
.order-detail .timeline__item {
  font-size: 14px;
  font-weight: normal;
  line-height: 2.57;
  letter-spacing: normal;
  text-align: left;
  color: #a6a6a6;
  position: relative;
}
.order-detail .timeline__item:not(:last-child) span::before {
  content: "";
  height: 26px;
  width: 2px;
  background: #0a5694;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 25px;
}
.order-detail .timeline__item::before {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  content: "";
  display: inline-block;
  margin-right: 20px;
  border: 2px solid #a6a6a6;
  position: relative;
  top: 3px;
  background-color: #ffffff;
}
.order-detail .timeline__item--filled {
  color: #282828;
}
.order-detail .timeline__item--filled::before {
  background: #282828;
  border: 2px solid #282828;
}
.order-detail .timeline__item--filled span::before {
  background: #282828;
}
.order-detail .order-address__detail__content,
.order-detail .order-address__detail__title {
  padding: 5px 27px;
}
.order-detail .order-address__detail__title {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.order-detail .order-address__detail__title__main {
  color: #f08172;
}
.order-detail .order-address__detail__title__link {
  color: #282828;
  text-decoration: underline;
}
.order-detail .address__detail .detail {
  display: flex;
  flex-wrap: wrap;
  padding: 27px;
  justify-content: space-between;
  line-height: 20px;
}
.order-detail .address__detail .detail:first-child {
  border-bottom: 1px solid #b7b7b7;
  padding: 27px 27px 17px 27px;
}
.order-detail .address__detail .detail__content {
  font-weight: bold;
}
.order-detail .address__detail .detail__content .address {
  border: solid 1px #767676;
  padding: 17px 14px;
  margin-bottom: 10px;
}
.order-detail .address__detail .detail__content .address label {
  display: flex;
  justify-content: space-between;
}
.order-detail .address__detail .detail__content .address p {
  margin-top: 10px;
}
.order-detail .address__detail .detail__content .address:last-child {
  margin-bottom: 14px;
}
.order-detail .address__detail .detail__content .button-holder {
  text-align: right;
}
.order-detail .address__detail .detail__content button {
  width: 174px;
  height: 45px;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: center;
  margin-bottom: 30px;
}
.order-detail .address__detail .detail__address__toggle {
  flex: 100%;
  text-align: right;
  padding-top: 10px;
  color: #f08172;
  text-decoration: underline;
  font-weight: bold;
}
.order-detail .details__footer {
  margin-top: 15px;
  background-color: #f6f6f6;
  padding: 30px 44px;
}
.order-detail .details__total {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.order-detail .details__total-info {
  font-weight: bold;
  text-align: right;
}
.order-detail .details__total-info--discount {
  color: #b70234;
}
.order-detail .details__total--final {
  line-height: 2;
}
.order-detail .order-details-info {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #282828;
  margin-left: 16px;
}
.order-detail .order-details-info .details__actual {
  display: flex;
  border-bottom: 3px solid #e9e9e9;
  margin-bottom: 25px;
  padding: 25px 45px;
}
.order-detail .order-details-info .details__actual .titles {
  margin-right: 25px;
}
.order-detail .order-details-info .details__actual a {
  color: #222;
  font-weight: bold;
}
.order-detail .order-details-info .details__actual a:hover {
  text-decoration: underline;
}
.order-detail .order-details-info .details__actual .contents span {
  font-weight: bold;
}
.order-detail .summary {
  margin-top: 24px;
  padding: 22px 20px 24px;
  border: 1px solid #b7b7b7;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: normal;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  color: #282828;
}
.order-detail .summary--no-border {
  padding: 0;
  border: none;
  margin-top: 0;
}
.order-detail .summary__item {
  display: flex;
}
.order-detail .summary__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.order-detail .summary__title {
  flex: 2;
  font-weight: 600;
}
.order-detail .summary__content {
  flex: 3;
}
.anon-order-tabs {
  position: relative;
}
.anon-order-tabs .anon-order-tabs-link {
  padding: 20px 30px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #666666;
}
.anon-order-tabs .anon-order-tabs-link:hover {
  text-decoration: none;
}
.anon-order-tabs .anon-order-tabs-link.active:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #666666;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.anon-order-tabs:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.anon-order-tabs-content .anon-order-tabs-item {
  display: none;
  padding: 30px;
}
.anonymous-user-order .account-orders-detail__pricetable > *,
.anonymous-user-order tr:last-child td {
  font-size: 13px;
}
.anonymous-user-order .account-orders-detail__pricetable {
  margin-top: -16px;
}
.anonymous-user-order .account-orders-detail__pricetable tr:last-child {
  line-height: 40px;
}
@media (max-width: 767px) {
  .auth-order,
  .auth-login-order {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    position: static;
    display: none;
  }
}
@media (max-width: 767px) {
  .auth-order.active,
  .auth-login-order.active {
    display: block;
  }
}
@media (max-width: 767px) {
  .order-detail__top {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .account-orders__products__status,
  .account-orders__products__price {
    text-align: left;
    font-size: 14px;
    padding: 0 20px;
  }
}
.mt-1 {
  margin-top: 15px;
}
.order-tracking-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.side-menu-layout__title {
  font-size: 25px;
  margin-bottom: 23px;
  color: #282828;
  display: flex;
  align-items: center;
  padding-top: 8px;
  cursor: pointer;
}
.side-menu-layout__title i.icon-back {
  padding: 5px 20px 0 20px;
  font-size: 25px;
}
.order-detail .product,
.order-cancel .product {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #e9e9e9;
  padding: 23px;
}
.order-detail .product__image,
.order-cancel .product__image {
  width: 92px;
  height: 120px;
  object-fit: cover;
  background: #f7f7f7;
  margin-right: 25px;
}
.order-detail .product__info-container,
.order-cancel .product__info-container {
  padding-top: 10px;
}
.order-detail .product__title,
.order-cancel .product__title,
.order-detail .product__size,
.order-cancel .product__size {
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #282828;
}
.order-detail .product__title__size,
.order-cancel .product__title__size {
  font-size: 15px;
  color: #282828;
  margin: 10px 0;
}
.order-detail .product__title__size p,
.order-cancel .product__title__size p {
  display: inline;
}
.order-detail .product__ez-return,
.order-cancel .product__ez-return {
  font-size: 14px;
}
.order-detail .product__size,
.order-cancel .product__size {
  margin-bottom: 24px;
  font-weight: normal;
  margin-top: 7px;
}
.order-detail .product__checkbox,
.order-cancel .product__checkbox {
  margin-left: auto;
  padding-top: 5px;
}
.order-detail .product__select p,
.order-cancel .product__select p {
  padding-top: 8px;
}
.order-detail .product__select .ez-return,
.order-cancel .product__select .ez-return {
  margin-top: -5px;
}
.order-detail .product__select .ez-return p,
.order-cancel .product__select .ez-return p {
  padding-top: 0;
}
.order-detail .product__dummy,
.order-cancel .product__dummy {
  padding-top: 8px;
  margin-right: 15px;
}
.order-detail .product__details,
.order-cancel .product__details {
  display: flex;
}
.order-detail .product__details-container,
.order-cancel .product__details-container {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
.order-detail .product__details .detail,
.order-cancel .product__details .detail {
  display: flex;
  flex-direction: column;
  margin-right: 29px;
}
.order-detail .product__details .detail__title,
.order-cancel .product__details .detail__title {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #b70234;
  margin-bottom: 11px;
  white-space: nowrap;
}
.order-detail .product__details .detail__price,
.order-cancel .product__details .detail__price {
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #757575;
  text-decoration: line-through;
  white-space: nowrap;
}
.order-detail .product__details .detail__price--discount,
.order-cancel .product__details .detail__price--discount {
  color: #282828;
  margin-left: 5px;
  font-weight: bold;
  text-decoration: none;
}
.order-detail .product__button,
.order-cancel .product__button {
  margin-bottom: 0;
}
.order-detail .product__button-container,
.order-cancel .product__button-container {
  opacity: 0.5;
}
.order-detail .product__refund--submit,
.order-cancel .product__refund--submit {
  display: flex;
  justify-content: flex-end;
}
.order-detail .product__refund--submit .anon-cancel-order-button,
.order-cancel .product__refund--submit .anon-cancel-order-button {
  font-size: 16px;
  height: 40px;
  width: 174px;
  font-weight: 200;
  text-align: center;
  display: block;
  line-height: 40px;
  margin-top: 19px;
  cursor: pointer;
}
.order-detail .product__refund--submit .anon-cancel-order-button:disabled,
.order-cancel .product__refund--submit .anon-cancel-order-button:disabled {
  cursor: default;
  background-color: #b7b7b7;
  color: #dddddd;
}
@media (max-width: 767px) {
  .order-detail .product__refund--submit,
  .order-cancel .product__refund--submit {
    margin-right: 15px;
  }
}
.order-detail .summary,
.order-cancel .summary {
  margin-top: 24px;
  padding: 22px 20px 24px;
  border: 1px solid #b7b7b7;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: normal;
  width: 327px;
  margin-bottom: 20px;
  color: #282828;
}
.order-detail .summary--no-border,
.order-cancel .summary--no-border {
  padding: 0;
  border: none;
  margin-top: 0;
}
.order-detail .summary__item,
.order-cancel .summary__item {
  display: flex;
}
.order-detail .summary__title,
.order-cancel .summary__title {
  flex: 2;
}
.order-detail .summary__content,
.order-cancel .summary__content {
  flex: 3;
  font-family: 'demibold', sans-serif;
  font-weight: 900;
}
@media (max-width: 767px) {
  .order-detail .summary,
  .order-cancel .summary {
    margin-left: 20px;
  }
}
.order-cancel .product__info-container {
  width: calc(100% - 120px);
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-cancel .product__checkbox {
  position: absolute;
  right: 145px;
  top: 10px;
}
.order-cancel .product__select > p {
  width: 140px;
  font-size: 14px;
}
.order-cancel .account-page-exit {
  top: 73px;
  position: absolute;
  right: 15px;
}
.order-cancel .orders-cancellation-info__item:before {
  top: 152px;
}
.order-cancel .customer-note__title {
  padding: 1rem 0rem;
}
.order-cancel .customer-note__title .title {
  color: #b70234;
  font-weight: 600;
}
.order-cancel .customer-note__desc .desc {
  min-height: 100px;
}
.order-cancel .product__info-container .product__status,
.order-cancel .product__info-container .procut__tracking_number {
  color: #b70234;
  font-weight: 600;
  margin-bottom: 10px;
}
.order-cancel .product__info-container .product__select-reason {
  position: absolute;
  right: 21%;
  top: 23%;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #282828;
}
@media (max-width: 767px) {
  .order-cancel .product__info-container .product__select-reason {
    top: 57%;
    right: 48%;
    font-size: 13px;
    padding-top: 5px;
    width: 52%;
  }
}
@media (max-width: 1080px) {
  .order-cancel .product__info-container .product__select-reason {
    right: 25%;
  }
}
.order-cancel .product__info-container .product__checkbox {
  top: 35%;
  padding-right: 10%;
}
.order-cancel .product__info-container .product__checkbox span {
  visibility: hidden;
  opacity: 0;
}
.order-cancel .product__info-container .product__checkbox span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 25px;
  height: 25px;
  background-image: url(./ed7ee3a3a9e0d7895d932cdc7b89add6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.order-cancel .product__info-container .product__checkbox .checkbox:checked + span {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .order-cancel .product__info-container .product__checkbox {
    right: 160%;
    top: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .order-cancel .product__info-container .product__checkbox {
    right: 113%;
  }
}
@media (min-width: 992px) {
  .order-cancel .product__info-container .product__checkbox {
    right: 107%;
  }
}
.order-cancel .product__info-container .select2-container {
  min-width: 150px;
}
.order-cancel .form__each .select2-selection--single {
  background-color: transparent;
  border: 0;
}
.order-cancel .form__each .select2-selection--single .select2-selection__rendered {
  border-bottom: 2px solid #282828;
}
.order-cancel .form__each .select2-selection--single .select2-selection__arrow b {
  border-style: none;
}
.info__warning {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #282828;
  padding: 21px 30px;
  background: #f7f7f7;
}
.info__warning-title {
  font-weight: bold;
  font-family: 'demibold', sans-serif;
}
.anonymous-cancellation {
  margin-top: 20px;
}
body.banana {
  font-family: 'futura';
  font-weight: 400;
}
body.banana .home-message {
  background: #383c58;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 17px 10px;
}
body.banana .home-banner {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  height: 480px;
}
body.banana .home-banner .caption {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 40px 50px;
}
body.banana .home-banner .caption .top {
  color: #7f6049;
  font-size: 18px;
  font-weight: 700;
}
body.banana .home-banner .caption .middle {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 44px;
  margin-top: 150px;
  width: calc(100% - 200px);
}
body.banana .home-banner .caption .bottom {
  font-size: 16px;
  color: #6c4f3b;
  display: block;
  margin-top: 100px;
}
body.banana .home-banner .caption .links {
  display: block;
  margin-top: 10px;
}
body.banana .home-banner .caption .links a {
  font-size: 16px;
  text-decoration: underline;
}
body.banana .home-banner .caption .links a:not(:first-of-type) {
  margin-left: 10px;
}
body.banana .home-twin {
  margin-top: 50px;
}
body.banana .home-twin > div {
  padding: 0 45px;
}
body.banana .home-twin img {
  width: 100%;
}
body.banana .home-twin .text-content {
  text-align: right;
  color: #000;
  padding-bottom: 15px;
}
body.banana .home-twin .text-content .title {
  font-size: 28px;
  font-weight: 700;
}
body.banana .home-twin .text-content .text {
  font-size: 16px;
  display: inline-block;
  margin-top: 15px;
}
body.banana .home-twin .text-content .link {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-top: 35px;
}
body.banana .home-twin .text-content .link::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0px;
  right: 0;
}
body.banana .home-middle {
  margin-top: 30px;
  position: relative;
}
body.banana .home-middle .slogan {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 4.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
body.banana .home-middle a {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  text-align: center;
}
body.banana .home-middle a.left_link {
  left: 0;
}
body.banana .home-middle a.right_link {
  right: 0;
}
body.banana .home-middle a span {
  position: absolute;
  bottom: 40px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
body.banana .home-middle a span::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -6 px;
  right: 0;
}
body.banana .home-bottom {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.banana .home-bottom .title {
  font-size: 30px;
  color: #8b8b8b;
  position: relative;
}
body.banana .home-bottom .title span {
  background: #fff;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
body.banana .home-bottom .title::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #8b8b8b;
  top: 50%;
  left: 0;
}
body.banana .home-bottom .img {
  padding-right: 0;
}
body.banana .home-bottom .content {
  padding-top: 150px;
}
body.banana .home-bottom .content .desc {
  width: 270px;
  font-size: 18px;
  line-height: 1.78;
}
body.banana .home-bottom .content .link {
  display: inline-block;
  border: 1px solid #cbcbcb;
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 20px;
}
body.banana .header__user-mobile .header_top_navbar_item {
  background-color: inherit;
}
body.banana .mobile-navigation-hero .header_top_navbar_item {
  color: #000;
}
body.banana .m-basket-opener {
  display: flex!important;
}
body.banana .m-basket-opener i {
  top: 8px;
  right: 7px;
  font-size: 28px;
}
body.banana .m-basket-opener .test {
  background: #0a5694;
}
body.banana .m-basket-opener.active {
  background-color: #000000;
}
@media (max-width: 767px) {
  body.banana .header__top-message {
    margin-top: 0;
  }
  body.banana .header__logo-wrapper {
    top: 8px;
    margin-left: 20px!important;
  }
}
.m-fav-icon {
  font-size: 28px;
  line-height: 53px;
}
.m-fav-icon .icon-favorite-line,
.m-fav-icon .icon-favorite-fill {
  font-size: 25px;
  margin-right: 3px;
}
.m-fav-icon.active {
  color: #ae3e32;
}
.m-fav-icon .fav-heart {
  color: #333;
}
@media (max-width: 767px) {
  body.gap .fav-basket-box {
    display: flex!important;
  }
}
.footer.banana .subscribe-wrapper {
  background-color: #ececec;
  border: 1px solid #ccc;
}
.footer.banana .subscribe-wrapper .container {
  padding: 40px 10px;
}
.footer.banana .subscribe-wrapper .subscribe__inner {
  text-align: center;
}
.footer.banana .subscribe-wrapper .subscribe__inner > *:not(.clear) {
  display: inline-block;
}
.footer.banana .subscribe-wrapper .subscribe__inner .title {
  font-size: 18px;
  font-weight: 600;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .footer.banana .subscribe-wrapper .subscribe__inner .title {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.footer.banana .subscribe-wrapper .subscribe__inner .subscribe__input {
  background: transparent;
  font-size: 12px;
  line-height: 20px;
  border: none;
  border-bottom: 1px solid #000;
  width: 240px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .footer.banana .subscribe-wrapper .subscribe__inner .subscribe__input {
    width: 150px;
    margin-right: 0;
  }
}
.footer.banana .subscribe-wrapper .subscribe__inner .subscribe__button {
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 10px 27px;
  background: #000;
  color: #fff;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .footer.banana .subscribe-wrapper .subscribe__inner .subscribe__button {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer.banana .subscribe-wrapper .subscribe__inner .subscribe-info {
    width: 100%;
    margin-top: 10px;
  }
}
.footer.banana .follow-us {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.footer.banana .follow-us .container {
  padding: 20px 10px;
}
.footer.banana .follow-us .container > * {
  display: inline-block;
  vertical-align: middle;
}
.footer.banana .follow-us .title {
  font-family: 'didot';
  font-size: 24px;
  margin-right: 30px;
}
.footer.banana .follow-us a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  margin-right: 25px;
}
.footer.banana .follow-us a i {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.footer.banana .follow-us .slogan {
  font-size: 18px;
  margin-left: 10px;
}
.footer.banana .footer__nav {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  padding: 60px 0 5px;
}
.footer.banana .footer__nav:after {
  content: '';
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .footer.banana .footer__nav {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.footer.banana .footer__nav-inner {
  width: 100%;
  text-align: center;
}
.footer.banana .footer__nav-inner::after {
  content: '';
  clear: both;
  display: block;
}
@media (max-width: 767px) {
  .footer.banana .footer__nav-inner {
    display: block;
  }
}
.footer.banana .footer__nav__item {
  padding-right: 20px;
  margin: 0 20px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .footer.banana .footer__nav__item a {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer.banana .footer__nav__item {
    display: block;
    text-align: center;
  }
}
.footer.banana .footer__nav__item--stores {
  max-width: 250px;
}
@media (max-width: 767px) {
  .footer.banana .footer__nav__item--stores {
    padding-right: 0;
    max-width: fit-content;
  }
}
.footer.banana .footer__nav__title {
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 700;
  color: #000000 !important;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer.banana .footer__nav__title {
    margin: 25px 0 10px;
  }
}
.footer.banana .footer__nav__link {
  font-family: 'maax';
  font-size: 14px;
  font-weight: 400;
  color: #000000 !important;
  display: block;
  margin: 10px auto;
}
.footer.banana .footer__nav__link:hover {
  text-decoration: underline;
}
.footer.banana .footer__nav__link.stores img {
  margin: auto;
}
.footer.banana .footer__copyright {
  color: #000;
  font-size: 16px;
  text-align: right;
  padding-right: 30px;
  line-height: 35px;
}
.footer.banana .footer__copyright span {
  display: inline-block;
}
.footer.banana .footer__copyright a {
  color: #000 !important;
  text-decoration: none !important;
  display: inline-block;
  margin-right: 20px;
}
.footer.banana .footer__bottom {
  text-align: center;
  padding: 15px 15px 20px 15px;
}
.footer.banana .footer__bottom--link {
  font-family: 'maax';
  font-size: 14px;
}
.footer.banana .footer__bottom--link:after {
  display: inline-block;
  content: '|';
  padding: 0 5px;
}
.footer.banana .footer__bottom--link:last-child:after {
  display: none;
}
.footer.banana .footer-slider-wrapper {
  width: 240px;
}
.footer.banana .footer-slider-wrapper .bx-wrapper .bx-controls-direction a {
  color: #000 !important;
}
.footer.banana .footer-slider-wrapper .bx-wrapper .bx-prev {
  transform: rotate(180deg);
  transform-origin: center center;
  left: -35px;
}
.footer.banana .footer-slider-wrapper .bx-wrapper .bx-prev::before {
  content: '\e901';
  font-family: 'icomoon';
  font-size: 37px;
}
.footer.banana .footer-slider-wrapper .bx-wrapper .bx-next {
  right: -35px;
}
.footer.banana .footer-slider-wrapper .bx-wrapper .bx-next::before {
  content: '\e901';
  font-family: 'icomoon';
  font-size: 37px;
}
.footer.banana .footer-slider-wrapper .title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  color: #000;
  text-decoration: underline;
}
.footer.banana .footer__bottom {
  border-top: 2px solid #d8d8d8;
}
.footer.banana .footer__bottom-text {
  text-align: center;
  font-size: 10px;
  color: #555;
  margin-bottom: 15px;
  margin-top: 25px;
}
.banana .list-filter--action .link {
  color: #FFF !important;
  background-color: #000 !important;
}
.banana .list-filter-wrapper {
  border: inherit;
}
.banana .search-total-count {
  font-weight: 200;
}
.banana .search-dropdown-wrap {
  width: 100%;
  display: block;
}
.banana .search-dropdown-wrap .link {
  background-color: #000;
  padding: 10px;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .banana .search-dropdown-wrap .link {
    padding: 8px 19px 5px;
    color: #000;
    background-color: #FFF;
  }
}
@media (max-width: 991px) {
  .banana .search-dropdown-wrap .link.active:after {
    content: '-';
    transform: none;
  }
}
.banana .search-dropdown-wrap .link::after {
  color: #FFF;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
@media (max-width: 991px) {
  .banana .search-dropdown-wrap .link::after {
    content: '+';
    right: 30px;
    font-size: 14px;
    margin-top: -10px;
    color: #000;
  }
}
.banana .search-dropdown-wrap .options {
  width: 150%;
  top: 100%;
  left: -25%;
  border: 1px solid #000;
  box-shadow: inherit;
}
@media (max-width: 991px) {
  .banana .search-dropdown-wrap .options {
    border: inherit;
    width: 100%;
    top: inherit;
    left: inherit;
    right: inherit;
  }
}
.banana .search-dropdown-wrap .options:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 14px);
  border: 10px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: center;
  transform: rotate(135deg) translateY(-8px) translateX(8px);
  box-shadow: -2px 2px 0px -1px #000000;
}
@media (max-width: 991px) {
  .banana .search-dropdown-wrap .options:before {
    display: none;
  }
}
.banana .search-dropdown-wrap .options .main-list-item,
.banana .search-dropdown-wrap .options .sub-list-item {
  text-align: left;
}
@media (max-width: 991px) {
  .banana .search-dropdown-wrap .options .main-list-item,
  .banana .search-dropdown-wrap .options .sub-list-item {
    padding-right: 15px;
  }
}
.banana .search-dropdown-wrap .options .main-list-item:before,
.banana .search-dropdown-wrap .options .sub-list-item:before {
  border: 1px solid #000;
}
.banana .search-dropdown-wrap .options .main-list-item.selected::after,
.banana .search-dropdown-wrap .options .sub-list-item.selected::after {
  background: #000;
}
.banana .facet__options {
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 991px) {
  .banana .facet__options {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 991px) {
  .banana .facet__options:last-of-type {
    border-bottom: 1px solid #ddd;
  }
}
.main-list-item.active {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000d42;
  margin: 10px 0;
}
body.banana {
  font-family: 'euclid_circular_b' !important;
}
body.banana .auth,
body.banana .basket__item-box .title,
body.banana .checkout,
body.banana .back-to-home,
body.banana .list-filter-wrapper,
body.banana .product-container,
body.banana .header__basket__link.active .count,
body.banana .footer__nav__title,
body.banana .header__campaign--text,
body.banana .navigation__link,
body.banana .footer__nav__link,
body.banana .footer__bottom--link,
body.banana .account-page .account-sidebar .account-sidebar__list .hero,
body.banana .account-page .account-sidebar .account-sidebar__links a,
body.banana .account-page .order-track .hero,
body.banana .account-page .account-summary__box__title,
body.banana .checkout__cargo-box .checkout__cargo__proceed,
body.banana .checkout-success__title > span,
body.banana .list-container h1,
body.banana .header__basket-top {
  font-family: 'euclid_circular_b' !important;
}
@media (min-width: 1440px) {
  .body-home.banana .container {
    width: 1440px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .body-home.banana .container {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .body-home.banana .header__top--container {
    width: 1380px;
  }
}
.banana .product-container {
  font-family: 'futura';
}
.banana .navigation__submenu {
  background: #f7f7f7;
}
.banana .navigation__submenu__item-box {
  width: 270px;
}
.banana .navigation__submenu__item__title {
  letter-spacing: 3px;
  text-transform: uppercase;
}
.banana .navigation__submenu__item__link {
  color: #585858;
  letter-spacing: 1px;
}
.banana .navigation__submenu__item__link:hover {
  text-decoration-color: #c2c2c2;
  font-weight: 700;
  color: #000;
}
.banana .breadcrumb {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 300;
  color: #000;
  font-family: "EuclidCircularB", "Hiragino Kaku Gothic Pro", Helvetica, Arial, sans-serif;
}
.banana .breadcrumb a::after {
  content: '/';
  width: 0;
  height: 0;
  display: inline-block;
  margin: -1px 5px;
  color: #000;
}

