.classic-link {
  color: #e22e39;
  text-decoration: underline;
}
.classic-link:hover {
  color: #e22e39;
  text-decoration: none;
}
/*! 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 {
  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"] {
  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;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: #3b3b3b;
  background-color: #f8f4f1;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #e22e39;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e22e39;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  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: #f8f4f1;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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 #cccccc;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #fafafa;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 430px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fff8c0;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #fafafa;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fff8c0;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fff28d;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 430px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #fafafa;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #fafafa;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 430px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1080px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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: 430px) {
  .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: 768px) {
  .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: 1080px) {
  .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%;
  }
}
.row-small {
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -2px;
  margin-right: -2px;
}
.row-small [class*="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fafafa;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #f0f0f0;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f0f0f0;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #f0f0f0;
}
.table .table {
  background-color: #f8f4f1;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #f0f0f0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f0f0f0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fafafa;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fff8c0;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fff5a6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 429px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f0f0f0;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 26px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 50px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 26px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 26px;
  line-height: 26px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 26px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 26px;
  line-height: 26px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 26px;
  min-height: 32px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 50px;
  padding: 12px 10px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 50px;
  line-height: 50px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 50px;
  padding: 12px 10px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 50px;
  line-height: 50px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 50px;
  min-height: 38px;
  padding: 13px 10px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fff8c0;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7b7b7b;
}
@media (min-width: 430px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 430px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 430px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16.9999996px;
    font-size: 18px;
  }
}
@media (min-width: 430px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
    font-size: 12px;
  }
}
.form-control {
  padding: 0 4px;
  border-width: 1px;
  box-shadow: none;
  font-size: 0.8125rem;
  background-color: transparent;
}
.form-control.b-form-disabled,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 0.4;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.radio-inline,
.checkbox-inline {
  margin-right: 10px;
}
.radio label,
.checkbox label {
  line-height: 20px;
  max-width: 100%;
  word-wrap: break-word;
}
.form-group {
  margin-bottom: 5px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #e22e39;
  border-color: #e22e39;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #c21b25;
  border-color: #7f1218;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #c21b25;
  border-color: #b91a23;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #c21b25;
  border-color: #b91a23;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #a3171f;
  border-color: #7f1218;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e22e39;
  border-color: #e22e39;
}
.btn-default .badge {
  color: #e22e39;
  background-color: #ffffff;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #42b255;
  border-color: #42b255;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #348d43;
  border-color: #205529;
}
.btn-success:hover {
  color: #fff;
  background-color: #348d43;
  border-color: #318540;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #348d43;
  border-color: #318540;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #2b7337;
  border-color: #205529;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #42b255;
  border-color: #42b255;
}
.btn-success .badge {
  color: #42b255;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #e22e39;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #e22e39;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #fafafa;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 10px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 2px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.ripple,
.c-btn {
  position: relative;
  transform: translate3d(0, 0, 0);
}
.ripple:enabled,
.c-btn:enabled {
  overflow: hidden;
}
.ripple:enabled:after,
.c-btn:enabled:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}
.ripple:enabled:active:after,
.c-btn:enabled:active:after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}
.c-btn {
  font-weight: 600;
  text-decoration: none;
}
.btn-default {
  min-width: 54px;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  min-width: 6em;
  padding: 8px 8px;
}
.btn-link {
  text-decoration: underline;
  font-weight: normal;
}
.btn-link-wrap {
  margin-left: -12px;
  margin-right: -12px;
}
.btn-link-wrap-sm {
  margin-left: -6px;
  margin-right: -6px;
}
.c-btn {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #42b255;
  border: none;
  padding: 0.7em;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 3px;
}
.c-btn,
.c-btn:hover,
.c-btn:active,
.c-btn:focus {
  color: #ffffff;
}
.c-btn > span {
  display: flex;
}
.c-btn:disabled {
  opacity: 0.5;
}
.c-btn:disabled:hover {
  cursor: not-allowed;
}
.c-btn .b-icon {
  width: 1.6em;
  height: 1.6em;
  top: 0;
  margin-top: calc(1.6em / -2);
  margin-bottom: calc(1.6em / -2);
  flex-shrink: 0;
  align-self: center;
}
.c-btn span + .b-icon {
  margin-left: 0.3em;
}
.c-btn > *:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
}
.c-btn---group-inline {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.c-btn---group-inline .c-btn {
  margin: 4px;
}
.c-btn--text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-btn--uppercase {
  text-transform: uppercase;
}
.c-btn--gray {
  background: #f0f0f0;
}
.c-btn--gray,
.c-btn--gray:hover,
.c-btn--gray:focus,
.c-btn--gray:active {
  color: #3b3b3b;
}
.c-btn--white {
  background: #ffffff;
}
.c-btn--white,
.c-btn--white:hover,
.c-btn--white:focus,
.c-btn--white:active {
  color: #3b3b3b;
}
.c-btn--transparent {
  background: transparent;
}
.c-btn--transparent,
.c-btn--transparent:hover,
.c-btn--transparent:focus,
.c-btn--transparent:active {
  color: #3b3b3b;
}
.c-btn--dark {
  background: #3b3b3b;
}
.c-btn--dark,
.c-btn--dark:hover,
.c-btn--dark:active {
  color: #ffffff;
}
.c-btn--dark:disabled {
  opacity: 1;
}
.c-btn--dark:disabled:hover {
  cursor: default;
}
.c-btn--brand-primary {
  background: #e22e39;
}
.c-btn--brand-primary,
.c-btn--brand-primary:hover,
.c-btn--brand-primary:active,
.c-btn--brand-primary:focus {
  color: #ffffff;
}
.c-btn--center,
.c-btn--center > * {
  justify-content: center;
}
.c-btn--block {
  width: 100%;
}
.c-btn--block span:first-child {
  flex-grow: 1;
}
.c-btn--round {
  padding: 10px;
  border-radius: 50px;
}
.c-btn--round .b-icon {
  display: flex;
  top: 0;
  margin: 0;
}
.c-btn--round-corners {
  border-radius: 3px;
}
.c-btn--no-paddings {
  padding: 0;
}
.c-btn--no-paddings .b-icon {
  margin: 0;
}
.c-btn--fat {
  padding: 0.8em 1.2em;
  font-size: 1.0625rem;
}
.c-btn--fat-padding {
  padding: 1em;
}
.c-btn--font-size-s {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .c-btn--icon-only-mobile,
  .c-btn--icon-only-mobile > * {
    justify-content: center;
  }
  .c-btn--icon-only-mobile > *:not(.b-icon) {
    display: none !important;
  }
}
.c-btn--no-animation:after {
  content: none !important;
}
.c-btn--modifier {
  border-radius: 25px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 16px;
  padding: 0.5em 1em;
}
.c-btn--modifier--whiter-border {
  border: 1px solid #ffffff;
}
.b-legal-entity-submit-btn {
  width: 100%;
  border-radius: 5px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .b-legal-entity-submit-btn {
    width: 100%;
  }
}
.b-legal-entity-submit-btn--wrapper {
  padding: 0 0 0 12px;
  float: right;
}
@media (max-width: 767px) {
  .b-legal-entity-submit-btn--wrapper {
    padding: 0;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #fafafa;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #fafafa;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 430px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  padding: 12px 10px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  line-height: 50px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  line-height: 26px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 12px 10px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #fafafa;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #fafafa;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #e22e39;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 430px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 430px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f8f4f1;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 430px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 430px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f8f4f1;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs > li > a {
  text-decoration: none;
  border-radius: 0;
  background: #e22e39;
  color: #ffffff;
  font-weight: 600;
}
.nav-tabs > li > a:hover {
  background: #ac1821;
  border-color: #ac1821;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active {
  color: #e22e39;
}
.nav-tabs .b-display-tab--mobile {
  display: none;
}
@media (max-width: 767px) {
  .nav-tabs .b-display-tab--mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .nav-tabs .b-display-tab--desktop {
    display: none;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f1eede;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "\00a0";
  padding: 0 5px;
  color: #3b3b3b;
}
.breadcrumb > .active {
  color: #fafafa;
}
.breadcrumb {
  display: none;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 0.75rem;
  background: transparent;
  padding: 8px 16px;
}
.breadcrumb > li {
  vertical-align: bottom;
}
.breadcrumb > li.active a {
  pointer-events: none;
  cursor: default;
}
.breadcrumb > li + li:before {
  background-image: url(../../Assets/Images/svg/breadcrumb-icon.svg);
  padding: 0 8px;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb a {
  font-size: 0.75rem;
  color: #3b3b3b;
  text-decoration: none;
  padding: 0;
  border: 0;
}
.breadcrumb a:hover {
  color: #e22e39;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}
@media (max-width: 1079px) {
  .breadcrumb {
    background-color: #efebe7;
    margin: 0 -10px;
    white-space: nowrap;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #999999;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #999999;
  background-color: transparent;
  border-color: #cccccc;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #42b255;
  border-color: #42b255;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #fafafa;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 10px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination {
  font-size: 0.9375rem;
  margin: 0;
  margin-bottom: 5px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > button {
  padding: 1px 4px;
  min-width: 24px;
  text-align: center;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #fafafa;
  background-color: transparent;
  cursor: not-allowed;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fff8c0;
  border-color: #ffe6a6;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #ffdf8d;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 430px) {
  .modal-dialog {
    width: 630px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.b-payment-confirmation-modal .modal-dialog,
.b-prepay--modal .modal-dialog {
  margin: 100px auto 10px auto;
}
.b-payment-confirmation-modal .modal-dialog .modal-body,
.b-prepay--modal .modal-dialog .modal-body {
  font-size: 0.8875rem;
}
@media (max-width: 767px) {
  .b-payment-confirmation-modal .modal-dialog,
  .b-prepay--modal .modal-dialog {
    margin: auto;
  }
}
.b-alert--modal {
  display: flex !important;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  .b-alert--modal {
    align-items: flex-start;
  }
}
.modal-dialog {
  margin: 0;
  pointer-events: auto;
  font-size: 14px;
  font-family: 'Open Sans', 'Sans-serif';
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100%;
  }
}
.modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.modal-header {
  border-bottom: none;
}
.modal-header .b-zigzag-heading,
.modal-header .b-info-page > h2:first-child {
  background: url(../Images/zig-zag-white.png) repeat-x bottom;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 1.25rem;
}
.modal-header .b-zigzag-heading--green {
  background: url(../Images/zig-zag-green.png) repeat-x bottom;
  background-color: #42b255;
  color: #ffffff;
}
.modal-header .b-zigzag-heading--red {
  background: url(../Images/zig-zag-red.png) repeat-x bottom;
  background-color: #e22e39;
  color: #ffffff;
}
.modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-footer .btn,
.modal-footer .btn + .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .modal-footer button {
    margin-bottom: 5px;
  }
}
.b-zigzag-modal .modal-header {
  background: #e22e39;
  color: #ffffff;
}
.b-zigzag-modal .modal-header:before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(../Images/zig-zag.png);
  background-repeat: repeat-x;
  position: absolute;
  top: -3px;
  left: 0;
}
@media (min-width: 768px) {
  .b-zigzag-modal .modal-dialog {
    margin-top: 100px;
    margin-bottom: 10px;
  }
  .b-zigzag-modal .modal-body {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.b-zigzag-modal .close {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url(../Images/icons/close.png);
  background-repeat: no-repeat;
  background-position: center;
  line-height: inherit;
  opacity: 1;
  margin-right: 6px;
  margin-top: 6px;
}
.b-zigzag-modal .close:hover {
  background-color: #95151d;
}
@media (max-width: 767px) {
  .modal-body .b-global-object--label {
    width: 135px;
  }
}
@media (max-width: 429px) {
  .modal-body .b-global-object--label {
    color: #3b3b3b;
    font-weight: 600;
    width: 100%;
  }
}
.b-modal-wide {
  width: 726px;
}
.b-modal-wide .modal-header {
  padding: 0 !important;
}
.b-modal-wide .modal-header h1,
.b-modal-wide .modal-header h3 {
  padding: 25px;
  margin: 0;
}
.b-modal-wide .modal-content {
  width: 726px;
}
.b-modal-wide .modal-body {
  padding: 30px;
}
.b-modal-wide .modal-footer {
  padding: 0 30px 30px 30px;
  border-top: none;
}
@media (max-width: 767px) {
  .b-modal-wide {
    width: 100%;
    margin: 0;
  }
  .b-modal-wide .modal-header h1 {
    padding: 20px;
    font-size: 1rem;
  }
  .b-modal-wide .modal-content {
    width: 100%;
  }
  .b-modal-wide .modal-body {
    padding: 15px;
  }
  .b-modal-wide .modal-footer {
    padding: 0 15px 15px 15px;
  }
  .b-modal-wide .modal-footer .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .b-modal-wide .modal-footer .row .col-lg-6 {
    margin-bottom: 10px;
  }
  .b-modal-wide .modal-footer .row .col-lg-6:first-of-type {
    margin-bottom: 0;
  }
}
.b-modal-tall .modal-content {
  min-height: 555px;
  display: flex;
  flex-direction: column;
}
.b-modal-tall .modal-body {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .b-modal-tall {
    height: 100%;
  }
  .b-modal-tall .modal-content {
    min-height: 100%;
    height: auto;
  }
}
.b-address-change-modal--body {
  transition: display 0.3 ease;
}
.b-address-change-modal--body p {
  font-size: 0.8875rem;
  font-weight: 600;
}
.b-address-change-modal--body .b-address-change-modal--scrollable-list {
  margin-top: 30px;
}
.b-address-change-modal--body .b-address-change-modal--scrollable-list ::-webkit-scrollbar {
  width: 15px;
}
.b-address-change-modal--body .b-address-change-modal--scrollable-list ::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.b-address-change-modal--body .b-address-change-modal--scrollable-list ::-webkit-scrollbar-thumb {
  transition: all 0.3 ease;
  background: #cccccc;
  border-radius: 7px;
  border: 2px solid #f0f0f0;
}
.b-address-change-modal--body .b-address-change-modal--scrollable-list ::-webkit-scrollbar-thumb:hover {
  background: #9d9d9d;
}
.b-address-change-modal--body .b-address-change-modal--scrollable-list ul {
  overflow: auto;
  width: 100%;
}
.b-address-change-modal--body .b-address-change-modal--scrollable-list ul {
  list-style: none;
  padding: 30px;
  margin-bottom: 0;
  height: 290px;
  border: 1px solid #cccccc;
}
.b-address-change-modal--body .b-address-change-modal--scrollable-list ul li:first-child {
  font-weight: 600;
  margin-top: 0;
}
.b-address-change-modal--body .b-address-change-modal--scrollable-list ul .b-address-change-modal--scrollable-list--price-msg {
  color: #999999;
}
.b-address-change-modal--body .b-address-change-modal--scrollable-list li {
  font-size: 0.75rem;
  margin-top: 20px;
  justify-content: space-between;
}
.b-address-change-modal--body .b-address-change-modal--scrollable-list img {
  margin-right: 10px;
  max-width: 56px;
  height: auto;
}
@media (max-width: 767px) {
  .b-address-change-modal--body .b-address-change-modal--scrollable-list {
    margin-top: 20px;
  }
  .b-address-change-modal--body .b-address-change-modal--scrollable-list ul {
    height: 180px;
    padding: 20px;
  }
}
.b-address-change-modal--reservation-cancellation-body {
  transition: display 0.3 ease;
  flex-direction: column;
}
.b-address-change-modal--reservation-cancellation-body img {
  width: auto;
  height: auto;
}
.b-address-change-modal--reservation-cancellation-body p {
  text-align: center;
  margin-top: 30px;
  font-size: 1.125rem;
  font-weight: 600;
}
.b-address-change-modal--reservation-cancellation-body span {
  color: #e22e39;
}
@media (max-width: 767px) {
  .b-address-change-modal--reservation-cancellation-body p {
    font-size: 0.8875rem;
  }
}
@media (min-width: 768px) {
  .b-address-add-modal .modal-content,
  .b-order-feedback-modal .modal-content {
    padding: 10px;
  }
}
.b-modal-backdrop-dark.in {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .b-modal-position-bottom {
    align-items: flex-end;
  }
}
.b-order-feedback-time-expired-modal .modal-header,
.b-order-feedback-already-rated-modal .modal-header {
  padding: 0 !important;
  min-height: 0;
}
.b-order-feedback-time-expired-modal .modal-header .b-zigzag-heading,
.b-order-feedback-already-rated-modal .modal-header .b-zigzag-heading,
.b-order-feedback-time-expired-modal .modal-header .b-info-page > h2:first-child,
.b-order-feedback-already-rated-modal .modal-header .b-info-page > h2:first-child {
  padding: 0;
}
.b-order-feedback-time-expired-modal .modal-header .b-zigzag-heading .close,
.b-order-feedback-already-rated-modal .modal-header .b-zigzag-heading .close,
.b-order-feedback-time-expired-modal .modal-header .b-info-page > h2:first-child .close,
.b-order-feedback-already-rated-modal .modal-header .b-info-page > h2:first-child .close {
  position: absolute;
  right: 28px;
  top: 8px;
  z-index: 1;
  color: #ffffff;
  opacity: 0.6;
}
.b-order-feedback-time-expired-modal .modal-body,
.b-order-feedback-already-rated-modal .modal-body {
  background-color: #e7111d;
  color: #ffffff;
  margin: 0;
  padding: 40px;
}
.b-order-feedback-time-expired-modal .modal-body .title,
.b-order-feedback-already-rated-modal .modal-body .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 20px;
}
.b-order-feedback-time-expired-modal .modal-body .text,
.b-order-feedback-already-rated-modal .modal-body .text {
  margin-top: 20px;
  font-size: 1rem;
}
.b-order-feedback-time-expired-modal .modal-body .text a,
.b-order-feedback-already-rated-modal .modal-body .text a {
  color: #ffffff;
}
.b-order-feedback-time-expired-modal .modal-body img,
.b-order-feedback-already-rated-modal .modal-body img {
  display: block;
  max-height: 250px;
  margin: auto;
}
.b-order-feedback-already-rated-modal .modal-body .title {
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .b-order-feedback-time-expired-modal .modal-body,
  .b-order-feedback-already-rated-modal .modal-body {
    padding: 20px;
  }
  .b-order-feedback-time-expired-modal .modal-body .title,
  .b-order-feedback-already-rated-modal .modal-body .title {
    font-size: 1rem;
    margin-top: 20px;
  }
  .b-order-feedback-time-expired-modal .modal-body .text,
  .b-order-feedback-already-rated-modal .modal-body .text {
    font-size: 0.8875rem;
    margin-top: 10px;
  }
  .b-order-feedback-already-rated-modal .modal-body .title {
    font-size: 1.3125rem;
  }
}
@media (max-width: 767px) {
  .modal--blue-style {
    top: auto;
  }
}
.modal--blue-style .modal-dialog {
  width: 600px;
}
.modal--blue-style .modal-dialog .modal-content {
  background-color: #f6f6f8;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .modal--blue-style .modal-dialog .modal-content {
    border-radius: 5px 5px 0 0;
  }
}
.modal--blue-style .modal-dialog .modal-content .modal-header {
  border-radius: 5px 5px 0 0;
}
.modal--blue-style .modal-dialog .modal-content .modal-header .b-zigzag-heading,
.modal--blue-style .modal-dialog .modal-content .modal-header .b-info-page > h2:first-child {
  background-image: none;
  background-color: #f6f6f8;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #c6c6c6;
  padding: 24px;
}
.modal--blue-style .modal-dialog .modal-content .modal-body {
  padding: 24px;
  font-size: 1rem;
}
.modal--blue-style .modal-dialog .modal-content .modal-body figure {
  text-align: center;
  display: block;
  height: 100px;
}
.modal--blue-style .modal-dialog .modal-content .modal-body figure img {
  height: 100px;
  padding: 8px;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  border-radius: 80px;
}
.modal--blue-style .modal-dialog .modal-content .modal-body div {
  padding-top: 16px;
}
.modal--blue-style .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 8px 24px 24px;
}
.modal--blue-style .modal-dialog .modal-content .modal-footer button {
  border-radius: 5px;
  font-size: 1rem;
  background-color: white;
  border: 2px solid #42b255;
  color: #42b255;
  padding: 0;
}
.modal--blue-style .modal-dialog .modal-content .modal-footer button a {
  height: inherit;
  width: inherit;
  text-align: center;
  padding: 0.7em;
  text-decoration: none;
  color: #42b255;
}
.modal--blue-style .modal-dialog .modal-content .modal-footer button a:hover {
  color: #358e44;
}
.modal--blue-style .modal-dialog .modal-content .modal-footer button div {
  padding: 0.7em;
}
.modal--blue-style .modal-dialog .modal-content .modal-footer button:hover {
  border-color: #358e44;
  color: #358e44;
}
.b-payment-confirmation-modal .modal-footer {
  padding: 10px 0;
}
.b-payment-confirmation-modal .modal-footer button {
  background-color: #42b255;
  border-color: #42b255;
  color: #ffffff;
  justify-content: center;
  margin: 0;
}
.b-payment-confirmation-modal .modal-footer .c-btn--gray {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #3b3b3b;
}
@media (max-width: 767px) {
  .b-payment-confirmation-modal .modal-footer div:first-of-type {
    margin-bottom: 5px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip {
  font-family: inherit;
  font-size: 0.625rem;
}
.tooltip.in {
  opacity: 1;
}
.tooltip-inner {
  background: #ffffff;
  color: #3b3b3b;
  border: 1px solid #9d9d9d;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #656565;
}
.tooltip.top .tooltip-arrow:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -5px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.popover {
  font-family: inherit;
}
.popover-content .checkbox:first-child {
  margin-top: 0;
}
.popover-content .checkbox:last-child {
  margin-bottom: 0;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.row-small:before,
.row-small:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after,
.b-block-slider:before,
.b-block-slider:after,
.customer-data--bg:before,
.customer-data--bg:after,
.content-block:before,
.content-block:after,
.b-sticker--content:before,
.b-sticker--content:after,
.b-top-menu:before,
.b-top-menu:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.row-small:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.modal-footer:after,
.b-block-slider:after,
.customer-data--bg:after,
.content-block:after,
.b-sticker--content:after,
.b-top-menu: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,
.b-customer-data--navigation,
.b-customer-data--navigation {
  display: none !important;
}
@media (max-width: 429px) {
  .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;
  }
}
@media (max-width: 429px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 429px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 429px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 430px) and (max-width: 767px) {
  .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: 430px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 430px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 430px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .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: 768px) and (max-width: 1079px) {
  .visible-md-block,
  .b-customer-data--navigation {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1080px) {
  .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: 1080px) {
  .visible-lg-block,
  .b-customer-data--navigation {
    display: block !important;
  }
}
@media (min-width: 1080px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1080px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 429px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 430px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  .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;
  }
}
/* * * * * * * * * * * * * * * * * * * * *\  
  CSShake :: shake-horizontal
  v1.5.0
  CSS classes to move your DOM
  (c) 2015 @elrumordelaluz
  http://elrumordelaluz.github.io/csshake/
  Licensed under MIT
\* * * * * * * * * * * * * * * * * * * * */
.shake-horizontal {
  display: inline-block;
  transform-origin: center center;
}
.shake-freeze,
.shake-constant.shake-constant--hover:hover,
.shake-trigger:hover .shake-constant.shake-constant--hover {
  animation-play-state: paused;
}
.shake-freeze:hover,
.shake-trigger:hover .shake-freeze,
.shake-horizontal:hover,
.shake-trigger:hover .shake-horizontal {
  animation-play-state: running;
}
@keyframes shake-horizontal {
  2% {
    transform: translate(-2px, 0) rotate(0);
  }
  4% {
    transform: translate(-8px, 0) rotate(0);
  }
  6% {
    transform: translate(7px, 0) rotate(0);
  }
  8% {
    transform: translate(3px, 0) rotate(0);
  }
  10% {
    transform: translate(-6px, 0) rotate(0);
  }
  12% {
    transform: translate(0px, 0) rotate(0);
  }
  14% {
    transform: translate(-9px, 0) rotate(0);
  }
  16% {
    transform: translate(-2px, 0) rotate(0);
  }
  18% {
    transform: translate(3px, 0) rotate(0);
  }
  20% {
    transform: translate(0px, 0) rotate(0);
  }
  22% {
    transform: translate(9px, 0) rotate(0);
  }
  24% {
    transform: translate(-5px, 0) rotate(0);
  }
  26% {
    transform: translate(6px, 0) rotate(0);
  }
  28% {
    transform: translate(5px, 0) rotate(0);
  }
  30% {
    transform: translate(4px, 0) rotate(0);
  }
  32% {
    transform: translate(-5px, 0) rotate(0);
  }
  34% {
    transform: translate(9px, 0) rotate(0);
  }
  36% {
    transform: translate(1px, 0) rotate(0);
  }
  38% {
    transform: translate(7px, 0) rotate(0);
  }
  40% {
    transform: translate(0px, 0) rotate(0);
  }
  42% {
    transform: translate(2px, 0) rotate(0);
  }
  44% {
    transform: translate(-3px, 0) rotate(0);
  }
  46% {
    transform: translate(10px, 0) rotate(0);
  }
  48% {
    transform: translate(-3px, 0) rotate(0);
  }
  50% {
    transform: translate(10px, 0) rotate(0);
  }
  52% {
    transform: translate(-3px, 0) rotate(0);
  }
  54% {
    transform: translate(-5px, 0) rotate(0);
  }
  56% {
    transform: translate(6px, 0) rotate(0);
  }
  58% {
    transform: translate(-4px, 0) rotate(0);
  }
  60% {
    transform: translate(10px, 0) rotate(0);
  }
  62% {
    transform: translate(6px, 0) rotate(0);
  }
  64% {
    transform: translate(-3px, 0) rotate(0);
  }
  66% {
    transform: translate(1px, 0) rotate(0);
  }
  68% {
    transform: translate(-5px, 0) rotate(0);
  }
  70% {
    transform: translate(3px, 0) rotate(0);
  }
  72% {
    transform: translate(-9px, 0) rotate(0);
  }
  74% {
    transform: translate(-3px, 0) rotate(0);
  }
  76% {
    transform: translate(6px, 0) rotate(0);
  }
  78% {
    transform: translate(-7px, 0) rotate(0);
  }
  80% {
    transform: translate(-3px, 0) rotate(0);
  }
  82% {
    transform: translate(7px, 0) rotate(0);
  }
  84% {
    transform: translate(1px, 0) rotate(0);
  }
  86% {
    transform: translate(1px, 0) rotate(0);
  }
  88% {
    transform: translate(8px, 0) rotate(0);
  }
  90% {
    transform: translate(5px, 0) rotate(0);
  }
  92% {
    transform: translate(10px, 0) rotate(0);
  }
  94% {
    transform: translate(-4px, 0) rotate(0);
  }
  96% {
    transform: translate(7px, 0) rotate(0);
  }
  98% {
    transform: translate(-4px, 0) rotate(0);
  }
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.shake-horizontal:hover,
.shake-trigger:hover .shake-horizontal,
.shake-horizontal.shake-freeze,
.shake-horizontal.shake-constant {
  animation: shake-horizontal 100ms ease-in-out infinite;
}
.block-slider-products-control-next,
.block-slider-products-control-prev {
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: 0;
  font-size: 1.1875rem;
  color: #e22e39;
}
.block-slider-products-control-next:hover,
.block-slider-products-control-prev:hover {
  color: #ff1120;
}
.block-slider-products-control-next .b-icon,
.block-slider-products-control-prev .b-icon {
  top: 0;
}
.block-slider-products-control-prev {
  margin-left: 4px;
}
.b-main-content .block-slider.block-slider-default {
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  float: left;
}
.b-main-content .block-slider.block-slider-default.home {
  margin: 27px 0 20px 0;
}
.b-main-content .block-slider.block-slider-default .items {
  width: 10000px;
  padding: 0;
  float: left;
}
.b-main-content .block-slider.block-slider-default .items li {
  background: none;
  padding: 0;
}
.b-main-content .block-slider.block-slider-default .items li img {
  width: 100%;
  max-width: 100%;
  float: left;
}
.b-main-content .block-slider.block-slider-default .left.block-slider-control {
  width: 55px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 10px 0 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.b-main-content .block-slider.block-slider-default .left.block-slider-control span {
  width: 21px;
  height: 110px;
  background: url(../Images/block-slider.png) no-repeat;
  margin: -55px 0 0 0;
  position: absolute;
  top: 50%;
  left: 24px;
}
.b-main-content .block-slider.block-slider-default .left.block-slider-control:hover span {
  background: url(../Images/block-slider.png) no-repeat 0 -150px;
}
.b-main-content .block-slider.block-slider-default .right.block-slider-control {
  width: 55px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 24px 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.b-main-content .block-slider.block-slider-default .right.block-slider-control span {
  width: 80px;
  height: 72px;
  margin: -55px 0 0 0;
  position: absolute;
  top: 50%;
  right: 24px;
}
.b-main-content .block-slider.block-slider-products .left.block-slider-control,
.b-main-content .product_foto .left.block-slider-control {
  width: 80px;
  height: 72px;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  z-index: 1;
}
.b-main-content .block-slider.block-slider-products .right.block-slider-control,
.b-main-content .product_foto .right.block-slider-control {
  width: 80px;
  height: 72px;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  z-index: 2;
}
.b-main-content .block-slider.block-slider-products .left.block-slider-control,
.b-main-content .block-slider.block-slider-products .right.block-slider-control {
  top: 98px;
}
.b-main-content .block-slider.block-slider-products .left.block-slider-control {
  left: 11px;
}
.b-main-content .block-slider.block-slider-products .right.block-slider-control {
  right: 11px;
}
.b-main-content .product_foto .left.block-slider-control,
.b-main-content .product_foto .right.block-slider-control {
  margin: -77px 0 0 0;
  top: 50%;
}
.b-main-content .product_foto .left.block-slider-control {
  left: -25px;
}
.b-main-content .product_foto .right.block-slider-control {
  right: -25px;
}
.b-main-content .block-slider.block-slider-default .block-slider-indicators {
  width: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  left: auto;
  right: 37px;
  bottom: 30px;
}
.b-main-content .product_foto .block-slider-indicators {
  width: 100%;
  text-align: center;
  margin: 0;
  left: 0;
  bottom: 14px;
}
.b-main-content .block-slider.block-slider-default .block-slider-indicators a,
.b-main-content .product_foto .block-slider-indicators a {
  width: 12px;
  height: 12px;
  background: url(../Images/block-slider.png) no-repeat 0 -300px;
  display: inline-block;
}
.b-main-content .block-slider.block-slider-default .block-slider-indicators a {
  margin: 0 0 0 4px;
}
.b-main-content .block-slider.block-slider-default .carblock-sliderousel-indicators a.act,
.b-main-content .product_foto .block-slider-indicators a.act,
.b-main-content .block-slider.block-slider-default .block-slider-indicators a.active,
.b-main-content .product_foto .block-slider-indicators a.active {
  background: url(../Images/block-slider.png) no-repeat 0 -350px;
}
.b-main-content .block-slider.block-slider-products {
  width: 100%;
  position: relative;
  background: #ffffff;
  z-index: 1;
}
@media (min-width: 1080px) and (max-width: 1181px) {
  .b-main-content .block-slider.block-slider-products {
    padding-left: 0;
    padding-right: 0;
  }
}
.b-main-content .block-slider.block-slider-products .items {
  padding: 0;
  margin: 0;
  min-width: 100%;
}
.b-main-content .block-slider.block-slider-products .items > li {
  text-align: center;
  position: relative;
  float: left;
}
.b-products--separate-with-border.block-slider.block-slider-products .items > li {
  position: relative;
}
.b-products--separate-with-border.block-slider.block-slider-products .items > li:after {
  content: '';
  display: block;
  width: 1px;
  height: 96%;
  background: #e8e8e8;
  position: absolute;
  top: 2%;
  right: 0;
}
.b-main-content .block-slider.block-slider-products .items > li.no_border {
  border-right: 1px solid #fff;
}
.b-main-content .products > li .bg,
.b-main-content .block-slider.block-slider-products .items > li .bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #fff;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.b-main-content .products > li.disabled .bg,
.b-main-content .block-slider.block-slider-products .items > li.disabled .bg {
  display: block;
}
.b-main-content .block-slider.block-slider-products .items > li .foto,
.b-main-content .products > li .foto {
  text-decoration: none;
  margin: 2px 0 7px 0;
  position: relative;
  display: block;
}
.b-main-content .block-slider.block-slider-products .items > li .foto img,
.b-main-content .products > li .foto img {
  width: 100%;
}
.b-main-content .block-slider.block-slider-products .items > li .foto .tag,
.b-main-content .products > li .foto .tag,
.b-main-content .product_foto .block-slider-foto .tag {
  width: 47px;
  height: 50px;
  color: #fff;
  line-height: 0.7;
  font-size: 0.6875rem;
  font-style: italic;
  text-align: center;
  background: url(../Images/block-slider-products_foto_tag.png) no-repeat;
  padding: 8px 0 0 0;
  position: absolute;
}
.b-main-content .block-slider.block-slider-products .items > li .foto .tag,
.b-main-content .products > li .foto .tag {
  right: 15px;
  bottom: 15px;
}
.b-main-content .product_foto .block-slider-foto .tag {
  right: 19px;
  bottom: 25px;
  z-index: 2;
}
.b-main-content .block-slider.block-slider-products .items > li .foto .tag .big,
.b-main-content .products > li .foto .tag .big,
.b-main-content .product_foto .block-slider-foto .tag .big {
  line-height: 1;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 600;
  display: block;
}
.b-main-content .block-slider.block-slider-products .items > li .title,
.b-main-content .products > li .title {
  height: 61px;
  color: #333;
  line-height: 1.2;
  font-size: 0.9375rem;
  font-style: italic;
  text-decoration: none;
  padding: 2px 26px 0 26px;
  display: block;
}
.b-main-content .block-slider.block-slider-products .items > li .title:hover,
.b-main-content .products > li .title:hover {
  color: #e12d38;
}
.b-main-content .block-slider.block-slider-products .items > li del,
.b-main-content .products > li del {
  color: #999;
  line-height: 1.2;
  font-style: italic;
  vertical-align: middle;
  padding: 0 2px 0 0;
  display: inline-block;
}
.b-main-content .block-slider.block-slider-products .items > li .price,
.b-main-content .products > li .price {
  color: #e62934;
  line-height: 1.2;
  font-size: 1.75rem;
  font-style: italic;
  vertical-align: middle;
  display: inline-block;
}
.b-main-content .block-slider.block-slider-products .items > li .price_amount,
.b-main-content .products > li .price_amount {
  color: #999;
  line-height: 1.2;
  font-size: 0.6875rem;
  font-style: italic;
  display: block;
}
.b-main-content .block-slider.block-slider-products .items > li .bottom,
.b-main-content .products > li .bottom {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 15px 0 0 0;
  margin: 8px 0 0 0;
  float: left;
}
.b-main-content .block-slider.block-slider-products .items > li .bottom .cart_in,
.b-main-content .products > li .bottom .cart_in {
  width: 100%;
  color: #e62934;
  line-height: 1;
  font-size: 0.625rem;
  text-align: left;
  margin: -11px 0 -4px 0;
  float: left;
}
.b-main-content .block-slider.block-slider-products .items > li .bottom .cart_in strong,
.b-main-content .products > li .bottom .cart_in strong {
  line-height: 1;
  font-size: 0.625rem;
  font-weight: 600;
}
.b-main-content .block-slider.block-slider-products .items > li .bottom .amount_box,
.b-main-content .products > li .bottom .amount_box,
.b-main-content .order_table .amount_box {
  width: 57px;
  height: 21px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #e6e6e6;
  margin: 3px 4px 0 0;
  float: left;
}
.b-main-content .block-slider.block-slider-products .items > li .bottom .amount_box .minus,
.b-main-content .products > li .bottom .amount_box .minus,
.b-main-content .order_table .amount_box .minus {
  width: 5px;
  height: 5px;
  background: url(../Images/minus_plus.gif) no-repeat;
  margin: 6px 5px 0 5px;
  float: left;
}
.b-main-content .block-slider.block-slider-products .items > li .bottom .amount_box .plus,
.b-main-content .products > li .bottom .amount_box .plus,
.b-main-content .order_table .amount_box .plus {
  width: 5px;
  height: 5px;
  background: url(../Images/minus_plus.gif) no-repeat -25px 0;
  margin: 6px 5px 0 5px;
  float: right;
}
.b-main-content .block-slider.block-slider-products .items > li .bottom .amount_box .txt,
.b-main-content .products > li .bottom .amount_box .txt,
.b-main-content .order_table .amount_box .txt {
  width: 53px;
  color: #656565;
  line-height: 1.2;
  font-size: 0.75rem;
  text-align: center;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
}
.b-main-content .block-slider.block-slider-products .items > li .bottom .amount_box .minus + .txt,
.b-main-content .products > li .bottom .amount_box .txt,
.b-main-content .order_table .amount_box .minus + .txt {
  width: 23px;
  margin: 0;
}
.b-main-content .block-slider.block-slider-products .items > li .bottom .amount_select,
.b-main-content .products > li .bottom .amount_select,
.b-main-content .order_table .amount_select {
  height: 21px;
  color: #656565;
  font-size: 0.6875rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #e6e6e6;
  padding: 0 0 0 5px;
  margin: 3px 4px 0 0;
  float: left;
}
.b-main-content .block-slider.block-slider-products .items > li .bottom .amount_txt,
.b-main-content .products > li .bottom .amount_txt,
.b-main-content .order_table .amount_txt {
  color: #656565;
  line-height: 1.8;
  font-size: 0.8875rem;
  float: left;
}
.b-main-content .block-slider.block-slider-products .items > li .out_of_stock,
.b-main-content .products > li .out_of_stock,
.b-main-content .product_foto .out_of_stock {
  width: 160px;
  color: #fff;
  line-height: 1.2;
  font-size: 0.6875rem;
  text-align: center;
  text-transform: uppercase;
  background: #e62934;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 7px;
  position: absolute;
  z-index: 3;
}
.b-main-content .block-slider.block-slider-products .items > li .out_of_stock,
.b-main-content .products > li .out_of_stock {
  margin: 0 0 0 -80px;
  top: 100px;
  left: 50%;
}
.b-main-content .block-slider.block-slider-products .items > li .out_of_stock:before,
.b-main-content .products > li .out_of_stock:before,
.b-main-content .product_foto .out_of_stock:before {
  width: 28px;
  height: 21px;
  content: url(../Images/out_of_stock_icon.png);
  position: absolute;
  top: -21px;
  left: 6px;
}
.b-main-content .block-slider-products .label_box {
  top: 6px;
  left: 14px;
}
.b-main-content .product_foto .block-slider-foto {
  width: 370px;
  padding: 0 0 44px 0;
  float: left;
}
.b-main-content .product_foto .block-slider-foto .block-slider-inner {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  float: left;
}
.b-main-content .product_foto .block-slider-foto .block-slider-inner li {
  text-align: center;
  background: none;
  padding: 0;
  position: relative;
  display: block;
}
.b-main-content .product_foto .block-slider-foto .block-slider-inner li img {
  width: 100%;
}
.b-main-content .product_foto .block-slider-foto .block-slider-inner li .hover {
  width: 100%;
  height: 100%;
  background: url(../Images/product_foto_hover.png) no-repeat center center;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.b-main-content .product_foto .block-slider-foto .block-slider-inner li:hover .hover {
  display: block;
}
.b-main-content .product_desc.disabled .btn,
.b-main-content .block-slider.block-slider-products .items > li.disabled .btn,
.b-main-content .products > li.disabled .btn {
  background: #cccccc !important;
}
.b-main-content .block-slider.block-slider-products .items > li .bottom .ui-selectmenu,
.b-main-content .products > li .bottom .ui-selectmenu,
.b-main-content .order_table .ui-selectmenu {
  height: 21px;
  color: #656565;
  font-size: 0.6875rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #e6e6e6;
  margin: 3px 4px 0 0;
  float: left;
}
.b-main-content .block-slider.block-slider-products .items > li .bottom .ui-selectmenu .ui-selectmenu-icon,
.b-main-content .products > li .bottom .ui-selectmenu .ui-selectmenu-icon,
.b-main-content .order_table .ui-selectmenu .ui-selectmenu-icon,
#sidebar .cart_box .scroll_box li .ui-selectmenu .ui-selectmenu-icon {
  width: 5px;
  height: 100%;
  background: url(../Images/custom_select.png) no-repeat 0 7px;
  position: absolute;
  top: 0;
  right: 5px;
}
.b-main-content .product_foto.disabled .label_box,
.b-main-content .product_foto.disabled .tag,
.b-main-content .product_foto.disabled .hover,
.b-main-content .block-slider.block-slider-products .items > li.disabled .foto .tag,
.b-main-content .products > li.disabled .foto .tag,
.b-main-content .block-slider.block-slider-products .items > li.disabled .label_box,
.b-main-content .products > li.disabled .label_box {
  display: none !important;
}
.b-main-content .product_foto.disabled .block-slider-inner > .item img,
.products > li.disabled .foto img,
.b-main-content .block-slider.block-slider-products .items > li.disabled .foto img {
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.products > li .foto .cartimg,
.b-main-content .block-slider.block-slider-products .items > li .foto .cartimg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
/*---------------------------------------------------mobile------------------------------------------------------------------*/
@media (max-width: 767px) {
  .b-products-allow-mobile-view .b-main-content .block-slider.block-slider-products .items > li del,
  .b-products-allow-mobile-view .b-main-content .products > li del {
    line-height: 1;
    font-style: italic;
    display: block;
  }
  .b-main-content .block-slider.block-slider-default {
    box-shadow: none;
  }
  .b-main-content .block-slider.block-slider-default.home {
    margin: 0 0 20px 0;
  }
  .b-main-content .block-slider.block-slider-default .block-slider-indicators {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
  }
  .b-main-content .block-slider.block-slider-products {
    padding: 0;
    margin: 0;
  }
  .b-escape-slider-mobile .bx-controls {
    display: none;
  }
  .b-escape-slider-mobile .block-slider-products .bx-viewport {
    height: auto !important;
  }
  .b-escape-slider-mobile .block-slider-products .items {
    width: 100% !important;
  }
  .b-main-content .block-slider.block-slider-products .items > li.first {
    border-top: 0;
  }
  .b-main-content .block-slider.block-slider-products .items > li .foto,
  .b-main-content .products > li .foto {
    width: 90px;
    margin: 20px 10px 0 0;
    float: left;
  }
  .b-main-content .block-slider.block-slider-products .items > li .foto .tag,
  .b-main-content .products > li .foto .tag {
    top: -5px;
    right: 0;
    bottom: 0;
  }
  .b-main-content .block-slider.block-slider-products .items > li .title,
  .b-main-content .products > li .title {
    height: 70px;
    font-size: 0.6875rem;
    line-height: 1.2;
    padding: 0 30px 0 0;
  }
  .b-main-content .block-slider.block-slider-products .items > li .price,
  .b-main-content .products > li .price {
    font-size: 0.9375rem;
    line-height: 1;
    font-style: italic;
    display: block;
  }
  .b-main-content .block-slider.block-slider-products .items > li .price_amount,
  .b-main-content .products > li .price_amount {
    font-size: 0.5625rem;
    line-height: 1.2;
    padding: 1px 0 0 100px;
  }
  .b-main-content .block-slider.block-slider-products .items > li .bottom,
  .b-main-content .products > li .bottom {
    width: auto;
    border-top: 0;
    padding: 0;
    margin: -24px 0 0 0;
    position: relative;
    float: right;
  }
  .b-main-content .block-slider.block-slider-products .items > li .bottom .cart_in,
  .b-main-content .products > li .bottom .cart_in {
    width: auto;
    text-align: right;
    margin: 0;
    position: absolute;
    top: -15px;
    right: 0;
  }
  .b-main-content .products_icons li:hover .drop,
  .b-main-content .block-slider.block-slider-products .items > li .bottom .amount_box .minus,
  .b-main-content .products > li .bottom .amount_box .minus,
  .b-main-content .order_table .amount_box .minus,
  .b-main-content .block-slider.block-slider-products .items > li .bottom .amount_box .plus,
  .b-main-content .products > li .bottom .amount_box .plus,
  .b-main-content .order_table .amount_box .plus {
    display: none;
  }
  .b-main-content .block-slider.block-slider-products .items > li .bottom .amount_box,
  .b-main-content .products > li .bottom .amount_box,
  .b-main-content .order_table .amount_box {
    width: 39px;
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0 4px 0 0;
    float: left;
  }
  .b-main-content .block-slider.block-slider-products .items > li .bottom .amount_box .minus + .txt,
  .b-main-content .products > li .bottom .amount_box .txt,
  .b-main-content .order_table .amount_box .minus + .txt,
  .b-main-content .order_table .amount_box .txt {
    width: 100%;
    margin: 0;
  }
  .b-main-content .block-slider.block-slider-products .items > li .bottom .amount_txt,
  .b-main-content .products > li .bottom .amount_txt,
  .b-main-content .order_table .amount_txt {
    margin: 0 4px 0 0;
  }
  .b-main-content .block-slider.block-slider-products .items > li .bottom .ui-selectmenu,
  .b-main-content .products > li .bottom .ui-selectmenu,
  .b-main-content .order_table .ui-selectmenu {
    height: 26px;
    font-size: 0.6875rem;
    line-height: 22;
    margin: 0 4px 0 0;
  }
  .b-main-content .block-slider.block-slider-products .items > li .bottom .ui-selectmenu .ui-selectmenu-icon,
  .b-main-content .products > li .bottom .ui-selectmenu .ui-selectmenu-icon,
  .b-main-content .order_table .ui-selectmenu .ui-selectmenu-icon,
  #sidebar .cart_box .scroll_box li .ui-selectmenu .ui-selectmenu-icon {
    background: url(../Images/custom_select.png) no-repeat 0 10px;
  }
  .b-main-content .block-slider.block-slider-products .items > li .out_of_stock,
  .b-main-content .products > li .out_of_stock {
    margin: -20px 0 0 -80px;
    top: 50%;
    left: 50%;
  }
  .products > li.disabled .foto img,
  .b-main-content .block-slider.block-slider-products .items > li.disabled .foto img {
    opacity: 100;
    filter: alpha(opacity=100);
  }
  .b-main-content .products > li .bg,
  .b-main-content .block-slider.block-slider-products .items > li.disabled .bg {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
  .b-main-content .product_foto .block-slider-foto {
    width: 100%;
  }
}
/*---------------------------------------tablet-------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1079px) {
  .b-main-content .block-slider.block-slider-default.home {
    margin: 0 0 20px 0;
  }
  .b-main-content .block-slider.block-slider-products {
    padding: 0 20px;
  }
  .b-main-content .block-slider.block-slider-products .items > li .foto .tag,
  .b-main-content .products > li .foto .tag {
    right: 5px;
    bottom: 0;
  }
  .b-main-content .block-slider.block-slider-products .items > li .title,
  .b-main-content .products > li .title {
    height: 58px;
    font-size: 0.8125rem;
    line-height: 1.2;
    padding: 4px 15px 0 15px;
  }
  .b-main-content .block-slider.block-slider-products .items > li .price,
  .b-main-content .products > li .price {
    font-size: 1.375rem;
    font-style: italic;
  }
  .b-main-content .block-slider.block-slider-products .items > li .bottom,
  .b-main-content .products > li .bottom {
    text-align: center;
    padding: 12px 0 0 0;
    margin: 5px 0 0 0;
  }
  .b-main-content .block-slider.block-slider-products .items > li .bottom .amount_box,
  .b-main-content .products > li .bottom .amount_box,
  .b-main-content .order_table .amount_box {
    vertical-align: top;
    display: inline-block;
    float: none;
  }
  .b-main-content .product_foto .block-slider-foto {
    width: 100%;
    max-width: 700px;
    margin: auto;
    float: none;
  }
  .b-main-content .block-slider.block-slider-products .items > li .bottom .amount_txt,
  .b-main-content .products > li .bottom .amount_txt,
  .b-main-content .order_table .amount_txt {
    vertical-align: top;
    margin: 0 0 -5px 0;
    display: inline-block;
    float: none;
  }
  .b-main-content .block-slider.block-slider-products .items > li .bottom .ui-selectmenu,
  .b-main-content .products > li .bottom .ui-selectmenu,
  .b-main-content .order_table .ui-selectmenu {
    vertical-align: top;
    display: inline-block;
    float: none;
  }
  .b-main-content .block-slider.block-slider-products .items > li .bottom .btn,
  .b-main-content .products > li .bottom .btn {
    vertical-align: top;
    margin: 10px 0 0 0;
    float: none !important;
  }
  .b-main-content .block-slider.block-slider-products .items > li .out_of_stock,
  .b-main-content .products > li .out_of_stock {
    width: 140px;
    text-transform: none;
    margin: 0 0 0 -70px;
    top: 82px;
  }
}
.b-block-slider--prev,
.b-block-slider--next {
  border: 0;
  width: 40px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.b-block-slider--prev img,
.b-block-slider--next img {
  max-width: 100%;
}
.block-slider-products .b-block-slider--prev,
.block-slider-products .b-block-slider--next {
  top: 140px;
  margin-top: 0;
}
.b-block-slider--prev:disabled,
.b-block-slider--next:disabled {
  display: none;
}
@media (max-width: 767px) {
  .block-slider-products .b-products-allow-mobile-view .b-product--wrap2 {
    width: 100% !important;
  }
}
.b-block-slider--prev {
  left: 0;
}
.b-block-slider--next {
  right: 0;
}
.bx-next.disabled,
.bx-prev.disabled {
  display: none;
}
.b-checkout-promo--block-slider .b-zigzag-heading .close,
.b-checkout-promo--block-slider .b-info-page > h2:first-child .close {
  display: none;
}
.b-products-force-desktop-view .b-block-slider--products .b-block-slider--slide {
  width: 237.333px;
  position: relative;
  background: #ffffff;
}
.b-products-force-desktop-view .b-block-slider--products .b-block-slider--slide:after {
  content: '';
  display: block;
  width: 1px;
  height: 96%;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.b-products-force-desktop-view .b-block-slider--products:after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.b-products-allow-desktop-view .b-products-force-desktop-view .b-block-slider--products .b-product-promo-label-primary {
  margin-top: 0;
}
.b-products-force-desktop-view .b-block-slider--products .b-block-slider--prev,
.b-products-force-desktop-view .b-block-slider--products .b-block-slider--next {
  top: 140px;
  transform: none;
  z-index: 2;
}
.b-products-force-desktop-view .b-block-slider--products .b-product--wrap2 {
  margin-left: auto;
  margin-right: auto;
}
.b-products-force-desktop-view .b-block-slider--products .b-product--wrap {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 430px) {
  .b-products-force-desktop-view .b-block-slider--products .b-block-slider--slide {
    width: 100%;
  }
}
.b-block-slider {
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.b-block-slider--slide {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
@media (min-width: 768px) {
  .b-products-allow-desktop-view .b-block-slider .b-product--wrap2 {
    width: auto;
    float: none;
  }
}
.b-block-slider--pager {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  font-size: 0;
}
.b-block-slider--pager > button {
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 12px;
  padding: 0;
}
.b-block-slider--pager > button:hover {
  background: #999999;
}
.b-block-slider--pager > button.active {
  background: #e22e39;
}
.b-block-slider--pager > button:only-child {
  display: none;
}
.b-products-force-desktop-view .next-unavailable:after {
  background: none;
}
.next-unavailable .b-block-slider--next {
  display: none;
}
.b-block-slider .b-next-unit-dropdown--content {
  top: unset;
  bottom: calc(32px - 1px);
  border: 1px solid #c6c6c6;
  border-bottom: none;
}
.b-product-recomendations-fix > * {
  min-width: 100% !important;
}
@media (min-width: 430px) {
  .b-product-recomendations-fix > * {
    min-width: 50% !important;
  }
}
@media (min-width: 768px) {
  .b-product-recomendations-fix > * {
    min-width: 33.3% !important;
  }
}
.b-loader:before,
.b-loader:after,
.b-loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation: load7 1.8s infinite ease-in-out;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.b-loader {
  color: #e22e39;
  font-size: 10px;
  margin: 2.5em auto;
  position: relative;
  left: 2.5em;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.b-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.b-loader:after {
  left: 3.5em;
}
.b-loader:before,
.b-loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: -2.5em 0 0 -1.3em;
  }
  40% {
    box-shadow: -2.5em 0 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: -2.5em 0 0 -1.3em;
  }
  40% {
    box-shadow: -2.5em 0 0 0;
  }
}
@font-face {
  font-family: plutoBold;
  src: url(../Fonts/plutobold-webfont.woff2) format('woff2'), url(../Fonts/plutobold-webfont.woff) format('woff'), url(../Fonts/plutobold-webfont.ttf) format('ttf');
}
@font-face {
  font-family: proximaNova;
  src: url(../Fonts/subset-ProximaNova-Extrabld.woff2) format('woff2'), url(../Fonts/subset-ProximaNova-Extrabld.woff) format('woff'), url(../Fonts/subset-ProximaNova-Extrabld.ttf) format('ttf');
}
/* Use this to change the password input symbol */
@font-face {
  font-family: password;
  src: url('../Fonts/password.woff') format('woff'), url('../Fonts/password.ttf') format('ttf'), url('../Fonts/password.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-size: small;
}
.b-icon {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
}
.b-icon:first-child:last-child {
  margin-right: 0;
}
.b-icon:last-child {
  margin-right: 0;
}
button .b-icon,
a .b-icon {
  top: 0.15em;
  margin-right: 0.2em;
}
body.iOS-modal-bug-hackfix {
  position: fixed;
  width: 100%;
}
.b-zigzag-gray {
  height: 4px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgMTEgNC4wMDAwMDAxIj48cGF0aCBkPSJNMCA0TDUuNS42IDExIDQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2JmYmZiZiIvPjwvc3ZnPg==');
  background-repeat-y: no-repeat;
}
hr.b-zigzag-gray {
  border-top: 0;
}
.b-vertical-spacing3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.b-global-object--label {
  width: 25%;
  color: #999999;
  font-size: 0.8125rem;
  text-align: left;
  vertical-align: top;
  padding: 8px 8px 0 0;
  display: inline-block;
  font-weight: normal;
}
.b-global-object--input-field {
  font-size: 0.8125rem;
  display: inline-block;
  background-color: #ffffff;
}
.b-global-object--input-field[readonly] {
  border: none;
}
.b-global-object--text-field {
  width: 64%;
  overflow: hidden;
  resize: none;
  padding: 4px 0 0;
  font-size: 0.8125rem;
  display: inline-block;
  background-color: #ffffff;
}
.b-global-object--text-field[readonly] {
  border: none;
  outline: none;
}
.b-global-object--trash-can-icon {
  background: url(../Images/url_remove.png) no-repeat;
  display: inline-block;
  width: 13px;
  height: 15px;
  vertical-align: middle;
}
.b-global-object--cancel-form-group-margin {
  margin-left: 10px;
  margin-right: 10px;
}
.b-checkbox-bold label {
  font-weight: 600;
}
.b-table-no-borders-between-rows > thead > tr > th,
.b-table-no-borders-between-rows > tbody > tr > th,
.b-table-no-borders-between-rows > tfoot > tr > th,
.b-table-no-borders-between-rows > thead > tr > td,
.b-table-no-borders-between-rows > tbody > tr > td,
.b-table-no-borders-between-rows > tfoot > tr > td {
  border-top: 0;
}
.b-table-paddings > thead > tr > th,
.b-table-paddings > tbody > tr > th,
.b-table-paddings > thead > tr > td,
.b-table-paddings > tbody > tr > td {
  padding: 16px 5px;
}
.b-table-paddings .b-cart--item-checkbox-column {
  padding: 0 5px;
  font-size: 0.6875rem;
}
td {
  font-size: 0.75rem;
}
.b-dl-align:before,
.b-dl-align:after {
  content: " ";
  display: table;
}
.b-dl-align:after {
  clear: both;
}
.b-dl-align:before,
.b-dl-align:after {
  content: " ";
  display: table;
}
.b-dl-align:after {
  clear: both;
}
.b-dl-align dt {
  clear: left;
  float: left;
}
.b-dl-align dd {
  float: right;
}
.b-dl-align-left:before,
.b-dl-align-left:after {
  content: " ";
  display: table;
}
.b-dl-align-left:after {
  clear: both;
}
.b-dl-align-left:before,
.b-dl-align-left:after {
  content: " ";
  display: table;
}
.b-dl-align-left:after {
  clear: both;
}
.b-dl-align-left dt {
  clear: left;
  float: left;
  font-weight: normal;
  padding-right: 4px;
}
.b-dl-align-left dd {
  float: left;
}
.b-text-right {
  text-align: right;
}
.b-page-container,
.b-inventory-promo {
  background: #ffffff;
  padding: 20px;
}
.b-page-container > .b-zigzag-heading:first-child,
.b-page-container > .b-info-page > h2:first-child:first-child {
  margin-top: -20px;
}
.b-page-container--one-of-checkout-pages {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .b-page-container--one-of-checkout-pages {
    padding: 10px;
  }
}
@media (max-width: 1079px) {
  .b-page-container--one-of-checkout-pages {
    border-radius: 0;
    box-shadow: none;
  }
}
@media (min-width: 767px) {
  .b-page-container--one-of-checkout-pages {
    padding: 10px 10px 0;
  }
}
@media (min-width: 1079px) {
  .b-page-container--one-of-checkout-pages {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 1079px) {
  .b-page-container,
  .b-inventory-promo {
    margin-left: -20px / 2;
    margin-right: -20px / 2;
  }
}
.b-zigzag-heading,
.b-info-page > h2:first-child {
  background: url(../Images/zig-zag-white.png) repeat-x bottom;
  background-color: #e6e6e6;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .b-zigzag-heading,
  .b-info-page > h2:first-child {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .b-zigzag-heading,
  .b-info-page > h2:first-child {
    background-color: transparent;
  }
}
.b-negate-page-container-padding {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 1080px) {
  .b-negate-page-container-padding-lg {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.b-backdrop--white {
  background: #ffffff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.b-btn-transparent-white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.b-btn-transparent-white:focus,
.b-btn-transparent-white.focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.b-btn-transparent-white:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.b-btn-transparent-white:active,
.b-btn-transparent-white.active,
.open > .dropdown-toggle.b-btn-transparent-white {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.b-btn-transparent-white:active:hover,
.b-btn-transparent-white.active:hover,
.open > .dropdown-toggle.b-btn-transparent-white:hover,
.b-btn-transparent-white:active:focus,
.b-btn-transparent-white.active:focus,
.open > .dropdown-toggle.b-btn-transparent-white:focus,
.b-btn-transparent-white:active.focus,
.b-btn-transparent-white.active.focus,
.open > .dropdown-toggle.b-btn-transparent-white.focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.b-btn-transparent-white:active,
.b-btn-transparent-white.active,
.open > .dropdown-toggle.b-btn-transparent-white {
  background-image: none;
}
.b-btn-transparent-white.disabled,
.b-btn-transparent-white[disabled],
fieldset[disabled] .b-btn-transparent-white,
.b-btn-transparent-white.disabled:hover,
.b-btn-transparent-white[disabled]:hover,
fieldset[disabled] .b-btn-transparent-white:hover,
.b-btn-transparent-white.disabled:focus,
.b-btn-transparent-white[disabled]:focus,
fieldset[disabled] .b-btn-transparent-white:focus,
.b-btn-transparent-white.disabled.focus,
.b-btn-transparent-white[disabled].focus,
fieldset[disabled] .b-btn-transparent-white.focus,
.b-btn-transparent-white.disabled:active,
.b-btn-transparent-white[disabled]:active,
fieldset[disabled] .b-btn-transparent-white:active,
.b-btn-transparent-white.disabled.active,
.b-btn-transparent-white[disabled].active,
fieldset[disabled] .b-btn-transparent-white.active {
  background-color: transparent;
  border-color: #ffffff;
}
.b-btn-transparent-white .badge {
  color: transparent;
  background-color: #ffffff;
}
.b-btn-white {
  color: #3b3b3b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.b-btn-white:focus,
.b-btn-white.focus {
  color: #3b3b3b;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.b-btn-white:hover {
  color: #3b3b3b;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.b-btn-white:active,
.b-btn-white.active,
.open > .dropdown-toggle.b-btn-white {
  color: #3b3b3b;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.b-btn-white:active:hover,
.b-btn-white.active:hover,
.open > .dropdown-toggle.b-btn-white:hover,
.b-btn-white:active:focus,
.b-btn-white.active:focus,
.open > .dropdown-toggle.b-btn-white:focus,
.b-btn-white:active.focus,
.b-btn-white.active.focus,
.open > .dropdown-toggle.b-btn-white.focus {
  color: #3b3b3b;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.b-btn-white:active,
.b-btn-white.active,
.open > .dropdown-toggle.b-btn-white {
  background-image: none;
}
.b-btn-white.disabled,
.b-btn-white[disabled],
fieldset[disabled] .b-btn-white,
.b-btn-white.disabled:hover,
.b-btn-white[disabled]:hover,
fieldset[disabled] .b-btn-white:hover,
.b-btn-white.disabled:focus,
.b-btn-white[disabled]:focus,
fieldset[disabled] .b-btn-white:focus,
.b-btn-white.disabled.focus,
.b-btn-white[disabled].focus,
fieldset[disabled] .b-btn-white.focus,
.b-btn-white.disabled:active,
.b-btn-white[disabled]:active,
fieldset[disabled] .b-btn-white:active,
.b-btn-white.disabled.active,
.b-btn-white[disabled].active,
fieldset[disabled] .b-btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.b-btn-white .badge {
  color: #ffffff;
  background-color: #3b3b3b;
}
.b-uppercase {
  text-transform: uppercase;
}
.b-link-white,
.b-link-white:focus,
.b-link-white:hover,
.b-link-white:active {
  color: #ffffff;
}
.b-zig-zag-around-horizontally {
  position: relative;
}
.b-zig-zag-around-horizontally:before,
.b-zig-zag-around-horizontally:after {
  content: '';
  display: block;
  width: 1000%;
  height: 7px;
  background: url(../Images/zig-zag-fat.png) repeat-x;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.b-zig-zag-around-horizontally:before {
  right: 110%;
}
.b-zig-zag-around-horizontally:after {
  left: 110%;
}
.webkit-specific--hide-scrollbar {
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.webkit-specific--hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.b-scrollBox .webkit-specific--hide-scrollbar {
  margin-right: 0 !important;
}
.b-shadow-bottom-base,
.b-shadow-bottom-left,
.b-shadow-bottom-right {
  z-index: 0;
  position: absolute;
  bottom: 15px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
}
.b-shadow-container {
  position: relative;
}
.b-shadow-bottom-left {
  left: 10px;
  transform: rotate(-3deg);
}
.b-shadow-bottom-right {
  transform: rotate(3deg);
  right: 10px;
}
.b-shadow-left-top {
  transform: rotate(-3deg);
  box-shadow: -5px -5px 5px #000;
  position: absolute;
  background-color: black;
  top: 12px;
  z-index: -6;
  width: 10%;
  height: 175px;
  left: 3px;
}
.b-shadow-left-bottom {
  transform: rotate(3deg);
  box-shadow: -5px 5px 5px #000;
  position: absolute;
  background-color: black;
  bottom: 12px;
  z-index: -6;
  width: 10%;
  height: 175px;
  left: 3px;
}
.b-shadow-right-top {
  transform: rotate(3deg);
  box-shadow: 5px -5px 5px #000;
  position: absolute;
  background-color: black;
  top: 12px;
  z-index: -6;
  width: 10%;
  height: 175px;
  right: 3px;
}
.b-shadow-right-bottom {
  transform: rotate(-3deg);
  box-shadow: 5px 5px 5px #000;
  position: absolute;
  background-color: black;
  bottom: 12px;
  z-index: -6;
  width: 10%;
  height: 175px;
  right: 3px;
}
.b-more-offers {
  display: inline-block;
  position: relative;
}
.b-more-offers--text {
  position: absolute;
  top: 38.6%;
  left: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #ffffff;
}
.white-bg {
  background-color: #ffffff;
}
.bold {
  font-weight: 600;
}
.block {
  display: block;
}
.b-select {
  background: #f0f0f0;
  border: none;
  padding: 8px;
}
.b-select option {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.b-input {
  background: #f0f0f0;
  border: none;
  padding: 5px;
}
.c-btn--back,
.c-btn--close {
  display: flex;
  width: 2em;
  height: 2em;
  align-items: center;
  margin-top: -2em / 2;
  margin-bottom: -2em / 2;
  padding: 0;
}
.c-btn--back .b-icon,
.c-btn--close .b-icon {
  top: 0;
}
.c-btn--back {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3b3b3b;
  margin-left: -15px / 2;
}
.c-btn--back:hover,
.c-btn--back:focus,
.c-btn--back:active {
  color: #999999;
}
.c-btn--close {
  color: #ffffff;
  background: #3b3b3b;
  justify-content: center;
  padding: 7px;
  font-weight: 600;
  margin-left: 15px / 2;
}
.c-btn--close .b-icon {
  top: 0;
}
.c-btn--close:hover {
  background: #999999;
  color: #3b3b3b;
}
.b-btn-nav-back {
  background: #ffffff;
  font-size: 0.625rem;
}
.b-top-nav-bar {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding: 0 15px;
  margin-bottom: 10px;
  overflow: auto;
}
@media (min-width: 768px) {
  .b-top-nav-bar {
    border-radius: 5px;
  }
}
.b-top-nav-bar--title-wrap {
  text-align: center;
  flex-grow: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.b-top-nav-bar--title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b-top-nav-bar--content-wrap {
  display: flex;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .b-top-nav-bar--fixed .b-top-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
  }
  .c-btn--close {
    margin-left: 0;
  }
}
@media (max-width: 1079px) {
  .b-top-nav-bar--content-wrap {
    justify-content: space-between;
  }
}
.b-nested-doll-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.b-nested-doll-nav--tab {
  margin: 2px auto;
}
.b-nested-doll-nav--tab:last-child {
  border-radius: 5px;
  overflow: hidden;
}
.b-nested-doll-nav--details-wrap {
  display: flex;
  margin-bottom: 10px;
}
.b-simple-card {
  padding: 0 5px;
  margin-bottom: 20px;
  flex: 1 1 33%;
  display: inline-block;
  font-size: 0.9375rem;
}
.b-simple-card h1 {
  font-weight: 600;
  font-size: 0.9375rem;
  margin-top: 0;
}
@media (max-width: 1079px) {
  .b-simple-card {
    flex: 1 1 50%;
  }
  .b-simple-card p {
    line-height: 1.4;
  }
  .b-simple-card h1 {
    margin-bottom: 5px;
  }
}
@media (max-width: 429px) {
  .b-simple-card {
    font-size: 0.8875rem;
  }
}
.b-flex-grid {
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin-left: calc(- calc(20px / 2));
  margin-right: calc(- calc(20px / 2));
}
.b-flex-grid > * {
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
}
.b-overlay-loader {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  animation: reveal 250ms forwards ease-out;
}
.b-overlay-loader > .b-loader {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.customer-data--bg {
  background: #ffffff;
}
.customer-data--bg + .customer-data--bg {
  margin-top: 12px;
}
.customer-data--form {
  padding: 10px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .customer-data--form {
    padding: 15px;
  }
}
.b-radio-group input[type='radio'],
.b-input-checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.b-input-checkbox--icon {
  margin-right: 0.5em !important;
}
.b-input-checkbox .b-icon,
.b-input-checkbox .b-input-checkbox--circle-not-checked {
  cursor: pointer;
}
.b-input-checkbox .b-input-checkbox--circle-not-checked {
  position: relative;
}
.b-input-checkbox--circle-icon {
  color: #42b255;
  margin: 0;
  width: 22px;
  height: 22px;
}
.b-input-checkbox--circle-not-checked {
  border: 1px solid #cccccc;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  position: relative;
}
.b-input-checkbox--circle-not-checked:hover {
  border: 2px solid #3b3b3b;
}
.b-input-checkbox--label {
  line-height: 1.1;
  cursor: pointer;
}
.b-input-checkbox--green .b-icon {
  color: #42b255;
}
.b-address-type-icon-list {
  justify-content: center !important;
}
.b-address-type-icon-list .b-icon {
  cursor: pointer;
}
.b-address-type-icon-list > div:nth-child(1) {
  margin-left: 8px;
}
@media (max-width: 1080px) {
  .b-address-type-icon-list {
    max-width: 200px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.text-center {
  text-align: center;
}
.content-block {
  padding: 16px 10px;
  padding-top: 0px;
}
.content-block + .content-block {
  margin-top: 16px;
}
.content-block .content-block--item {
  margin-top: 16px;
  margin-bottom: 0;
}
.content-block .content-block--escape-sides {
  margin-left: -10px;
  margin-right: -10px;
}
.content-block .content-block--reduced-spacing {
  padding-top: 16px / 2;
}
.content-block .content-block--reduced-spacing .content-block--item {
  margin-top: 16px / 2;
}
@media (min-width: 430px) {
  .content-block {
    padding: 16px 16px;
    padding-top: 0px;
  }
  .content-block + .content-block {
    margin-top: 8px;
  }
  .content-block .content-block--item {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .content-block .content-block--escape-sides {
    margin-left: -16px;
    margin-right: -16px;
  }
  .content-block .content-block--reduced-spacing {
    padding-top: 16px / 2;
  }
  .content-block .content-block--reduced-spacing .content-block--item {
    margin-top: 16px / 2;
  }
}
@media (min-width: 768px) {
  .content-block {
    border-radius: 5px;
  }
}
@media (max-width: 429px) {
  .content-block .content-block--item-no-spacing-xs {
    margin-top: 0 !important;
  }
}
.content-block.b-nested-doll-nav--details-wrap {
  padding-top: 16px;
}
.content-block--no-shadow {
  box-shadow: none;
}
.content-block.content-block--no-padding {
  padding: 0;
}
/* Hack for flexbox text-overflow*/
.b-text-overflow-ellipsis--wrap {
  flex-grow: 1;
  min-width: 0;
}
.b-text-overflow-ellipsis--text {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: block !important;
}
.b-network-error {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-network-error .c-btn {
  background: #e22e39;
}
select > option[value=''] {
  display: none;
}
.b-box-shadow {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .b-checkout-steps--bottom {
    margin-top: 10px;
    padding: 10px;
    box-shadow: 0px 0px 8px 0px #cccccc;
  }
}
.b-flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-flex-horizontal-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b-toggle-switch--wrap .b-toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.b-toggle-switch--wrap .b-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.b-toggle-switch--wrap .b-toggle-switch--slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c6c6c6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.b-toggle-switch--wrap .b-toggle-switch--slider:before {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.b-toggle-switch--wrap input:checked + .b-toggle-switch--slider {
  background-color: #42b255;
}
.b-toggle-switch--wrap input:focus + .b-toggle-switch--slider {
  box-shadow: 0 0 1px #42b255;
}
.b-toggle-switch--wrap input:checked + .b-toggle-switch--slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background: url(../Images/svg/switch-tick.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.b-scroll-styles ::-webkit-scrollbar {
  width: 15px;
}
.b-scroll-styles ::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.b-scroll-styles ::-webkit-scrollbar-thumb {
  transition: all 0.3 ease;
  background: #cccccc;
  border-radius: 7px;
  border: 2px solid #f0f0f0;
}
.b-scroll-styles ::-webkit-scrollbar-thumb:hover {
  background: #9d9d9d;
}
.b-scroll-styles ul {
  overflow: auto;
  width: 100%;
}
.b-section--heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0 8px;
}
.b-section--title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .b-section--title {
    font-size: 1rem;
  }
}
@media (max-width: 1079px) {
  .b-section--heading {
    margin: 24px 0 8px;
  }
}
.b-section--view-more {
  text-decoration: none;
  font-size: 0.8875rem;
  font-weight: 600;
  color: #3b3b3b;
}
.b-section--view-more:hover {
  color: #e22e39;
}
.b-section--view-more > svg {
  margin: 0 0 2px 4px;
}
.b-display--mobile {
  display: none;
}
@media (max-width: 767px) {
  .b-display--mobile {
    display: block;
  }
}
.b-display--tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .b-display--tablet {
    display: block;
  }
}
@media (min-width: 1080px) {
  .b-display--desktop {
    display: block;
  }
}
.b-checkmark {
  position: absolute;
  top: 32px;
  transform: translateY(50%);
  right: 10px;
  color: #309e35;
}
.b-alert {
  font-family: 'Open Sans', 'Sans-serif';
}
.b-alert--basic {
  text-align: left;
  padding: 16px 16px 16px 12px;
  margin: 0;
  font-size: 0.8875rem;
  line-height: 20px;
  border-left: 4px;
  border-left-style: solid;
}
.b-alert--error {
  background: #fceaeb;
  text-align: left;
  padding: 16px 16px 16px 12px;
  margin: 0;
  font-size: 0.8875rem;
  line-height: 20px;
  border-left: 4px;
  border-left-style: solid;
  border-color: #e22e39;
}
.b-alert--error ul {
  margin-bottom: 0;
}
.b-alert--warning {
  background: #f5ebd5;
  text-align: left;
  padding: 16px 16px 16px 12px;
  margin: 0;
  font-size: 0.8875rem;
  line-height: 20px;
  border-left: 4px;
  border-left-style: solid;
  border-color: #f2aa12;
}
.b-alert--success {
  background: #e3f3e2;
  text-align: left;
  padding: 16px 16px 16px 12px;
  margin: 0;
  font-size: 0.8875rem;
  line-height: 20px;
  border-left: 4px;
  border-left-style: solid;
  border-color: #42b255;
}
.b-alert--info {
  background: #cce8fd;
  text-align: left;
  padding: 16px 16px 16px 12px;
  margin: 0;
  font-size: 0.8875rem;
  line-height: 20px;
  border-left: 4px;
  border-left-style: solid;
  border-color: #008cf7;
}
.b-alert--title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-top: 0;
}
#b-user-login .b-alert--error {
  margin-bottom: 10px;
}
.b-company-address .b-alert--error {
  margin-top: 10px;
}
.b-payments .b-alert--error:first-child {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .b-main-content .block_7 .shadow_fix {
    width: 100%;
    height: 15px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}
.b-main-content .block_1 .page-header.header-main,
.modal .page-header.header-main {
  margin: 0 0 19px 0;
}
.b-main-content .block_1 {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .b-main-content .block_1 {
    box-shadow: none;
  }
}
.page-header.header-main {
  height: 66px;
  background: url(../Images/header-main-bg.gif) repeat-x;
  padding: 20px 25px 0 25px;
  display: block;
  border: 0;
}
.b-main-content .block_2 .page-header.header-main {
  margin: 0 -30px 19px -30px;
}
.b-main-content .block_3 .page-header.header-main,
.b-main-content .block_4 .page-header.header-main,
.b-main-content .block_8 .page-header.header-main {
  margin: 0 -25px 19px -25px;
}
.b-main-content .page-header.header-main h1,
.b-main-content .page-header.header-main h2,
.page-header.header-main h4 {
  color: #494949;
  line-height: 1.2;
  font-size: 1.375rem;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.b-zigzag-heading,
.b-info-page > h2:first-child {
  position: relative;
}
.b-main-content .page-header.header-main .input {
  width: 223px;
  color: #333;
  font-size: 0.8125rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 2px 6px 3px 6px;
  margin: -1px 10px 0 0;
  float: left;
}
.b-main-content .page-header.header-main .submit {
  height: 25px;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
  background: #e72934;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 0;
  padding: 0 10px;
  margin: -1px 0 0 0;
  float: left;
}
.b-main-content .page-header.header-main .submit:hover {
  background: #f72b37;
}
.b-main-content .page-header.header-additional {
  width: 100%;
  height: 66px;
  background: url(../Images/header-additional-bg.png) repeat-x 0 bottom;
  padding: 20px 23px 0 23px;
  margin: 0 0 9px 0;
  float: left;
  border: none;
}
.b-main-content .page-header.header-additional h2 {
  color: #fff;
  line-height: 1.2;
  font-size: 1.375rem;
  float: left;
  margin: 0;
}
.b-main-content .page-header.header-additional .url {
  color: #fff;
  line-height: 1.2;
  font-size: 0.8125rem;
  text-decoration: none;
  background: url(../Images/headline_url.gif) no-repeat 0 5px;
  padding: 0 0 0 9px;
  margin: 5px 0 0 0;
  float: right;
}
.b-main-content .page-header.header-additional .url:hover {
  color: #ffe466;
  background: url(../Images/headline_url.gif) no-repeat 0 -45px;
}
@media (max-width: 767px) {
  .page-header.header-main {
    height: 51px;
    background: url(../Images/header-main-bg.gif) repeat-x #f5f5f5 0 bottom;
    padding: 15px 10px 0 10px;
  }
  .b-main-content .page-header.header-main h1,
  .b-main-content .page-header.header-main h2,
  .page-header.header-main h4 {
    color: #333;
    line-height: 1.2;
    font-size: 1.0625rem;
  }
  .b-main-content .page-header.header-main .url {
    line-height: 1.2;
    font-size: 0.625rem;
    background: url(../Images/headline_url.gif) no-repeat 0 -97px;
    padding: 0 0 0 9px;
    margin: 4px 0 0;
  }
  .b-main-content .page-header.header-additional {
    padding: 16px 23px 0 23px;
    margin: 0 0 15px 0;
  }
  .b-main-content .page-header.header-additional h2 {
    line-height: 1.2;
    font-size: 1.0625rem;
  }
  .b-main-content .block_2 .page-header.header-main,
  .b-main-content .block_3 .page-header.header-main,
  .b-main-content .block_4 .page-header.header-main,
  .b-main-content .block_8 .page-header.header-main {
    margin: 0 -10px 19px -10px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .b-main-content .block_2 .page-header.header-main {
    margin: 0 -25px 19px -25px;
  }
}
.b-main-content .ad_1,
.b-main-content .ad_2 {
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
  margin: 6px 0 11px 0;
  float: left;
}
.b-main-content .ad_1 img,
.b-main-content .ad_2 img,
.b-main-content .ad_3 img,
.b-main-content .ad_4 img {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .b-main-content .ad_1,
  .b-main-content .ad_2 {
    box-shadow: none;
    padding: 0 15px;
    margin: 0 0 10px 0;
  }
  .b-main-content .ad_1 img,
  .b-main-content .ad_2 img {
    border: 1px solid #cccccc;
  }
}
@media (max-width: 1079px) {
  .b-page-container--home {
    overflow: hidden;
  }
}
html {
  font-size: inherit;
}
/* HTML5 input type number hide native controls */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
  -moz-appearance: textfield;
}
img,
textarea {
  max-width: 100%;
}
button {
  border: 0;
  border-radius: 0;
  background: transparent;
}
body {
  overflow-y: scroll;
}
select.form-control {
  padding-left: 0;
  padding-right: 0;
}
body,
input,
textarea,
select,
button {
  font-family: 'Open Sans', 'Sans-serif';
  color: #3b3b3b;
}
a {
  text-decoration: underline;
  cursor: pointer;
}
.b-outlines-disabled a,
.b-outlines-disabled button,
.b-outlines-disabled input,
.b-outlines-disabled textarea,
.b-outlines-disabled select {
  outline: none !important;
}
h1 {
  font-size: 1.375rem;
}
.b-no-underline {
  text-decoration: none;
}
.b-gray-link {
  text-decoration: none;
  color: #656565;
}
.dark-link,
.b-cart--item .b-cart--item-title a,
.b-info-page--info-links a {
  color: #3b3b3b;
  text-decoration: none;
}
.dark-link:hover,
.b-info-page--info-links a:hover {
  color: #e22e39;
}
.b-app {
  min-width: 320px;
  background: #f8f4f1;
  position: relative;
  z-index: 1;
}
@media (max-width: 1079px) {
  .b-app-search-overlay .search-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    background-color: #000;
    opacity: 0.5;
  }
  .b-app-search-overlay .b-app {
    z-index: 95;
  }
  .b-app-search-overlay .b-header-mobile {
    position: relative;
    z-index: 95;
  }
  .b-app-search-overlay .b-main-content:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    background-color: #000;
    opacity: 0.5;
  }
}
.container-fluid {
  max-width: 1334px;
}
hr {
  border-style: dashed;
  margin-top: 10px;
  margin-bottom: 10px;
}
hr.b-zig-zag-fat {
  height: 7px;
  background: url(../Images/zig-zag-fat.png) repeat-x center;
  border: none;
}
hr.b-zig-zag-thin {
  height: 7px;
  background: url(../Images/zig-zag-white.png) repeat-x center;
  border: none;
}
.b-msg {
  padding: 15px;
}
.link-red {
  color: #e22e39;
}
.link-red:hover {
  color: #fa1624;
}
.link-gray-light {
  color: #999999;
}
.link-gray-lighter {
  color: #cccccc;
}
@media (min-width: 1080px) {
  .b-customer-service {
    display: block;
  }
}
.b-hr-solid {
  border-style: solid;
}
.b-hr-fat {
  border-color: #f0f0f0;
  border-top-width: 2px;
}
.b-hr-darker {
  border-color: #dad9d1;
}
.hr-double-vertical-spacing {
  margin-top: 20px;
  margin-bottom: 20px;
}
.hr-triple-vertical-spacing {
  margin-top: 30px;
  margin-bottom: 30px;
}
.b-footer-payment-sources--wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #f2f2f3;
}
.b-footer-payment-sources--wrap .b-footer-payment-source img {
  max-height: 25px;
}
.b-footer-payment-sources--wrap .b-footer-payment-source svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.b-footer-payment-sources--wrap .b-footer-payment-source span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6875rem;
  line-height: 14px;
  font-weight: 600;
  color: #999999;
  text-align: left;
  margin-left: 10px;
  max-width: 60px;
}
@media (max-width: 1079px) {
  .b-footer-payment-sources--wrap {
    padding: 30px 0;
    justify-content: center;
  }
  .b-footer-payment-sources--wrap .b-footer-payment-source {
    margin: 5px;
  }
  .b-footer-payment-sources--wrap .b-footer-payment-source img {
    max-height: 20px;
  }
}
@media (max-width: 767px) {
  .b-footer-payment-sources--wrap {
    justify-content: center;
    padding: 25px 0 0;
  }
  .b-footer-payment-sources--wrap .b-footer-payment-source {
    margin: 0 5px 20px;
  }
}
@media (max-width: 429px) {
  .b-footer-payment-sources--wrap .b-footer-payment-source {
    margin: 0 5px 25px;
  }
}
.b-copyright {
  color: #999999;
  font-size: 0.6875rem;
  line-height: 14px;
  max-width: 120px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1080px) {
  .b-copyright {
    max-width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 1080px) {
  .b-copyright {
    margin: 5px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .b-copyright {
    margin: 0 5px 20px;
  }
}
@media (max-width: 429px) {
  .b-copyright {
    margin: 0 5px 25px;
  }
}
.b-logo--single-letter {
  display: block;
  font-size: 1.875rem;
  color: #ffffff;
  fill: #42b255;
}
.b-hide-top-menu .b-header .b-top-menu-desktop,
.b-hide-top-menu .b-header .b-categories {
  display: none;
}
.b-page--email-confirmation {
  font-size: 1rem;
  background-color: #f5ebd5;
  border-left: 4px solid #f2aa12;
  padding: 16px;
  margin: 16px 0;
  border-radius: 4px;
}
@media (max-width: 1079px) {
  .b-page--email-confirmation {
    margin: 16px 8px;
  }
}
.b-page--email-confirmation a {
  text-decoration: none;
}
.b-page--email-confirmation a:hover {
  text-decoration: underline;
}
.b-page--email-confirmation .b-page--confirm-email-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}
.b-page--email-confirmation .b-page--confirm-email-description {
  margin-top: 8px;
}
.b-page--email-confirmation--success {
  background-color: #e3f3e2;
  border-left: 4px solid #3ba04c;
}
.b-footer-payment-single-source--wrap {
  justify-content: center;
}
.b-footer-payment-single-source--wrap .b-copyright {
  max-width: fit-content;
}
.b-icon-1,
.b-icon-2,
.b-icon-3,
.b-icon-4,
.b-icon-5,
.b-icon-6,
.b-icon-7,
.b-icon-8 {
  display: inline-block;
  width: 19px;
  height: 19px;
}
.b-icon-1 {
  background: url(../Images/icons/19x19/icon-1.png) no-repeat;
}
.b-icon-1:hover {
  background: url(../Images/icons/19x19/icon-1-hover.png) no-repeat;
}
.b-icon-2 {
  background: url(../Images/icons/19x19/icon-2.png) no-repeat;
}
.b-icon-2:hover {
  background: url(../Images/icons/19x19/icon-2-hover.png) no-repeat;
}
.b-icon-3 {
  background: url(../Images/icons/19x19/icon-3.png) no-repeat;
}
.b-icon-3:hover {
  background: url(../Images/icons/19x19/icon-3-hover.png) no-repeat;
}
.b-icon-4 {
  background: url(../Images/icons/19x19/icon-4.png) no-repeat;
}
.b-icon-4:hover {
  background: url(../Images/icons/19x19/icon-4-hover.png) no-repeat;
}
.b-icon-5 {
  background: url(../Images/icons/19x19/icon-5.png) no-repeat;
}
.b-icon-5:hover {
  background: url(../Images/icons/19x19/icon-5-hover.png) no-repeat;
}
.b-icon-6 {
  background: url(../Images/icons/19x19/icon-6.png) no-repeat;
}
.b-icon-6:hover {
  background: url(../Images/icons/19x19/icon-6-hover.png) no-repeat;
}
.b-icon-7 {
  background: url(../Images/icons/19x19/icon-7.png) no-repeat;
}
.b-icon-7:hover {
  background: url(../Images/icons/19x19/icon-7-hover.png) no-repeat;
}
.b-icon-8 {
  background: url(../Images/icons/19x19/icon-8.png) no-repeat;
}
.b-icon-8:hover {
  background: url(../Images/icons/19x19/icon-8-hover.png) no-repeat;
}
.b-quantity-select--wrap {
  display: block;
  position: relative;
}
.b-quantity-select--wrap:before,
.b-quantity-select--wrap:after {
  content: " ";
  display: table;
}
.b-quantity-select--wrap:after {
  clear: both;
}
.b-quantity-select--wrap:before,
.b-quantity-select--wrap:after {
  content: " ";
  display: table;
}
.b-quantity-select--wrap:after {
  clear: both;
}
.b-quantity-select--wrap .b-quantity-select--input,
.b-quantity-select--wrap .b-unit-select {
  line-height: 25px;
  font-size: 0.75rem;
}
.b-cart--item .b-quantity-select--wrap .b-quantity-select.form-control,
.b-cart--item .b-quantity-select--wrap .b-quantity-select .form-control {
  min-height: 22px;
  height: 22px;
  min-width: 22px;
  line-height: 12px;
}
.b-cart--item .b-quantity-select--wrap .b-quantity-select .b-unit-select {
  min-width: 38px;
  line-height: 20px;
}
.b-cart--item .b-quantity-select--wrap .b-quantity-select--input.form-control {
  width: 28px;
}
.b-cart--item .b-quantity-select--wrap .b-unit-display {
  min-height: 22px;
  line-height: 22px;
}
@media (min-width: 1080px) {
  .b-add-to-cart {
    font-size: 0.8875rem;
    padding-top: 2px;
    padding-bottom: 1px;
  }
  .b-cart .b-quantity-select.form-control,
  .b-cart .b-quantity-select .form-control {
    min-width: 18px;
    height: 18px;
    line-height: 10px;
  }
  .b-cart .b-unit-select.form-control,
  .b-cart .b-unit-display.form-control {
    min-width: 38px;
  }
  .b-cart .b-quantity-select .b-unit-select {
    line-height: 16px;
  }
  .b-cart .b-quantity-select--input,
  .b-cart .b-unit-select,
  .b-cart .b-unit-display {
    font-size: 0.625rem;
  }
}
.b-quantity-select {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
}
.b-quantity-select:before,
.b-quantity-select:after {
  content: " ";
  display: table;
}
.b-quantity-select:after {
  clear: both;
}
.b-quantity-select:before,
.b-quantity-select:after {
  content: " ";
  display: table;
}
.b-quantity-select:after {
  clear: both;
}
.b-quantity-select > span ~ .b-quantity-select--input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.b-quantity-select > .form-control {
  display: none;
  max-height: 100%;
  text-align: center;
  border-radius: 0;
}
.b-quantity-select > .form-control:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.b-quantity-select > .form-control:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.b-quantity-select > .b-add-to-cart {
  border-radius: 0;
}
.b-quantity-select > .b-add-to-cart:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.b-quantity-select > .b-quantity-select--step {
  background: #f0f0f0;
}
.b-quantity-select > .b-quantity-select--step:not([disabled]):hover,
.b-quantity-select > .b-quantity-select--step:not([disabled]):focus {
  background: #d7d7d7;
}
.b-quantity-select > .b-quantity-select--step:not([disabled]):active {
  background: #cccccc;
}
.b-quantity-select .form-control {
  display: inline-block;
  float: none;
  vertical-align: top;
  min-width: 26px;
  border-width: 1px;
  border-style: solid;
  border-left-width: 0;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.b-quantity-select .form-control:first-child {
  border-left-width: 1px;
}
.b-quantity-select .form-control.b-quantity-select--input {
  width: 36px;
}
.b-quantity-select .b-unit-select,
.b-quantity-select .b-unit-display {
  min-width: 42px;
}
@media (max-width: 1079px) {
  .b-search--quantity-control .b-quantity-select {
    text-align: right;
    padding-right: 17px;
  }
}
.b-product-info .b-quantity-select {
  text-align: left;
}
.b-quantity-select--step > .b-icon {
  font-size: 0.5625rem;
  top: 0;
}
.b-pseudo-select {
  position: relative;
  text-align: center;
  padding-left: 4px !important;
  padding-right: 16px !important;
}
.b-pseudo-select:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #3b3b3b;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 4px;
}
.b-pseudo-select > select,
.b-pseudo-select > .b-pseudo-select--visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  opacity: 0;
}
.b-unit-select {
  float: left;
  width: auto;
  border-width: 1px;
}
.b-unit-display {
  max-width: none;
}
.b-unit-display:disabled {
  cursor: default;
}
.b-cart-item-minimal--quantity-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
}
.b-cart-item-minimal--quantity-actions > * {
  margin: 1px;
}
.b-quantity-select--modern {
  display: flex;
  justify-content: flex-start;
}
.b-quantity-select--modern .b-quantity-select--units-modern-wrap {
  display: flex;
  margin-right: 5px;
}
.b-quantity-select--modern .b-quantity-select--units-modern-wrap .b-quantity-select--input,
.b-quantity-select--modern .b-quantity-select--units-modern-wrap .b-unit-select {
  width: auto !important;
  height: auto;
  font-size: 0.8125rem;
  border-radius: 0;
  border: 0;
  background: #f0f0f0;
  font-weight: 600;
}
.b-quantity-select--modern .b-quantity-select--units-modern-wrap .b-quantity-select--input {
  text-align: center;
  width: 26px !important;
}
.b-quantity-select--modern .b-quantity-select--units-modern-wrap .b-quantity-select--input:focus {
  box-shadow: none;
}
.b-quantity-select--modern .b-quantity-select--units-modern-wrap .b-unit-select {
  display: flex;
  align-items: center;
}
.b-quantity-select--modern .b-quantity-select--units-modern-wrap .b-pseudo-select:before {
  margin-top: 0;
}
.b-quantity-select--modern .b-cart-item-minimal--quantity-actions .c-btn {
  margin: 0;
}
.b-quantity-select--modern .b-cart-item-minimal--quantity-actions .b-modern-cart-item--qty-btn-dec {
  margin-right: 3px;
}
.b-products-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.b-product {
  display: block;
}
.b-product-title {
  display: block;
  padding: 0;
  border: 0;
  text-align: left;
  margin-bottom: 4px;
  word-wrap: break-word;
  font-size: 0.75rem;
  color: #3b3b3b;
  text-decoration: none;
}
.b-product-title:hover {
  color: #e22e39;
}
.b-product--imagelink {
  display: inline-block;
}
.b-product--wrap {
  background: #ffffff;
  padding: 10px;
}
.b-product--wrap .b-icon-favourite {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
}
@media (max-width: 767px) {
  .b-product--wrap .b-page-container .b-icon-favourite {
    top: 10px;
    right: 10px;
  }
}
.b-icon-favourite {
  cursor: pointer;
}
.b-icon-favourite:hover {
  color: #e22e39;
}
.b-product-expiration {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  color: #ffffff;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 0.9;
}
.b-product-expiration .b-icon {
  display: block;
  position: static;
  margin: 0;
  margin-left: 0px !important;
  color: #42b255;
}
@media (min-width: 1080px) {
  .b-product-expiration {
    font-size: 3.125rem;
  }
}
.b-product-expiration--time {
  color: #ffffff;
  font-size: 0.35em;
  width: 100%;
  position: absolute;
  top: 0.35em;
  left: 0;
  text-align: center;
  padding-right: 0.1em;
}
.b-product-expiration--time-days {
  font-weight: 600;
  padding-top: 0.35em;
  padding-right: 0.3em;
}
.b-product-expiration--time-days-label {
  font-size: 0.5625rem;
}
.b-product-expiration--time-today {
  text-align: center;
  color: #ffffff;
}
.b-product-expiration--time-today .b-icon {
  display: inline-block;
  padding-left: 0.1em;
  padding-top: 0.1em;
  color: #ffffff;
}
.b-product-expiration--time-today-text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 2em;
  font-size: 0.57em;
  padding-right: 0.1em;
}
@media (min-width: 1080px) {
  .b-product-wrap-img > .b-product-expiration {
    left: auto;
    right: 15px;
    bottom: 55px;
  }
}
.b-product-goalgroups {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
}
.b-product-goalgroups .b-icon:hover {
  color: #3b3b3b;
}
.b-product-goalgroups > li {
  display: block;
  float: left;
  margin-left: 3px;
}
.b-product-goalgroups > li:first-child {
  margin-left: 0;
}
.b-product-goalgroups .b-icon {
  position: static;
  vertical-align: middle;
  font-size: 1.25rem;
  color: #999999;
  fill: #999999;
}
.b-product-goalgroups .b-icon-favourite {
  height: 22px;
  padding: 0;
  position: absolute;
  width: 22px;
}
.b-product-goalgroups .b-in-favorites .b-icon,
.b-product-goalgroups .b-icon-favourite:hover .b-icon {
  color: #e22e39;
}
.b-pickup-point-not-allowed--icon {
  color: #802c3a;
}
.b-product-price-cart-link {
  position: relative;
  width: 100%;
}
@media (max-width: 1079px) {
  .b-product-price-cart-link {
    width: 101%;
    margin-left: -1%;
  }
}
.b-product-crossed-out-price {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.7;
  color: #999999;
  padding-left: 8px;
}
.b-product-price-current {
  color: #e22e39;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 2px;
}
.b-cross-sell--product-info .b-product-crossed-out-price,
.b-cross-sell--product-info .b-product-price-current {
  display: inline-block;
  vertical-align: middle;
}
.b-product-price-container {
  font-weight: 600;
  color: #e22e39;
}
.b-product-price--extra {
  text-align: left;
  font-size: 0.6875rem;
  line-height: 1.2;
  color: #999999;
}
.b-product-out-of-stock-backdrop {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: content-box;
  z-index: 3;
}
.b-product-unavailable--placeholder {
  height: 100px;
}
@media (max-width: 767px) {
  .b-product-unavailable--placeholder {
    display: none;
  }
}
.b-product-unavailable--wrap {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  z-index: 5;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  top: 30px;
}
.b-product-unavailable--wrap .b-product-unavailable--dummy-overlay-link {
  opacity: 0.7;
  flex: 1;
}
.b-product-unavailable--wrap .b-product-unavailable--buttons-wrap .b-product-unavailable--msg {
  font-size: 0.8125rem;
  text-decoration: none;
}
.b-block-slider--slide .b-product-unavailable--placeholder {
  height: 54px;
}
.b-block-slider--slide .b-product-unavailable--wrap .b-product-unavailable--buttons-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-grow: 1;
}
.b-block-slider--slide .b-product-unavailable--wrap .b-product-unavailable--buttons-wrap form {
  display: none;
}
@media (max-width: 767px) {
  .b-product-unavailable--wrap {
    margin: 0 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .b-product-unavailable--wrap .b-product-unavailable--dummy-overlay-link {
    width: 100%;
  }
  .b-product-unavailable--wrap .b-product-unavailable--buttons-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .b-product-unavailable--wrap .b-product-unavailable--buttons-wrap .b-product-unavailable--msg {
    max-width: 50%;
    padding-left: 10px;
  }
  .b-product-unavailable--wrap .b-product-unavailable--buttons-wrap .b-next-cart-item--inactive-btn {
    width: 174px;
    height: 40px;
  }
}
.b-product-unavailable--product-page--wrap {
  position: relative;
  width: 100%;
  display: flex;
}
.b-product-unavailable--product-page--wrap button,
.b-product-unavailable--product-page--wrap a {
  max-width: 174px;
}
@media (max-width: 767px) {
  .b-product-unavailable--product-page--wrap {
    justify-content: flex-end;
  }
}
.b-cart--list .b-cart-item-unavailable--button {
  width: 100%;
}
.b-cart-item-unavailable--msg {
  z-index: 5;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .b-cart-item-unavailable--msg {
    font-size: 0.75rem;
  }
}
.b-cart-item-unavailable--button {
  z-index: 5;
  line-height: 1;
  padding: 0.3em 0.7em;
  justify-content: center;
  font-weight: normal;
  font-size: 0.8125rem;
}
.b-cart-item-unavailable--modern-btn {
  z-index: 5;
  line-height: 1;
}
.b-cart-item-unavailable--minimal-wrap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}
.b-cart-item-unavailable--minimal-wrap .b-cart-item-unavailable--msg {
  padding: 5px 0;
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.b-cart-item-unavailable--minimal-wrap .b-cart-item-unavailable--button {
  align-self: flex-start;
  border-radius: 0;
}
.b-product-out-of-stock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: #e22e39;
  color: #ffffff;
  padding: 5px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  border: 0;
}
.b-product-out-of-stock:hover,
.b-product-out-of-stock:focus {
  background: #e22e39;
  color: #ffffff;
}
.b-product-out-of-stock:before {
  content: '';
  display: block;
  width: 28px;
  height: 21px;
  background: url(../Images/icons/out-of-stock-icon.png) no-repeat;
  position: absolute;
  top: -21px;
  left: 6px;
}
.b-cart--item .b-product-out-of-stock:before {
  display: none;
}
.b-product-cart-link {
  display: inherit;
  float: right;
}
.b-product-count-in-cart {
  position: absolute;
  width: 100%;
  top: -15px;
  left: 0;
  text-align: center;
  color: #e22e39;
  font-size: 0.625rem;
}
.b-sidebar .b-product-count-in-cart,
.b-checkout .b-product-count-in-cart {
  display: none;
}
.b-product--add-update-spinner .b-product--wrap .b-cart--item-img:before,
.b-product--add-update-spinner .b-product--wrap .b-product-info--pictures-wrap:before,
.b-product--add-update-spinner .b-product--wrap .b-product--imagelink:before {
  display: none;
}
.b-product--add-update-spinner .b-product-info--pictures-wrap,
.b-product--add-update-spinner .b-product--imagelink {
  position: relative;
}
.b-product--add-update-spinner .b-product-info--pictures-wrap:before {
  background-size: auto;
}
@media (min-width: 1182px) {
  .block-slider-products > .bx-wrapper:after {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
  }
}
/* if in block-slider*/
@media (min-width: 768px) {
  .block-slider-products > .bx-wrapper:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.b-product-wrap-img img {
  width: 100%;
}
.b-product-minimal-grid {
  display: flex;
  flex-wrap: wrap;
}
.b-product-minimal-grid .b-product--wrap2 {
  width: 300px;
  display: flex;
  flex-grow: 1;
}
.b-product-minimal-grid .b-product--wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .b-product-minimal-grid .b-product--wrap2,
  .b-product-minimal-grid .b-product--wrap {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .b-products-allow-desktop-view.b-products--desktop-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .b-products-allow-desktop-view .b-product--desktop-grid {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .b-products-allow-desktop-view .b-product--desktop-grid .b-product--wrap {
    border: 1px solid #e6e6e6;
  }
  .block-slider .b-products-allow-desktop-view .b-product--wrap2 {
    padding-left: 0;
    padding-bottom: 0;
  }
  .b-products-allow-desktop-view .b-product {
    margin-left: 0;
    margin-bottom: 0;
    background: #ffffff;
    text-align: center;
    border-bottom: none;
  }
  .b-products-allow-desktop-view .b-product-wrap-img {
    text-align: center;
  }
  .b-products-allow-desktop-view .b-product-wrap-img > img {
    display: inline-block;
    width: auto;
    margin-top: auto;
    position: static;
  }
  .b-products-allow-desktop-view .b-product-wrap-img > .b-product-expiration {
    bottom: 15px;
  }
  .b-products-allow-desktop-view .b-icon-favourite {
    position: static;
  }
  .b-products-allow-desktop-view .b-product-title {
    height: 72px;
    margin-top: 6px;
    margin-bottom: 4px;
    line-height: 1.2;
    text-align: center;
    word-break: break-word;
    font-size: 0.9375rem;
  }
  .b-products-allow-desktop-view .b-product-prices-block {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
  .b-products-allow-desktop-view .b-product-prices-block .b-product-price-current {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.625rem;
  }
  .b-products-allow-desktop-view .b-product-prices-block > .b-product-crossed-out-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9375rem;
  }
  .b-products-allow-desktop-view .b-product-cart-link {
    display: block;
    position: relative;
    float: none;
  }
  .b-products-allow-desktop-view .b-product-goalgroups {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
  }
  .b-products-allow-desktop-view .b-product--wrap .b-product-wrap-img {
    padding-top: 23px;
  }
  .b-products-allow-desktop-view .b-product--wrap .b-quantity-select--wrap {
    margin-top: 20px;
  }
  .b-products-allow-desktop-view .b-product-title--mobile {
    display: none;
  }
  .b-products-allow-desktop-view .b-product-price--extra {
    min-height: 2.4em;
  }
  .b-products-allow-desktop-view .b-products-list .b-product-outofstock .b-product-wrap-img {
    position: relative;
  }
  .b-products-allow-desktop-view .b-products-list .b-product-outofstock .b-product-promo-labels,
  .b-products-allow-desktop-view .b-products-list .b-product-outofstock .b-product--imagelink,
  .b-products-allow-desktop-view .b-products-list .b-product-outofstock .b-product-expiration {
    opacity: 0.2;
  }
  .b-products-allow-desktop-view .b-products-list .b-product-outofstock .b-product-out-of-stock {
    margin-top: -60px;
  }
  .b-products-allow-desktop-view .b-products-list .b-product-out-of-stock-backdrop {
    display: none;
  }
  .b-products-allow-desktop-view .b-product-promo-labels--mobile {
    display: none;
  }
  .b-products-allow-desktop-view .b-product-promo-label-secondary {
    font-size: 1.875rem;
  }
  .b-products-allow-desktop-view .b-product-expiration {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
  }
  .b-products-allow-desktop-view .b-product-goalgroup--vertical,
  .b-products-allow-desktop-view .b-product-goalgroup--product-info-vertical {
    top: 35px;
    right: 6px;
    display: flex;
    flex-direction: column;
  }
  .b-products-allow-desktop-view .b-product-goalgroup--vertical .b-icon,
  .b-products-allow-desktop-view .b-product-goalgroup--product-info-vertical .b-icon {
    margin: 3px 0;
  }
  .b-products-allow-desktop-view .b-product--wrap2 {
    width: 25%;
  }
  .block-slider-products .b-product--wrap {
    border: none;
  }
}
.b-product-info > .b-products-allow-desktop-view .b-product-goalgroups {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
}
.b-product-info > .b-products-allow-desktop-view .b-product-goalgroup--product-info-vertical {
  right: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .b-product-info > .b-products-allow-desktop-view .b-product-goalgroups {
    right: 20px;
  }
  .b-product-info > .b-products-allow-desktop-view .b-product-goalgroups .b-icon-favourite {
    position: static;
  }
  .b-product-info > .b-products-allow-desktop-view .b-product-goalgroup--product-info-vertical {
    right: 8px;
  }
  .b-product-info > .b-products-allow-desktop-view .b-product-goalgroup--product-info-vertical .b-product-goalgroup--weekdays {
    display: flex;
    margin: 5px 0;
  }
  .b-product-info > .b-products-allow-desktop-view .b-product-goalgroup--product-info-vertical .b-product-goalgroup--weekdays .b-icon {
    margin-right: 0;
  }
}
.b-product-info .b-product-goalgroup--vertical {
  display: none;
}
.b-product-info--offer-valid-to {
  line-height: 1.625rem;
  font-size: 0.75rem;
  color: #a9a9a9;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .b-product-info .b-product-goalgroups {
    top: 20px;
    right: 20px;
  }
  .b-product-info .b-product-promo-labels {
    left: 20px;
  }
}
.b-product-info .b-product-expiration {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.b-product-info .b-product-price--extra {
  min-height: auto;
}
.b-product-banner--wrap {
  background: #ffffff;
}
.b-inventory-promo {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .b-products-allow-mobile-view .b-products-list:first-child .b-product--wrap2:first-child .b-product--wrap {
    border-top: 1px solid #cccccc;
  }
  .b-products-allow-mobile-view .b-product-title--desktop {
    display: none;
  }
  .b-products-allow-mobile-view .b-product--wrap2 {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
  }
  .b-products-allow-mobile-view .b-product-title {
    padding-right: 20px;
  }
  .b-products-allow-mobile-view .b-product-info-wrap {
    float: left;
    width: 100%;
    margin-right: -94px;
  }
  .b-products-allow-mobile-view .b-product {
    margin-right: 94px;
  }
  .b-products-allow-mobile-view .b-product-wrap-img {
    float: left;
    width: 94px;
    padding-bottom: 44px;
    padding-right: 4px;
  }
  .b-products-allow-mobile-view .b-product--info-icons {
    min-height: 75px;
    text-align: left;
  }
  .b-products-allow-mobile-view .b-product-prices-block {
    display: block;
    width: fit-content;
    text-align: left;
    position: absolute;
    bottom: 12px;
    left: 10px;
  }
  .b-products-allow-mobile-view .b-product-info--price-and-quantity {
    position: relative;
  }
  .b-products-allow-mobile-view .b-product-info--price-and-quantity .b-product-prices-block {
    width: auto;
    left: 0;
    bottom: 3px;
  }
  .b-products-allow-mobile-view .b-quantity-select--wrap .b-quantity-select .form-control,
  .b-products-allow-mobile-view .b-quantity-select--wrap .b-quantity-select .b-add-to-cart {
    min-height: 44px;
  }
  .b-products-allow-mobile-view .b-quantity-select--wrap .b-quantity-select .b-unit-select {
    line-height: 44px;
  }
  .b-products-allow-mobile-view .b-product-price-cart-link {
    padding-top: 10px;
  }
  .b-products-allow-mobile-view .b-product-promo-labels {
    left: 5px;
  }
  .b-products-allow-mobile-view .b-product-promo-labels .b-product-promo-label-secondary {
    display: none;
  }
  .b-products-allow-mobile-view .b-product-promo-label-primary {
    font-size: 0.778125rem;
  }
  .b-products-allow-mobile-view .b-product-promo-label-secondary {
    display: inline-block;
    font-size: 1.3125rem;
  }
  .b-products-allow-mobile-view .b-product-promo-label-secondary:first-child:last-child {
    padding-top: 0;
  }
  .b-page-specific-content > .b-products-list--wrapper {
    margin-left: -20px / 2;
    margin-right: -20px / 2;
  }
  .b-inventory-promo {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .b-products-allow-mobile-view .b-product-goalgroups .b-icon-favourite {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .b-products-force-mobile-view .b-products-list:first-child .b-product--wrap2:first-child .b-product--wrap {
    border-top: 1px solid #cccccc;
  }
  .b-products-force-mobile-view .b-product-title--desktop {
    display: none;
  }
  .b-products-force-mobile-view .b-product--wrap2 {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
  }
  .b-products-force-mobile-view .b-product-title {
    padding-right: 20px;
  }
  .b-products-force-mobile-view .b-product-info-wrap {
    float: left;
    width: 100%;
    margin-right: -94px;
  }
  .b-products-force-mobile-view .b-product {
    margin-right: 94px;
  }
  .b-products-force-mobile-view .b-product-wrap-img {
    float: left;
    width: 94px;
    padding-bottom: 44px;
    padding-right: 4px;
  }
  .b-products-force-mobile-view .b-product--info-icons {
    min-height: 75px;
    text-align: left;
  }
  .b-products-force-mobile-view .b-product-prices-block {
    display: block;
    width: fit-content;
    text-align: left;
    position: absolute;
    bottom: 12px;
    left: 10px;
  }
  .b-products-force-mobile-view .b-product-info--price-and-quantity {
    position: relative;
  }
  .b-products-force-mobile-view .b-product-info--price-and-quantity .b-product-prices-block {
    width: auto;
    left: 0;
    bottom: 3px;
  }
  .b-products-force-mobile-view .b-quantity-select--wrap .b-quantity-select .form-control,
  .b-products-force-mobile-view .b-quantity-select--wrap .b-quantity-select .b-add-to-cart {
    min-height: 44px;
  }
  .b-products-force-mobile-view .b-quantity-select--wrap .b-quantity-select .b-unit-select {
    line-height: 44px;
  }
  .b-products-force-mobile-view .b-product-price-cart-link {
    padding-top: 10px;
  }
  .b-products-force-mobile-view .b-product-promo-labels {
    left: 5px;
  }
  .b-products-force-mobile-view .b-product-promo-labels .b-product-promo-label-secondary {
    display: none;
  }
  .b-products-force-mobile-view .b-product-promo-label-primary {
    font-size: 0.778125rem;
  }
  .b-products-force-mobile-view .b-product-promo-label-secondary {
    display: inline-block;
    font-size: 1.3125rem;
  }
  .b-products-force-mobile-view .b-product-promo-label-secondary:first-child:last-child {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .b-products-force-mobile-view .b-product-goalgroups .b-icon-favourite {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .b-products-force-desktop-view.b-products--desktop-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .b-products-force-desktop-view .b-product--desktop-grid {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .b-products-force-desktop-view .b-product--desktop-grid .b-product--wrap {
    border: 1px solid #e6e6e6;
  }
  .block-slider .b-products-force-desktop-view .b-product--wrap2 {
    padding-left: 0;
    padding-bottom: 0;
  }
  .b-products-force-desktop-view .b-product {
    margin-left: 0;
    margin-bottom: 0;
    background: #ffffff;
    text-align: center;
    border-bottom: none;
  }
  .b-products-force-desktop-view .b-product-wrap-img {
    text-align: center;
  }
  .b-products-force-desktop-view .b-product-wrap-img > img {
    display: inline-block;
    width: auto;
    margin-top: auto;
    position: static;
  }
  .b-products-force-desktop-view .b-product-wrap-img > .b-product-expiration {
    bottom: 15px;
  }
  .b-products-force-desktop-view .b-icon-favourite {
    position: static;
  }
  .b-products-force-desktop-view .b-product-title {
    height: 72px;
    margin-top: 6px;
    margin-bottom: 4px;
    line-height: 1.2;
    text-align: center;
    word-break: break-word;
    font-size: 0.9375rem;
  }
  .b-products-force-desktop-view .b-product-prices-block {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
  .b-products-force-desktop-view .b-product-prices-block .b-product-price-current {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.625rem;
  }
  .b-products-force-desktop-view .b-product-prices-block > .b-product-crossed-out-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9375rem;
  }
  .b-products-force-desktop-view .b-product-cart-link {
    display: block;
    position: relative;
    float: none;
  }
  .b-products-force-desktop-view .b-product-goalgroups {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
  }
  .b-products-force-desktop-view .b-product--wrap .b-product-wrap-img {
    padding-top: 23px;
  }
  .b-products-force-desktop-view .b-product--wrap .b-quantity-select--wrap {
    margin-top: 20px;
  }
  .b-products-force-desktop-view .b-product-title--mobile {
    display: none;
  }
  .b-products-force-desktop-view .b-product-price--extra {
    min-height: 2.4em;
  }
  .b-products-force-desktop-view .b-products-list .b-product-outofstock .b-product-wrap-img {
    position: relative;
  }
  .b-products-force-desktop-view .b-products-list .b-product-outofstock .b-product-promo-labels,
  .b-products-force-desktop-view .b-products-list .b-product-outofstock .b-product--imagelink,
  .b-products-force-desktop-view .b-products-list .b-product-outofstock .b-product-expiration {
    opacity: 0.2;
  }
  .b-products-force-desktop-view .b-products-list .b-product-outofstock .b-product-out-of-stock {
    margin-top: -60px;
  }
  .b-products-force-desktop-view .b-products-list .b-product-out-of-stock-backdrop {
    display: none;
  }
  .b-products-force-desktop-view .b-product-promo-labels--mobile {
    display: none;
  }
  .b-products-force-desktop-view .b-product-promo-label-secondary {
    font-size: 1.875rem;
  }
  .b-products-force-desktop-view .b-product-expiration {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
  }
  .b-products-force-desktop-view .b-product--wrap2 {
    width: 244px;
  }
}
.b-product-goalgroup--weekdays {
  position: relative;
}
.b-product-goalgroup--weekdays .b-product-goalgroup--weekdays--day {
  cursor: default;
  position: absolute;
  color: #42b255;
  font-size: 0.75rem;
  font-weight: 600;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-product-goalgroup--weekdays .b-icon,
.b-product-goalgroup--weekdays .b-icon:hover {
  color: #cccccc;
  background: #ffffff;
}
@media (max-width: 767px) {
  .b-product-goalgroup--weekdays {
    display: inline-block;
    margin-right: 2px;
  }
  .b-product-goalgroup--weekdays .b-icon {
    margin-right: 0;
  }
}
.b-products-list--contains-product-card-banner {
  display: flex;
}
@media (max-width: 767px) {
  .b-products-list--contains-product-card-banner {
    display: block;
  }
}
.b-product-card-banner--desktop-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  height: auto;
}
@media (max-width: 767px) {
  .b-product-card-banner--desktop-wrap {
    display: none;
  }
}
.b-product-card-banner--mobile-wrap {
  display: none;
}
@media (max-width: 767px) {
  .b-product-card-banner--mobile-wrap {
    display: block;
  }
  .b-product-card-banner--mobile-wrap img {
    width: 100%;
    height: auto;
  }
}
.b-product--wrap-alco {
  background-color: rgba(255, 255, 255, 0.9);
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  text-align: center;
  padding: 0 20px 100px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
@supports ((-webkit-backdrop-filter: blur(8px)) or (backdrop-filter: blur(8px))) {
  .b-product--wrap-alco {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.b-product--wrap-alco button {
  color: #e22e39;
  margin-top: 16px;
  padding: 8px;
  width: fit-content;
}
@media (max-width: 767px) {
  .b-product--wrap-alco {
    justify-content: center;
    padding: 32px;
  }
}
.b-product-prices-block--loyalty {
  align-items: center;
  display: flex;
  height: 16px;
}
.b-product-prices-block--loyalty span {
  font-size: 0.79rem;
  font-weight: 600;
  padding-right: 4px;
}
.b-product-prices-block--loyalty .b-product-prices-text--blue {
  color: #1b458f;
}
.b-product-prices-block--loyalty .b-product-prices-text--orange {
  color: #ff8400;
}
.b-product-prices-block--loyalty .b-icon {
  height: 16px;
  width: 24px;
}
@media (max-width: 767px) {
  .b-product-prices-block--loyalty {
    padding-bottom: 4px;
  }
}
.b-product-page--recommendations-price {
  margin-top: 1.5rem;
}
.b-product-page--recommendations-price.b-price-below {
  position: absolute;
}
.b-product-page--quantity-control.b-adjust-for-price-and-deposit {
  margin-top: 3rem;
}
.b-product-page--quantity-control.b-adjust-for-price {
  margin-top: 2rem;
}
.b-home-product-list-container {
  padding: 0 !important;
}
.b-home-product-list-container .block-slider-products-control-prev,
.b-home-product-list-container .block-slider-products-control-next {
  color: #3b3b3b;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
  height: 40px;
  width: 40px;
}
.b-home-product-list-container .block-slider-products-control-prev:disabled,
.b-home-product-list-container .block-slider-products-control-next:disabled {
  background-color: #f6f6f8;
}
.b-home-product-list-container .block-slider-products-control-prev:disabled svg,
.b-home-product-list-container .block-slider-products-control-next:disabled svg {
  color: #c6c6c6;
}
@media (min-width: 1079px) {
  .b-home-product-list-container .b-block-slider--prev:disabled,
  .b-home-product-list-container .b-block-slider--next:disabled {
    display: block;
  }
}
@media (max-width: 1079px) {
  .b-home-product-list-container .b-block-slider--prev,
  .b-home-product-list-container .b-block-slider--next {
    display: none;
  }
}
.b-home-product-list-container .b-product--wrap2 {
  padding: 0 10px;
}
@media (max-width: 1079px) {
  .b-home-product-list-container .b-product--wrap2 {
    padding: 0 6px;
  }
}
.b-home-product-list-container .b-block-slider {
  margin: 0 -10px;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .b-home-product-list-container .b-block-slider {
    margin: 0 -6px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .b-page-container--home .b-recipes--col--item {
    margin: 0 8px 20px 8px;
  }
  .b-page-container--home .b-product--desktop-grid {
    padding: 0 6px !important;
  }
  .b-page-container--home .b-recipes--row {
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .b-page-container--home .b-product-card-banner--mobile-wrap {
    display: block;
  }
}
@media (min-width: 768px) {
  .b-page-container--home .b-product--desktop-grid .b-product--imagelink {
    height: 148px;
  }
}
.b-product-section--show-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 16px;
  color: #3b3b3b;
}
.b-product-section--show-more .b-product-section--show-more-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-product-section--show-more .b-product-section--show-more-inner .b-icon {
  top: 0;
  margin-right: 8px;
  color: #3b3b3b;
}
@media (max-width: 1079px) {
  .b-categories a {
    font-size: 0.6875rem;
  }
}
.b-categories a {
  font-size: 0.75rem;
  text-align: left;
}
.b-categories-child a {
  font-size: 0.6875rem;
  text-align: left;
}
.b-menu .b-category-state {
  display: none;
}
.b-menu .b-categories {
  display: none;
}
.b-menu .b-categories a {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.1;
  text-align: left;
  vertical-align: top;
  border: 0;
}
.b-menu .b-categories .b-category-grandchild-link {
  padding: 3px 0;
}
.b-categories-list a,
.b-categories a {
  color: #3b3b3b;
  text-decoration: none;
}
.b-categories-list a:hover,
.b-categories a:hover {
  color: #e22e39;
}
@media (min-width: 1080px) {
  .b-menu .b-categories {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 0.8125rem;
  }
  .b-menu .b-categories ul {
    padding-left: 0;
    list-style: none;
  }
  .b-menu .b-categories .b-category-grandchild-link {
    display: inline-block;
    position: relative;
    margin-left: 8px;
    color: #3b3b3b;
    background: transparent;
    padding-left: 1em;
  }
  .b-menu .b-categories .b-category-grandchild-link:hover {
    color: #e22e39;
  }
  .b-menu .b-categories .b-category-grandchild-link:before {
    display: block;
    content: '\00bb  ';
    color: #999999;
    position: absolute;
    top: 3px;
    left: 0;
  }
  .b-menu .b-categories .b-category-grandchild-link:hover:before {
    color: #e22e39;
  }
  .b-menu .b-categories .b-category-grandchild-link span {
    color: #e22e39;
  }
  .b-menu .b-categories-list {
    display: flex;
    justify-content: flex-start;
    padding: 10px 10px 0 10px;
    margin: 0;
  }
  .b-menu .b-categories-root-category {
    display: table-cell;
    vertical-align: top;
    line-height: 1.15;
    border-left: 1px solid #cccccc;
  }
  .b-menu .b-categories-root-category > a {
    display: block;
    position: relative;
    padding-left: 5px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .b-menu .b-categories-root-category:before {
    content: none;
  }
  .b-menu .b-categories-root-category:hover {
    color: #e22e39;
    cursor: default;
  }
  .b-menu .b-category-col {
    width: 166px;
    float: left;
    padding-left: 20px;
  }
  .b-menu .b-category-col:first-child {
    padding-left: 0;
  }
  .b-menu .b-category-child {
    margin-bottom: 20px;
  }
  .b-menu .b-category-child-link-wrapper {
    display: table;
    position: relative;
    width: 100%;
  }
  .b-menu .b-category-child-link {
    display: table-cell;
    height: 32px;
    vertical-align: middle;
    position: relative;
    width: 100%;
    text-align: left;
    background: #f9f7ee;
    margin-bottom: 2px;
    padding-left: 19px;
    padding-right: 4px;
    border-radius: 3px;
    text-transform: uppercase;
  }
  .b-menu .b-category-child-link:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
  }
  .b-menu .b-category-child-link > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .b-menu .b-category-child-link:hover {
    background: #f1eede;
  }
  .b-menu .b-category-child-link span {
    color: #e22e39;
  }
  .b-menu ul.b-categories-child {
    font-size: 0.6875rem;
    display: none;
    width: 100%;
    position: absolute;
    background: #ffffff;
    top: 100%;
    left: 0;
    z-index: 10;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  }
}
.b-hide-top-categories .b-menu .b-categories {
  display: none;
}
.b-hide-top-categories .b-menu .breadcrumb {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 1182px) {
  .b-menu .b-categories-root-category > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1080px) {
  body:not(.b-sidebar-hidden) .b-main-content {
    position: relative;
    padding-right: 354px;
  }
}
@media (min-width: 1080px) {
  .b-sidebar-hidden {
    overflow-y: hidden;
  }
}
.c-horizontal-grid {
  margin: -1px;
}
.c-horizontal-grid > * {
  display: flex;
  align-items: stretch;
}
.c-horizontal-grid > * > * {
  flex-grow: 1;
  flex-basis: 0;
  margin-left: 5px;
  display: flex;
  justify-content: flex-end;
}
.c-horizontal-grid--spaced > * {
  margin: 3px;
}
.c-horizontal-grid--spaced > * > * {
  margin-left: 3px;
}
.b-header {
  position: relative;
  background-color: #ffffff;
  display: none;
  z-index: 10;
}
.b-login-register {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
}
.b-header-bottom {
  background: #ffffff;
  width: 100%;
  border-bottom: 1px solid #eaeaeb;
}
.b-header-bottom .b-header-bottom--block {
  max-width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.b-header-bottom .b-header-bottom--side {
  margin-left: 20px;
  display: flex;
  width: 334px;
}
.b-header-bottom .b-header-bottom--side .b-cart-and-delivery-in-header--placeholder {
  display: flex;
}
.b-header-bottom .b-header-bottom--side .b-cart-and-delivery-in-header--btn {
  min-height: 42px;
  border: 1px solid #c6c6c6;
  border-radius: 25px;
  padding: 0 16px;
  transition: 0.3s;
}
.b-header-bottom .b-header-bottom--side .b-cart-and-delivery-in-header--btn .b-icon {
  top: 0;
  margin: 0;
  min-width: 1.3em;
}
.b-header-bottom .b-header-bottom--side .b-cart-and-delivery-in-header--btn span {
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  font-size: 0.75rem;
  margin-left: 12px;
}
.b-header-bottom .b-header-bottom--side .b-cart-and-delivery-in-header--btn:hover {
  border: 1px solid #a9a9a9;
}
.b-header-bottom .b-header-bottom--side .b-cart-in-header--btn {
  position: relative;
}
.b-header-bottom .b-header-bottom--side .b-cart-in-header--btn span {
  white-space: nowrap;
}
.b-header-bottom .b-header-bottom--side .b-cart-in-header--btn .b-cart-in-header--count {
  position: absolute;
  background: #e22e39;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  font-size: 0.75rem;
  top: 0px;
  left: 23px;
  z-index: 1;
  border: 2px solid #ffffff;
}
.b-header-bottom .b-header-bottom--side .b-cart-in-header--btn-disabled {
  opacity: 0.7;
}
.b-header-bottom .b-header-bottom--side .b-cart-in-header--btn-disabled:hover {
  border: 1px solid #a9a9a9;
}
.b-header-bottom .b-header-bottom--side .b-delivery-in-header--btn {
  margin-left: 20px;
}
.b-header-bottom .b-header-bottom--side .b-delivery-in-header--btn span {
  margin-left: 8px;
}
.b-header-bottom .b-header-bottom--side .b-delivery-in-header--btn .b-delivery-in-header--countdown-wrap {
  padding: 4px 16px;
  margin-left: 25px;
  margin-right: -8px;
  border-radius: 25px;
  background: #eaeaeb;
}
.b-header-bottom .b-header-bottom--side .b-delivery-in-header--btn .b-delivery-in-header--countdown-wrap .b-sidebar-menu--countdown-time {
  margin: 0;
}
.b-header-bottom .b-header-bottom--side .b-delivery-in-header--btn .b-delivery-in-header--countdown-wrap--warn {
  background: #e22e39;
  color: #ffffff;
}
.b-header-bottom .b-header-bottom--side .b-delivery-in-header--btn .b-delivery-in-header--countdown-wrap--addition {
  background: #42b255;
  color: #ffffff;
}
.b-header-bottom .b-header-bottom--side .b-cart-and-delivery-in-header--btn-active {
  border: 1px solid #a9a9a9;
  cursor: default;
  pointer-events: none;
}
.b-header-bottom--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}
@media (min-width: 1080px) {
  .b-header {
    display: block;
  }
  .b-header-bottom--wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}
.b-logo--main {
  display: block;
  padding: 0;
  border: 0;
  width: 18%;
  height: 77px;
}
.b-logo--main img {
  width: 100%;
}
.b-logo--main > img {
  max-height: 100%;
}
.b-header-top {
  border-bottom: 1px solid #efefef;
}
.b-header--links {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 12px 0;
}
.b-login-register--icon {
  color: #e22e39;
  top: 0;
  margin-right: 0;
}
.b-header--links--items {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.b-header--links--items > *:not(:first-child) {
  position: relative;
  margin-left: 48px;
}
.b-header--links--items > *:not(:first-child)::before {
  position: absolute;
  content: '';
  height: 100%;
  border-left: solid 1px #e6e6e6;
  left: -24px;
}
.b-header--links--item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  max-height: 17px;
  text-align: center;
}
.b-header--links--item a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.b-header--links--item:first-child {
  border-left: 0;
}
.b-header--links--item:last-child {
  padding-right: 0;
}
.b-header--links--item:last-child .btn {
  padding-right: 0;
}
.b-header--links--item .btn-link {
  line-height: 1 !important;
}
.b-header--select {
  position: relative;
}
.b-header--select:hover .b-header--select--list-wrap {
  display: block;
}
.b-header--select:hover .b-header--select--text {
  color: #e22e39;
}
.b-header--select .b-header--select--top {
  display: flex;
  position: relative;
  z-index: 100;
  padding: 0;
  color: #3b3b3b;
  cursor: pointer;
}
.b-header--select .b-header--select--top div,
.b-header--select .b-header--select--top p {
  display: flex;
  align-items: center;
}
.b-header--select .b-header--select--top .b-header--select--text {
  font-size: 0.75rem;
  font-weight: 600;
}
.b-header--select .b-header--select--top .b-header--select--text .b-icon {
  width: 17px;
  margin-right: 5px;
}
.b-header--select .b-header--select--top .b-header--select--chevron .b-icon {
  width: 8px;
  margin-left: 5px;
}
.b-header--select .b-header--select--list-wrap {
  display: none;
  position: absolute;
  top: 10px;
  z-index: 99;
  left: 10px;
}
.b-header--select ul {
  list-style: none;
  padding: 15px 0;
  margin: 15px 0 0;
  background: white;
  width: 100%;
  top: 25px;
  font-weight: 600;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}
.b-header--select ul li,
.b-header--select ul a,
.b-header--select ul button {
  font-size: 0.75rem;
}
.b-header--select ul li:hover,
.b-header--select ul a:hover,
.b-header--select ul button:hover {
  color: #e22e39;
}
.b-header--select ul li {
  display: flex;
  align-items: center;
  padding: 0 13px 17px 13px;
  color: #3b3b3b;
  cursor: pointer;
}
.b-header--select ul li:last-child {
  padding: 0 13px 0 13px;
}
.b-header--select ul li p {
  display: flex;
  align-items: center;
}
.b-header--select ul li .b-icon,
.b-header--select ul li .b-icon:first-child:last-child {
  width: 17px;
  margin-right: 5px;
}
.b-header--select ul li a,
.b-header--select ul li button {
  text-align: left;
  color: #3b3b3b;
  padding: 0;
  font-weight: 600;
}
.b-header--select ul li p:hover,
.b-header--select ul li a:hover,
.b-header--select ul li button:hover,
.b-header--select ul li p:focus,
.b-header--select ul li a:focus,
.b-header--select ul li button:focus {
  color: #e22e39;
}
.b-header--select ul li button {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
}
.b-header--select ul li button:hover,
.b-header--select ul li button:focus {
  border-top: 1px solid #e6e6e6;
}
.b-header--customer-menu ul {
  width: 180px;
  left: 29px;
  top: 25px;
}
.b-header--customer-menu ul li:nth-last-child(2) {
  padding: 0 13px 10px 13px;
}
.b-header--links--login .btn,
.b-header--links--register .btn {
  padding: 0;
  color: #3b3b3b;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.75rem;
}
.b-header--links--login:hover .btn,
.b-header--links--register:hover .btn {
  color: #e22e39;
}
.b-logo--header-top {
  display: block;
  padding: 0;
  border: 0;
  width: 120px;
  height: 18px;
}
@media (max-width: 1079px) {
  .b-login-register {
    width: 100%;
  }
  .b-header--links {
    padding-bottom: 0;
  }
  .b-header--links--item {
    display: none;
    border-left: 0;
  }
  .b-header--links--login {
    display: flex;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
  .b-header--links--login > .btn {
    padding-left: 0;
  }
}
@media (max-width: 1079px) {
  .b-logo--main {
    max-width: 121px;
    width: 100%;
    max-height: 40px;
  }
  .b-logo--main .b-logo--eshop-main {
    width: 100%;
    height: 100%;
    padding-bottom: 12px;
  }
}
@media (max-width: 1079px) {
  .b-header {
    padding-bottom: 68px;
  }
}
@media (max-width: 1079px) {
  .b-pseudoselect--items.b-show-pseudoselect-list {
    display: block;
  }
  .b-pseudoselect {
    position: relative;
  }
  .b-pseudoselect--padding {
    padding-bottom: 8px;
  }
  .b-pseudoselect--title {
    position: relative;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 6px;
    padding-right: 20px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: #ffffff;
    margin-bottom: 10px;
  }
  .b-pseudoselect--title:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3b3b3b;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 6px;
  }
  .b-pseudoselect--items {
    position: absolute;
    width: 100%;
    z-index: 6;
    background: #ffffff;
    margin-top: -12px;
    padding: 6px;
    list-style: none;
    border: 1px solid #cccccc;
    font-size: 0.75rem;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .b-pseudoselect--items > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .b-pseudoselect--items > ul > li > a {
    display: inline-block;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .b-pseudoselect--padding {
    padding-bottom: 0;
  }
}
.b-sticker--unstick.b-sticker--placeholder {
  display: none !important;
}
.b-sticker--unstick .b-sticker--content-padding {
  margin: 0 !important;
}
.b-sticker--unstick .b-sticker--content {
  position: static !important;
}
.b-sticker--unstick .b-sticker--shadow {
  box-shadow: none;
}
@media (min-width: 768px) {
  .b-sticker--mobile-only.b-sticker--placeholder {
    display: none !important;
  }
  .b-sticker--mobile-only .b-sticker--content-padding {
    margin: 0 !important;
  }
  .b-sticker--mobile-only .b-sticker--content {
    position: static !important;
  }
  .b-sticker--mobile-only .b-sticker--shadow {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .b-sticker--desktop-only.b-sticker--placeholder {
    display: none !important;
  }
  .b-sticker--desktop-only .b-sticker--content-padding {
    margin: 0 !important;
  }
  .b-sticker--desktop-only .b-sticker--content {
    position: static !important;
  }
  .b-sticker--desktop-only .b-sticker--shadow {
    box-shadow: none;
  }
  .b-sticker--shadow {
    box-shadow: 0px 7px 15px 0px rgba(119, 119, 119, 0.5);
  }
}
.b-remind-password--placeholder .b-sticker--content {
  position: relative !important;
}
#CybotCookiebotDialogBody {
  padding-left: 8px !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a {
  padding: 3px 4px !important;
  border-radius: 5px !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #f8f4f1 !important;
  border: 1px solid #f8f4f1 !important;
  color: #3b3b3b !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #42b255 !important;
  border: 1px solid #42b255 !important;
}
.CybotCookiebotDialogBodyLevelButtonWrapper label {
  font-weight: 400 !important;
}
.b-link-cookie-consent {
  cursor: pointer;
  text-decoration: underline;
  color: #e22e39;
}
.b-link-cookie-consent:hover {
  color: #fa1624;
}
@media (max-width: 767px) {
  #CybotCookiebotDialogBodyContent {
    padding: 12px 0 8px 40px !important;
  }
  #CybotCookiebotDialogPoweredbyLink {
    margin-left: -15px !important;
  }
}
.b-sidebar {
  display: none;
  z-index: 1;
}
.b-sidebar .b-deliverytime {
  padding-left: 8px;
}
.b-sidebar .b-express-delivery {
  padding: 0 16px 0 8px;
}
.b-sidebar .b-express-delivery .b-express-delivery--checkbox-wrapper {
  align-items: flex-start;
  flex-direction: column-reverse;
}
.b-sidebar .b-express-delivery .b-express-delivery--checkbox-wrapper .b-express-delivery--checkbox-block {
  align-items: flex-start;
}
.b-sidebar .b-express-delivery .b-express-delivery--price-block {
  display: none;
}
.b-sidebar .b-express-delivery .b-express-delivery--price-block p {
  padding: 8px 0 0 32px;
}
.b-sidebar .b-express-delivery .b-express-delivery--price-block-sidebar {
  color: #42b255;
  display: block;
  padding: 8px 0 0 32px;
}
.b-sidebar .b-express-delivery .b-express-delivery--content-block {
  display: block;
}
.b-sidebar .b-express-delivery .b-express-delivery--content-block .b-pill--expanded {
  margin: 0 0 10px;
}
.b-sidebar .b-express-delivery .b-express-delivery--inactive-msg {
  font-size: 0.75rem;
  padding-left: 32px;
}
.b-sidebar .b-express-delivery .b-express-delivery--btn-col-selected .b-express-delivery--price-block-sidebar {
  color: #ffffff;
}
.b-sidebar .b-express-delivery--footer {
  margin-top: 24px;
}
.b-sidebar .b-express-delivery--wrap {
  margin: 0 16px;
}
.b-sidebar--inner {
  background: #ffffff;
}
.b-sidebar-menu {
  display: none;
  justify-content: center;
}
@media (max-width: 1079px) {
  .b-sidebar {
    background: transparent;
  }
  .b-sidebar-menu {
    min-height: auto;
  }
  .b-sidebar-menu button {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .b-sidebar .b-express-delivery {
    padding: 0 6px;
  }
}
.b-sidebar-login-to-select {
  padding: 8px;
  text-align: left;
  margin-top: 20px;
  border-radius: 5px;
}
.b-sidebar-login-to-select .b-login-register--login,
.b-sidebar-login-to-select .b-login-register--register {
  padding: 0;
}
.b-sidebar-login-to-select button {
  font-size: 0.8875rem;
  line-height: inherit;
  text-transform: lowercase;
}
.b-sidebar-login-to-select button:hover,
.b-sidebar-login-to-select button:focus {
  color: #e22e39;
}
@media (max-width: 1079px) {
  .b-sidebar--inner {
    padding-top: 0;
    box-shadow: none;
  }
  .b-sidebar--inner:before {
    content: none;
  }
}
.b-cart--placeholder {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
}
@media (max-width: 1079px) {
  .b-cart--placeholder {
    background: #f7f7f7;
  }
}
@media (min-width: 1080px) {
  .b-sidebar,
  .b-cart--placeholder {
    display: block;
    width: 334px;
  }
  .b-sidebar {
    position: absolute;
    top: 0;
    right: 0;
  }
  .b-cart--placeholder {
    position: static;
    top: 0;
  }
}
.b-mobile-cart--active {
  background: #ffffff;
}
.b-mobile-cart--active .b-sidebar {
  display: block;
  width: 100%;
  z-index: 0;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0 !important;
  right: 10px;
  transition: 200ms ease-out;
}
.b-mobile-cart--active .b-cart--placeholder {
  width: 100%;
  transform: none;
  perspective: none;
}
.b-mobile-cart--active .b-sidebar-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding: 0 16px;
  background: #f7f7f7;
}
.b-mobile-cart--active .b-sidebar-menu .b-sidebar-menu--title {
  font-size: 0.9375rem;
  font-weight: 600;
}
.b-mobile-cart--active .b-page-specific-content > * {
  display: none;
}
.b-mobile-cart--active .b-page-specific-content > *#customer-data-placeholder {
  display: block;
}
.b-mobile-cart--active .b-header > .breadcrumb,
.b-mobile-cart--active .b-page-specific-content {
  display: none;
}
@media (max-width: 1079px) {
  .b-mobile-cart--active .b-header,
  .b-mobile-cart--active .b-header-mobile,
  .b-mobile-cart--active .b-footer--placeholder {
    display: none;
  }
  .b-mobile-cart--active .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .b-mobile-cart--active .b-scrollable-area {
    height: 100% !important;
  }
}
@media (max-width: 1079px) {
  .b-mobile-cart--active .b-sidebar {
    position: relative;
    right: 0;
  }
  .b-select-address--dropdown-active .b-cart--placeholder {
    height: 100%;
  }
  .b-select-address--dropdown-active .b-cart--placeholder .b-sidebar--contents,
  .b-select-address--dropdown-active .b-cart--placeholder .b-scrollBox,
  .b-select-address--dropdown-active .b-cart--placeholder .b-sidebar--inner {
    height: 100%;
  }
  .b-select-address--dropdown-active .b-sticker--placeholder-bottom {
    display: none;
  }
  .b-select-address--dropdown-active .b-sticker--bottom {
    z-index: 1 !important;
  }
  .b-select-address--dropdown-active .b-timeslots {
    overflow: visible;
  }
}
.b-sidebar--contents {
  position: relative;
  min-height: 70px;
}
.b-sidebar--loader {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 7;
}
@media (max-width: 1079px) {
  .b-sidebar-menu--close-btn.c-btn--close {
    background: #f7f7f7;
    color: #3b3b3b;
    padding: 0;
  }
  .b-sidebar-menu--close-btn.c-btn--close svg {
    font-size: 0.8875rem;
  }
}
.b-sidebar-bottom {
  padding: 0 24px 16px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.b-sidebar-bottom .c-btn--brand-primary:hover {
  background: #b5232c;
}
.b-sidebar-bottom .b-sidebar-bottom--side {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}
.b-sidebar-bottom .b-sidebar-bottom--side:hover div span,
.b-sidebar-bottom .b-sidebar-bottom--side:hover div .b-icon {
  color: #3b3b3b;
}
.b-sidebar-bottom .b-sidebar-bottom--side div {
  display: flex;
  align-items: center;
}
.b-sidebar-bottom .b-sidebar-bottom--side div span {
  font-size: 0.75rem;
  color: #606060;
  margin-right: 5px;
}
.b-sidebar-bottom .b-sidebar-bottom--side div .b-icon {
  color: #606060;
  top: 0;
}
.b-sidebar-bottom .b-sidebar-bottom--side .b-sidebar-bottom--side-total-price {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
.b-sidebar-bottom .b-cart-prices {
  margin-top: 10px;
  padding: 0;
}
@media (max-width: 1079px) {
  .b-sidebar-bottom {
    display: block;
    background: #f7f7f7;
  }
}
.b-sidebar-bottom--prices-tooltip {
  display: none;
}
.b-sidebar-bottom--prices-tooltip-active {
  overflow: visible;
  position: absolute;
  display: block;
  border: 1px solid #eaeaeb;
  border-radius: 5px 5px 0px 5px;
  background: #ffffff;
  padding: 20px 24px;
  width: 100%;
  left: 24px;
  bottom: 80px;
  z-index: 5;
  max-width: 278px;
}
.b-sidebar-bottom--prices-tooltip-active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -12px;
  right: -1px;
  width: 16px;
  height: 12px;
  background: url(../Images/svg/triangle.svg);
}
.b-sidebar-bottom--prices-tooltip-active .b-sidebar-bottom--triangle-anchor {
  position: relative;
}
.b-cart--scrollable-blocks-wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.b-cart--scrollable-blocks-wrap--cart-header {
  background: #f6f6f8;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-cart--scrollable-blocks-wrap--cart-header h3 {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
}
.b-cart--scrollable-blocks-wrap--cart-header button {
  padding: 0.7em 0.3em;
}
.b-cart--scrollable-blocks-wrap--cart-header button:hover .b-icon {
  color: #e22e39;
}
.b-cart--scrollable-blocks-wrap--cart-header .b-icon {
  color: #a9a9a9;
}
.b-cart-prices--confirmed {
  color: #e22e39;
  font-weight: 600;
}
.b-cart-prices {
  display: block;
  width: 100%;
  padding: 0 16px 16px;
}
.b-cart-prices .b-cart-prices--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.b-cart-prices .b-cart-prices--loyalty-points-row .b-icon {
  margin-right: 10px;
}
.b-cart-prices .b-cart-prices--loyalty-points-row span:last-of-type {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
}
.b-cart-prices .b-cart-prices--price {
  color: #e22e39;
}
.b-cart-prices .b-cart-prices--total {
  font-weight: 600;
  font-size: 0.9375rem;
}
.b-cart-prices .b-cart-prices--price-main {
  color: #e22e39;
}
.b-cart-prices .b-cart-prices--icons-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-cart-prices .b-cart-prices--icons-wrap .b-cart-prices--single-icon-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.b-cart-prices .b-cart-prices--icons-wrap .b-cart-prices--single-icon-wrap .b-cart-prices--single-icon--price {
  font-size: 0.625rem;
  margin-top: 3px;
}
.b-cart-prices .b-cart-prices--icons-wrap .b-cart-prices--single-icon-wrap .b-cart-prices--single-icon {
  background: #42b255;
  height: 26.4px;
  padding: 6px;
  border-radius: 35px;
}
.b-cart-prices .b-cart-prices--icons-wrap .b-cart-prices--single-icon-wrap .b-cart-prices--single-icon .b-icon {
  color: #ffffff;
}
.b-cart-prices .b-cart-prices--icons-wrap .b-cart-prices--single-icon-wrap .b-cart-prices--single-icon--inline {
  height: 23.4px;
}
.b-cart-prices .b-cart-prices--icons-wrap .b-cart-prices--single-icon-wrap--disabled {
  opacity: 0.5;
}
.b-cart-prices .b-cart-prices--icons-wrap .b-cart-prices--single-icon-wrap--disabled .b-cart-prices--single-icon {
  background: #f0f0f0;
}
.b-cart-prices .b-cart-prices--icons-wrap .b-cart-prices--single-icon-wrap--disabled .b-cart-prices--single-icon .b-icon {
  color: #3b3b3b;
}
.b-cart-prices .b-cart-prices--icons-wrap--inline {
  flex-direction: column;
  align-items: flex-start;
}
.b-cart-prices .b-cart-prices--icons-wrap--inline .b-cart-prices--single-icon-wrap {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin: 3px auto;
}
.b-cart-prices .b-cart-prices--icons-wrap--inline .b-cart-prices--single-icon-wrap .b-cart-prices--single-icon--text {
  margin-left: 10px;
}
.b-cart-prices .b-cart-prices--icons-wrap--inline .b-cart-prices--single-icon-wrap .b-cart-prices--single-icon--price {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  font-size: 0.8875rem;
  margin-top: 0;
}
.b-cart-prices .b-cart-prices--icons-wrap--inline .b-cart-prices--single-icon-wrap .b-cart-prices--single-icon--info {
  display: block;
  margin-left: 4px;
}
.b-cart-prices--display-small {
  font-size: 0.8875rem;
  line-height: 1.5;
}
.b-cart-prices--display-small .b-cart-prices--price-main {
  font-weight: 600;
}
.b-cart-prices--display-extra-small {
  font-size: 0.75rem;
}
@media (max-width: 1079px) {
  .b-mobile-cart-visible .b-page-specific-content,
  .b-mobile-cart-visible .b-header {
    display: none;
  }
  .b-mobile-cart-visible .b-sidebar {
    display: block;
    position: static !important;
    width: auto;
  }
}
.b-cart--header {
  font-size: 0.625rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.b-cart--header > * {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1079px) {
  .b-cart--header {
    border-bottom: 1px solid #cccccc;
  }
}
.b-cart--count-in-cart-wrap {
  max-width: 50%;
  line-height: 1.2;
  padding: 5px 10px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  color: #3b3b3b;
  font-size: 0.6875rem;
}
.b-cart--count-in-cart-wrap .b-cart--product-count {
  display: flex;
  align-items: center;
}
.b-cart--count-in-cart-wrap .b-cart--product-count .b-cart--product-number {
  color: #3b3b3b;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-left: 0.5em;
}
@media (max-width: 1079px) {
  .b-cart--count-in-cart-wrap {
    padding: 10px;
  }
}
.b-cart--grouping {
  padding: 5px 10px;
  line-height: 1.2;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  color: #3b3b3b;
}
.b-cart--grouping .b-cart--grouping-label {
  font-size: 0.6875rem;
  padding: 0 5px;
}
.b-cart--grouping .b-cart--grouping-toggle {
  display: flex;
  align-items: center;
  padding: 0;
}
.b-cart--grouping .b-cart--grouping-toggle .b-icon {
  top: 0;
}
.b-cart--grouping .b-cart--grouping-enabled .b-icon {
  color: #e22e39;
}
.b-cart--grouping .b-cart--grouping-enabled .b-cart--categories {
  display: block;
  margin-top: -16px;
  margin-bottom: -16px;
}
@media (max-width: 1079px) {
  .b-cart--grouping {
    padding: 10px;
  }
}
.b-cart--category {
  border-top: 3px solid #f0f0f0;
}
.b-cart--category:first-child {
  border-top: none;
}
.b-cart--category-title--wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-cart--category-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.2;
  color: #cccccc;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
}
.b-cart--category-title-indicators--wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-cart--category-count {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  color: #cccccc;
  min-width: 32px;
  text-align: center;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-size: 0.8875rem;
  font-weight: bold;
}
.b-cart--category-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 46px;
  background-image: url(../Images/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.b-cart--category-has-items .b-cart--category-title {
  color: #3b3b3b;
}
.b-cart--category-has-items .b-cart--category-count {
  color: #e22e39;
}
.b-cart--category-cart-items {
  display: none;
}
.b-cart--category-expanded .b-cart--category-cart-items {
  display: block;
}
.b-cart--category-expanded .b-cart--category-cart-items .b-cart-item-minimal {
  margin-right: 0;
  margin-left: 0;
}
.b-cart--category-expanded.b-cart--category-has-items .b-cart--category-toggle {
  background-image: url(../Images/icons/arrow-up-red.png);
}
.b-cart--category:last-child .b-cart--item:last-child {
  border-bottom: 10px solid transparent;
}
.b-cart--item-price {
  display: block;
  text-align: left;
  float: right;
  color: #e22e39;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 22px;
  margin-right: -6px;
}
.b-cart--checkout-item-price {
  font-size: 0.9375rem;
  font-size: bold;
  white-space: nowrap;
}
.b-cart--item-remove {
  position: absolute;
  top: 1px;
  right: 1px;
  color: #e22e39;
  padding: 3px;
  z-index: 3;
}
.b-cart--item-remove > .b-icon {
  display: block;
  top: 0;
}
.b-cart--item-remove:hover {
  background: #e22e39;
  color: #ffffff;
}
.table.b-checkout--tableview > thead > tr > th {
  font-size: 0.8875rem;
  font-weight: 600;
  border-bottom: 0;
}
.table.b-checkout--tableview > tbody > tr > td {
  vertical-align: middle;
}
.table.b-checkout--tableview .b-cart--item {
  display: table-row;
}
.table.b-checkout--tableview .b-cart--item-img {
  position: static;
  margin-top: 0;
}
.table.b-checkout--tableview .b-cart--item-title {
  padding-bottom: 0;
  margin-bottom: 0;
  display: inline-block;
}
.table.b-checkout--tableview .b-cart--item-price {
  float: none;
}
.table.b-checkout--tableview .b-quantity-select--wrap {
  float: none;
  display: inline-block;
}
.table.b-checkout--tableview .b-quantity-select--modern {
  display: flex;
  justify-content: flex-start;
}
.table.b-checkout--tableview .b-cart--item-remove {
  position: relative;
  top: 0;
  left: 0;
}
.table.b-checkout--tableview .b-checkout--image-td {
  position: relative;
}
.table.b-checkout--tableview .b-product--out-of-stock-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.table.b-checkout--tableview .b-cart-item-modern-one-line {
  border-bottom: 1px solid #eaeaeb;
  border-top: 1px solid #eaeaeb;
}
.table.b-checkout--tableview .b-cart-item-modern-one-line:last-child {
  border-bottom: none;
}
.b-checkout--toggle-all-substitutes {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.8875rem;
}
.b-checkout--toggle-all-substitutes > label {
  font-weight: 600;
}
.b-checkout--toggle-all-substitutes-btn {
  padding: 0;
  margin-right: 3px;
}
.b-checkout--toggle-all-substitutes-btn span {
  margin-left: 5px;
}
.b-cart--minimal-sum {
  color: #e22e39;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 0;
}
.b-items-dropdown {
  list-style: none;
  width: 100%;
  padding-left: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.b-cart--item-picking-action--active .b-icon {
  color: #42b255;
}
.b-cart--item-picking-action--unactive .b-icon {
  color: #3b3b3b;
}
.b-cart--empty-wrap {
  display: flex;
  flex-direction: column;
  background: #f6f6f8;
}
.b-cart--empty-content {
  padding: 32px;
  flex-grow: 1;
  flex-direction: column;
}
.b-cart--empty-content .b-icon {
  margin-bottom: 48px;
}
.b-cart--empty-content .b-cart--empty-content--title {
  font-weight: 700;
  margin-bottom: 8px;
}
.b-cart--empty-content p {
  text-align: center;
}
.b-cart--empty-with-saved-baskets-content {
  padding: 64px 24px 24px;
  justify-content: flex-start;
}
.b-cart--empty-with-saved-baskets-content .b-cart--empty-with-saved-baskets-content--title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  text-align: center;
}
.b-cart--empty-with-saved-baskets-content .b-cart--empty-with-saved-baskets-content--title-wrap .b-icon {
  position: absolute;
  left: -32px;
  margin-bottom: 0;
}
.b-cart--empty-with-saved-baskets-content .b-cart--empty-with-saved-baskets-content--txt {
  font-size: 0.75rem;
  margin: 64px 0 24px;
}
.b-cart--empty-with-saved-baskets-content button {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.b-cart--empty-with-saved-baskets-content button .b-icon {
  margin: 0 16px 0 0;
}
.b-cart--empty-with-saved-baskets-content button:hover {
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.12);
}
.b-cart--empty-with-saved-baskets-content .b-cart--empty-with-saved-baskets-content--link-wrap {
  margin-top: 24px;
}
.b-cart--empty-with-saved-baskets-content .b-cart--empty-with-saved-baskets-content--link-wrap a {
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #3b3b3b;
}
.b-cart--empty-with-saved-baskets-content .b-cart--empty-with-saved-baskets-content--link-wrap a .b-icon {
  margin: 0 0 0 8px;
  top: 0;
}
.b-cart--scrollable-blocks-wrap--cart-content {
  background: #f6f6f8;
  padding: 0 16px 16px;
  flex-grow: 1;
}
.b-customer-plate-no {
  padding: 20px 0;
}
@media (min-width: 1080px) {
  .b-customer-plate-no .b-customer-plate-no--wrap {
    padding-left: 30px;
  }
}
.b-customer-plate-no .b-customer-plate-no--wrap .row {
  display: flex;
  align-items: center;
}
.b-customer-plate-no .b-customer-plate-no--wrap .b-customer-plate-no--image {
  text-align: center;
}
.b-customer-plate-no .b-customer-plate-no--wrap .b-customer-plate-no--image img {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px) {
  .b-customer-plate-no .b-customer-plate-no--wrap .b-customer-plate-no--image {
    display: none;
  }
}
.b-customer-plate-no--inputs {
  margin-top: 30px;
}
.b-customer-plate-no--inputs .b-customer-plate-no--input {
  margin-bottom: 15px;
}
.b-customer-plate-no--inputs .b-customer-plate-no--input p {
  margin: 5px 0 0 40px;
}
.b-customer-plate-no--inputs .b-customer-plate-no--input .b-input-checkbox--label {
  margin-left: 10px;
}
.b-customer-plate-no--inputs .b-customer-plate-no--input .b-input-checkbox--circle-not-checked,
.b-customer-plate-no--inputs .b-customer-plate-no--input .b-input-checkbox--circle-icon {
  width: 29px;
  height: 29px;
}
.b-customer-plate-no--addition,
.b-customer-plate-no--addition-list,
.b-customer-plate-no--addition-add {
  flex-wrap: wrap;
}
.b-customer-plate-no--addition {
  margin: 15px 0 0 40px;
  display: flex;
}
.b-customer-plate-no--addition button {
  max-height: 40px;
}
.b-customer-plate-no--addition .b-customer-plate-no--addition-list {
  display: flex;
}
.b-customer-plate-no--addition .b-customer-plate-no--addition-list span {
  background-color: #e3f3e2;
  border-radius: 50px;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
  max-height: 40px;
}
.b-customer-plate-no--addition .b-customer-plate-no--addition-list span svg {
  color: #3b3b3b;
  margin-left: 8px;
  width: 12px;
  height: 12px;
}
.b-customer-plate-no--addition .b-customer-plate-no--addition-add {
  display: flex;
}
.b-customer-plate-no--addition .b-customer-plate-no--addition-add div {
  margin-bottom: 10px;
}
.b-customer-plate-no--addition .b-customer-plate-no--addition-add .b-customer-plate-no--warning-msg {
  margin: 0;
  font-size: 0.75rem;
  line-height: 16px;
  padding-top: 2px;
  color: #e22e39;
}
.b-customer-plate-no--addition .b-customer-plate-no--addition-add input {
  padding: 10px 15px;
  width: 230px;
  font-size: 0.8125rem;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.b-customer-plate-no--addition .b-customer-plate-no--addition-add ::placeholder {
  text-transform: none;
}
.b-customer-plate-no--addition .b-customer-plate-no--addition-add button {
  width: auto;
  padding: 10px 20px;
}
.b-cart--item-title a {
  word-break: break-all;
  word-wrap: break-word;
}
.b-cart--item {
  display: flex;
  justify-content: space-between;
}
.b-cart--item .b-cart-item--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b-cart--item .b-cart-item--content .b-cart-item--price-and-units-wrap {
  display: flex;
}
.b-cart--item .b-cart-item--content .b-cart-item--price-and-units-wrap .b-cart-item--units {
  line-height: 1;
  margin-left: 30px;
  display: block;
  text-align: left;
  font-weight: 600;
  font-size: 0.8125rem;
}
.b-cart--item .b-cart-item--content .b-cart--item-title {
  padding-bottom: 0;
}
.b-cart--item .b-cart-item--content .b-cart--item-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.b-cart--item .b-cart-item--content .b-cart--item-price {
  line-height: 1;
}
.b-cart--item .b-cart-item--actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b-cart--item .b-cart-item--actions .c-btn {
  margin-top: -4px;
  margin-right: -4px;
  color: #e22e39;
  z-index: 3;
}
.b-cart--item .b-cart--item-title {
  padding: 0;
  font-size: 0.6875rem;
  text-align: left;
  display: block;
  padding-bottom: 5px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.b-cart--item .b-cart--item-title a:hover {
  color: #e22e39;
}
.b-cart--item .b-cart--item-img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -42.7188px / 2;
  padding: 0;
  border: 0;
  margin-left: 2px;
}
.b-cart--item .b-cart--item-img img {
  max-width: 56px;
  height: auto;
}
.b-cart--item--donation-text {
  font-size: 0.6875rem;
  margin-left: 5px;
  color: #e22e39;
}
@media (max-width: 1079px) {
  .b-cart--item--donation-text {
    font-size: 0.8125rem;
    margin-left: 0;
    line-height: 1.7;
  }
}
.b-cart--scrollable-blocks-wrap--cart-content .b-cart-item-minimal {
  background: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.b-cart--scrollable-blocks-wrap--cart-content .b-cart--item-checkbox {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.b-cart--scrollable-blocks-wrap--cart-content .b-cart--items .b-cart-item-minimal {
  margin-right: 0;
  margin-left: 0;
}
.b-cart--scrollable-blocks-wrap--cart-content .b-cart--items .b-cart--item:first-child {
  border-top: none;
}
.b-cart-item-minimal {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  line-height: 1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: flex;
  justify-content: flex-end;
}
.b-cart-item-minimal:before {
  content: '';
  display: block;
  width: auto;
  margin: auto 15px;
  height: 4px;
  background-color: #f0f0f0;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}
.b-cart-item-minimal:first-child:before {
  display: none;
}
.b-cart-item-minimal .b-cart-item-minimal--price-info {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 10px;
  font-size: 1rem;
}
@media (max-width: 1079px) {
  .b-cart-item-minimal .b-cart-item-minimal--price-info {
    display: flex;
    align-items: flex-end;
    padding-top: 10px;
    font-size: 0.75rem;
  }
}
@media (max-width: 1079px) {
  .b-cart-item-minimal .b-cart-item-minimal--price-info-units-res {
    display: block;
  }
}
.b-cart-item-minimal .b-cart-item-minimal--price-info-unit-price {
  color: #9d9d9d;
  font-size: 0.9375rem;
}
@media (max-width: 1079px) {
  .b-cart-item-minimal .b-cart-item-minimal--price-info-unit-price {
    font-size: 0.75rem;
  }
}
.b-cart-item-minimal .b-cart-item-minimal--price-info-total {
  color: #e22e39;
  font-weight: 600;
  font-size: 1.125rem;
  margin-left: 10%;
}
@media (max-width: 1079px) {
  .b-cart-item-minimal .b-cart-item-minimal--price-info-total {
    margin-left: auto;
    font-size: 0.9375rem;
  }
}
.b-cart-item-minimal .b-cart-item-minimal--content {
  padding: 2px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.b-cart-item-minimal .b-cart--item-img {
  position: relative;
  display: block;
  text-align: center;
  width: 116px;
}
.b-cart-item-minimal .b-cart--item-img img {
  max-width: 80%;
}
.b-cart-item-minimal .b-cart--item-title > a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #3b3b3b;
}
.b-cart-item-minimal .b-cart--item-title {
  max-width: 467px;
}
.b-cart-item-minimal .b-cart-item-minimal--price-info-wrap {
  display: flex;
  align-items: flex-end;
}
.b-cart-item-minimal .b-cart-item-minimal--price-info-wrap strong {
  margin-left: 10%;
}
.b-cart-item-minimal .b-quantity-select--modern--units-only {
  margin-left: 20%;
}
@media (max-width: 1079px) {
  .b-cart-item-minimal .b-cart-item-minimal--price-info-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .b-cart-item-minimal .b-cart-item-minimal--price-info-wrap .b-quantity-select--modern--units-only {
    margin-left: 0;
    margin-top: 5px;
  }
  .b-cart-item-minimal .b-cart-item-minimal--price-info-wrap strong {
    display: flex;
    flex-direction: row;
    margin-left: 0;
  }
}
.b-cart-item-minimal .b-cart-item-minimal--price-info-label {
  color: #3b3b3b;
  font-weight: normal;
  white-space: nowrap;
}
@media (max-width: 1079px) {
  .b-cart-item-minimal .b-cart-item-minimal--price-info-label {
    display: none;
  }
}
@media (max-width: 1079px) {
  .b-cart-item-minimal .b-cart-promo-label {
    display: none;
  }
}
.b-cart-item-minimal .b-cart-item-minimal--actions {
  margin-right: 15px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.b-cart-item-minimal .b-in-favorites .b-icon {
  color: #e22e39;
}
.b-cart-item--img-minimal-wrap {
  display: flex;
  align-items: center;
}
.b-picking-action-btn--active .b-icon {
  color: #42b255 !important;
}
.b-cart-item-modern--remove-btn {
  z-index: 5;
  position: relative;
  color: #e22e39;
}
.b-cart-item-modern--remove-btn,
.b-cart-item-modern--remove-btn:hover,
.b-cart-item-modern--remove-btn:active {
  color: #e22e39;
}
.b-cart-item-modern--actions {
  margin-right: 15px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 73px;
  min-width: 74px;
}
.b-cart-item-modern--actions .b-icon {
  max-width: 32px;
  max-height: 32px;
}
.b-cart-item-modern--actions .b-input-checkbox--icon-modern {
  z-index: 5;
  position: relative;
}
.b-input-checkbox--icon-modern .b-icon {
  margin: 0;
}
.b-cart-item-modern-one-line {
  border-top: 4px solid #f0f0f0;
}
.b-cart-item-modern-one-line .b-tags-and-labels--wrap {
  right: 6px;
}
.b-checkout--addition .b-cart-item-modern-one-line .b-tags-and-labels--wrap {
  right: 32px;
}
.b-header-mobile {
  position: sticky;
  top: 0;
  z-index: 500;
}
#b-mobile-sticky-menu {
  width: 100%;
}
.b-menu {
  display: none;
  padding-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1079px) {
  .b-menu {
    display: block;
    padding-top: 0px;
    margin-bottom: 8px;
  }
}
.b-top-menu {
  position: relative;
  background: #e22e39;
  list-style: none;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 0;
  margin-left: -20px / 2;
  margin-right: -20px / 2;
  border-radius: 5px;
}
.b-top-menu-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.8875rem;
  text-decoration: none;
}
.b-top-menu-mobile {
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 5px 16px;
  display: flex;
  border-radius: 0;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
}
.b-top-menu-mobile .b-top-menu-item {
  display: flex;
  width: 100%;
}
.b-top-menu-mobile .b-top-menu-item:last-child {
  justify-content: flex-end;
  font-weight: 600;
  font-size: 0.75rem;
}
@media screen and (max-width: 429px) {
  .b-top-menu-mobile .b-top-menu-item:last-child {
    width: 115%;
  }
}
@media screen and (max-width: 374px) {
  .b-top-menu-mobile .b-top-menu-item:last-child {
    width: 160%;
  }
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-mydata-btn .b-icon {
  font-size: 1.0625rem;
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-cart-in-header--btn {
  padding: 1px 16px 1px 0;
  border-right: 1px solid #eaeaeb;
  position: relative;
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-cart-in-header--btn span {
  padding-left: 5px;
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-cart-in-header--btn.b-cart-in-header--btn-reservation {
  padding: 1px 8px 1px 0;
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-cart-in-header--btn .b-icon.b-cart-and-delivery-in-header--icon-cart {
  width: 19px;
  height: 19px;
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-delivery-in-header--btn {
  padding: 1px 16px;
  margin-right: 16px;
  border-right: 1px solid #eaeaeb;
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-delivery-in-header--btn.b-delivery-in-header--btn-reservation {
  padding: 1px 8px;
  margin-right: 8px;
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-delivery-in-header--btn .b-delivery-in-header--countdown-wrap {
  padding: 4px 8px;
  border-radius: 25px;
  background: #eaeaeb;
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-delivery-in-header--btn .b-delivery-in-header--countdown-wrap .b-sidebar-menu--countdown-time {
  margin: 0;
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-delivery-in-header--btn .b-delivery-in-header--countdown-wrap--warn {
  background: #e22e39;
  color: #ffffff;
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-delivery-in-header--btn .b-delivery-in-header--countdown-wrap--addition {
  background: #42b255;
  color: #ffffff;
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-delivery-in-header--btn .b-icon.b-cart-and-delivery-in-header--icon-calendar {
  width: 17px;
  height: 17px;
}
.b-top-menu-mobile .b-top-menu-item:last-child .b-cart-in-header--count {
  position: absolute;
  background: #e22e39;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 0.75rem;
  left: 7px;
  bottom: 10px;
  z-index: 1;
  border: 2px solid #ffffff;
}
.b-top-menu-mobile .b-help-btn--container {
  width: 50%;
}
.b-top-menu-mobile .b-help-btn--container .b-login-register--button {
  padding: 0 0 0 15px;
}
.b-top-menu-mobile .b-help-btn--container .b-login-register--button .b-icon {
  font-size: 1.0625rem;
}
.b-top-menu-mobile .b-top-menu-item.b-top-menu-item--container {
  justify-content: start;
}
.b-top-menu-mobile .b-top-menu-item-link {
  padding: 0;
}
.b-top-menu-mobile .b-top-menu-item-link .b-icon {
  top: 0;
}
.b-top-menu-mobile .b-trigger-mobile-menu {
  margin-right: 15px;
}
.b-top-menu-mobile .b-trigger-mobile-menu:before {
  content: '';
  width: 21px;
  height: 21px;
  background: url(../Images/svg/hamburger.svg) no-repeat;
}
@media (max-width: 1079px) {
  .b-top-menu--region-service {
    padding: 1px 16px;
  }
}
.b-top-menu-desktop {
  display: none;
}
.b-top-menu-mobile--link-to-mydata {
  font-size: 0.6875rem;
  text-decoration: none;
}
@media (min-width: 1080px) {
  .b-menu {
    display: block;
  }
  .b-top-menu-desktop {
    display: flex;
    flex-wrap: wrap;
  }
  .b-top-menu-desktop .b-top-menu-item {
    display: flex;
    justify-content: flex-start;
    width: calc(100% / 7);
    min-height: 70px;
  }
  .b-header-mobile {
    display: none;
  }
  .b-top-menu {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .b-top-menu-item:first-child .b-top-menu-item-link.b-top-menu-item-link-active {
    border-radius: 5px 0 0 5px;
  }
  .b-top-menu-item:first-child .b-top-menu-item-link:hover,
  .b-top-menu-item:first-child .b-top-menu-item-link:focus,
  .b-top-menu-item:first-child .b-top-menu-item-link:active {
    border-radius: 5px 0 0 5px;
  }
  .b-top-menu-item-link {
    width: 100%;
  }
  .b-top-menu-item-link:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    border-left: 1px solid #e22e39;
    position: absolute;
    top: 0;
    left: 0;
  }
  .b-top-menu-item-link:after {
    content: '';
    display: none;
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f8f4f1;
  }
  .b-top-menu-item-link:hover,
  .b-top-menu-item-link:focus,
  .b-top-menu-item-link:active {
    color: #ffffff;
  }
  .b-top-menu-item-link:hover:before,
  .b-top-menu-item-link:focus:before,
  .b-top-menu-item-link:active:before {
    display: none;
  }
  .b-top-menu-item-link:hover,
  .b-top-menu-item-link:focus {
    background: #c21b25;
    color: #ffffff;
  }
  .b-top-menu-item-link.b-top-menu-item-link-active {
    background: #c21b25;
  }
  .b-top-menu-item-link.b-top-menu-item-link-active:before {
    display: none;
  }
  .b-top-menu-item-link.b-top-menu-item-link-active:after {
    display: block;
  }
  .b-top-menu-item:first-child .b-top-menu-item-link:before,
  .b-top-menu-item:nth-child(8) .b-top-menu-item-link:before,
  .b-top-menu-item:nth-child(15) .b-top-menu-item-link:before {
    display: none;
  }
}
.b-card-and-delivery-in-header--wrapper {
  display: flex;
}
.b-category-children {
  display: none;
}
.b-category-children .b-zig-zag-fat {
  padding-top: 10px;
}
.b-category-children--count {
  color: #42b255;
}
.b-category-children--count:before {
  content: '(';
}
.b-category-children--count:after {
  content: ')';
}
@media (max-width: 1079px) {
  .b-category-children .b-category-children--active {
    display: none;
  }
  .b-category-children .b-zig-zag-fat,
  .b-category-children .b-category-banner {
    display: none;
  }
  .b-category-children--li {
    width: auto !important;
    height: auto !important;
  }
  .mobile-banner-display-fix {
    all: unset;
  }
  .mobile-banner-display-fix .b-category-banner {
    display: block;
  }
  .mobile-banner-display-fix .b-filter-order {
    display: none;
  }
}
.b-category-children--list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.b-category-children--list:before,
.b-category-children--list:after {
  content: " ";
  display: table;
}
.b-category-children--list:after {
  clear: both;
}
.b-category-children--list:before,
.b-category-children--list:after {
  content: " ";
  display: table;
}
.b-category-children--list:after {
  clear: both;
}
.b-category-children--list a {
  text-decoration: none;
  text-align: center;
  height: 100%;
}
.b-category-children--item {
  color: #3b3b3b;
  text-decoration: none;
}
.b-category-children--item:hover {
  color: #e22e39;
}
@media (min-width: 1080px) {
  .b-category-children--pseudoselect {
    display: none;
  }
  .b-category-children--list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .b-category-children {
    display: block !important;
  }
  .b-category-children.b-loaded {
    visibility: visible;
  }
  .b-category-children--li {
    width: 25%;
    float: left;
    padding: 0 8px 8px 0;
  }
  .b-category-children--li:nth-child(4n) {
    padding-right: 0px;
  }
  .b-category-children--item {
    display: block;
    background: #ffffff;
    padding: 3px;
    border-radius: 3px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  }
  .b-category-children--item:focus {
    color: #3b3b3b;
    background: #ffffff;
  }
  .b-category-children--item:hover {
    background: #42b255;
    color: #ffffff;
  }
  .b-category-children--item:hover .b-category-children--count {
    color: #ffffff;
  }
  .b-category-children--active {
    background: #42b255;
    color: #ffffff;
  }
  .b-category-children--active .b-category-children--count {
    color: #ffffff;
  }
}
.b-category-banner {
  display: block;
  padding: 4px 0 10px 0;
}
.b-category-banner > img {
  display: block;
  max-width: 100%;
}
.b-pagination-wrapper--desktop-top {
  margin-bottom: -30px;
  display: none;
}
.b-pagination-wrapper--desktop-top > .pagination {
  margin-bottom: 0;
}
.b-pagination-wrap--no-filters {
  margin-bottom: 5px;
}
.b-pagination-wrapper {
  text-align: center;
}
@media (min-width: 1080px) {
  .b-pagination-wrapper--desktop-top {
    display: block;
  }
}
.b-deliverytime {
  padding: 20px 0 10px 0;
  font-size: 0.625rem;
  font-weight: 600;
}
.b-deliverytime--head {
  display: flex;
  position: relative;
  min-height: 40px;
}
.b-deliverytime--head .b-deliverytime--col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.b-deliverytime--col {
  padding-left: 3px;
  width: auto;
  flex-grow: 1;
  min-width: 57px;
}
.b-deliverytime--col:first-child {
  padding-left: 0;
}
.b-deliverytime--col:not(:first-child) {
  flex-basis: 100%;
}
.b-deliverytime--body {
  display: flex;
}
@media (min-width: 769px) {
  .b-deliverytime--body-checkout .b-deliverytime--times-col {
    font-size: 0.75rem;
  }
}
.b-deliverytime--times-col > .b-deliverytime--slot {
  color: #3b3b3b;
}
.b-deliverytime--labels-weekday {
  text-transform: capitalize;
  font-size: 0.6875rem;
}
.b-deliverytime--labels-monthday {
  color: #999999;
}
.b-deliverytime--slot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3px;
  padding: 0;
  min-height: 30px;
  border: 1px solid transparent;
  color: #396237;
}
.b-deliverytime--slot:first-child {
  margin-top: 0;
}
.b-deliverytime--slot-available {
  background: #e3f3e2;
  font-size: 0.79rem;
  color: #42b255;
}
.b-deliverytime--slot-available:hover {
  border: 1px solid #42b255;
}
.b-deliverytime--slot-unavailable {
  background: #e22e39;
  color: #f3abb0;
  cursor: not-allowed;
  font-weight: 400;
  font-size: 0.79rem;
}
.b-deliverytime--slot-unavailable-alc-time {
  background: #e3f3e2;
}
.b-deliverytime--slot-selected {
  background: #42b255;
  color: #ffffff;
}
.b-deliverytime--slot-selected .b-delivery-price ~ del {
  color: #ffffff;
}
.b-alc-in-cart-warning {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  line-height: 1.2;
}
.b-alc-in-cart-warning .b-alc-in-cart-warning--icon {
  background: #e3f3e2;
  display: flex;
  padding: 5px 10px;
  align-items: center;
}
.b-deliverytime--times-col {
  width: 100px;
  flex-grow: 0;
}
.b-deliverytime--days-prev,
.b-deliverytime--days-next {
  display: block;
  position: absolute;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1079px) {
  .b-deliverytime--days-prev,
  .b-deliverytime--days-next {
    padding: 0;
  }
}
.b-deliverytime--days-prev {
  left: 0;
}
.b-deliverytime--days-prev:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 4px solid #999999;
}
.b-deliverytime--days-prev:hover:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 4px solid #3b3b3b;
}
.b-deliverytime--days-next {
  right: 0;
}
.b-deliverytime--days-next:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 4px solid #999999;
}
.b-deliverytime--days-next:hover:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  -moz-transform: scale(0.9999);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 4px solid #3b3b3b;
}
@media (max-width: 1079px) {
  .b-deliverytime--times-col {
    width: 42px;
  }
}
.b-delivery-times .b-deliverytime--times-col {
  min-width: 57px;
}
@media (max-width: 1079px) {
  .b-delivery-times .b-deliverytime--times-col {
    width: 42px;
  }
  .b-delivery-times .b-deliverytime {
    padding: 10px;
  }
}
.b-deliverytime--days-prev-sidebar {
  left: inherit;
  right: -15px;
}
@media (max-width: 1080px) {
  .b-deliverytime--days-prev-sidebar {
    right: -7px;
  }
}
.b-deliverytime--days-prev-checkout {
  left: inherit;
  right: -7px;
}
.b-timeslot-loader {
  padding: 48px;
}
.b-delivery-price {
  font-weight: 600;
  font-size: 0.79rem;
  padding-right: 4px;
}
.b-delivery-price--crossed {
  font-size: 0.625rem;
}
.b-delivery-price ~ del {
  color: #68c177;
}
.b-timeslots {
  padding: 20px 20px 0;
}
.b-timeslots .b-red-circle-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
}
.b-timeslots .b-addresses {
  display: flex;
  justify-content: space-between;
  height: 132px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.b-timeslots .b-addresses .b-select-address--dropdown-content {
  top: 72px;
}
.b-timeslots .b-addresses .b-select-address--wrap {
  border: 1px solid #f0f0f0;
  width: 49%;
}
.b-timeslots .b-addresses .b-select-address--heading {
  height: 100%;
  box-shadow: none;
}
.b-timeslots .b-addresses .b-select-address--heading .b-select-address--heading--main-content {
  padding: 25px;
}
.b-timeslots .b-addresses .b-select-address--heading .b-select-address--main-address {
  padding: 0 25px 25px 25px;
}
.b-timeslots .b-addresses .b-select-address--wrap-active {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}
.b-timeslots .b-addresses .b-select-address--wrap-active .b-select-address--heading {
  height: auto;
}
.b-timeslots .b-deliverytime {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-timeslots .b-deliverytime {
    margin-bottom: 0;
  }
}
.b-timeslots .b-deliverytime--col:first-child {
  margin-right: 10px;
  width: fit-content;
}
@media (max-width: 1079px) {
  .b-timeslots .b-deliverytime--col:first-child {
    width: 42px;
  }
}
.b-timeslots .b-deliverytime--head .b-deliverytime--col .b-deliverytime--days-prev-checkout {
  right: -17px;
}
.b-timeslots .b-select-address--dropdown-content-active .b-address-change-modal--scrollable-list ::-webkit-scrollbar {
  width: 15px;
}
.b-timeslots .b-select-address--dropdown-content-active .b-address-change-modal--scrollable-list ::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.b-timeslots .b-select-address--dropdown-content-active .b-address-change-modal--scrollable-list ::-webkit-scrollbar-thumb {
  transition: all 0.3 ease;
  background: #cccccc;
  border-radius: 7px;
  border: 2px solid #f0f0f0;
}
.b-timeslots .b-select-address--dropdown-content-active .b-address-change-modal--scrollable-list ::-webkit-scrollbar-thumb:hover {
  background: #9d9d9d;
}
.b-timeslots .b-select-address--dropdown-content-active .b-address-change-modal--scrollable-list ul {
  overflow: auto;
  width: 100%;
}
.b-timeslots .b-select-address--dropdown-content-active .b-address-change-modal--scrollable-list ul {
  max-height: 415px;
}
.b-timeslots .b-alert--success--green-bg {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-timeslots {
    padding: 10px;
  }
  .b-timeslots .b-alert--success--green-bg {
    margin-bottom: 10px;
  }
}
@media (max-width: 1079px) {
  .b-timeslots {
    padding: 10px 10px 0;
  }
  .b-timeslots .b-addresses {
    flex-direction: column;
    padding-left: 0;
    margin: auto -10px;
    height: auto;
  }
  .b-timeslots .b-addresses .b-select-address--wrap {
    width: 100%;
    min-height: auto;
    border: none;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  .b-timeslots .b-addresses .b-select-address--wrap:first-of-type {
    border-bottom: none;
  }
  .b-timeslots .b-addresses .b-select-address--heading {
    height: 100%;
  }
  .b-timeslots .b-addresses .b-select-address--heading .b-select-address--heading--main-content {
    padding: 17px;
  }
  .b-timeslots .b-addresses .b-select-address--heading .b-select-address--main-address {
    padding: 0 19px 17px 19px;
  }
}
.b-express-delivery--wrap {
  margin: 40px 0 24px;
}
.b-express-delivery--wrap h2 {
  font-size: 0.9375rem;
  color: #3b3b3b;
  font-weight: 600;
  margin-bottom: 16px;
}
.b-express-delivery--wrap .b-delivery-time-msg {
  border-radius: 4px;
}
.b-express-delivery {
  margin-bottom: 20px;
}
.b-express-delivery .b-express-delivery--head {
  margin-bottom: 16px;
}
.b-express-delivery .b-express-delivery--head h1 {
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 0.625rem;
}
@media (max-width: 1079px) {
  .b-express-delivery .b-express-delivery--head h1 {
    font-size: 0.6875rem;
  }
}
@media (max-width: 500px) {
  .b-express-delivery .b-express-delivery--head {
    margin-bottom: 20px;
  }
}
.b-express-delivery .b-express-delivery--body {
  display: flex;
  position: relative;
  min-height: 50px;
  cursor: pointer;
}
.b-express-delivery .b-express-delivery--body .b-express-delivery--col {
  display: flex;
}
.b-express-delivery .b-express-delivery--body .b-express-delivery--btn-col-selected {
  border: 1px solid #42b255;
  background: #42b255;
}
.b-express-delivery .b-express-delivery--body .b-express-delivery--btn-col-selected p {
  color: #ffffff;
}
.b-express-delivery .b-express-delivery--body .b-express-delivery--btn-col-selected .b-express-delivery--price-block span {
  color: #ffffff;
}
.b-express-delivery .b-express-delivery--body .b-express-delivery--btn-col-selected del {
  color: #ffffff;
}
.b-express-delivery .b-express-delivery--body .b-input-checkbox-styled {
  border: 1px solid #42b255;
}
.b-express-delivery .b-express-delivery--btn-col {
  background: #e3f3e2;
  padding: 16px;
  width: 100%;
  font-size: 0.8875rem;
  border: 1px solid #ffffff;
}
.b-express-delivery .b-express-delivery--btn-col:hover {
  border: 1px solid #42b255;
}
.b-express-delivery .b-express-delivery--btn-col p {
  font-weight: 600;
}
.b-express-delivery .b-express-delivery--btn-col .b-express-delivery--content {
  width: 100%;
}
.b-express-delivery .b-express-delivery--btn-col .b-express-delivery--price-block {
  position: relative;
}
.b-express-delivery .b-input-checkbox-styled svg path {
  stroke: #ffffff;
}
.b-express-delivery .b-express-delivery--price-block span {
  color: #42b255;
}
@media (max-width: 767px) {
  .b-express-delivery .b-express-delivery--price-block p {
    margin: 8px 0 0 32px;
  }
}
.b-express-delivery .b-pill--expanded {
  margin: 0 8px;
}
.b-express-delivery .b-input-checkbox--checked .b-input-checkbox-styled {
  border-color: #42b255;
}
.b-express-delivery .b-input-checkbox--checked .b-input-checkbox-styled svg path {
  stroke: #42b255;
}
.b-express-delivery .b-delivery-price,
.b-express-delivery .b-delivery-price ~ del {
  font-size: 1rem;
}
@media (max-width: 1079px) {
  .b-express-delivery {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 429px) {
  .b-express-delivery {
    padding: 0;
  }
}
.b-express-delivery--checkbox-wrapper,
.b-express-delivery--checkbox-block {
  display: flex;
  align-items: center;
}
.b-express-delivery--footer {
  margin-top: 32px;
}
.b-express-delivery--footer p {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #c6c6c6;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-size: 0.8875rem;
}
.b-express-delivery--footer p span {
  color: #3b3b3b;
  background: #ffffff;
  padding: 0 10px;
}
.b-express-delivery--price-block-sidebar {
  display: none;
}
@media (max-width: 768px) {
  .b-express-delivery--footer {
    margin-top: 24px;
  }
  .b-express-delivery--checkbox-wrapper {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .b-express-delivery--checkbox-wrapper .b-express-delivery--checkbox-block {
    align-items: flex-start;
  }
  .b-express-delivery--price-block {
    display: none;
  }
  .b-express-delivery--price-block p {
    padding: 8px 0 0 32px;
  }
  .b-express-delivery--price-block-sidebar {
    color: #42b255;
    display: block;
    padding: 8px 0 0 32px;
  }
  .b-express-delivery--content-block {
    display: block;
  }
  .b-express-delivery--content-block .b-pill--expanded {
    margin: 0 0 10px;
  }
  .b-express-delivery--inactive-msg {
    font-size: 0.75rem;
    padding-left: 32px;
  }
  .b-express-delivery--btn-col-selected .b-express-delivery--price-block-sidebar {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .b-express-delivery--content-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.b-express-delivery--inactive-msg {
  display: none;
}
.b-express-delivery--inactive .b-express-delivery--body {
  cursor: default;
}
.b-express-delivery--inactive .b-express-delivery--body .b-express-delivery--checkbox-block > p {
  color: #999999;
}
.b-express-delivery--inactive .b-express-delivery--body .b-input-checkbox-styled {
  border: 1px solid #d9d9d9;
}
.b-express-delivery--inactive .b-express-delivery--body .b-express-delivery--inactive-msg {
  display: block;
  font-weight: 400;
  padding-top: 8px;
}
.b-express-delivery--inactive .b-express-delivery--btn-col {
  background-color: #f6f6f8;
  pointer-events: none;
}
.b-express-delivery--inactive .b-pill,
.b-express-delivery--inactive .b-express-delivery--price-block,
.b-express-delivery--inactive .b-express-delivery--body .b-express-delivery--price-block-sidebar {
  display: none;
}
.b-filter-order--filter-toggle {
  justify-content: center;
  align-items: center;
  display: flex;
  color: #e22e39;
  text-transform: capitalize;
  font-size: 1rem;
  padding: 4px 0 0;
}
.b-filter-order--filter-toggle:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../Images/icons/plus.png);
  margin-left: 4px;
}
.b-filter-order--filter-toggle:hover {
  color: #fa1624;
}
.b-filter-order--filter-toggle:hover:after {
  background-image: url(../Images/icons/plus-hover.png);
}
.b-orderby {
  min-height: 30px;
}
.b-filter--controls {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.b-filter--reset-btn .b-icon {
  color: #e22e39;
}
.b-filter--filters-list {
  margin-top: 10px;
}
.b-filter--active-filters {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -3px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: auto;
  max-width: 100%;
}
.b-filter--active-filters .c-btn {
  margin: 3px;
}
.b-filter--active-filters .c-btn .b-icon {
  color: #ffffff;
}
.b-filter-order--filter {
  display: none;
}
.b-filter--expanded .b-filter-order--filter {
  display: block;
}
.b-filter--expanded .b-filter-order--filter-toggle:after {
  background-image: url(../Images/icons/minus.png);
}
.b-filter--expanded .b-filter-order--filter-toggle:hover:after {
  background-image: url(../Images/icons/minus-hover.png);
}
@media (min-width: 1080px) {
  .b-filter-order {
    margin-bottom: 15px;
  }
}
@media (max-width: 1079px) {
  .b-filter-order {
    background: #ffffff;
    margin-left: -6px;
    margin-right: -6px;
    padding: 10px 6px;
  }
}
@media (max-width: 1079px) {
  .b-inventory-items--wrap .b-zig-zag-fat {
    display: none;
  }
  .b-inventory-items--wrap .b-filter-order {
    border: 1px solid #e6e6e6;
    margin: 0 0 10px 0;
  }
}
.b-login-register--button {
  font-size: 0.6875rem;
}
.b-login-register--key .b-icon {
  position: relative;
  top: 0;
  margin-right: 5px !important;
  vertical-align: bottom;
  font-size: 0.8875rem;
}
.b-caps-lock-on {
  display: none;
}
.b-user-info--order-history--filters-title {
  width: 100%;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 600;
  padding-bottom: 10px;
}
@media (max-width: 1079px) {
  .b-user-info--order-history--filters-title {
    display: none;
  }
}
.b-order-details--addition--res-row,
.b-order-history--order-details--mobile,
.b-filters-bar--mobile {
  display: none;
}
@media (max-width: 1079px) {
  .b-order-history--order-details--mobile {
    display: flex;
  }
  .b-order-history--order-details--mobile .b-icon {
    font-size: 0.625rem;
  }
  .b-filters-bar--mobile {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
  }
  .b-filters-bar--mobile .c-btn {
    width: 48%;
  }
  .b-filters-bar--mobile .b-clear-order-filter {
    width: 100%;
  }
}
.b-order-details--addition--res-title {
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0;
  margin-right: 4px;
}
.b-order-history--order-details {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .b-order-details--addition--res-row {
    display: block;
    padding: 10px;
    margin: 0 0 10px;
    color: #3b3b3b;
  }
  .b-order-details--addition--res-title {
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    line-height: 1.2;
    margin-right: 0px;
  }
}
.b-order-details--addition--desktop-row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  color: #3b3b3b;
  margin-bottom: 15px;
  margin-top: 0;
}
.b-order-details--addition--desktop-row .b-order-details--addition--res-title {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0;
}
.b-order-details--addition--desktop-row p {
  font-size: 0.8125rem;
}
@media screen and (max-width: 1080px) {
  .b-order-details--addition--desktop-row {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b-order-details--addition--res-row {
    font-size: 0.75rem;
  }
  .b-order-details--addition--res-title {
    font-size: 0.8875rem;
    width: 100%;
  }
}
.remove {
  display: none !important;
}
.b-nested-doll-nav--details-wrap .b-icon:hover {
  color: #999999;
}
.b-user-info--order-details-wrap {
  flex-direction: column;
  cursor: auto;
}
.b-user-info--order-details-wrap .b-content-block--expanded {
  margin: 10px 5px 0;
}
.b-order-details--addition-btn {
  width: 100%;
}
.b-order-details--addition-btn .b-icon {
  font-size: 1.25rem;
}
.b-order-details-heading-basket {
  padding: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
  box-shadow: none;
}
.b-filters--footer-mobile {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.b-filters--footer-mobile .c-btn {
  margin: 0 5px;
}
.b-filters--footer-mobile .c-btn:first-child {
  margin-left: 0;
}
.b-filters--footer-mobile .c-btn:last-child {
  margin-right: 0;
}
.b-filter-btn {
  background: #3b3b3b;
  color: #f0f0f0;
}
.b-filters-nested-doll {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.b-filters-nested-doll li {
  margin: 2px auto;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.b-filters-nested-doll span {
  padding-left: 15px;
}
.b-filters-nested-doll button {
  border: 2px solid #3b3b3b;
  width: 35px;
  height: 25px;
}
@media (max-width: 1079px) {
  .b-filters-nested-doll li {
    padding-left: 0;
  }
}
.b-order-filters--footer-wrap {
  display: none;
}
@media (max-width: 1079px) {
  .b-order-filters--footer-wrap {
    display: flex;
    margin-top: 20px;
  }
}
.b-date-filter--date-list {
  margin-bottom: 15px;
  text-align: left;
}
.b-date-filter--date-list ul {
  display: flex;
  justify-content: space-between;
}
.b-date-filter--date-list ul li {
  margin: 0;
  padding-left: 0px;
}
@media (max-width: 1079px) {
  .b-date-filter--date-list ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .b-date-filter--date-list ul li {
    margin: 0 5px;
  }
}
@media (max-width: 429px) {
  .b-date-filter--date-list ul {
    flex-wrap: wrap;
  }
  .b-date-filter--date-list ul li {
    display: inline-block;
    flex-grow: 1;
    width: calc(100% * (1 / 5) - 5px);
    margin: 0 2px;
  }
}
.b-date-filter--date-list h1 {
  margin: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media (max-width: 1079px) {
  .b-date-filter--date-list h1 {
    margin: 10px 5px;
  }
}
.b-filter--content {
  padding: 10px;
  height: auto;
}
.b-filter--content [class~='b-date-filter--date-list']:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1079px) {
  .b-filter--content {
    padding: 0 10px 10px 10px;
  }
}
@media (max-width: 1079px) {
  .b-order-history--filter-expanded .b-user-info--link-to-details,
  .b-order-history--filter-expanded .b-pagination-wrapper,
  .b-order-history--filter-expanded .b-filters-bar--mobile {
    display: none;
  }
}
@media (max-width: 1079px) {
  .b-filters--tab-group-wrap {
    margin-top: 15px;
  }
}
.b-filters--tab-group .b-accordion-tabs--tab {
  width: 13%;
}
.b-accordion-tabs--custom-tab[style='order: 7;'] {
  width: 25%;
}
@media (max-width: 1079px) {
  .b-filters--tab-group .b-accordion-tabs--tab {
    width: 100%;
  }
}
.b-filters--res-element {
  width: auto;
}
@media (max-width: 1079px) {
  .b-filters--res-element {
    display: none !important;
  }
}
.b-order-details-standard-spacing {
  background: none;
}
@media (max-width: 1079px) {
  .b-order-history--order-number {
    margin: 0 auto;
  }
}
.b-order-histor-details--btn-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.b-order-histor-details--btn-row .content-block--item {
  flex: 1;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 1079px) {
  .b-order-histor-details--btn-row {
    flex-direction: column;
  }
  .b-order-histor-details--btn-row .content-block--item {
    width: 100%;
    margin-top: 10px;
  }
}
.b-filter--icon {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-filter--active-icon .b-icon {
  top: 0;
}
.b-filter--search-input {
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 600;
  border: none;
  background: #f0f0f0;
  color: #3b3b3b;
  padding: 0 5px;
  min-height: 32px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1079px) {
  .b-filter--search-input {
    font-size: 0.8875rem;
    height: 100%;
  }
  .b-search-filter--wrap-res {
    position: relative;
    width: 50%;
  }
  .b-search-filter--icon-wrap-res {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    top: 50%;
    bottom: 50%;
  }
  .b-clear-order-filter--wrap-res {
    margin-top: 0;
  }
}
.b-filters-bar--content-block {
  margin-bottom: 10px;
}
@media (max-width: 1079px) {
  .b-order-history--filters-desktop {
    display: none;
  }
}
.b-order-history--filter-expanded .b-order-history--filters-desktop {
  display: block;
}
@media (max-width: 1079px) {
  .b-user-info--order-details-wrap .b-content-block--expanded {
    margin: 10px 0 0;
  }
}
.b-checkout .b-cart-item-minimal:before {
  background-color: #eaeaeb;
  height: 1px;
}
.b-checkout .b-cart-item-minimal:first-child:before {
  display: block;
}
.b-checkout--wrapper {
  margin-top: 35px;
  padding-bottom: 20px;
}
.b-checkout--wrapper .b-zigzag-heading,
.b-checkout--wrapper .b-info-page > h2:first-child {
  background: none;
  padding: 0 20px;
}
@media (max-width: 1080px) {
  .b-checkout--wrapper {
    margin-top: 24px;
    padding-bottom: 10px;
  }
  .b-checkout--wrapper .b-zigzag-heading,
  .b-checkout--wrapper .b-info-page > h2:first-child {
    margin-bottom: 10px;
    padding: 0;
  }
}
.b-checkout--divider {
  border-color: #eaeaeb;
  border-style: solid;
  margin: 24px -20px;
}
@media (max-width: 1080px) {
  .b-checkout--divider {
    margin: 24px -10px;
  }
}
.b-checkout--substitutes-btn {
  white-space: normal;
  height: 100%;
}
.b-checkout--substitutes-btn .b-icon:first-child:last-child {
  margin-right: 16px;
}
.b-checkout--bottom .b-cart-prices {
  padding: 0 10px;
  margin-top: 20px;
}
.b-checkout--bottom .b-checkout--continue-btn {
  margin-top: 20px;
}
.b-checkout--bottom .b-checkout--continue-btn:hover,
.b-checkout--bottom .b-checkout--continue-btn:active,
.b-checkout--bottom .b-checkout--continue-btn:focus {
  color: #ffffff;
}
.b-checkout--bottom .b-checkout--rules-checkbox {
  padding: 5px 10px;
  margin-top: 15px;
}
.b-checkout--bottom-coupons .b-checkout--bottom-large-txt {
  padding: 0 16px;
  margin: 0 0 16px;
  font-size: 1.125rem;
  font-weight: 600;
}
.b-checkout--bottom-coupons .content-block {
  padding-bottom: 0;
}
@media (max-width: 430px) {
  .b-checkout--bottom-coupons {
    padding: 15px 0 0;
  }
  .b-checkout--bottom-coupons .b-checkout--bottom-large-txt {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1080px) {
  .b-checkout--bottom {
    flex-direction: column;
  }
}
@media (max-width: 430px) {
  .b-checkout--bottom {
    padding-top: 30px;
  }
}
.b-checkout--bottom-info {
  margin-bottom: 16px;
}
.b-checkout--saved-baskets-form {
  margin: 20px 0;
}
.b-checkout--tableview {
  margin-bottom: 10px;
}
.b-checkout--tableview .b-cart--item-title {
  font-size: 0.8125rem;
}
.b-link-back {
  cursor: pointer;
}
.b-link-back .b-icon {
  color: #e22e39;
}
.b-checkout--side-cb-wrap {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .b-checkout--side-cb-wrap {
    padding: 8px;
  }
}
.b-checkout--head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .b-checkout--head {
    justify-content: space-between;
  }
}
.b-checkout--head .b-checkout--head-btn--back .b-icon {
  color: #3b3b3b;
  margin-right: 10px;
}
.b-checkout--head .b-checkout--head-btn--substitutes .b-icon {
  color: #3b3b3b;
  margin-left: 10px;
}
.b-checkout--head button,
.b-checkout--head a:not(.btn-default) {
  font-size: 0.8125rem;
  color: #656565;
}
@media (min-width: 1079px) {
  .b-checkout--head .b-checkout--head-btn--substitutes {
    display: none;
  }
}
.b-checkout--substitutes-btn-wrap {
  flex: 1;
  padding: 0 10px;
  align-self: stretch;
}
.b-checkout--substitutes-header {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1080px) {
  margin-bottom: 20px;
}
.b-cart--product-clear .b-icon {
  color: #e22e39;
}
.b-donations-col--content {
  display: flex;
}
.b-donations-col--content span {
  display: flex;
  justify-content: center;
  align-self: center;
  margin-left: 3px;
}
.b-checkout-show-mob {
  display: none;
}
@media (max-width: 430px) {
  .b-checkout-show-mob {
    display: block;
  }
}
@media (max-width: 430px) {
  .b-checkout-hide-mob {
    display: none;
  }
}
@media (max-width: 1079px) {
  .b-page-container--one-of-checkout-pages .b-checkout--item-minimal-wrapper {
    overflow: hidden;
  }
}
.b-page-container--one-of-checkout-pages .b-checkout-recommendations--checkout-steps-buttons-placeholder {
  bottom: 0;
  position: sticky;
  z-index: 5;
}
.b-page-container--one-of-checkout-pages .b-checkout-wrap--sticky {
  background-color: #ffffff;
  bottom: 0;
  position: sticky;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .b-page-container--one-of-checkout-pages .b-checkout-steps--bottom {
    box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.07);
    margin-top: 0;
    padding: 10px 0;
  }
}
@media (min-width: 1079px) {
  .b-page-container--one-of-checkout-pages .b-checkout-steps--bottom {
    border-radius: 0 0 5px 5px;
    margin: 0 -20px;
    padding: 20px 10px;
    animation: hideShadow 0.2s ease-in forwards;
  }
  @keyframes hideShadow {
    from {
      box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.07);
    }
    to {
      box-shadow: none;
    }
  }
  @keyframes appearShadow {
    from {
      box-shadow: none;
    }
    to {
      box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.07);
    }
  }
  .b-page-container--one-of-checkout-pages .b-checkout-steps--display-shadow {
    animation: appearShadow 0.2s ease-in forwards;
    box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.07);
  }
}
.b-discount-coupon {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.b-discount-coupon .b-discount-coupon--title {
  font-size: 1.125rem;
  font-weight: 600;
}
.b-discount-coupon .b-discount-coupon--text {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 430px) {
  .b-discount-coupon .b-discount-coupon--text {
    font-size: 0.8875rem;
  }
}
.b-discount-coupon .b-discount-coupon--form {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.b-discount-coupon .b-discount-coupon--form .b-discount-coupon--input-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-discount-coupon .b-discount-coupon--form .b-input-field--root {
  margin-right: 10px;
  margin-top: 0;
}
@media (max-width: 1079px) {
  .b-discount-coupon {
    margin-bottom: 10px;
  }
  .b-discount-coupon .b-discount-coupon--form .b-input-field--root {
    width: 100%;
    margin-bottom: 10px;
  }
}
.payment--tabpanels {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 4px 20px 10px;
}
.payment--tabpanels .b-hr-solid {
  margin-left: -20px;
  margin-right: -20px;
}
.b-company-address .b-payment--company-details-header {
  margin: -14px 0 8px;
}
.b-payment--item {
  margin-bottom: 20px;
  margin-top: 32px;
  text-align: center;
  width: 100%;
  font-family: 'Open Sans', 'Sans-serif';
  font-size: 0.875rem;
}
.b-payment--item-name,
.b-payment--item-values {
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-payment--item-name {
  width: 100%;
  margin-bottom: 16px;
}
.b-payment--item-name .b-payment--icon {
  height: 48px;
  width: 48px;
}
.b-payment--item-name .b-pill {
  align-self: flex-start;
  margin-left: 10px;
}
.b-payment--item-name .b-payment--payment-options-header,
.b-company-address .b-payment--payment-options-header,
.b-payment--item-name .b-payment--company-details-header,
.b-company-address .b-payment--company-details-header {
  font-size: 1.265625rem;
  color: #3b3b3b;
  font-weight: 600;
  letter-spacing: normal;
}
.b-payment--item-name .b-payment--payment-options-header,
.b-company-address .b-payment--payment-options-header {
  margin: 0 0 0 5px;
}
.b-payment--item-name .b-payment--company-details-header,
.b-company-address .b-payment--company-details-header {
  margin: 0 0 8px;
}
.b-payment--item-values .b-payment--item-values--wrap {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap {
  width: 50%;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap button,
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .c-btn,
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-credit-card {
  font-weight: 600;
  min-height: 75px;
  margin-top: 10px;
  width: 95%;
  border: 2px solid #d9d9d9;
  padding: 20px;
  border-radius: 5px;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap button:hover,
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .c-btn:hover,
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-credit-card:hover {
  border-color: #e22e39;
  background-color: #ffffff;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap button img,
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .c-btn img,
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-credit-card img {
  width: auto;
  height: auto;
  max-height: 35px;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-credit-card {
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-credit-card .b-credit-card--number,
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-credit-card .b-credit-card--images-wrap {
  display: flex;
  justify-content: center;
  color: #999999;
  line-height: 1.2;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-credit-card .b-credit-card--number .b-credit-card--logo,
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-credit-card .b-credit-card--images-wrap .b-credit-card--logo {
  margin-left: 20px;
  max-height: 30px;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-credit-card .b-credit-card--number .b-icon,
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-credit-card .b-credit-card--images-wrap .b-icon {
  color: #999999;
  font-size: 1.875rem;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-credit-card .b-credit-card--owner-name {
  line-height: 1;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-prepay--btn {
  border: none;
  text-align: center;
  background: #42b255;
  color: #ffffff;
  font-weight: 600;
  min-height: auto;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-prepay--btn:hover {
  background-color: #42b255;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-card-payment--btn .b-card-payment--btn-img,
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-card-payment-legal--btn .b-card-payment--btn-img {
  margin-right: 8px;
}
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-card-payment--btn .b-card-payment--btn-txt,
.b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-card-payment-legal--btn .b-card-payment--btn-txt {
  position: relative;
  bottom: 4px;
}
.b-payment--item-values .b-payment--item-values--center {
  justify-content: center;
}
@media (max-width: 767px) {
  .b-payment--item-name .b-payment--payment-options-header,
  .b-company-address .b-payment--payment-options-header {
    text-align: left;
    font-size: 0.9375rem;
  }
  .b-payment--item-values .b-payment--item-values--wrap {
    width: 100%;
    display: block;
  }
  .b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap {
    width: 100%;
  }
  .b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap button {
    padding: 5px;
  }
  .b-payment--item-values .b-payment--item-values--wrap .b-payment--item-values--item-wrap .b-prepay--btn {
    padding: 15px;
  }
}
@media (max-width: 429px) {
  .b-payment--item-values .b-payment--item-values--center .b-payment--item-values--item-wrap {
    width: 100%;
  }
  .b-payment--item-values .b-payment--item-values--center .b-payment--item-values--item-wrap .b-credit-card {
    padding: 5px;
  }
}
.b-payments.b-page-container--one-of-checkout-pages {
  padding: 20px;
}
@media (max-width: 1079px) {
  .b-payments.b-page-container--one-of-checkout-pages {
    padding: 10px;
  }
}
.b-payment--payment-options-txt {
  margin-bottom: 32px;
  height: 24px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .b-payment--payment-options-txt {
    height: auto;
  }
}
.b-payment--company-details-alert-message {
  margin-bottom: 24px;
}
.b-payment--company-details-alert-message .b-alert--success,
.b-payment--company-details-alert-message .b-alert--error {
  border-radius: 5px;
}
.b-payment--activation-btn {
  background-color: #f6f6f8;
  filter: grayscale(100%);
  opacity: 50%;
  pointer-events: none;
}
.b-payment--activation-btn.b-payment--background-none {
  background: none;
}
.b-prepay--diff-filter-btn {
  filter: grayscale(0%);
}
.b-payment--receiver-info {
  margin-top: 32px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0.8125rem;
}
.b-search--results {
  display: block;
  width: 100%;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 6;
  background: #ffffff;
  border: 1px solid #9d9d9d;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.b-top-menu-mobile .b-top-menu-item-link--colored-bg {
  color: #ffffff;
  background: #ac1821;
  box-sizing: content-box;
  padding: 2px 8px;
  border-radius: 3px;
}
.b-search--input-wrap {
  display: block;
  position: relative;
}
.b-search--x {
  display: block;
  height: 100%;
  padding-top: 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.b-search--categories li > a {
  color: #e22e39;
  text-transform: uppercase;
}
.b-search--categories li > a:hover {
  color: #e22e39;
}
.b-search--categories li a {
  padding: 2px 10px;
}
.b-search--categories,
.b-search--products {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.b-search--products {
  display: table;
  padding: 10px 10px;
  width: 100%;
}
.b-search--products > li {
  display: table-row;
}
@media (max-width: 1079px) {
  .b-search--products {
    border-collapse: collapse;
  }
  .b-search--products li {
    border-bottom: 1px solid #e6e6e6;
  }
  .b-search--products li:last-child {
    border-bottom: none;
  }
}
.b-search--products--link,
.b-search--products--img,
.b-search--quantity-control,
.b-search--price {
  display: table-cell;
  vertical-align: middle;
}
.b-search--products--img {
  display: block;
  width: 56px;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media (max-width: 1079px) {
  .b-search--products--img {
    padding: 10px 0 10px 16px;
  }
}
.b-search--price {
  color: #e22e39;
  font-weight: 600;
  font-size: 0.8125rem;
  padding-left: 2px;
  padding-right: 6px;
  text-align: right;
}
.b-search--quantity-control {
  text-align: right;
}
.b-search--products a,
.b-search--products--more a {
  color: #3b3b3b;
  text-decoration: none;
}
.b-search--products a:hover,
.b-search--products--more a:hover {
  text-decoration: underline;
}
.b-search--products--more {
  text-align: center;
  padding-bottom: 10px;
}
.b-search--categories a {
  display: block;
  width: 100%;
}
.b-search--categories li,
.b-search--products li {
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.b-search--categories li a,
.b-search--products li a {
  font-size: 0.8125rem;
  text-decoration: none;
  text-align: left;
}
.b-search--products--link {
  line-height: 1;
  padding-left: 4px;
}
.b-search--categories a:hover {
  background: #e6e6e6;
}
.b-search--products a:hover {
  text-decoration: underline;
}
.b-search--info {
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}
.b-search--info:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #cccccc;
  margin-top: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
.b-search--info > a {
  display: inline;
  text-decoration: none;
  font-size: 0.625rem;
  color: #999999;
  background: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .b-search--info {
    flex-direction: column;
  }
}
.b-header .b-search--placeholder {
  width: 79%;
}
.b-search {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 4px;
  border: 1px solid #cccccc;
  font-size: 0.8125rem;
  background-color: transparent;
  line-height: 1.4;
}
.b-search::placeholder {
  color: #9d9d9d;
}
.b-search--large-wrap {
  position: relative;
  padding-right: 42px;
}
.b-search--large {
  border-color: #e6e6e6;
  font-weight: normal;
  color: #3b3b3b;
  font-size: 0.8125rem;
  text-indent: 5px;
  border-width: 1px;
  padding: 0 16px;
  transition: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  min-height: 42px;
  border-right: none;
}
.b-search--initiate {
  border-radius: 0 2px 2px 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 55px;
  font-size: 1.25rem;
  border: 1px solid #e6e6e6;
  min-height: 42px;
  color: #3b3b3b;
}
.b-search--initiate:hover,
.b-search--initiate:focus,
.b-search--initiate:active {
  color: #3b3b3b;
}
.b-search--large-active {
  border-color: #9d9d9d;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.b-search--large-wrap--input-block {
  display: flex;
  width: 100%;
}
.b-search--large-wrap--input-block .b-search--large-wrap--input {
  width: 100%;
}
.b-search--large-wrap--input-block .b-loader {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 60px;
  left: auto;
  transform: scale(0.5, 0.5) translateY(1 / 0.5 * -50%);
}
.b-search--large-wrap--input-block span {
  display: none;
}
.b-search--placeholder .b-search--large-wrap--input-block.b-search--large-wrap--input-focused .b-search--large {
  border-bottom-left-radius: 0;
}
.b-search--placeholder .b-search--large-wrap--input-block.b-search--large-wrap--input-focused .b-search--initiate {
  border-bottom-right-radius: 0;
}
.b-search--large-wrap--input-block.b-search--large-wrap--input-focused .b-search--large {
  box-shadow: none;
  border-color: #9d9d9d;
}
.b-search--large-wrap--input-block.b-search--large-wrap--input-focused .b-search--initiate {
  border-color: #9d9d9d;
}
@media (max-width: 1079px) {
  .b-header .b-search--placeholder {
    display: none;
  }
}
.b-search--not-found {
  font-size: 0.8875rem;
}
@media (max-width: 767px) {
  .b-search--quantity-control {
    display: none;
  }
  .b-search--price {
    padding-right: 15px;
  }
}
.b-adress--autocomplete {
  list-style: none;
  padding: 0;
}
.b-adress--autocomplete.ui-widget {
  font-family: inherit;
  font-size: 0.8125rem;
}
.b-adress--autocomplete.ui-widget input,
.b-adress--autocomplete.ui-widget select,
.b-adress--autocomplete.ui-widget textarea,
.b-adress--autocomplete.ui-widget button {
  font-family: inherit;
}
.b-adress--autocomplete.ui-widget-content {
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
}
.b-adress--autocomplete .ui-state-hover,
.b-adress--autocomplete .ui-widget-content .ui-state-hover,
.b-adress--autocomplete .ui-widget-header .ui-state-hover,
.b-adress--autocomplete .ui-state-focus,
.b-adress--autocomplete .ui-widget-content .ui-state-focus,
.b-adress--autocomplete .ui-widget-header .ui-state-focus {
  background: #e6e6e6;
  font-weight: normal;
  color: #3b3b3b;
}
.b-search--wrapper-mobile-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
}
.b-search--wrapper-mobile-close .b-icon {
  top: 0;
  vertical-align: middle;
}
@media (max-width: 429px) {
  .b-search--large {
    font-size: 0.75rem;
  }
}
.b-search--suggestions-products-header {
  background: #42b255;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0.7em;
}
.b-search--suggestions-products--more {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.b-search--suggestions-products--more .b-icon {
  margin: 0 3px;
  top: 0;
}
.b-search--suggestions-products--more-txt {
  flex-wrap: nowrap;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
}
.b-search--suggestions-products--more:hover,
.b-search--suggestions-products--more:active,
.b-search--suggestions-products--more:focus {
  color: #ffffff;
}
.b-search--suggestions-products--more:hover .b-icon,
.b-search--suggestions-products--more:active .b-icon,
.b-search--suggestions-products--more:focus .b-icon {
  color: #ffffff;
}
.b-search--suggestions--title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.b-catergory-icon {
  fill: #ffffff;
}
.b-search--page-heading-wrap {
  text-align: left;
  margin-bottom: 20px;
}
.b-search--page-heading-wrap h1 {
  font-size: 1.0625rem;
}
.b-search--page-heading-wrap--responsive {
  display: none;
}
.b-search--page-heading-wrap--responsive h1 {
  font-size: 1.0625rem;
  margin: 0;
}
@media (max-width: 1079px) {
  .b-search--page-heading-wrap {
    display: none;
  }
  .b-search--page-heading-wrap--responsive {
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 20px 10px;
    margin: 0 -10px;
  }
}
.b-search--banner-wrap {
  width: 100%;
}
.b-search--banner-wrap img {
  width: 100%;
  height: auto;
}
@media (max-width: 1079px) {
  .b-search--banner-wrap {
    margin-bottom: 10px;
  }
}
.b-search--large-cancel-btn {
  font-size: 0.75rem;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 0;
  color: #3b3b3b;
}
.b-search-mobile {
  position: relative;
  top: -1px;
}
.b-search-mobile .b-search--placeholder {
  background: inherit;
  padding: 8px 16px;
  position: relative;
}
.b-search-mobile .b-search-mobile--search-wrap {
  display: flex;
}
.b-search-mobile .b-search--initiate {
  display: none;
}
.b-search-mobile .b-search--results {
  border: none;
  border-radius: 0;
  top: 53px;
  right: 0;
  left: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1079px) {
  .b-search--large-wrap {
    padding-right: 0;
    width: 100%;
    position: inherit;
  }
  .b-search--large-wrap .b-search--large {
    border: none;
    min-height: 35px;
    padding: 0 10px 0 5px;
    font-size: 0.75rem;
    font-weight: 500;
    box-shadow: none;
  }
  .b-search--large-wrap .b-search--large::placeholder {
    color: #a4a4a4;
  }
  .b-search--large-wrap--input {
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
  }
  .b-search--large-wrap--input span {
    display: block;
  }
  .b-search--large-wrap--input .b-search--large-wrap--input--search {
    margin-left: 10px;
    cursor: pointer;
  }
  .b-search--large-wrap--input .b-search--large-wrap--input--search .b-icon {
    font-size: 1.1875rem;
    color: #3b3b3b;
  }
  .b-search--large-wrap--input .b-search--large-wrap--input--cross {
    padding: 5px;
    margin-right: 5px;
    cursor: pointer;
  }
  .b-search--large-wrap--input .b-search--large-wrap--input--cross .b-icon {
    font-size: 0.5625rem;
    color: #3b3b3b;
  }
  .b-search--large-wrap--input .b-search--initiate {
    display: none;
  }
  .b-search--large-wrap--input .b-icon {
    display: block;
  }
}
.b-payment-success--message {
  padding: 76px 0 84px 0;
  margin: auto;
  text-align: center;
  max-width: 416px;
}
.b-payment-success--small-message {
  padding-bottom: 35px;
}
.b-payment-success--header {
  color: #4db149;
  display: block;
  padding: 0 0 21px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.b-payment-failure--header {
  color: #e22e39;
  display: block;
  padding: 0 0 21px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.b-payment-success--doted-line {
  width: 100%;
  max-width: 370px;
  height: 34px;
  display: inline-block;
  border-top: 1px dashed #ccced4;
}
.b-product-info .b-zigzag-gray {
  margin-left: -20px;
  margin-right: -20px;
}
.b-product-info .b-product-prices-block {
  float: left;
  margin-right: 20px;
}
.b-product-info .b-product-promo-labels {
  left: 20px;
}
.b-product-info .b-icon-favourite {
  margin: 8px 8px 0 8px;
}
.b-product-info .b-icon {
  margin-left: 16px;
}
.b-product-info .b-icon:last-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .b-product-info .b-product-price-cart-link {
    clear: both;
  }
}
@media (max-width: 767px) {
  .b-product-info .b-product-promo-labels {
    left: 16px;
  }
  .b-product-info .b-icon-favourite {
    margin: 4px -6px 0 8px;
  }
  .b-product-info .b-product-info--price-and-quantity .b-product-prices-block {
    height: fit-content;
    top: 0;
  }
  .b-product-info .b-product-info--price-and-quantity .b-product-prices-block .b-product-crossed-out-price {
    font-size: 0.9375rem;
    bottom: 3px;
    display: inline-block;
    position: relative;
  }
  .b-product-info .b-product-info--price-and-quantity .b-product-prices-block .b-product-price-current {
    font-size: 1.625rem;
    display: inline-block;
  }
  .b-product-info .b-product-info--price-and-quantity .b-product-prices-block .b-product-price--extra {
    min-height: 40px;
  }
  .b-product-info .b-product-info--price-and-quantity .b-product-price-cart-link {
    margin: 0;
  }
  .b-product-info .b-product-info--price-and-quantity .b-product-cart-link {
    float: left;
    margin-top: 36px;
  }
  .b-product-info .b-product-info--price-and-quantity .b-product-info--offer-valid-to {
    margin: 16px 0 0;
  }
}
.b-product-info--title {
  margin: 24px 0;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 767px) {
  .b-product-info--title {
    margin: 16px 0 24px;
  }
}
.b-product-info--disclaimer {
  font-size: 0.75rem;
  color: #606060;
  line-height: 20px;
  text-align: left;
}
.b-product-info--info1 {
  font-size: 0.8875rem;
  margin-bottom: 24px;
  text-align: left;
}
.b-product-info--pictures .b-block-slider--slide {
  width: 100%;
}
.b-product-info--pictures {
  background: transparent;
  max-height: 258px;
  text-align: center;
}
.b-product-info--pictures img {
  display: inline-block;
}
.b-product-info--pictures-wrap .bx-controls-direction {
  display: none;
}
.b-product-info--info-2 > dt,
.b-product-info--info-3-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  margin: 24px 0 4px;
}
.b-product-info--info-2 {
  margin-bottom: 0;
}
.b-product-info--info-2 > dd {
  font-size: 0.8125rem;
  margin-bottom: 10px;
  text-align: left;
}
.b-product-info--info-3-title {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .b-product-info--info-3-title {
    margin-bottom: 4px;
    line-height: 24px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .b-product-info--info-2 .b-product-info--info-3-title {
    font-size: 1rem;
  }
}
.b-product-info--info-3-title-last {
  margin: 14px 0 4px;
}
.b-product-info--info-3-origin-img-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.b-product-info--info-3-origin-img-wrap img {
  width: 10%;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .b-product-info--info-3-origin-img-wrap img {
    width: 15%;
  }
}
.b-product-promo-labels {
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 4;
  text-align: center;
}
.b-product-promo-labels .b-product-promo-label-secondary {
  padding-top: 6px;
}
.b-product-promo-label-primary {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
}
.b-product-promo-label-primary .b-icon {
  top: 0;
  width: 2.813rem;
  height: 2.683rem;
  color: #e22e39;
  margin: 0;
}
.b-product-promo-label-primary--percent,
.b-product-promo-label-primary--percent-aciu-extra {
  color: #e22e39;
  position: absolute;
  top: 50%;
  transform: translateY(-57%);
  left: 0;
  width: 100%;
}
.b-product-promo-label-primary--percent-aciu-extra {
  margin-top: 0;
  color: #ffffff;
}
.b-product-promo-label-primary .b-icon,
.b-product-promo-label-secondary .b-icon {
  display: block;
  position: static;
  margin: 0 auto !important;
}
.b-product-promo-labels--mobile {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.b-product-info .b-product-promo-labels--mobile {
  display: none;
}
.b-product-info > .b-products-allow-desktop-view > .b-product-promo-labels > .b-product-promo-label-secondary {
  display: block;
}
.b-product-promo-label--buy-one-get-x {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: normal;
}
.b-product-promo-label--buy-x-or-more {
  font-size: 0.5625rem;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  padding: 20% 10%;
}
.b-nutrients {
  list-style: none;
  padding-left: 0;
}
.b-nutrients--item {
  display: block;
  overflow-y: hidden;
  margin-bottom: 10px;
  padding-top: 10px;
  background: #e3f3e2;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}
.b-nutrients--name {
  display: block;
  min-height: 3em;
  line-height: 1;
  font-size: 0.625rem;
  text-transform: uppercase;
  text-align: center;
}
.b-nutrients--amount-wrap {
  display: table;
  min-height: 2em;
  width: 100%;
}
.b-nutrients--amount {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  min-height: 22px;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 0.9375rem;
}
.b-nutrients--amount-small {
  font-size: 0.8em;
}
.b-nutrients--gda {
  display: block;
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.75rem;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 44px;
  background: #ffffff;
  margin-bottom: -44px / 4;
}
.b-nutrients.row {
  margin-left: -5px;
  margin-right: -5px;
}
.b-nutrients > li {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 480px) {
  .b-nutrients > li {
    max-width: 120px;
  }
}
.b-footer--help-modal {
  max-height: 100%;
  overflow: auto;
}
.b-footer--help-modal .modal-content {
  border-radius: 4px;
  background-color: #f2f2f3;
}
.b-footer--help-modal .modal-header {
  padding: 28px 32px !important;
  border-bottom: 1px solid #eaeaeb !important;
}
.b-footer--help-modal .modal-header .b-zigzag-heading,
.b-footer--help-modal .modal-header .b-info-page > h2:first-child {
  font-weight: 600;
  font-size: 1.125rem;
  margin: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: transparent;
  padding: 0;
}
.b-footer--help-modal .modal-body {
  padding: 40px 32px 30px;
}
.b-footer--help-modal .b-footer--help-modal--block {
  display: flex;
  flex-direction: column;
}
.b-footer--help-modal .b-footer--help-modal--block:first-child {
  margin-bottom: 40px;
}
.b-footer--help-modal .b-footer--help-modal--block p {
  margin-bottom: 25px;
}
.b-footer--help-modal .b-footer--help-modal--block a {
  display: flex;
  flex-basis: 70px;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  padding: 15px 30px;
  text-decoration: none;
  margin-bottom: 10px;
  color: #3b3b3b;
  position: relative;
}
.b-footer--help-modal .b-footer--help-modal--block a svg,
.b-footer--help-modal .b-footer--help-modal--block a span {
  display: inline-block;
  vertical-align: middle;
}
.b-footer--help-modal .b-footer--help-modal--block a span {
  margin-left: 20px;
  font-weight: 600;
  font-size: 0.8125rem;
  word-break: break-all;
}
.b-footer--help-modal .b-footer--help-modal--block a span span {
  font-size: 0.75rem;
  display: block;
  margin-left: 0;
  font-weight: normal;
}
.b-footer--help-modal .b-footer--help-modal--block a svg {
  color: #3b3b3b;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.b-footer--help-modal .b-footer--help-modal--block a svg.b-footer--help-modal--phone-icon {
  width: 18px;
  height: 18px;
}
.b-footer--help-modal .b-footer--help-modal--block a svg.b-footer--help-modal--arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 30px;
  transform: translate(-50%, -50%) rotate(180deg);
  top: 50%;
}
.b-footer--help-modal .b-footer--help-modal--block a:hover,
.b-footer--help-modal .b-footer--help-modal--block a:focus {
  text-decoration: none;
}
.b-footer--help-modal .b-footer--help-modal--block a:hover {
  background-color: #42b255;
  color: #ffffff;
}
.b-footer--help-modal .b-footer--help-modal--block a:hover svg {
  color: #ffffff;
}
.b-footer--help-modal .b-footer--help-modal--block a:hover svg path {
  color: white;
  fill: white;
}
@media (max-width: 767px) {
  .b-footer--help-modal {
    align-self: flex-end;
  }
  .b-footer--help-modal .modal-content {
    border-radius: 4px 4px 0 0;
  }
  .b-footer--help-modal .b-footer--help-modal--block a span {
    padding-right: 24px;
  }
}
.b-info-page--txt-font {
  font-size: 0.8875rem !important;
}
.b-info-page h1 {
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  line-height: 24px !important;
}
.b-info-page h2 {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 24px !important;
}
.b-info-page h3 {
  font-weight: 600 !important;
  font-size: 0.8875rem !important;
  line-height: 24px !important;
}
.b-info-page p,
.b-info-page div,
.b-info-page strong,
.b-info-page a {
  font-size: 0.8875rem !important;
}
.b-info-page p span,
.b-info-page div span,
.b-info-page strong span,
.b-info-page a span {
  font-size: 0.8875rem !important;
}
.b-info-page > h2:first-child {
  font-size: 1.375rem;
  margin-top: -20px !important;
}
.b-info-page ul {
  list-style: none;
  padding-left: 0;
}
.b-info-page li {
  font-size: 0.8875rem !important;
}
.b-info-page li span,
.b-info-page li div {
  font-size: 0.8875rem !important;
}
.b-info-page li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #e22e39;
  vertical-align: middle;
  margin-right: 4px;
}
.b-info-page ol li:before {
  display: none;
}
.b-info-page--info-title {
  font-size: 0.8125rem;
  margin-bottom: 24px;
}
.b-info-page--info-links {
  list-style: none;
  padding-left: 0;
}
.b-info-page--info-links li {
  margin-bottom: 24px;
}
.b-info-page--info-links li:last-child {
  margin-bottom: 0;
}
.b-info-page--info-links a {
  display: block;
  margin-bottom: 11px;
  position: relative;
  padding-left: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 14px;
}
.b-info-page-container .b-product-expiration--time-today-text {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .b-info-page-container {
    padding: 16px;
  }
}
.b-info-pages--row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b-info-pages--row .b-info-page--col {
  flex-grow: 1;
  padding-right: 20px;
}
.b-info-pages--row .b-info-page--col-4 {
  max-width: 25%;
}
.b-info-pages--row .b-info-page--col-5 {
  max-width: 20%;
}
@media (max-width: 1079px) {
  .b-info-pages--row .b-info-page--col {
    max-width: calc(100% / 3);
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .b-info-pages--row .b-info-page--col {
    max-width: 50%;
    margin-bottom: 35px;
  }
}
@media (max-width: 429px) {
  .b-info-pages--row .b-info-page--col {
    max-width: 100%;
    width: 100%;
  }
  .b-info-pages--row ul li,
  .b-info-pages--row p {
    margin-bottom: 15px;
  }
}
.panel-text-fix-1 h2 {
  font-weight: 600;
}
.faq_list {
  list-style: none;
  padding-left: 0;
}
.faq_list li:before {
  display: none;
}
.faq_list .ui-accordion-content {
  padding-left: 20px;
}
.faq_list .ui-accordion-content ul {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.faq_list .small {
  font-size: inherit;
}
.faq_list p {
  margin: 0;
  padding-top: 10px;
}
.faq_list li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}
.faq_list li:first-child {
  border-top: 2px solid #f0f0f0;
}
.faq_list > li > a {
  color: #3b3b3b;
  text-decoration: none;
}
.faq_list > li > a .ui-accordion-header-icon {
  display: none;
}
.faq_list > li > a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.5em;
  background: url("../Images/icons/plus.png") no-repeat;
}
.faq_list > li > a:hover {
  text-decoration: none;
  color: #e22e39;
}
.faq_list > li > a.ui-state-active {
  color: #e22e39;
}
.faq_list > li > a.ui-state-active:before {
  background: url("../Images/icons/minus.png") no-repeat;
}
@media (max-width: 1079px) {
  .b-page--product .b-inventory-block-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.b-inventory-block-slider {
  background: #ffffff;
}
.b-inventory-block-slider .b-product--wrap {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.b-inventory-block-slider .b-block-slider--slide:last-child .b-product--wrap {
  border-right: 1px solid #cccccc;
}
.b-inventory-block-slider .b-product-expiration,
.b-inventory-block-slider .b-product-promo-labels--mobile,
.b-inventory-block-slider .b-product-goalgroups svg,
.b-inventory-block-slider .b-product-goalgroup--weekdays {
  display: none;
}
.b-inventory-block-slider .b-product-goalgroups .b-icon-favourite {
  display: block;
}
.b-order-review--stars {
  text-align: center;
  margin-bottom: 32px;
}
.b-order-review--title {
  text-align: center;
  font-size: 1rem;
  margin: 0;
  margin-top: 16px;
}
.b-order-review--title .b-order-review--order-id {
  font-weight: 600;
  white-space: pre;
}
p.b-order-review--star-label {
  font-size: 0.625rem;
  color: #999999;
}
.b-order-review--star {
  color: #cccccc;
  fill: #e6e6e6;
  font-size: 4.375rem;
  border: 0;
  margin: 0;
  margin-left: 10px;
  padding: 0;
}
.b-order-review--star:first-child {
  margin-left: 0;
}
.b-order-review--star > .b-icon {
  margin-right: 0;
}
.b-order-review--comment {
  font-size: 0.8875rem;
  min-height: 50px;
}
.b-order-review--star-active {
  color: #f2aa12;
  fill: #fff9bd;
}
.b-order-review--star-active > .b-order-review--star-label {
  color: #3b3b3b;
}
.b-order-review--submit {
  display: flex;
  flex-direction: column;
}
.b-order-review--submit-label {
  width: 100%;
  font-size: 0.8875rem;
  margin-bottom: 20px;
}
.b-feedback-category {
  display: inline-block;
  font-size: 0.75rem;
}
.b-order-review--form .b-alert--error,
.b-order-review--form .b-alert--warning,
.b-order-review--form .b-alert--success {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .b-order-review--star-label {
    display: none;
  }
  .b-order-review--star {
    font-size: 2.5rem;
  }
}
@media (max-width: 1079px) {
  .b-product-info .b-inventory-promo {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.b-inventory-promo {
  padding-top: 0;
}
.b-cross-sell--inventories h1,
.b-cross-sell--inventories h3 {
  display: none;
}
.b-inventory-promo--title-hidden {
  padding: 0;
}
.b-cross-sell--inventories {
  padding: 0;
  margin-right: 1px;
  border: 3px solid #42b255;
}
.b-suggested--inventories {
  padding: 0;
  margin: 0;
  border: 3px solid #42b255;
}
@media (min-width: 768px) {
  .b-products-allow-desktop-view .b-product--wrap2.b-cross-sell {
    padding-bottom: 0;
  }
  .b-products-allow-desktop-view .b-product--wrap2.b-cross-sell .b-product--wrap {
    padding-left: 7px;
    padding-right: 7px;
    border: 3px solid #42b255;
    padding-bottom: 6px;
  }
  .b-inventory-block-slider .b-product-cart-link {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .b-suggested--inventories {
    border-top: 0;
  }
  .b-cross-sell--inventories {
    border-top: 0;
  }
  .b-cross-sell {
    border: 3px solid #42b255;
    border-bottom: 0;
  }
  .b-inventory-promo.b-cross-sell--inventories {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .b-cross-sell--inventories {
    font-size: 0;
  }
}
.b-cross-sell {
  border-bottom: 0;
}
.b-cross-sell .b-product--wrap2--cross-sell {
  display: table;
  width: 100%;
  min-height: 30px;
}
.b-cross-sell .b-product--wrap2--cross-sell-styles {
  display: table-row;
}
.b-cross-sell .b-product--wrap2--cross-sell-styles > span,
.b-cross-sell .b-product--wrap2--cross-sell-styles > button {
  display: table-cell;
  vertical-align: middle;
}
.b-cross-sell--product-info .b-slider-controls--prev,
.b-cross-sell--product-info .b-slider-controls--next {
  display: none;
}
.b-cross-sell--product-info > h1,
.b-cross-sell--product-info > h3 {
  margin: 0;
  background: #42b255;
  color: #ffffff;
  font-size: 0.8875rem;
  text-transform: uppercase;
  padding: 8px;
}
.b-cross-sell--product-info .close {
  font-size: 0.8875rem;
  color: #ffffff;
  opacity: 1;
}
@media (min-width: 768px) {
  .b-cross-sell--product-info h1,
  .b-cross-sell--product-info h3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .b-cross-sell--product-info .close .b-icon {
    top: 0;
  }
}
.b-product--wrap2--cross-sell {
  display: none;
  color: #ffffff;
  background: #42b255;
  padding: 0 6px;
  font-weight: 600;
}
.b-product--wrap2--cross-sell .close {
  font-size: 0.8875rem;
  color: #ffffff;
  opacity: 1;
}
/*
*
	These styles are legacy code. It should be deleted in near future.
*
*/
p {
  margin: 0;
}
.b-products-list--wrapper,
.b-products-allow-desktop-view,
.b-block-slider--products,
.b-block-slider--inner,
.b-block-slider--slide {
  height: 100%;
}
.b-block-slider--slide .b-product--wrap2 {
  border-bottom: none;
}
.b-block-slider--slide--product {
  border: 1px solid #cccccc;
  margin-right: 5px;
}
.offers-overview {
  margin-bottom: 20px;
}
.offers-overview:first-child .b-zig-zag-fat {
  display: block;
}
.offers-overview--category {
  position: relative;
  color: #ffffff;
}
.offers-overview--category-icon {
  text-align: center;
}
.offers-overview--category-icon .b-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.offers-overview--category-name {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  height: 2.4em;
}
.offers-overview--more-link-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .offers-overview--category-icon {
    background: #d81e29;
    width: 31.25%;
    height: 100px;
  }
  .offers-overview--category-icon .b-icon {
    font-size: 4rem;
  }
  .offers-overview--category {
    display: block;
    background: #e22e39;
    position: relative;
    margin-bottom: 20px;
  }
  .offers-overview--category:before,
  .offers-overview--category:after {
    content: " ";
    display: table;
  }
  .offers-overview--category:after {
    clear: both;
  }
  .offers-overview--category:before,
  .offers-overview--category:after {
    content: " ";
    display: table;
  }
  .offers-overview--category:after {
    clear: both;
  }
  .offers-overview--category-icon,
  .offers-overview--category-info {
    float: left;
  }
  .offers-overview--category-name {
    display: block;
    font-size: 0.9375rem;
    padding-right: 20px;
    margin-bottom: 13px;
  }
  .offers-overview--category-count {
    display: block;
    font-size: 0.75rem;
  }
  .offers-overview--category-info {
    width: 68.75%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .offers-overview--category-info-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 1.25rem;
  }
  .offers-overview--category-count-lg {
    display: none;
  }
  .offers-overview--more-link-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .offers-overview--display-banners .offers-overview--inventories {
    margin-top: 10px;
  }
  .b-shadow-left-top,
  .b-shadow-left-bottom,
  .b-shadow-right-top,
  .b-shadow-right-bottom {
    display: none;
  }
}
@media (min-width: 768px) {
  .b-shadow-container {
    background: linear-gradient(to bottom, #e22e39, #c7111d 50%, #df2833 50%, #c8121e);
  }
  .gradient {
    background: linear-gradient(to bottom, rgba(248, 246, 237, 0.9), rgba(248, 246, 237, 0.1) 40%, rgba(248, 246, 237, 0.1) 60%, rgba(248, 246, 237, 0.9));
    width: 113%;
    height: 100%;
    z-index: -5;
    position: absolute;
    left: -12px;
  }
  .offers-overview--category,
  .offers-overview--category-icon,
  .offers-overview--category-info {
    display: block;
    width: 100%;
  }
  .offers-overview--category-info {
    text-align: center;
  }
  .offers-overview--category-info-arrow,
  .offers-overview--category-count {
    display: none;
  }
  .offers-overview--category {
    width: 100%;
    height: 373px;
  }
  .offers-overview--category,
  .offers-overview--category:hover {
    text-decoration: none;
  }
  .offers-overview--display-banners .offers-overview--inventories {
    margin-top: 20px;
  }
  .offers-overview--display-banners .offers-overview--category {
    height: 345px;
  }
  .offers-overview--category-count-lg {
    position: relative;
  }
  .offers-overview--category-count-lg-number {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #42b255;
    font-size: 0.6875rem;
    color: #ffffff;
    border-radius: 100px;
    position: absolute;
    top: -25px / 2;
    right: -25px / 2;
  }
  .offers-overview--category-name {
    display: block;
    text-align: center;
    font-size: 1.375rem;
    padding-left: 10px;
    padding-right: 9px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .offers-overview--category-icon {
    position: relative;
    height: 50%;
    font-size: 5.9375rem;
  }
  .offers-overview--category-icon .b-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .b-shadow-bottom-left,
  .b-shadow-bottom-right {
    display: none;
  }
}
.b-address-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.b-address-list--item--type-title {
  cursor: default;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 16px;
  font-weight: 600;
  font-size: 0.6875rem;
  box-shadow: inset 0 3px 0 -2px #e6e6e6;
}
.b-address-list--item--type-title button {
  font-size: 0.625rem;
  color: #999999;
  text-decoration: underline;
}
.b-select-address--dropdown-content .b-address-list--item--type-title:first-of-type {
  box-shadow: none;
}
@media (max-width: 1079px) {
  .b-address-list--item--type-title {
    font-size: 0.75rem;
  }
}
.b-address-list--item {
  display: flex;
  align-items: center;
  padding: 16px;
  box-shadow: inset 0 3px 0 -2px #e6e6e6;
  transition: 0.3s ease;
}
.b-address-list--item:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.b-address-list--item:hover .b-address-list--item-text-secondary {
  color: #3b3b3b;
}
.b-address-list--item .b-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.b-address-list--item .b-address-list--item-end {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
}
.b-address-list--item .b-address-list--item-end.b-icon {
  width: 0.8em;
  height: 0.8em;
}
.b-address-list--item .b-address-list--item-text {
  font-size: 0.75rem;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 18px;
}
.b-address-list--item .b-address-list--item-text-secondary {
  font-size: 0.6875rem;
  color: #999999;
}
@media (max-width: 1079px) {
  .b-address-list--item .b-address-list--item-text {
    font-size: 0.8125rem;
  }
  .b-address-list--item .b-address-list--item-text-secondary {
    font-size: 0.75rem;
    color: #3b3b3b;
  }
  .b-address-list--item > .b-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
}
.b-address-list--item--active-address {
  pointer-events: none;
  cursor: not-allowed;
  position: relative;
}
.b-address-list--item--active-address:before {
  content: '';
  display: flex;
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  background: #f0f0f0;
}
.b-address-list--item--active-address--address-red:before {
  background: #e22e39;
}
.b-address-list--item--active-address--address-green:before {
  background: #42b255;
}
.b-address-list--item--active-address--address-yellow:before {
  background: #f2aa12;
}
.b-address-list--item--active-address--address-blue:before {
  background: #3378ed;
}
.b-address-list--item--active-address--address-light-blue:before {
  background: #4198b7;
}
.b-address-list--btn-wrap {
  padding: 16px;
  box-shadow: inset 0 3px 0 -2px #e6e6e6;
}
.b-adress-list--express-block {
  cursor: default;
  display: flex;
  padding: 16px;
}
.b-adress-list--express-block .b-icon {
  height: 24px;
  min-width: 24px;
}
.b-adress-list--express-block p {
  font-size: 0.75rem;
  line-height: 18px;
  padding: 0 10px;
}
.b-input-field {
  position: relative;
  width: 100%;
  border-top: 0.715em solid transparent;
  border-bottom: 0 solid transparent;
}
.b-input-field input,
.b-input-field select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid black;
  padding: 3px 6px;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}
.b-input-field input:disabled,
.b-input-field select:disabled {
  border-style: dotted;
}
.b-input-field select {
  background: url('../Images/arrow-down.png') right center no-repeat;
  padding: 3px 12px 3px 6px;
}
.b-input-field > label {
  pointer-events: none;
  position: absolute;
  top: 3px;
  left: 0;
  padding-left: 6px;
  font-weight: normal;
  transition: 100ms ease-out;
  color: #999999;
  padding-right: 7px;
}
.b-input-field input,
.b-input-field > label,
.b-input-field select,
.b-input-field > label {
  font-size: 1.1em;
  font-weight: 600;
}
.b-input-field.b-input-field--focused label,
.b-input-field.b-input-field--nonempty > label {
  transform: translateY(-100%);
  font-size: 0.715em;
  color: #656565;
}
.b-input-group > * {
  display: flex;
  flex-shrink: 0;
  border-top: 0.715em solid transparent;
  border-bottom: 0 solid transparent;
}
.b-input-group > * .b-input-field,
.b-input-group > *.b-input-group > *,
.b-input-group > * .b-input-group > * {
  border-top: 0;
  border-bottom: 0;
}
.b-input-group > .b-input-field--root,
.b-input-group > .b-input-group {
  flex-grow: 1;
  flex-shrink: 1;
}
.b-input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b-input-group > * + * {
  margin-left: 8px;
}
.b-input-field--autocomplete {
  position: relative;
}
.b-input-field--autocomplete .b-loader {
  position: absolute;
  margin: 0;
  top: 25%;
  right: 3%;
  font-size: 0.25rem;
  left: auto;
}
.b-input-field--autocomplete .b-input-field--autocomplete-error {
  color: #e22e39;
  font-size: 0.75rem;
  max-width: fit-content;
  margin-top: 4px;
}
.b-input-field--autocomplete .b-input-field--autocomplete-result {
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background: #ffffff;
  max-height: 50vh;
  overflow-y: auto;
  border: 1px solid black;
  border-top: 0;
}
.b-input-field--autocomplete .b-input-field--autocomplete-result > * {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 10px;
}
.b-input-field--autocomplete .b-input-field--autocomplete-result > *:hover,
.b-input-field--autocomplete .b-input-field--autocomplete-result > *:focus,
.b-input-field--autocomplete .b-input-field--autocomplete-result > *:active {
  background: #f0f0f0;
}
.b-input-field--edit-wrap {
  position: relative;
}
.b-input-field--edit-wrap .b-input-field--edit-icon {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
}
.b-input-field--edit-wrap input {
  padding-right: 14px;
}
.b-stepper-wrap {
  width: 100%;
  margin: 0 auto 10px auto;
}
.b-stepper {
  padding: 0;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.b-stepper--item {
  flex-grow: 1;
  height: 40px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #cccccc;
  color: #ffffff;
  position: relative;
  width: auto;
  margin: 0 1px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-left: 20px;
  font-size: 0.9375rem;
}
.b-stepper--item:before {
  content: '';
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.b-stepper--item:first-child:before,
.b-stepper--item:last-child:after {
  content: none;
}
.b-stepper--item:after {
  content: '';
  border-left: 20px solid #cccccc;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  z-index: 2;
}
.b-stepper--item-active:after,
.b-stepper--item-current-step:after {
  border-left: 20px solid #42b255;
}
.b-stepper--item-active,
.b-stepper--item-current-step {
  background: #42b255;
}
.b-stepper--item-active > span {
  cursor: pointer;
  padding: 10px 0;
}
.b-stepper--item-active > span:hover {
  text-decoration: underline;
}
.b-stepper--item--icon {
  display: none;
}
@media (max-width: 767px) {
  .b-stepper--item--icon {
    display: flex;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .b-stepper--item span {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-stepper--item-current-step span {
    display: flex;
    z-index: 2;
  }
  .b-stepper--item-current-step .b-stepper--item--icon {
    display: none;
  }
}
.b-notification--wrap {
  justify-content: space-between;
  padding: 0;
  padding-bottom: 10px;
  align-items: center;
  width: 100%;
}
.b-notification--wrap .b-notification--block {
  display: flex;
  width: 55%;
  padding: 12px;
  margin: 0 auto;
  align-items: center;
  border-radius: 50px;
}
.b-notification--wrap .b-notification--icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.b-notification--wrap .b-notification--content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.b-notification--wrap .b-notification--content span {
  font-size: 0.9375rem;
  line-height: 1.3;
}
.b-notification--wrap .b-notification--close-btn {
  padding: 0;
}
@media (max-width: 1079px) {
  .b-notification--wrap {
    padding-bottom: 0;
  }
  .b-notification--wrap .b-notification--block {
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .b-notification--wrap .b-notification--icon {
    display: none;
  }
  .b-notification--wrap .b-notification--close-btn {
    padding-left: 10px;
  }
}
.b-dropdown--wrap {
  margin: 10px auto;
}
.b-dropdown--wrap .b-dropdown--header {
  background: #fff9bd;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.b-dropdown--wrap .b-dropdown--header .b-dropdown--title-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
}
.b-dropdown--wrap .b-dropdown--header .b-dropdown--title-wrap .b-icon {
  margin-right: 5px;
}
.b-dropdown--wrap .b-dropdown--header .b-dropdown--title {
  font-weight: 600;
}
.b-dropdown--wrap .b-dropdown--header .b-dropdown--button-wrap {
  padding: 0;
  display: flex;
}
.b-dropdown--wrap .b-dropdown--header .b-dropdown--button {
  background: #e22e39;
  min-width: 40px;
}
.b-dropdown--wrap .b-dropdown--header .b-dropdown--button .b-icon {
  color: white;
}
.b-dropdown--wrap .b-dropdown--header .b-dropdown--res-button-wrap {
  display: none;
}
@media (max-width: 767px) {
  .b-dropdown--wrap .b-dropdown--header .b-dropdown--res-button-wrap {
    background: #fff9bd;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.b-dropdown--wrap .b-dropdown--content {
  margin: auto;
}
.b-customer-coupon--content-block {
  padding: 0;
  box-shadow: none;
  font-size: 0.9375rem;
}
.b-pop-up-campaign--wrap {
  margin: -5px auto;
}
.b-pop-up-campaign--wrap p,
.b-pop-up-campaign--wrap img,
.b-pop-up-campaign--wrap .b-mandatory-subscriptions--list-wrap {
  margin: 5px auto;
}
.b-pop-up-campaign--wrap img {
  width: 100%;
  height: auto;
}
.b-pop-up-campaign--wrap a {
  text-decoration: none;
  color: #3b3b3b;
}
.b-pop-up-campaign--wrap .b-pop-up-campaign--buy-btn-wrap {
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.b-pop-up-campaign--wrap .b-pop-up-campaign--buy-btn-wrap .c-btn {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.b-service-zone-map-dummy-block {
  width: 100%;
  min-height: 550px;
}
#b-service-zones-map {
  width: 100%;
  min-height: 550px;
}
#b-service-zones-map .leaflet-pane,
#b-service-zones-map .leaflet-top,
#b-service-zones-map .leaflet-bottom {
  z-index: 5;
}
.b-recipes--video-player-wrap #b-service-zones-map {
  min-height: 460px;
}
@media (max-width: 1079px) {
  #b-service-zones-map {
    min-height: 450px;
  }
}
.customer-coupon-wrapper .modal-header {
  padding: 0 20px 0 20px;
  border-bottom: none;
  background: #42b255;
}
.customer-coupon-wrapper .b-zigzag-heading,
.customer-coupon-wrapper .b-info-page > h2:first-child {
  background: url(../Images/zig-zag-green.png) repeat-x bottom;
  padding: 20px;
  margin-top: 0;
  font-weight: 600;
  font-size: 1.25rem;
}
.customer-coupon-wrapper h1 span {
  color: white;
}
.customer-coupon-wrapper .modal-body span {
  font-weight: 600;
}
.b-footer--file-download---btn-wrap {
  margin: 10px auto;
}
.b-delivery-text--items-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.b-delivery-text--item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50%;
}
@media (max-width: 768px) {
  .b-delivery-text--items-wrap {
    flex-direction: column;
  }
  .b-delivery-text--item {
    max-width: 100%;
  }
}
.b-multiselect--wrap {
  position: relative;
}
.b-multiselect--wrap .b-multiselect--header {
  margin: 5px auto 0 auto;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-size: 0.8125rem;
}
.b-multiselect--wrap .b-multiselect--header .b-icon {
  color: #3b3b3b;
}
.b-multiselect--wrap .b-multiselect--content {
  position: absolute;
  width: 100%;
  z-index: 6;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.b-multiselect--wrap .b-multiselect--content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.b-tabs--list {
  display: flex;
  border-bottom: 2px solid #f0f0f0;
}
.b-tabs--tab {
  justify-content: center;
  align-items: center;
  flex: 1;
  white-space: normal;
  text-align: center;
  padding: 7px 10px;
  word-spacing: 9999999px;
  border-bottom: 5px solid #ffffff;
  cursor: pointer;
}
.b-tabs--tab--active {
  border-bottom: 5px solid #e22e39;
}
.b-picking-actions-buttons--row {
  margin-bottom: -5px;
}
.b-picking-actions-buttons--row .b-picking-actions-buttons--col {
  margin-bottom: 5px;
}
.b-dummy-progress-page--wrap {
  width: 100%;
  min-height: 500px;
}
.b-dummy-progress-page--wrap .b-dummy-progress-page--content {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  max-width: 300px;
  flex-direction: column;
  padding: 40px;
}
.b-dummy-progress-page--wrap .b-dummy-progress-page--content .b-icon {
  width: 200px;
  height: 50px;
  margin-bottom: 30px;
}
.b-dummy-progress-page--wrap .b-dummy-progress-page--content span {
  font-size: 0.8875rem;
  line-height: 16px;
}
@media (max-width: 1079px) {
  .b-dummy-progress-page--wrap {
    min-height: 100vh;
  }
  .b-dummy-progress-page--wrap .b-dummy-progress-page--content {
    width: 100%;
    max-width: 100%;
  }
}
.b-error-page {
  background: #ffffff;
  min-height: 500px;
  padding: 20px;
  text-align: center;
}
.b-not-found-error--page {
  background: url(../Images/error-img-desktop-white.png) no-repeat;
  background-size: 100% 100%;
}
.b-not-found-error--page .b-error-page--title {
  font-weight: 600;
  font-size: 3.75rem;
}
.b-not-found-error--page .b-error-page--message h3 {
  margin: 0;
}
.b-generic-error--page {
  background: url(../Images/error-img-desktop-sand.png) no-repeat;
  background-size: 100% 100%;
}
.b-generic-error--page .b-error-page--content {
  margin-top: -20px;
}
.b-generic-error--page .b-error-page--logo .b-icon {
  width: 20em;
  height: 8em;
}
.b-generic-error--page .b-error-page--title {
  font-weight: 600;
  font-size: 1.5625rem;
}
.b-generic-error--page .b-error-page--message h3 {
  font-size: 1rem;
  margin: 0;
  margin-top: 15px;
}
.b-error-page--btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4%;
}
.b-error-page--btn-wrap .c-btn {
  padding: 0.7em 3em;
}
.b-error-page--background-img {
  display: none;
}
@media (max-width: 1080px) {
  .b-error-page {
    position: relative;
    background: transparent;
    padding: 0;
    text-align: center;
  }
  .b-error-page--background-img {
    display: block;
  }
  .b-error-page--background-img img {
    width: 100%;
  }
  .b-not-found-error--page .b-error-page--content {
    float: none;
    position: absolute;
    top: 5%;
    width: 100%;
  }
  .b-not-found-error--page .b-error-page--content .b-error-page--title {
    font-size: 14vw;
  }
  .b-not-found-error--page .b-error-page--content .b-error-page--message {
    padding: 3% 4%;
  }
  .b-not-found-error--page .b-error-page--content .b-error-page--message h3 {
    font-size: 5vw;
  }
  .b-not-found-error--page .b-error-page--content .b-error-page--btn-wrap {
    margin-top: 10%;
  }
  .b-not-found-error--page .b-error-page--content .b-error-page--btn-wrap .c-btn {
    font-size: 4vw;
  }
  .b-generic-error--page .b-error-page--content {
    float: none;
    position: absolute;
    top: 3%;
    width: 100%;
  }
  .b-generic-error--page .b-error-page--content .b-error-page--logo .b-icon {
    width: 30em;
    height: 12em;
  }
  .b-generic-error--page .b-error-page--content .b-error-page--title {
    font-size: 6vw;
    margin-top: 5%;
  }
  .b-generic-error--page .b-error-page--content .b-error-page--message {
    padding: 3% 4%;
  }
  .b-generic-error--page .b-error-page--content .b-error-page--message h3 {
    font-size: 4vw;
  }
  .b-generic-error--page .b-error-page--content .b-error-page--btn-wrap {
    margin-top: 10%;
  }
  .b-generic-error--page .b-error-page--content .b-error-page--btn-wrap .c-btn {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .b-generic-error--page .b-error-page--content .b-error-page--logo .b-icon {
    width: 15em;
    height: 8em;
  }
}
.b-cart-warnings--message-wrap {
  display: flex;
  justify-content: flex-start;
  padding: 16px 24px;
  align-items: center;
}
.b-cart-warnings--message-wrap .b-cart-warnings--message {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.2;
}
.b-address-details-modal .b-address-details-modal--text-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 10% 10px 10%;
  text-align: center;
}
.b-address-details-modal .form-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 10px;
}
.b-address-details-modal .b-global-object--label {
  color: #3b3b3b;
  font-weight: 600;
  width: 30%;
  text-align: right;
  font-size: 0.75rem;
}
.b-address-details-modal .b-address-details-modal--edit-btn {
  justify-content: flex-start;
}
.b-address-details-modal .b-address-details-modal--edit-btn .b-icon {
  color: #e22e39;
}
@media (max-width: 767px) {
  .b-address-details-modal .form-group {
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  .b-address-details-modal .b-global-object--label {
    text-align: left;
    width: 100%;
  }
  .b-address-details-modal .b-global-object--input-field {
    width: 100%;
  }
}
.b-info-btn--wrap {
  position: relative;
}
.b-info-btn--wrap .b-icon {
  color: #3b3b3b;
}
.b-tags-and-labels--wrap {
  background: #ffffff;
  z-index: 3;
  position: absolute;
  height: 30px;
  width: auto;
  display: flex;
  justify-content: flex-end;
  top: 0;
  right: -3px;
  border-radius: 20px;
  padding: 0 5px;
  box-shadow: 0px 7px 15px 0px rgba(119, 119, 119, 0.5);
}
.b-tags-and-labels--close-btn {
  color: #3b3b3b;
  border-radius: 20px;
  margin: 0;
  padding: 5px;
}
.b-tags-and-labels--close-btn .b-icon {
  top: 0;
}
.b-tags-and-labels--btn-wrap {
  display: flex;
  justify-content: center;
}
.b-tags-and-labels--btn {
  display: flex;
  justify-content: center;
  color: #999999;
}
.b-tags-and-labels--btn .b-tags-and-labels--icon {
  top: 0;
  font-size: 1.375rem;
}
.b-tags-and-labels--discount-btn {
  width: 22px;
  padding: 0;
  position: relative;
  align-items: center;
}
.b-tags-and-labels--discount-btn .b-icon {
  margin-right: 0;
}
.b-tags-and-labels--discount-btn span {
  font-size: 0.5625rem;
  color: #e22e39;
  position: absolute;
}
.b-tags-and-labels--discount-btn .b-tags-and-labels--discount-btn-percent {
  font-size: 0.8875rem;
}
.b-tags-and-labels--time-btn,
.b-tags-and-labels--calendar-btn {
  padding: 0;
  position: relative;
  align-items: center;
}
.b-tags-and-labels--time-btn .b-icon,
.b-tags-and-labels--calendar-btn .b-icon {
  color: #42b255;
  margin-right: 0;
}
.b-tags-and-labels--time-btn span,
.b-tags-and-labels--calendar-btn span {
  font-size: 0.625rem;
  color: #ffffff;
  position: absolute;
}
.b-tags-and-labels--calendar-btn .b-icon {
  color: #f0f0f0;
}
.b-tags-and-labels--calendar-btn span {
  color: #42b255;
}
.b-progress-loading--wrap {
  background: #cccccc;
  width: 100%;
}
.b-progress-loading--bar {
  transition: all 0.3s ease;
  height: 3px;
  opacity: 1;
  position: relative;
  right: 0;
  max-width: 100%;
}
.b-progress-loading--loader {
  top: 0;
  position: absolute;
  width: 100px;
  height: 100%;
}
.b-coupons-progress-loading--wrap {
  background: #eb9094;
  width: 100%;
  margin-top: 25px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.b-coupons-progress-loading--wrap span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0 16px;
}
.b-coupons-progress-loading--bar {
  transition: all 0.3s ease;
  opacity: 1;
  max-width: 100%;
  height: 30px;
  background: #e22e39;
}
.b-shop-in-shop-children {
  display: block;
}
.b-shop-in-shop-children .b-category-banner {
  display: block;
}
.b-shop-in-shop-col-row {
  margin: -5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.b-shop-in-shop-col-row .b-shop-in-shop-col-2 {
  width: calc(100% / 6);
}
.b-shop-in-shop-col-row .b-shop-in-shop-col-3 {
  width: calc(100% / 4);
}
.b-shop-in-shop-col-row .b-shop-in-shop-col-4 {
  width: calc(100% / 3);
}
.b-shop-in-shop-col-row .b-shop-in-shop-col-6 {
  width: 50px;
}
.b-shop-in-shop-col-row .b-shop-in-shop-col-2,
.b-shop-in-shop-col-row .b-shop-in-shop-col-3,
.b-shop-in-shop-col-row .b-shop-in-shop-col-4,
.b-shop-in-shop-col-row .b-shop-in-shop-col-6 {
  flex-grow: 1;
}
.b-shop-in-shop-col-row .b-shop-in-shop-col-2 img,
.b-shop-in-shop-col-row .b-shop-in-shop-col-3 img,
.b-shop-in-shop-col-row .b-shop-in-shop-col-4 img,
.b-shop-in-shop-col-row .b-shop-in-shop-col-6 img {
  padding: 5px;
  width: 100%;
  height: auto;
}
.b-shop-in-shop-col-row .b-shop-in-shop-col--with-padding {
  padding: 2.5px;
}
.b-shop-in-shop-col-row .b-shop-in-shop-col--with-border img {
  border: 1px solid #ececec;
}
.b-shop-in-shop-col-row .b-shop-in-shop-col--with-border img:hover {
  opacity: 0.7;
}
@media (max-width: 1079px) {
  .b-shop-in-shop-children--wrap {
    margin: 0 -5px;
  }
  .b-shop-in-shop-children--wrap .b-zig-zag-fat {
    display: none;
  }
  .b-shop-in-shop-children--wrap .b-filter-order {
    border: 1px solid #e6e6e6;
    margin: 0 0 10px 0;
  }
  .b-shop-in-shop-children {
    background: none;
    border: none;
    position: relative;
    margin-top: 0;
  }
  .b-shop-in-shop-children .b-category-banner img {
    width: 100%;
    height: auto;
  }
  .b-shop-in-shop-children .b-shop-in-shop-col-row {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .b-shop-in-shop-children .b-shop-in-shop-col-row .b-shop-in-shop-col-md-6 {
    width: 50%;
    flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .b-shop-in-shop-children--wrap {
    margin: 0 -10px;
  }
}
@media (max-width: 429px) {
  .b-shop-in-shop-children .b-shop-in-shop-col-row {
    flex-wrap: wrap;
  }
  .b-shop-in-shop-children .b-shop-in-shop-col-row .b-shop-in-shop-col-sm-12 {
    width: 100%;
    flex-grow: 0;
  }
}
.b-categories-child .b-shop-in-shop-col-row,
.b-single-category--block-wrap .b-shop-in-shop-col-row {
  margin-bottom: 5px;
  justify-content: flex-start;
}
.b-categories-child .b-shop-in-shop-col-row .b-shop-in-shop-col-2,
.b-single-category--block-wrap .b-shop-in-shop-col-row .b-shop-in-shop-col-2 {
  flex-grow: 0;
}
.b-categories-child .b-shop-in-shop-col-row--expand,
.b-single-category--block-wrap .b-shop-in-shop-col-row--expand {
  width: 100%;
  margin: 0;
}
.b-shop-in-shop-heading {
  font-size: 0.85rem;
  margin-bottom: 5px;
  color: #3b3b3b;
  margin-left: 3px;
}
.b-shop-in-shop--content-wrap {
  padding: 20px;
}
.b-shop-in-shop--content-wrap .b-shop-in-shop-col-row {
  padding: 0;
}
@media (max-width: 1079px) {
  .b-shop-in-shop--content-wrap {
    display: none;
  }
}
.b-header ul.b-categories-child--contains-shop-in-shop {
  padding: 0;
}
.b-my-favourites-desktop--wrap {
  display: block;
  margin-bottom: 20px;
}
.b-my-favourites-desktop--wrap .b-user-info-col {
  max-width: 100%;
}
.b-my-favourites-desktop--wrap .b-alert--warning {
  margin-top: 0;
}
.b-my-favourites-desktop--item .content-block {
  box-shadow: none;
}
.b-my-favourites-desktop--item .content-block + .content-block {
  margin-top: 0;
}
@media (min-width: 768px) {
  .b-my-favourites-desktop--item {
    border-radius: 5px;
  }
}
.b-my-favourites-mobile--wrap {
  display: none;
}
.b-my-favourites-mobile--wrap .b-alert--warning {
  margin-top: 0;
}
@media (max-width: 767px) {
  .my-favourites--main-content .b-my-favourites-desktop--wrap {
    display: none;
  }
  .my-favourites--main-content .b-favourites--fav-basket-dropdown,
  .my-favourites--main-content .b-pagination-wrapper,
  .my-favourites--main-content .b-products-list--wrapper,
  .my-favourites--main-content .b-zig-zag-fat {
    display: none;
  }
  .my-favourites--main-content .b-my-favourites-mobile--wrap {
    display: block;
    margin: 0 -10px 10px -10px;
  }
  .my-favourites--main-content .b-my-favourites-mobile--wrap .content-block {
    box-shadow: none;
  }
  .my-favourites--main-content .b-my-favourites-mobile--wrap .content-block + .content-block {
    margin-top: 0;
  }
}
.b-favourites-products-dropdown {
  display: inline-block;
  width: 25%;
}
.b-favourites--fav-basket-dropdown {
  padding-top: 8px;
  padding-left: 10px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .b-favourites--fav-basket-dropdown {
    padding-top: 0px;
    padding-left: 0px;
  }
  .b-favourites-products-dropdown {
    width: 100%;
  }
}
.b-saved-baskets--add-cart-items-res,
.b-saved-baskets--prices-actions {
  display: none;
}
.b-saved-baskets--prices-wrap {
  display: block;
}
@media (max-width: 767px) {
  .b-saved-baskets--add-cart-items,
  .b-saved-baskets--prices-wrap,
  .b-saved-baskets-hide {
    display: none;
  }
  .b-saved-baskets--prices-actions,
  .b-saved-baskets-show {
    display: block;
  }
  .b-saved-baskets--add-cart-items-res {
    display: flex;
  }
  .b-saved-baskets--cart-wrap {
    min-height: 80vh;
  }
  .b-saved-baskets--cart-wrap .b-product-out-of-stock {
    z-index: 4;
  }
  .b-saved-baskets--cart-wrap .row {
    margin: auto 0;
    padding-bottom: 10px;
  }
  .b-saved-baskets--cart-wrap .b-cart-prices {
    margin-top: 0;
    padding: 10px;
  }
}
.b-horizontal-pages-block-top-bar .b-horizontal-pages-block-top-bar--text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 0 0;
}
.b-horizontal-pages-block-top-bar .b-horizontal-pages-block-top-bar--text h1 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}
.b-horizontal-pages-block-top-bar .b-horizontal-pages-block-top-bar--text span {
  font-weight: 600;
}
.b-horizontal-pages--wrap .b-horizontal-pages--list-item {
  margin: 10px -5px 0 -5px;
  display: flex;
  justify-content: center;
}
.b-horizontal-pages--wrap .b-horizontal-pages--list-item button {
  margin: 0 5px;
  min-width: 42px;
}
.b-horizontal-pages--wrap .b-horizontal-pages--list-item .b-horizontal-pages--delete-btn {
  border: 2px solid #f0f0f0;
}
.b-horizontal-pages--wrap .b-horizontal-pages--text {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px;
  justify-content: space-between;
}
.b-horizontal-pages--wrap .b-horizontal-pages--text .b-horizontal-pages--text--name {
  text-align: left;
  display: flex;
  flex-grow: 1;
}
.b-horizontal-pages--wrap .b-horizontal-pages--text .b-horizontal-pages--text--price {
  color: #e22e39;
}
.b-horizontal-pages--wrap .b-horizontal-pages--multiple-text .b-horizontal-pages--text--name,
.b-horizontal-pages--wrap .b-horizontal-pages--multiple-text .b-horizontal-pages--text--price {
  max-width: calc(100% / 3);
}
.b-horizontal-pages--bottom-content {
  margin-top: 10px;
}
.b-horizontal-pages--bottom-content a {
  text-align: right;
}
@media (max-width: 767px) {
  .b-horizontal-pages--bottom-content a {
    text-align: center;
  }
}
.b-checkbox-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px;
}
.b-checkbox-wrap--date {
  justify-content: center;
}
.b-checkbox {
  width: 32px;
  height: 22px;
  background: #3b3b3b;
  position: relative;
}
.b-checkbox input {
  margin: 5px 10px;
}
.b-checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  width: 28px;
  height: 18px;
  left: 2px;
  top: 2px;
  background: #f0f0f0;
}
.b-checkbox label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 28px;
  height: 18px;
  background: #3b3b3b;
  top: 0;
  left: 0;
}
.b-checkbox label:hover {
  background: #999999;
}
.b-checkbox--disabled {
  opacity: 0.3;
}
.b-checkbox--disabled label:hover {
  background: #f0f0f0;
  cursor: not-allowed;
}
.b-checkbox input[type='checkbox']:checked + label {
  color: #f0f0f0;
  background: #3b3b3b;
}
.b-multiline-heading {
  padding: 25px 16px;
  font-size: 0.75rem;
}
.b-multiline-heading span {
  color: #3b3b3b;
  margin-left: 10px;
}
.b-multiline-heading .b-multiline-heading--content {
  justify-content: flex-start;
}
.b-multiline-heading .b-multiline-heading--content .b-icon {
  color: #e22e39;
  fill: #ffffff;
  width: 26px;
  min-width: 26px;
  height: 26px;
}
.b-multiline-heading .b-multiline-heading--content .b-multiline-heading--content-txt {
  margin: 0 0 0 10px;
}
.b-multiline-heading .b-multiline-heading--content h1 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
}
.b-multiline-heading .b-multiline-heading--content h2 {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: normal;
}
@media (max-width: 1079px) {
  .b-multiline-heading .b-multiline-heading--content h1,
  .b-multiline-heading .b-multiline-heading--content h2 {
    font-size: 0.8875rem;
  }
}
.b-multiline-heading--btn-row {
  padding: 0 17px 17px 17px;
}
.b-red-circle-icon {
  top: 0px;
  width: 22px;
  height: 22px;
  color: #e22e39;
  fill: #ffffff;
  text-align: center;
}
@media (max-width: 1079px) {
  .b-red-circle-icon {
    width: 26px;
    height: 26px;
  }
}
.b-cart-delivery-comment textarea {
  resize: none;
}
.b-cart-delivery-comment .b-multiline-heading h1 {
  font-size: 0.625rem;
  text-transform: uppercase;
}
.b-cart-delivery-comment .b-input-field--root {
  margin-top: 5px;
}
@media (max-width: 1080px) {
  .b-cart-delivery-comment .b-multiline-heading h1 {
    font-size: 0.6875rem;
    text-transform: uppercase;
  }
}
.b-cart-delivery-prices {
  border-top: 1px solid #eaeaeb;
}
.b-cart-delivery-prices .b-multiline-heading .b-multiline-heading--content .b-multiline-heading--content-txt {
  margin: 0;
}
.b-cart-delivery-prices .b-multiline-heading .b-multiline-heading--content .b-multiline-heading--content-txt h1 {
  font-size: 0.625rem;
  text-transform: uppercase;
}
.b-delivery-summary--back-btn {
  justify-content: flex-start;
  text-transform: uppercase;
  font-size: 0.625rem;
  padding: 1.3em;
  border-radius: 0;
}
.b-delivery-summary--back-btn span {
  margin-left: 3px;
}
.b-delivery-summary--back-btn .b-icon {
  transition: 0.3s ease;
}
.b-delivery-summary--back-btn:hover .b-icon {
  opacity: 0.5;
}
.b-delivery-summary--heading {
  box-shadow: inset 0 -1px 0 0 #eaeaeb;
  padding: 16px;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 600;
}
.b-delivery-summary--multiline-headings-wrap {
  box-shadow: inset 0 -1px 0 0 #eaeaeb;
}
.b-delivery-times .b-multiline-heading {
  padding: 0 17px 25px 17px;
}
.b-multiline-heading .b-multiline-heading--content .address-gray,
.b-multiline-heading .b-multiline-heading--content .address-gray-selected,
.address-gray,
.address-gray-selected {
  color: #cccccc;
}
.b-multiline-heading .b-multiline-heading--content .address-red,
.b-multiline-heading .b-multiline-heading--content .address-red-selected,
.b-multiline-heading .b-multiline-heading--content .address-building-red,
.address-red,
.address-red-selected,
.address-building-red {
  color: #e22e39;
}
.b-multiline-heading .b-multiline-heading--content .address-green,
.b-multiline-heading .b-multiline-heading--content .address-green-selected,
.b-multiline-heading .b-multiline-heading--content .address-building-green,
.address-green,
.address-green-selected,
.address-building-green {
  color: #42b255;
}
.b-multiline-heading .b-multiline-heading--content .address-yellow,
.b-multiline-heading .b-multiline-heading--content .address-yellow-selected,
.b-multiline-heading .b-multiline-heading--content .address-building-yellow,
.address-yellow,
.address-yellow-selected,
.address-building-yellow {
  color: #f2aa12;
}
.b-multiline-heading .b-multiline-heading--content .address-blue,
.b-multiline-heading .b-multiline-heading--content .address-blue-selected,
.b-multiline-heading .b-multiline-heading--content .address-building-blue,
.address-blue,
.address-blue-selected,
.address-building-blue {
  color: #3378ed;
}
.b-multiline-heading .b-multiline-heading--content .address-light-blue,
.b-multiline-heading .b-multiline-heading--content .address-light-blue-selected,
.address-light-blue,
.address-light-blue-selected {
  color: #4198b7;
}
.b-multiline-heading .b-multiline-heading--content .address-drive-in,
.b-multiline-heading .b-multiline-heading--content .address-drive-in-selected,
.b-multiline-heading .b-multiline-heading--content .address-pup,
.b-multiline-heading .b-multiline-heading--content .address-pup-selected,
.address-pup,
.address-drive-in {
  color: #e22e39;
}
.b-shipping-address--add-adress-input[readonly] {
  opacity: 1;
}
.b-autocomplete-address-wrap {
  align-items: flex-start;
}
.b-autocomplete-address-wrap .b-data-loader-wrap {
  flex-grow: 1;
}
.b-select-address--wrap {
  position: relative;
}
.b-select-address--dropdown-content {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 6;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  top: 65px;
}
.b-select-address--dropdown-content-active {
  box-shadow: 0 15px 24px -7px rgba(0, 0, 0, 0.1);
  z-index: 6;
  max-height: 2000px;
  transition: max-height 0.3s ease-in;
}
@media (max-width: 1079px) {
  .b-select-address--dropdown-content {
    top: 80px;
  }
}
.b-select-address--heading {
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 -1px 0 0 #e6e6e6;
  transition: 0.3s ease;
  cursor: pointer;
}
.b-select-address--heading:hover {
  background: #f5f5f5;
}
.b-select-address--heading:hover .b-input-checkbox--circle-not-checked {
  border: 2px solid #3b3b3b;
}
.b-select-address--heading .b-input-checkbox--circle-not-checked {
  transition: 0.3s ease;
}
.b-select-address--heading .b-select-address--heading-icon {
  transition: all 0.3s linear;
}
.b-select-address--heading .b-select-address--heading--main-content {
  min-height: 65px;
  padding: 16px;
  justify-content: space-between;
}
.b-select-address--heading .b-select-address--heading--main-content .b-input-checkbox label {
  cursor: pointer;
}
.b-select-address--heading .b-select-address--heading--main-content-txt {
  margin-left: 10px;
}
.b-select-address--heading .b-select-address--heading--main-content-txt h1 {
  font-weight: 600;
  margin: 0;
  font-size: 0.625rem;
  text-transform: uppercase;
  line-height: 1.5;
}
.b-select-address--heading .b-select-address--main-address {
  justify-content: flex-start;
  padding: 0 16px 16px;
  padding-top: 0;
}
.b-select-address--heading .b-select-address--main-address > .b-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
}
.b-select-address--heading .b-select-address--main-address .b-select-address--main-address-text {
  font-size: 0.75rem;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.4;
}
.b-select-address--heading .b-select-address--main-address span {
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.5;
}
@media (max-width: 1079px) {
  .b-select-address--heading .b-select-address--heading--main-content-txt h1 {
    font-size: 0.6875rem;
  }
  .b-select-address--heading .b-select-address--heading--main-content {
    padding: 22px 17px;
    min-height: 80px;
  }
  .b-select-address--heading .b-input-checkbox--circle-icon {
    width: 26px;
    height: 26px;
  }
  .b-select-address--heading .b-input-checkbox--circle-not-checked {
    width: 26px;
    height: 26px;
  }
  .b-select-address--heading .b-select-address--main-address .b-select-address--main-address-text {
    font-size: 0.8125rem;
  }
  .b-select-address--heading .b-select-address--main-address span {
    font-size: 0.75rem;
  }
}
.b-select-address--wrap-active {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}
.b-select-address--wrap-active .b-select-address--heading {
  background: #ffffff;
  box-shadow: none;
}
.b-select-address--wrap-active .b-select-address--heading-icon {
  transform: rotate(180deg);
}
.b-select-address--wrap-active .b-input-checkbox--circle-not-checked {
  border: 2px solid #3b3b3b;
}
.b-select-address--dropdown-overlay {
  display: none;
}
.b-select-adress--express {
  display: flex;
  padding: 8px 0 0 32px;
  opacity: 0;
  position: absolute;
}
.b-select-adress--express .b-icon {
  height: 24px;
  min-width: 24px;
}
.b-select-adress--express p {
  align-self: center;
  font-size: 0.75rem;
  line-height: 16px;
  padding: 0 8px;
}
.b-select-adress--express-active {
  opacity: 1;
  position: static;
  transition: 0.3s ease;
  transition-delay: 0.3s;
}
@media (max-width: 1079px) {
  .b-select-address--dropdown-overlay {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100vh;
    background: #3b3b3b;
    opacity: 0.5;
    display: none;
    z-index: 2;
  }
  .b-select-address--dropdown-overlay-active {
    display: block;
  }
}
@media (max-width: 1079px) {
  .b-recipes-container {
    margin-top: -10px;
  }
  .b-recipes--page-container {
    padding: 15px;
    background: #f8f4f1;
  }
}
.b-recipes--breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.b-recipes--breadcrumbs a,
.b-recipes--breadcrumbs span {
  font-size: 0.75rem;
  text-decoration: none;
  color: #3b3b3b;
}
.b-recipes--breadcrumbs a:hover,
.b-recipes--breadcrumbs a:focus,
.b-recipes--breadcrumbs a:active {
  color: #e22e39;
}
.b-recipes--breadcrumbs .b-icon {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .b-recipes--breadcrumbs {
    display: none;
  }
}
.b-recipes-category--wrap {
  display: flex;
  flex-direction: column;
  padding: 0 0 50px 0;
}
.b-recipes-category--header {
  margin: 50px 0 30px 0;
}
.b-recipes-category--header h1 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.b-recipes-category--header a {
  color: #3b3b3b;
  font-size: 0.8875rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.b-recipes-category--header a:hover,
.b-recipes-category--header a:focus,
.b-recipes-category--header a:active {
  color: #3b3b3b;
}
.b-recipes-category--header a .b-icon {
  margin-left: 5px;
  top: 0;
}
@media (max-width: 767px) {
  .b-recipes-category--header {
    margin: 40px 0 20px 0;
  }
  .b-recipes-category--header h1 {
    font-size: 1.125rem;
    max-width: 70%;
  }
}
.b-recipes--row {
  margin: 0 -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .b-recipes--row {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .b-alert--error {
    width: auto !important;
  }
}
.b-recipes--col {
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  flex-grow: 1;
}
@media (max-width: 767px) {
  .b-recipes--col {
    min-width: 100%;
  }
}
.b-recipes--col--item {
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 10px 20px 10px;
  border-radius: 5px;
  overflow: hidden;
}
.b-recipes--col--item .b-recipes--col--item-img-wrap {
  overflow: hidden;
  width: 100%;
  will-change: transform;
}
.b-recipes--col--item .b-recipes--col--item-img-wrap img {
  transition: all 0.6s ease;
  width: 100%;
  height: auto;
}
.b-recipes--items-list--item {
  position: relative;
  text-decoration: none;
  color: #3b3b3b;
}
.b-recipes--items-list--item:hover,
.b-recipes--items-list--item:active,
.b-recipes--items-list--item:focus {
  color: #3b3b3b;
}
.b-recipes--items-list--item:hover {
  box-shadow: 0 22px 20px 0 rgba(84, 16, 16, 0.03);
}
.b-recipes--items-list--item:hover .b-recipes--col--item-img-wrap img {
  transition: transform 0.3s;
  transform: scale(1.1) translate3d(0, 0, 0);
}
.b-recipes--items-list--item .b-recipes--video-tag {
  position: absolute;
  z-index: 1;
  padding: 15px;
  top: -60px;
  left: 0;
}
.b-recipes--items-list--item .b-recipes--video-tag .b-icon {
  height: 26px;
  width: 70px;
  min-width: 70px;
}
.b-recipes--items-list--item .b-recipes--items-list--item-content {
  position: relative;
  min-height: 140px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b-recipes--items-list--item .b-recipes--items-list--item-content h1 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
.b-recipes--items-list--item .b-recipes--items-list--item-content .b-recipes--items-list--item-content--info {
  align-items: flex-end;
  color: #999999;
}
.b-recipes--items-list--item .b-recipes--items-list--item-content .b-recipes--items-list--item-content--info div {
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
.b-recipes--items-list--item .b-recipes--items-list--item-content .b-recipes--items-list--item-content--info div .b-flex-horizontal-space-between {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.b-recipes--items-list--item .b-recipes--items-list--item-content .b-recipes--items-list--item-content--info div .b-flex-horizontal-space-between .b-icon {
  margin-right: 10px;
}
.b-recipes--items-list--item .b-recipes--items-list--item-content .b-recipes--items-list--item-content--info div .b-flex-horizontal-space-between:last-of-type {
  margin-bottom: 0;
}
.b-recipes--items-list--item .b-recipes--items-list--item-content .b-recipes--items-list--item-content--info .b-icon {
  top: 0;
}
@media (max-width: 767px) {
  .b-recipes--items-list--item:hover {
    box-shadow: none;
  }
  .b-recipes--items-list--item:hover .b-recipes--col--item-img-wrap img {
    transform: none;
  }
}
.b-recipes--cats-list--cat-item {
  position: relative;
}
.b-recipes--cats-list--cat-item .b-recipes--col--item-img-wrap:after {
  content: none;
}
.b-recipes--cats-list--cat-item:hover {
  box-shadow: 0 16px 23px 0 rgba(84, 16, 16, 0.31);
}
.b-recipes--cats-list--cat-item:hover .b-recipes--col--item-img-wrap:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.14) 56%, rgba(0, 0, 0, 0.43));
}
.b-recipes--cats-list--cat-item:hover .b-recipes--col--item-img-wrap img {
  transition: transform 0.3s;
  transform: scale(1.1) translate3d(0, 0, 0);
}
.b-recipes--cats-list--cat-item .b-recipes--cats-list--cat-item--btn-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 25px 20px 25px;
}
.b-recipes--cats-list--cat-item .b-recipes--cats-list--cat-item--btn-wrap button {
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-size: 1rem;
  padding: 0;
}
.b-recipes--cats-list--cat-item .b-recipes--cats-list--cat-item--btn-wrap button span {
  max-width: 80%;
}
.b-recipes--cats-list--cat-item .b-recipes--cats-list--cat-item--btn-wrap button .b-icon {
  margin-left: 10px;
  top: 0;
}
.b-recipes--cats-list--cat-item .b-recipes-img-preloader--placeholder:before,
.b-recipes--cats-list--cat-item .b-recipes-img-preloader--img-wrap:before {
  padding-bottom: 82%;
}
@media (max-width: 767px) {
  .b-recipes--cats-list--cat-item:hover {
    box-shadow: none;
  }
  .b-recipes--cats-list--cat-item:hover .b-recipes--col--item-img-wrap:after {
    content: none;
  }
  .b-recipes--cats-list--cat-item:hover .b-recipes--col--item-img-wrap img {
    transform: none;
  }
}
.b-recipes-feature--block {
  display: flex;
  flex-direction: column;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #dad9d1;
}
.b-recipes-feature--block:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  .b-recipes-feature--block {
    padding: 0 0 40px 0;
  }
  .b-recipes-feature--block:last-of-type {
    margin: 0;
  }
  .b-recipes-feature--block .b-recipes--row {
    flex-direction: row;
    overflow-x: auto;
    margin: 0 -5px 0 -5px;
  }
  .b-recipes-feature--block .b-recipes--col {
    min-width: 280px;
    margin-bottom: 0;
  }
  .b-recipes-feature--block .b-recipes--col--item {
    margin: 0 5px 0 5px;
  }
}
@keyframes slideInFromLeft {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left bottom;
  }
}
.b-recipes-img-preloader--placeholder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #ded8bd 50%, #e6e1d1 50%);
  background-size: 200% 100%;
  transition: all 0.3s ease-out;
  animation: 1s ease-out 0s 1 slideInFromLeft;
}
.b-recipes-img-preloader--placeholder .b-icon {
  color: #f8f6ed;
  width: 52px;
  min-width: 52px;
  height: 52px;
}
.b-recipes-img-preloader--placeholder:before {
  content: '';
  display: block;
  padding-bottom: 73%;
}
@media (max-width: 767px) {
  .b-recipes-img-preloader--placeholder .b-icon {
    width: 46px;
    min-width: 46px;
    height: 46px;
  }
  .b-recipes-img-preloader--placeholder:before {
    padding-bottom: 60%;
  }
}
.b-recipes-img-preloader--img-wrap {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.6s linear, opacity 0.6s linear;
  height: 0;
}
.b-recipes-img-preloader--img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 73%;
  background: #f8f4f1;
}
.b-recipes-img-preloader--img-wrap img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .b-recipes-img-preloader--img-wrap:before {
    padding-bottom: 60%;
  }
}
.b-recipes-img-preloader--img-wrap--visible {
  visibility: visible;
  opacity: 1;
  height: auto;
}
@media (max-width: 767px) {
  .b-recipes--cats-list--cat-item .b-recipes-img-preloader--placeholder:before,
  .b-recipes--cats-list--cat-item .b-recipes-img-preloader--img-wrap:before {
    padding-bottom: 75%;
  }
}
.b-recipes--main-banner-img {
  width: 100%;
  height: auto;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .b-recipes--main-banner-img {
    margin-top: 16px;
  }
}
.b-recipes--main-banner-btn {
  padding: 0;
  margin: 0;
}
@media (max-width: 1079px) {
  .b-section--heading {
    margin: 16px 16px 0;
  }
  .b-recipes--row {
    margin: 0 16px;
  }
}
@media (max-width: 767px) {
  .b-page-container--home .b-recipes--row {
    flex-direction: row;
    overflow-x: scroll;
  }
  .b-recipes--col {
    min-width: 280px;
    margin-right: 8px;
  }
  .b-recipes--col:last-child {
    margin-right: 0;
  }
  .b-recipes--col--item {
    margin: 0;
  }
}
.b-recipes-cats-bar {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.b-recipes-cats-bar .b-recipes-cats-bar--action-btn {
  font-size: 0.8875rem;
  font-weight: 600;
  padding: 8px 0;
}
.b-recipes-cats-bar .b-recipes-cats-bar--action-btn .b-icon {
  transition: all 0.3s linear;
  margin-left: 24px;
}
.b-recipes-cats-bar .b-recipes-cats-bar--drpd-btn {
  border-right: 1px solid #cccccc;
  border-radius: 0;
}
.b-recipes-cats-bar .b-recipes-cats-bar--drpd-btn .b-icon {
  margin-right: 24px;
}
.b-recipes-cats-bar .b-recipes-cats-bar--saved-items-link {
  text-decoration: none;
  color: #3b3b3b;
}
.b-recipes-cats-bar .b-recipes-cats-bar--saved-items-link .b-icon {
  top: 0;
}
.b-recipes-cats-bar .b-recipes-cats-bar--fav-count {
  color: #e22e39;
}
.b-recipes-cats-bar .b-search--large-wrap {
  margin-left: auto;
  max-width: 235px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .b-recipes-cats-bar {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    background: none;
  }
  .b-recipes-cats-bar .b-recipes-cats-bar--action-btn {
    background: #ffffff;
    width: 100%;
    justify-content: flex-start;
    padding: 1.3em;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  .b-recipes-cats-bar .b-recipes-cats-bar--action-btn:last-of-type {
    margin-top: 5px;
  }
  .b-recipes-cats-bar .b-recipes-cats-bar--action-btn .b-icon {
    margin-left: 0;
  }
  .b-recipes-cats-bar .b-recipes-cats-bar--drpd-btn .b-icon {
    margin-left: 8px;
  }
  .b-recipes-cats-bar .b-recipes-cats-bar--content {
    position: static;
  }
  .b-recipes-cats-bar .b-search--large-wrap {
    background: #ffffff;
    max-width: 100%;
    margin-top: 5px;
    border-bottom: 1px solid #cccccc;
    padding: 0.8rem 1.3rem;
  }
}
.b-recipes-cats-bar--active .b-recipes-cats-bar--drpd-btn .b-icon {
  transform: rotate(180deg);
}
.b-recipes-cats-bar--fixed {
  padding-top: 60px;
}
.b-recipes-cats-bar--fixed .b-recipes-cats-bar--drpd {
  position: fixed;
  top: 97px;
  z-index: 100;
  left: 0;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .b-recipes-cats-bar--drpd {
    width: 100%;
  }
}
.b-recipes-cats-bar--content {
  border-top: 1px solid #f0f0f0;
  padding: 40px 30px 0 30px;
  z-index: 1;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .b-recipes-cats-bar--content {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.b-recipes-cats-bar--mobile {
  display: none;
}
@media (max-width: 767px) {
  .b-recipes-cats-bar--content {
    display: none;
  }
  .b-recipes-cats-bar--mobile {
    display: flex;
  }
}
.b-recipes-cats-bar--content--row {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .b-recipes-cats-bar--content--row {
    flex-direction: column;
  }
}
.b-recipes-cats-bar--content--col {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
  padding: 0 55px 40px 0;
}
@media (max-width: 767px) {
  .b-recipes-cats-bar--content--col {
    width: 100%;
    padding: 0 10px 30px 0;
  }
}
.b-recipes-cats-bar--content--col-title {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #999999;
}
.b-recipes-cats-bar--content--col-title a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #999999;
}
.b-recipes-cats-bar--content--col-title a:hover,
.b-recipes-cats-bar--content--col-title a:focus,
.b-recipes-cats-bar--content--col-title a:active {
  color: #e22e39;
}
.b-recipes-cats-bar--content--col-title a .b-icon {
  top: 0.03em;
}
@media (max-width: 767px) {
  .b-recipes-cats-bar--content--col-title {
    margin-bottom: 15px;
  }
}
.b-recipes-cats-bar--content--col-item {
  font-size: 0.8875rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.b-recipes-cats-bar--content--col-item:last-of-type {
  margin-bottom: 0;
}
.b-recipes-cats-bar--content--col-item a {
  text-decoration: none;
  color: #3b3b3b;
}
.b-recipes-cats-bar--content--col-item a:hover,
.b-recipes-cats-bar--content--col-item a:focus,
.b-recipes-cats-bar--content--col-item a:active {
  color: #e22e39;
}
.b-recipes-cats-bar--content--side {
  width: 25%;
  min-width: 25%;
  padding-bottom: 40px;
}
.b-recipes-cats-bar--content--side .b-recipes-cats-bar--content--col {
  width: 100%;
  padding: 0;
}
.b-recipes-cats-bar--content--side .b-recipes-cats-bar--content--col .b-recipes-cats-bar--content--col-item {
  margin-bottom: 5px;
}
.b-recipes-cats-bar--content--side .b-recipes-cats-bar--content--col .b-recipes-cats-bar--content--col-item img {
  width: 100%;
  height: auto;
  background: #f0f0f0;
}
.b-recipes-cats-bar--content--side .b-recipes-cats-bar--content--col .b-recipes-cats-bar--content--col-item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .b-recipes-cats-bar--content--col .b-recipes-cats-bar--content--col-item {
    max-width: 160px;
  }
  .b-recipes-cats-bar--content--side {
    width: 100%;
    padding-bottom: 0;
  }
  .b-recipes-cats-bar--content--side .b-recipes-cats-bar--content--col .b-recipes-cats-bar--content--col-item {
    max-width: 100%;
  }
}
.b-recipes-cat-recipe .b-recipes-feature--block {
  border-bottom: none;
}
.b-recipes-cat-recipe--main-content {
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .b-recipes-cat-recipe--main-content {
    margin: 40px -15px 0 -15px;
  }
}
.b-recipes-cat-recipe--summary {
  position: relative;
  margin: 0 0 5px 0;
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .b-recipes-cat-recipe--summary {
    flex-direction: column;
  }
}
.b-recipes-cat-recipe--summary-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  max-width: 50%;
  padding: 30px;
  min-height: 18rem;
}
.b-recipes-cat-recipe--summary-info h1 {
  margin: 0 0 30px 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.b-recipes-cat-recipe--summary-info ul {
  color: #999999;
  font-size: 0.8875rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-recipes-cat-recipe--summary-info ul li {
  margin-bottom: 15px;
  justify-content: flex-start;
}
.b-recipes-cat-recipe--summary-info ul li:last-of-type {
  margin-bottom: 0;
}
.b-recipes-cat-recipe--summary-info ul li .b-icon {
  margin-right: 15px !important;
}
.b-recipes-cat-recipe--summary-info ul li span {
  color: #3b3b3b;
}
@media (max-width: 767px) {
  .b-recipes-cat-recipe--summary-info {
    max-width: 100%;
    padding: 30px 15px;
  }
  .b-recipes-cat-recipe--summary-info h1 {
    font-size: 1.125rem;
  }
}
.b-recipes-cat-recipe--summary-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  max-width: 50%;
  margin: 30px;
  position: relative;
  padding: 0;
}
.b-recipes-cat-recipe--summary-img-wrap img {
  width: 100%;
  height: auto;
}
.b-recipes-cat-recipe--summary-img-wrap .b-recipes--video-play-img {
  position: absolute;
  max-width: 73px;
  transition: transform 0.3s;
  will-change: transform;
}
.b-recipes-cat-recipe--summary-img-wrap:hover .b-recipes--video-play-img {
  transform: scale(1.1) translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .b-recipes-cat-recipe--summary-img-wrap {
    max-width: 100%;
    margin: 0;
  }
}
.b-recipes-cat-recipe--intro {
  margin: 0 0 5px 0;
  padding: 50px 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.b-recipes-cat-recipe--intro h1 {
  margin: 0 0 30px 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.b-recipes-cat-recipe--intro p {
  font-size: 0.8875rem;
  line-height: 1.8;
  max-width: 80%;
}
@media (max-width: 767px) {
  .b-recipes-cat-recipe--intro {
    padding: 30px 15px;
  }
  .b-recipes-cat-recipe--intro h1 {
    font-size: 1.125rem;
  }
  .b-recipes-cat-recipe--intro p {
    max-width: 100%;
  }
}
.b-recipes-cat-recipe--instructions {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .b-recipes-cat-recipe--instructions {
    flex-direction: column;
  }
}
.b-recipes-cat-recipe--instructions-block {
  display: flex;
  flex-grow: 1;
  min-width: 49%;
  flex-direction: column;
  margin-right: 5px;
  padding: 50px 30px;
}
.b-recipes-cat-recipe--instructions-block:last-of-type {
  margin-right: 0;
}
.b-recipes-cat-recipe--instructions-block h1 {
  margin: 0 0 30px 0;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .b-recipes-cat-recipe--instructions-block {
    min-width: auto;
    padding: 30px 15px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .b-recipes-cat-recipe--instructions-block:last-of-type {
    margin-bottom: 0;
  }
  .b-recipes-cat-recipe--instructions-block h1 {
    font-size: 1.125rem;
  }
}
.b-recipes-cat-recipe--ingredients-wrap .b-recipes-cat-recipe--ingredients-portion-count {
  margin-top: 20px;
  font-size: 0.8875rem;
}
.b-recipes-cat-recipe--ingredients-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.b-recipes-cat-recipe--ingredients-wrap ul li {
  padding: 10px 0;
  border-top: 1px solid #dad9d1;
  font-size: 0.8875rem;
  font-weight: 600;
}
.b-recipes-cat-recipe--ingredients-wrap ul li:first-of-type {
  border-top: none;
}
.b-recipes-cat-recipe--ingredients-wrap ul li p {
  max-width: 60%;
}
.b-recipes-cat-recipe--ingredients-wrap ul li span {
  text-align: right;
  max-width: 37%;
  font-weight: normal;
  color: #999999;
}
.b-recipes-cat-recipe--ingredients-wrap ul .b-recipes-cat-recipe--ingredient-cat-title {
  border-top: none;
  color: #999999;
  font-weight: normal;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .b-recipes-cat-recipe--ingredients-wrap ul li p {
    max-width: 65%;
  }
  .b-recipes-cat-recipe--ingredients-wrap ul li span {
    max-width: 32%;
  }
}
.b-recipes-cat-recipe--steps-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-recipes-cat-recipe--steps-wrap ul li {
  display: flex;
  margin-bottom: 35px;
  font-size: 0.8875rem;
}
.b-recipes-cat-recipe--steps-wrap ul li:last-of-type {
  margin-bottom: 0;
}
.b-recipes-cat-recipe--steps-wrap .b-recipes-cat-recipe--steps--step-no {
  width: 35px;
  min-width: 35px;
  height: 35px;
  background: #f0f0f0;
  border-radius: 20px;
  font-size: 0.8875rem;
  font-weight: 600;
  margin: -8px 25px 0 0;
}
.b-recipes-cat-recipe--banner {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .b-recipes-cat-recipe--banner {
    margin-bottom: 40px;
  }
}
.b-recipe-video-modal {
  width: 1000px;
}
.b-recipe-video-modal .modal-content {
  width: 100%;
}
.b-recipe-video-modal .modal-body {
  padding: 15px;
}
.b-recipes--video-player-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.b-recipes-feature--dummy-block {
  width: 100%;
  height: 100px;
}
.b-recipes-fav-pin--container,
.b-recipes-fav-pin--stroke,
.b-recipes-fav-pin--body,
.b-recipes-fav-pin--body-over,
.b-recipes-fav-pin--container--in-recipe,
.b-recipes-fav-pin--stroke--in-recipe,
.b-recipes-fav-pin--body-over--in-recipe {
  transition: all 0.3s cubic-bezier(0.15, 0.96, 0.66, 0.94);
}
.b-recipes-fav-pin--parent {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.15, 0.96, 0.66, 0.94);
}
.b-recipes-fav-pin--parent .b-recipes-fav-pin--container {
  position: relative;
  clip-path: polygon(12px 2px, 12px 20px, 14px 22px, 14px 0, 0 0, 0 22px, 7px 15px, 14px 22px, 12px 17px, 7px 11px, 2px 17px, 2px 2px);
  width: 14px;
  height: 22px;
  border-radius: 2px 2px 0 0;
}
.b-recipes-fav-pin--parent .b-recipes-fav-pin--stroke {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 22px;
  border-radius: 2px 2px 0 0;
  background-color: #ffffff;
  clip-path: polygon(0 0, 14px 0, 14px 22px, 7px 14px, 0 22px);
}
.b-recipes-fav-pin--parent .b-recipes-fav-pin--body {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 18px;
  background-color: #e22e39;
  clip-path: polygon(0 0, 10px 0, 10px 15px, 5px 9px, 0 15px);
}
.b-recipes-fav-pin--parent .b-recipes-fav-pin--body-over {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 25px;
  border-radius: 2px 2px 0 0;
  background-color: #ffffff;
  clip-path: polygon(0 0, 14px 0, 14px 22px, 7px 14px, 0 22px);
  opacity: 0;
}
.b-recipes-fav-pin--parent:hover .b-recipes-fav-pin--container {
  position: relative;
  clip-path: polygon(12px 2px, 12px 26px, 14px 28px, 14px 0, 0 0, 0 28px, 7px 21px, 14px 28px, 12px 23px, 7px 17px, 2px 23px, 2px 2px);
  width: 14px;
  height: 28px;
  border-radius: 2px 2px 0 0;
}
.b-recipes-fav-pin--parent:hover .b-recipes-fav-pin--stroke {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 28px;
  border-radius: 2px 2px 0 0;
  background-color: #ffffff;
  clip-path: polygon(0 0, 14px 0, 14px 28px, 7px 20px, 0 28px);
}
.b-recipes-fav-pin--parent:hover .b-recipes-fav-pin--body {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 26px;
  background-color: #e22e39;
  clip-path: polygon(0 0, 10px 0, 10px 21px, 5px 15px, 0 20px);
}
.b-recipes-fav-pin--parent:hover .b-recipes-fav-pin--body-over {
  clip-path: polygon(0 0, 14px 0, 14px 28px, 7px 20px, 0 28px);
  opacity: 1;
}
.b-recipes-fav-pin--parent.b-recipes-fav-pin--parent-active:not(:hover) {
  padding-top: 0;
}
.b-recipes-fav-pin--parent.b-recipes-fav-pin--parent-active .b-recipes-fav-pin--container {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.b-recipes-fav-pin--parent.b-recipes-fav-pin--parent-active:not(:hover) .b-recipes-fav-pin--body {
  top: 0px;
  right: 2px;
  width: 10px;
  height: 20px;
  clip-path: polygon(0 0, 10px 0, 10px 17px, 5px 11px, 0 17px);
}
.b-recipes-fav-pin--parent.b-recipes-fav-pin--parent-active .b-recipes-fav-pin--body-over {
  opacity: 0;
}
.b-recipes-favorite-pin--desktop-content-wrap {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  padding: 30px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.15, 0.96, 0.66, 0.94);
  display: flex;
  width: 150px;
  justify-content: flex-start;
  align-items: center;
}
.b-recipes-favorite-pin--desktop-content-wrap span {
  margin-left: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #999999;
}
.b-recipes-favorite-pin--desktop-content-wrap .b-recipes-fav-pin--text-active {
  color: #3b3b3b;
}
.b-recipes-favorite-pin--desktop-content-wrap .b-recipes-fav-pin--parent--in-recipe {
  position: relative;
}
.b-recipes-favorite-pin--desktop-content-wrap .b-recipes-fav-pin--parent--in-recipe .b-recipes-fav-pin--container--in-recipe {
  position: relative;
  clip-path: polygon(12px 2px, 12px 20px, 14px 22px, 14px 0, 0 0, 0 22px, 7px 15px, 14px 22px, 12px 17px, 7px 11px, 2px 17px, 2px 2px);
  width: 14px;
  height: 22px;
  border-radius: 2px 2px 0 0;
}
.b-recipes-favorite-pin--desktop-content-wrap .b-recipes-fav-pin--parent--in-recipe .b-recipes-fav-pin--stroke--in-recipe {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 22px;
  border-radius: 2px 2px 0 0;
  background-color: #999999;
  clip-path: polygon(0 0, 14px 0, 14px 22px, 7px 14px, 0 22px);
}
.b-recipes-favorite-pin--desktop-content-wrap .b-recipes-fav-pin--parent--in-recipe .b-recipes-fav-pin--body-over--in-recipe {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 25px;
  border-radius: 2px 2px 0 0;
  background-color: #999999;
  clip-path: polygon(0 0, 14px 0, 14px 22px, 7px 14px, 0 22px);
  opacity: 0;
}
.b-recipes-favorite-pin--desktop-content-wrap:hover .b-recipes-fav-pin--body-over--in-recipe {
  opacity: 1;
}
.b-recipes-favorite-pin--desktop-content-wrap-active .b-recipes-fav-pin--parent--in-recipe .b-recipes-fav-pin--stroke--in-recipe {
  background-color: #e22e39;
}
.b-recipes-favorite-pin--desktop-content-wrap-active .b-recipes-fav-pin--parent--in-recipe .b-recipes-fav-pin--body-over--in-recipe {
  background-color: #e22e39;
  opacity: 1;
}
.b-recipes-favorite-pin--desktop-content-wrap-active:hover .b-recipes-fav-pin--body-over--in-recipe {
  background-color: #e22e39;
  opacity: 0;
}
.b-recipes-favorite-pin--mobile-content-wrap {
  display: none;
}
@media (max-width: 767px) {
  .b-recipes-favorite-pin--desktop-content-wrap {
    display: none;
  }
  .b-recipes-favorite-pin--mobile-content-wrap {
    display: block;
  }
}
.b-recipe-items-modal {
  transition: display 0.3 ease;
}
.b-recipe-items-modal .modal-body {
  background: #f5f5f5;
  height: 350px;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.b-recipe-items-modal .modal-footer {
  padding: 25px 30px;
}
.b-recipe-items-modal ::-webkit-scrollbar {
  width: 10px;
}
.b-recipe-items-modal ::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.b-recipe-items-modal ::-webkit-scrollbar-thumb {
  transition: all 0.3 ease;
  background: #cccccc;
  border-radius: 7px;
  border: 2px solid #f0f0f0;
}
.b-recipe-items-modal ::-webkit-scrollbar-thumb:hover {
  background: #9d9d9d;
}
@media (max-width: 767px) {
  .b-recipe-items-modal .modal-footer {
    padding: 15px;
  }
}
.b-recipe-items-modal--white-bg .modal-body {
  background: #ffffff;
}
.b-recipes-cat-recipe-items--info-wrap {
  margin-bottom: 20px;
}
.b-recipes-cat-recipe-items--info-wrap span {
  font-size: 0.75rem;
  font-weight: normal;
  color: #999999;
}
.b-recipe-items-list--wrap {
  width: 100%;
}
.b-recipe-items-list--wrap ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.b-recipe-items-list--wrap ul li {
  margin-bottom: 5px;
}
.b-recipe-items-list--wrap ul li:last-of-type {
  margin-bottom: 0;
}
.b-recipe-items-list--wrap .b-recipe-items--product-card {
  width: auto;
  min-height: 85px;
  padding: 5px 15px;
  position: relative;
}
.b-recipe-items-list--wrap .b-recipe-items--product-card .b-input-checkbox--circle-icon,
.b-recipe-items-list--wrap .b-recipe-items--product-card .b-input-checkbox--circle-not-checked {
  width: 26px;
  min-width: 26px;
  height: 26px;
}
.b-recipe-items-list--wrap .b-recipe-items--product-card .b-recipe-items--product-card--img {
  max-width: 96px;
}
.b-recipe-items-list--wrap .b-recipe-items--product-card a,
.b-recipe-items-list--wrap .b-recipe-items--product-card h3 {
  margin: 0;
  font-size: 0.8875rem;
  font-weight: 600;
  display: flex;
  width: 240px;
  text-decoration: none;
  color: #3b3b3b;
}
.b-recipe-items-list--wrap .b-recipe-items--product-card .b-price {
  font-size: 0.8875rem;
  font-weight: 600;
  color: #e22e39;
}
.b-recipe-items--product-card--inactive:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -15px;
  opacity: 0.75;
  background: #ffffff;
}
.b-recipe-items--product-card--inactive .b-recipe-items--product-card--unavailable-wrap {
  max-width: 240px;
}
.b-recipe-items--product-card--inactive .b-recipe-items--product-card--unavailable-wrap a {
  font-size: 0.75rem;
  z-index: 1;
  position: relative;
  text-decoration: none;
}
.b-recipe-items--additional-item-wrap {
  display: flex;
  flex-direction: column;
}
.b-recipe-items--additional-item-wrap .b-recipe-items--additional-item-wrap--txt {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 20px 0;
}
.b-recipe-items--additional-items-wrap {
  display: flex;
  flex-direction: column;
}
.b-recipe-items--additional-items-wrap span {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 50px 0 14px 0;
}
.b-recipe-items--additional-items-wrap ul li {
  border-top: 2px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.b-recipe-items--additional-items-wrap ul li h3 {
  margin: 0;
  font-size: 0.8875rem;
}
.b-recipe-items--additional-items-wrap ul li .c-btn {
  background: #e6e6e6;
}
.b-recipe-items--product-card--mobile {
  position: relative;
}
.b-recipe-items--product-card--mobile .b-input-checkbox {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}
.b-recipe-items--product-card--mobile .b-input-checkbox .b-icon,
.b-recipe-items--product-card--mobile .b-input-checkbox .b-input-checkbox--circle-not-checked {
  width: 26px;
  height: 26px;
}
.b-recipe-items--product-card--mobile .b-input-checkbox .b-input-checkbox--circle-not-checked {
  background: #ffffff;
}
.b-recipe-items--product-card--mobile .b-cart-item-minimal--content {
  padding: 0;
}
.b-recipe-items--product-card--mobile .b-cart-item-minimal--content .b-cart--item-title {
  font-weight: 600;
}
.b-recipe-items--product-card--mobile .b-quantity-select--units-modern-wrap {
  height: 32px;
}
.b-recipe-items--unavailable-wrap {
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.b-recipe-items--unavailable-wrap img {
  min-width: 150px;
  height: auto;
}
.b-recipe-items--unavailable-wrap p {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 30px;
  max-width: 350px;
  text-align: center;
}
@media (max-width: 767px) {
  .b-recipe-items--unavailable-wrap img {
    min-width: 120px;
  }
  .b-recipe-items--unavailable-wrap p {
    font-size: 0.8875rem;
    max-width: 300px;
  }
}
.b-drive-in--wrap {
  background-color: #a2d1e3;
}
.b-drive-in--wrap input {
  padding-bottom: 5px;
}
.b-drive-in--wrap .b-drive-in--txt {
  padding: 50px 15% 10px 15%;
}
.b-drive-in--wrap .b-drive-in--txt h1 {
  font-weight: normal;
  margin: 0;
  font-size: 1.6875rem;
}
.b-drive-in--wrap .b-drive-in--txt p {
  font-size: 1.125rem;
  margin-top: 15px;
}
.b-drive-in--wrap .b-drive-in--txt .b-drive-in--txt--main-para {
  font-size: 1.4375rem;
  margin-top: 5px;
  font-weight: 600;
  color: #e22e39;
}
.b-drive-in--wrap .b-drive-in--txt button {
  margin-top: 20px;
}
.b-drive-in--wrap .b-drive-in--txt .b-drive-in--txt--success,
.b-drive-in--wrap .b-drive-in--txt .b-drive-in--txt--error {
  font-weight: 600;
  padding: 10px 20px;
  margin-top: 30px;
  font-size: 1rem;
}
.b-drive-in--wrap .b-drive-in--txt .b-drive-in--txt--regex-error {
  margin-top: 10px;
}
.b-drive-in--wrap .b-drive-in--txt .b-drive-in--txt--success {
  color: #309e35;
  border: 2px solid #309e35;
}
.b-drive-in--wrap .b-drive-in--txt .b-drive-in--txt--error {
  color: #e22e39;
  border: 2px solid #e22e39;
}
.b-drive-in--wrap .b-drive-in--pic {
  display: flex;
  width: 100%;
}
.b-drive-in--wrap .b-drive-in--pic video {
  width: 100%;
}
@media (max-width: 767px) {
  .b-drive-in--wrap .b-drive-in--txt {
    padding: 15px 5% 10px 5%;
  }
  .b-drive-in--wrap .b-drive-in--txt h1 {
    font-size: 1.25rem;
  }
  .b-drive-in--wrap .b-drive-in--txt p {
    font-size: 0.9375rem;
  }
  .b-drive-in--wrap .b-drive-in--txt .b-drive-in--txt--main-para {
    font-size: 1.0625rem;
  }
}
.b-gift {
  justify-content: flex-start;
  background: #ffffff;
  padding: 16px;
  line-height: 1.1;
  width: 100%;
  border-radius: 5px 5px 0 0;
  font-size: 0.6875rem;
}
.b-gift .b-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  margin-right: 16px;
}
.b-gift:first-child {
  border-top: none;
}
.b-gift .b-gift--title-wrap {
  display: flex;
  flex-direction: column;
}
.b-gift .b-gift--title-wrap h3 {
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 700;
  color: #42b255;
  margin: 0 0 8px;
}
.b-gift .b-gift--title-wrap span {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 16px;
}
@media (max-width: 1079px) {
  .b-gift .b-icon {
    width: 135px;
    height: 100px;
  }
  .b-gift .b-gift--title-wrap h3 {
    font-size: 0.9375rem;
  }
  .b-gift .b-gift--title-wrap span {
    font-size: 0.9375rem;
  }
}
@media (max-width: 429px) {
  .b-gift .b-icon {
    width: 50px;
    height: 50px;
  }
  .b-gift .b-gift--title-wrap h3 {
    font-size: 0.75rem;
  }
  .b-gift .b-gift--title-wrap span {
    font-size: 0.75rem;
  }
}
.b-gift-icon--small {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.3125rem;
}
.b-gift-icon--small .b-icon {
  top: 0;
  display: block;
}
.b-cart-item--img-minimal-wrap .b-gift-icon--small {
  bottom: 10px;
  right: 20px;
  font-size: 1.4375rem;
}
.b-gift--checkout {
  border-top: 3px solid #f0f0f0;
  text-align: center;
  background: #e3f3e2 !important;
}
.b-gift--checkout-title {
  text-align: left;
  font-size: 0.8125rem;
}
.b-gift--checkout-icon {
  color: #42b255;
}
.b-gift--checkout-icon .b-icon {
  width: 2em;
  height: 2em;
  top: 0.15em;
}
.b-company-address-wrapper {
  margin-bottom: 32px;
}
.b-company-address-wrapper .b-company-address {
  font-family: 'Open Sans', 'Sans-serif';
}
.b-company-address-wrapper .b-company-address .b-company-address--label {
  font-weight: 600;
  font-size: 0.8875rem;
  line-height: 16px;
  color: #3b3b3b;
  margin-bottom: 8px;
}
.b-company-address-wrapper .b-company-address .b-company-address-code-wrap {
  position: relative;
}
.b-company-address-wrapper .b-company-address .b-company-address-code-wrap .b-loader {
  position: absolute;
  top: 32px;
  right: 3%;
  font-size: 0.25rem;
  margin-right: 6px;
}
.b-company-address-wrapper .b-company-address .b-company-address--required::after {
  content: ' *';
  color: #e22e39;
}
.b-company-address-wrapper .b-alert--warning {
  border-radius: 5px;
}
@media (min-width: 767px) {
  .b-company-address-wrapper {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 16px;
  }
  .b-company-address-wrapper .b-company-input-width--wider {
    width: 67%;
  }
  .b-company-address-wrapper .b-company-input-width--narrow {
    width: 33%;
  }
}
.b-coupons--content-block {
  display: flex;
  flex-direction: column;
  padding: 50px;
}
.b-coupons--content-block .b-coupons--category-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.b-coupons--content-block .b-coupons--category-title span {
  font-size: 0.9375rem;
  font-weight: 600;
}
.b-coupons--content-block + .b-coupons--content-block {
  margin-top: 10px;
}
.b-coupons--rules-content-block {
  padding: 25px 50px;
}
@media (max-width: 767px) {
  .b-coupons--content-block,
  .b-coupons--rules-content-block {
    padding: 40px 20px;
  }
}
.b-coupons--no-coupons-wrap {
  display: flex;
  align-items: center;
}
.b-coupons--no-coupons-wrap .b-coupons--no-coupons-block {
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  max-width: 70%;
}
.b-coupons--no-coupons-wrap .b-coupons--no-coupons-block p {
  margin-top: 10px;
}
.b-coupons--no-coupons-wrap img {
  max-width: 160px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .b-coupons--no-coupons-wrap {
    max-width: 100%;
  }
  .b-coupons--no-coupons-wrap .b-coupons--no-coupons-block {
    max-width: 100%;
  }
  .b-coupons--no-coupons-wrap img {
    display: none;
  }
  .b-coupons--item-card--txt-wrap-title {
    display: none;
  }
}
.b-coupons--item-card {
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 15px;
  cursor: pointer;
}
.b-coupons--item-card:hover .b-input-checkbox--circle-not-checked {
  border: 2px solid #3b3b3b;
}
.b-coupons--item-card:last-of-type {
  margin-bottom: 0;
}
.b-coupons--item-card .b-coupons--item-card--cb {
  margin-top: 20px;
}
.b-coupons--item-card .b-coupons--item-card--cb .b-input-checkbox--label {
  padding-left: 10px;
  font-size: 0.75rem;
}
.b-coupons--item-card .b-coupons--item-card--cb label .b-input-checkbox--circle-not-checked {
  border-color: #42b255;
}
.b-coupons--item-card .b-coupons--item-card--cb label div,
.b-coupons--item-card .b-coupons--item-card--cb label svg {
  width: 20px;
  height: 20px;
}
.b-coupons--item-card .b-coupons--item-card--cb label div {
  flex-shrink: 0;
}
.b-coupons--item-card .b-coupons--item-card--cb .b-input-checkbox--circle-not-checked {
  border: 2px solid #cccccc;
}
.b-coupons--item-card .b-coupons--item-card--icon-wrap {
  min-width: 150px;
  min-height: 150px;
  border-radius: 15px;
  position: relative;
}
.b-coupons--item-card .b-coupons--item-card--icon-wrap .b-icon {
  min-width: 90px;
  width: 90px;
  height: 80px;
}
.b-coupons--item-card .b-coupons--item-card--txt-wrap-title--mobile {
  display: none;
}
.b-coupons--item-card .b-coupons--item-card--txt-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
}
.b-coupons--item-card .b-coupons--item-card--txt-wrap .b-coupons--item-card--txt-wrap-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.b-coupons--item-card .b-coupons--item-card--txt-wrap ul {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.75rem;
}
.b-coupons--item-card .b-coupons--item-card--txt-wrap ul li {
  margin-bottom: 5px;
}
.b-coupons--item-card .b-coupons--item-card--txt-wrap ul li:last-of-type {
  margin-bottom: 0;
}
.b-coupons--item-card .b-coupons--dashed-line {
  display: flex;
  width: 3px;
  margin-left: -1px;
}
@media (max-width: 767px) {
  .b-coupons--item-card {
    flex-direction: column;
  }
  .b-coupons--item-card .b-coupons--item-card--icon-wrap {
    width: 100%;
    padding: 15px 35px;
    min-height: 95px;
  }
  .b-coupons--item-card .b-coupons--item-card--icon-wrap .b-icon {
    min-width: 60px;
    width: 60px;
    height: 50px;
  }
  .b-coupons--item-card .b-coupons--item-card--txt-wrap-title--mobile {
    display: block;
    font-size: 0.9375rem;
    color: white;
    font-weight: 600;
  }
  .b-coupons--item-card .b-coupons--item-card--txt-wrap {
    padding: 20px 20px 20px 35px;
  }
  .b-coupons--item-card .b-coupons--item-card--txt-wrap ul {
    font-size: 0.8875rem;
  }
  .b-coupons--item-card .b-coupons--dashed-line {
    width: 100%;
  }
}
.b-coupons--white-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: white;
  left: 135px;
  bottom: -15px;
}
@media (max-width: 767px) {
  .b-coupons--white-circle {
    width: 20px;
    height: 20px;
    left: auto;
    right: -10px;
    top: auto;
    bottom: -10px;
  }
}
.b-coupons--white-circle--top {
  top: -15px;
}
@media (max-width: 767px) {
  .b-coupons--white-circle--top {
    left: -10px;
    right: auto;
    top: auto;
    bottom: -10px;
  }
}
.b-coupons--item-card-moment {
  background-color: #e3f3e2;
}
.b-coupons--item-card-moment .b-coupons--item-card--icon-wrap {
  background-color: #42b255;
}
.b-coupons--item-card-moment .b-coupons--item-card--icon-wrap .b-icon {
  color: #ffffff;
}
.b-coupons--item-card-moment .b-coupons--dashed-line {
  border-right: 2px dashed #42b255;
}
@media (max-width: 767px) {
  .b-coupons--item-card-moment .b-coupons--dashed-line {
    border-top: 2px dashed #42b255;
  }
}
.b-coupons--item-card-moment-disabled .b-coupons--item-card--cb label .b-input-checkbox--circle-not-checked {
  border-color: #cccccc;
}
.b-coupons--item-card-moment-disabled .b-coupons--item-card--cb label span {
  color: #9d9d9d;
}
.b-coupons--item-card-cumulative {
  background-color: #f7f3f0;
}
.b-coupons--item-card-cumulative .b-coupons--item-card--icon-wrap {
  background-color: #b5232c;
}
.b-coupons--item-card-cumulative .b-coupons--item-card--icon-wrap .b-icon {
  color: white;
}
.b-coupons--item-card-cumulative .b-coupons--dashed-line {
  border-right: 2px dashed #b5232c;
}
@media (max-width: 767px) {
  .b-coupons--item-card-cumulative .b-coupons--dashed-line {
    border-top: 2px dashed #b5232c;
  }
}
.b-coupons--item-card--program {
  background-color: #f7f3f0;
}
.b-coupons--item-card--program:first-of-type {
  margin-top: 16px;
}
.b-coupons--item-card--program .b-coupons--item-card--icon-wrap {
  background-color: #f7f3f0;
}
.b-coupons--item-card--program .b-coupons--item-card--icon-wrap .b-icon {
  color: #cccccc;
}
.b-coupons--item-card--program .b-coupons--dashed-line {
  border-right: 2px dashed white;
}
@media (max-width: 767px) {
  .b-coupons--item-card--program .b-coupons--item-card--txt-wrap-title--mobile {
    color: #3b3b3b;
  }
  .b-coupons--item-card--program .b-coupons--dashed-line {
    border-top: 2px dashed white;
  }
}
.b-coupons--programs-note .b-icon {
  width: 13em;
  height: 5em;
  margin-bottom: 16px;
}
.b-customer-coupons-modal .b-zigzag-heading,
.b-customer-coupons-modal .b-info-page > h2:first-child {
  background: transparent;
}
.b-customer-coupons-modal .b-cart-coupon--body {
  padding: 0 35px 10px 35px;
  display: flex;
  align-items: center;
  width: 100%;
}
.b-customer-coupons-modal .b-cart-coupon--body img {
  max-width: 100px;
}
.b-customer-coupons-modal .b-cart-coupon--body p {
  width: 100%;
  font-weight: 600;
  text-align: left;
  font-size: 1.125rem;
  padding-left: 20px;
  color: #3b3b3b;
}
.b-customer-coupons-modal .close {
  color: #3b3b3b;
  opacity: 1;
}
.b-customer-coupons-modal .modal-footer {
  border: none;
  padding: 0 20px 20px 20px;
}
@media (max-width: 767px) {
  .b-customer-coupons-modal .modal-content {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .b-customer-coupons-modal .b-cart-coupon--body img {
    max-width: 90px;
  }
  .b-customer-coupons-modal .b-cart-coupon--body p {
    font-size: 0.8875rem;
  }
}
.b-coupons-subscription--wrap {
  padding: 60px 30px 50px 30px;
  box-shadow: none;
}
.b-coupons-subscription--wrap .b-coupons-subscription--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.b-coupons-subscription--wrap .b-coupons-subscription--info .b-coupons-subscription--info-title {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.b-coupons-subscription--wrap .b-coupons-subscription--info .b-coupons-subscription--info-title .b-icon {
  margin-right: 15px;
}
.b-coupons-subscription--wrap .b-coupons-subscription--info .b-coupons-subscription--info-title span {
  font-size: 0.9375rem;
  font-weight: 600;
  text-overflow: ellipsis;
}
.b-coupons-subscription--wrap .b-coupons-subscription--info .b-coupons-subscription--info-txt {
  padding-left: 40px;
}
.b-coupons-subscription--wrap .b-coupons-subscription--info .b-coupons-subscription--info-txt p {
  font-size: 0.8875rem;
  margin-bottom: 10px;
}
.b-coupons-subscription--wrap .b-coupons-subscription--info .b-coupons-subscription--info-txt ul {
  font-size: 0.8875rem;
  margin: 0;
  padding-left: 20px;
}
.b-coupons-subscription--wrap .b-coupons-subscription--img-wrap {
  min-width: 50%;
  display: flex;
  justify-content: center;
}
.b-coupons-subscription--wrap .b-coupons-subscription--img-wrap img {
  max-width: 200px;
  height: auto;
}
.b-coupons-subscription--wrap .b-coupons-subscription--spacer {
  display: none;
}
@media (max-width: 767px) {
  .b-coupons-subscription--wrap {
    padding: 40px 20px 20px;
  }
  .b-coupons-subscription--wrap .b-coupons-subscription--content {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .b-coupons-subscription--wrap .b-coupons-subscription--info .b-coupons-subscription--info-txt {
    padding-left: 0;
  }
}
.b-coupons-subscription--wrap-no-coupons .b-coupons-subscription--content {
  margin-bottom: 70px;
}
.b-coupons-subscription--wrap-no-coupons .b-coupons-subscription--info .b-coupons-subscription--info-title span {
  font-size: 1.1875rem;
}
.b-coupons-subscription--wrap-no-coupons .b-coupons-subscription--info .b-coupons-subscription--info-txt {
  padding-left: 0;
}
.b-coupons-subscription--wrap-no-coupons .b-coupons-subscription--spacer {
  display: block;
  width: auto;
  height: 1px;
  background: #e6e6e6;
  margin-right: -50px;
  margin-left: -50px;
}
@media (max-width: 767px) {
  .b-coupons-subscription--wrap-no-coupons .b-coupons-subscription--content {
    margin-bottom: 30px;
  }
  .b-coupons-subscription--wrap-no-coupons .b-coupons-subscription--info {
    order: 2;
  }
  .b-coupons-subscription--wrap-no-coupons .b-coupons-subscription--img-wrap {
    order: 1;
    width: 100%;
    margin-bottom: 50px;
  }
  .b-coupons-subscription--wrap-no-coupons .b-coupons-subscription--img-wrap img {
    max-width: 150px;
  }
}
.b-coupons-subscription--options .b-input-checkbox.content-block--item {
  margin-bottom: 5px;
}
.b-coupons-subscription--options .content-block--reduced-spacing {
  margin-top: 20px;
}
.b-cart-coupons--wrap {
  background: #f6f6f8;
}
.b-cart-coupons--dropdown-btn {
  border-top: 1px solid #e6e6e6;
  padding: 20px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.b-cart-coupons--dropdown-btn .b-cart-coupons--dropdown-btn--arrow-icon {
  transition: all 0.3s linear;
}
.b-cart-coupons--dropdown-btn span {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 600;
}
.b-cart-coupons--dropdown-btn .b-cart-coupons--dropdown-btn-txt {
  display: block;
  width: 100%;
  text-align: left;
  max-width: 135px;
}
.b-cart-coupons--dropdown-btn .b-cart-coupons--active-coupons-on-pulse {
  animation: shadow-pulse 1.4s infinite;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(77, 179, 73, 0.4);
  }
  100% {
    box-shadow: 0 0 0 24px rgba(77, 179, 73, 0);
  }
}
@media (max-width: 429px) {
  .b-cart-coupons--dropdown-btn {
    padding: 5px 17px;
    height: 67px;
  }
}
.b-checkout .b-cart-coupons--dropdown-btn {
  border-top: none;
}
.b-cart-coupons--dropdown-btn-selected {
  text-align: left;
}
.b-cart-coupons--dropdown-btn-selected .b-cart-coupons--dropdown-btn-txt-sec {
  margin-left: 18px;
  text-transform: capitalize;
  font-size: 0.6875rem;
}
.b-cart-coupons--dropdown-btn-selected .b-cart-coupons--dropdown-btn-txt {
  color: #42b255;
}
.b-cart-coupons--dropdown-btn-selected .b-cart-coupons--dropdown-btn-txt svg {
  margin-right: 5px !important;
}
.b-cart-coupons--content {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.b-cart-coupons--content-block {
  border-top: 1px solid #e6e6e6;
  padding: 20px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-cart-coupons--no-coupons {
  justify-content: flex-start;
}
.b-cart-coupons--no-coupons img {
  max-width: 40%;
  margin-right: 20px;
}
.b-cart-coupons--no-coupons span {
  font-size: 0.75rem;
  color: #999999;
  font-weight: 600;
}
.b-cart-coupons--link-to-my-coupons-wrap a {
  color: #e22e39;
  font-size: 0.75rem;
}
.b-cart-coupons--link-to-my-coupons-wrap span {
  font-size: 0.75rem;
}
@media (max-width: 429px) {
  .b-cart-coupons--link-to-my-coupons-wrap a,
  .b-cart-coupons--link-to-my-coupons-wrap span {
    font-size: 0.8875rem;
  }
}
.b-cart-coupons--active-coupons {
  background: #e6e6e6;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.b-cart-coupons--active-coupons span {
  font-weight: 600;
  color: #3b3b3b;
  font-size: 0.6875rem;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.b-cart-coupons--active-coupons-on {
  background: #42b255;
}
.b-cart-coupons--active-coupons-on span {
  color: #ffffff;
}
.b-cart-coupons--list-wrap {
  border-top: 1px solid #e6e6e6;
  padding: 15px 17px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 429px) {
  .b-cart-coupons--list-wrap {
    padding: 20px;
  }
}
.b-cart-coupons--program {
  display: flex;
  align-items: center;
  width: 100%;
}
.b-cart-coupons--program .b-icon {
  min-width: 21px;
  width: 21px;
  height: 22px;
}
.b-cart-coupons--program p {
  font-size: 0.75rem;
  margin-left: 12px;
  margin-right: 3px;
}
@media (max-width: 429px) {
  .b-cart-coupons--program p {
    font-size: 0.8875rem;
  }
}
.b-cart-coupons--category-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.b-cart-coupons--category-title .b-icon {
  margin-right: 10px;
}
.b-cart-coupons--category-title span {
  font-size: 0.75rem;
  font-weight: 600;
}
.b-cart-coupons--item-card-wrap {
  margin-bottom: 10px;
}
.b-cart-coupons--item-card-wrap:last-child {
  margin-bottom: 0;
}
.b-cart-coupons--item-card {
  padding: 18px 10px;
  box-shadow: 0 2px 3px 0 rgba(73, 73, 73, 0.07);
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.b-cart-coupons--item-card:hover {
  box-shadow: 0 12px 10px 0 rgba(73, 73, 73, 0.2);
}
.b-cart-coupons--item-card:hover .b-input-checkbox--circle-not-checked {
  border: 2px solid #3b3b3b;
}
.b-cart-coupons--item-card .b-input-checkbox--circle-not-checked:hover {
  border: 1px solid #cccccc;
}
.b-cart-coupons--item-card:last-of-type {
  margin-bottom: 0;
}
.b-cart-coupons--item-card .b-cart-coupons--border {
  display: none;
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
}
.b-cart-coupons--item-card .b-cart-coupons--item-card--info {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.b-cart-coupons--item-card .b-cart-coupons--item-card--info .b-cart-coupons--item-card--cb svg,
.b-cart-coupons--item-card .b-cart-coupons--item-card--info .b-cart-coupons--item-card--cb .b-input-checkbox--circle-not-checked {
  width: 18px;
  height: 18px;
}
.b-cart-coupons--item-card .b-cart-coupons--item-card--info .b-cart-coupons--item-card--info-txt {
  margin-left: 10px;
  width: 100%;
}
.b-cart-coupons--item-card .b-cart-coupons--item-card--info .b-cart-coupons--item-card--info-txt h3 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
}
.b-cart-coupons--item-card .b-cart-coupons--item-card--info .b-cart-coupons--item-card--info-txt span {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #999999;
  display: block;
}
@media (max-width: 768px) {
  .b-cart-coupons--item-card:hover {
    box-shadow: 0 2px 3px 0 rgba(73, 73, 73, 0.07);
  }
}
.b-cart-coupons--item-card--info-icon svg {
  width: 20px;
  height: 20px;
}
.b-cart-coupons--item-card--info-icon .b-cart-coupons--info-icon-on-hover {
  display: none;
}
.b-cart-coupons--item-card--info-icon:hover .b-cart-coupons--info-icon {
  display: none;
}
.b-cart-coupons--item-card--info-icon:hover .b-cart-coupons--info-icon-on-hover {
  display: block;
}
.b-cart-coupons--item-card-nonactived .b-cart-coupons--item-card {
  background: #e6e6e6;
}
.b-cart-coupons--item-card-nonactived .b-cart-coupons--item-card:hover {
  box-shadow: 0 2px 3px 0 rgba(73, 73, 73, 0.07);
}
.b-cart-coupons--item-card-nonactived .b-input-checkbox {
  display: none;
}
.b-cart-coupons--wrap-checkout .b-cart-coupons--dropdown-btn {
  padding: 25px 29px;
}
.b-cart-coupons--wrap-checkout .b-cart-coupons--dropdown-btn .b-cart-coupons--active-coupons-on-pulse {
  animation: shadow-pulse-checkout 1.4s infinite;
}
@keyframes shadow-pulse-checkout {
  0% {
    box-shadow: 0 0 0 0 rgba(77, 179, 73, 0.8);
  }
  100% {
    box-shadow: 0 0 0 34px rgba(77, 179, 73, 0);
  }
}
.b-cart-coupons--wrap-checkout .b-cart-coupons--list-wrap,
.b-cart-coupons--wrap-checkout .b-cart-coupons--link-to-my-coupons-wrap {
  padding: 25px 29px;
}
.b-cart-coupons--wrap-checkout .b-cart-coupons--dropdown-btn-txt {
  font-size: 0.6875rem;
  max-width: 70%;
}
.b-cart-coupons--wrap-checkout .b-cart-coupons--dropdown-btn-txt span {
  font-size: 0.75rem;
}
.b-cart-coupons--wrap-checkout .b-cart-coupons--link-to-my-coupons-wrap span,
.b-cart-coupons--wrap-checkout .b-cart-coupons--link-to-my-coupons-wrap a {
  font-size: 0.75rem;
}
.b-cart-coupons--wrap-checkout .b-cart-coupons--program p,
.b-cart-coupons--wrap-checkout .b-cart-coupons--program span {
  font-size: 0.8875rem;
}
.b-cart-coupons--wrap-checkout .b-cart-coupons--no-coupons {
  width: 100%;
  padding: 20px 30px;
}
.b-cart-coupons--wrap-checkout .b-cart-coupons--no-coupons span {
  font-size: 0.8875rem;
  font-weight: normal;
}
.b-cart-coupons--wrap-checkout .b-cart-coupons--dropdown-btn-selected {
  width: 70%;
}
.b-cart-coupons--wrap-checkout .b-cart-coupons--dropdown-btn-selected .b-cart-coupons--dropdown-btn-txt-sec {
  margin-left: 20px;
  font-size: 0.75rem;
}
@media (max-width: 1079px) {
  .b-cart-coupons--wrap-checkout {
    margin: 0 16px;
  }
}
@media (max-width: 429px) {
  .b-cart-coupons--wrap-checkout {
    margin: 0 10px 30px;
  }
  .b-cart-coupons--wrap-checkout .b-cart-coupons--dropdown-btn {
    padding: 5px 20px;
    height: 67px;
  }
  .b-cart-coupons--wrap-checkout .b-cart-coupons--list-wrap,
  .b-cart-coupons--wrap-checkout .b-cart-coupons--link-to-my-coupons-wrap {
    padding: 20px;
  }
  .b-cart-coupons--wrap-checkout .b-cart-coupons--no-coupons {
    padding: 20px;
  }
}
.b-cart-coupons--item-card-wrap-disabled .b-cart-coupons--item-card {
  cursor: default;
}
.b-cart-coupons--item-card-wrap-disabled .b-cart-coupons--item-card:hover {
  box-shadow: none;
}
.b-cart-coupons--item-card-wrap-disabled .b-cart-coupons--item-card:hover .b-input-checkbox--circle-not-checked {
  border: 1px solid #cccccc;
}
.b-cart-coupons--wrap-active .b-cart-coupons--dropdown-btn--arrow-icon {
  transform: rotate(180deg);
}
.b-cart-coupons--wrap-active .b-cart-coupons--content {
  max-height: 1000px;
  transition: max-height 0.3s ease-in;
}
.b-cart-prices--simplified-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.b-cart-prices--simplified-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: #606060;
  margin-bottom: 12px;
}
.b-cart-prices--simplified-list li:last-of-type {
  margin-bottom: 0;
}
.b-cart-prices--simplified-list .b-cart-prices--loyalty-points-title {
  display: flex;
  align-items: center;
}
.b-cart-prices--simplified-list .b-cart-prices--loyalty-points-title .b-icon {
  margin-right: 5px;
}
.b-picking-action-row--wrap {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  background: #f6f6f8;
  border: 1px solid #ffffff;
}
.b-picking-action-row--wrap:hover {
  border: 1px solid #a9a9a9;
  border-radius: 3px;
}
.b-picking-action-row--wrap .b-picking-action-row--title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 600;
}
.b-picking-action-row--wrap .b-picking-action-row--title .b-icon {
  margin-right: 8px;
}
.b-next-cart-item {
  position: relative;
  font-size: 0.6875rem;
  min-height: 60px;
  background: #ffffff;
  max-width: 302px;
  border-top: 2px solid #f2f2f3;
  display: flex;
  flex-direction: column;
  padding: 16px 10px;
}
.b-next-cart-item:first-of-type {
  border-top: none;
  border-radius: 5px 5px 0 0;
}
.b-next-cart-item:last-of-type {
  border-radius: 0 0 5px 5px;
}
.b-next-cart-item .b-next-cart-item--content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b-next-cart-item .b-next-cart-item--content--img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.b-next-cart-item .b-next-cart-item--content--img-wrap .b-next-cart-item--donation-ico {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.b-next-cart-item .b-next-cart-item--content--img-wrap .b-next-cart-item--donation-ico .b-icon {
  width: 32px;
  height: 32px;
}
.b-next-cart-item .b-next-cart-item--content--img-wrap img {
  max-width: 65px;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.b-next-cart-item .b-next-cart-item--content--img-wrap .b-cart-item-img-preloader--img-visible {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: visibility 0s linear 0s, opacity 300ms;
}
.b-next-cart-item .b-next-cart-item--content--info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  flex-grow: 1;
}
.b-next-cart-item .b-next-cart-item--content--info .b-cart--item-title {
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 600;
  max-width: 170px;
  padding: 0 16px 0 0;
  margin-bottom: 8px;
}
.b-next-cart-item .b-next-cart-item--content--info-actions-and-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-next-cart-item .b-next-cart-item--content--info-actions-and-price .b-next-cart-item--price {
  line-height: 1;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #e22e39;
}
.b-next-cart-item .b-next-cart-item--remove-btn {
  position: absolute;
  padding: 7px;
  color: #a9a9a9;
  top: 11px;
  right: 7px;
}
.b-next-cart-item .b-next-cart-item--remove-btn .b-icon {
  color: #a9a9a9;
}
.b-next-cart-item .b-next-cart-item--remove-btn:hover .b-icon {
  color: #e22e39;
}
.b-next-cart-item .b-next-cart-item--inactive-text {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  color: #e22e39;
}
.b-next-cart-item .b-next-cart-item--inactive-title {
  color: #606060;
}
@media (max-width: 1079px) {
  .b-next-cart-item {
    max-width: 100%;
  }
  .b-next-cart-item .b-next-cart-item--content--img-wrap img {
    max-width: 135px;
  }
  .b-next-cart-item .b-next-cart-item--content--info .b-cart--item-title {
    font-size: 0.9375rem;
    max-width: 300px;
  }
  .b-next-cart-item .b-next-cart-item--content--info-actions-and-price {
    justify-content: flex-start;
  }
  .b-next-cart-item .b-next-cart-item--content--info-actions-and-price .b-next-cart-item--price {
    font-size: 0.9375rem;
    margin-left: 16px;
  }
  .b-next-cart-item .b-next-cart-item--remove-btn {
    padding: 0;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .b-next-cart-item .b-next-cart-item--content--info .b-cart--item-title {
    max-width: 210px;
  }
}
@media (max-width: 429px) {
  .b-next-cart-item .b-next-cart-item--content--img-wrap img {
    max-width: 65px;
  }
  .b-next-cart-item .b-next-cart-item--content--info .b-cart--item-title {
    font-size: 0.75rem;
    max-width: 170px;
  }
  .b-next-cart-item .b-next-cart-item--content--info-actions-and-price {
    justify-content: space-between;
    align-items: flex-end;
  }
  .b-next-cart-item .b-next-cart-item--content--info-actions-and-price .b-next-cart-item--price {
    font-size: 0.8125rem;
    margin-left: 0;
  }
}
.b-cart--scrollable-blocks-wrap--cart-content--only-item .b-next-cart-item {
  border-radius: 5px;
}
.b-cart-item-img-preloader--placeholder {
  width: 65px;
  height: 50px;
  border-radius: 2px;
  background: #e6e6e6;
  position: relative;
  overflow: hidden;
}
.b-cart-item-img-preloader--placeholder::before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 65px;
  background: linear-gradient(to right, transparent 0%, #ffffff 40.67%, transparent 100%);
  animation: load 1s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes load {
  from {
    left: 0px;
  }
  to {
    left: 100%;
  }
}
.b-next-cart-item--inactive-btn {
  margin-top: 8px;
  border: 2px solid #42b255;
  color: #42b255;
  font-size: 0.75rem;
  font-weight: 600;
}
.b-next-cart-item--inactive-btn .b-icon {
  padding-right: 5px;
}
.b-next-cart-item--inactive-btn:hover {
  background: #e3f3e2;
  color: #42b255;
}
.b-next-cart-item--inactive-btn--disabled {
  opacity: 0.5;
}
.b-next-cart-item--inactive-btn--disabled:hover {
  background: #ffffff;
}
.b-next-cart-addition--row {
  justify-content: space-between;
  background: #42b255;
  padding: 16px;
}
.b-next-cart-addition--row--txt {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #ffffff;
  line-height: 16px;
  padding-right: 16px;
}
.b-next-cart-addition--row--txt--primary {
  color: #ffffff;
  display: flex;
  align-items: center;
  margin: 0 0 4px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
}
.b-next-cart-addition--row--txt--primary .b-icon {
  margin-right: 8px;
}
.b-next-cart-addition--row--txt--sec {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.6;
}
.b-next-cart-addition--cancel-btn {
  background: #3ba04c;
  border: none;
}
.b-next-cart-addition--header {
  justify-content: space-between;
  background: #42b255;
  padding: 16px;
  color: #ffffff;
}
.b-next-cart-addition--header .b-next-cart-addition--row--txt--primary {
  margin: 0;
}
.b-next-cart-addition--header .b-icon {
  color: #ffffff;
  top: 0;
  transition: all 0.3s linear;
}
.b-next-cart-addition--dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
}
.b-next-cart-addition--dropdown li .b-next-cart-addition--row {
  background: #3ba04c;
}
.b-next-cart-addition--dropdown li .b-next-cart-addition--row .c-btn {
  background: #3ba04c;
}
.b-next-cart-addition--header-active .b-icon {
  transform: rotate(180deg);
}
.b-checkout-cart-addition {
  color: #3b3b3b;
  font-weight: 600;
  padding: 10px 15px;
  background-color: #fff9bd;
  margin-bottom: 10px;
}
.b-checkout-cart-addition div {
  width: 100%;
  font-size: 0.9375rem;
  display: flex;
  justify-content: flex-start;
}
.b-checkout-cart-addition button {
  height: 100%;
  width: 50px;
  background: #e22e39;
}
.b-checkout-cart-addition button:hover {
  background: #b5232c;
}
.b-cart-addition--text {
  width: 70%;
  font-size: 0.6875rem;
  border-right: 1px solid #ffffff;
  line-height: 1.1;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding-right: 5px;
}
.b-cart-addition--text span {
  padding-right: 5px;
  line-height: 1.3;
}
.b-cart-addition--text .b-cart-addition--address-text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  padding-bottom: 2px;
}
.b-checkout--head .b-cart-addition-continue-btn {
  color: #ffffff;
  font-size: 1.125rem;
  padding: 8px 16px;
}
@media (max-width: 429px) {
  .b-checkout--head .b-cart-addition-continue-btn {
    font-size: 0.9375rem;
  }
}
.b-checkout--head .b-cart-addition-continue-btn:hover {
  color: #ffffff;
}
.b-cart-addition-summary .b-red-circle-icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
}
.b-cart-addition-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 20px auto;
}
.b-cart-addition-row {
  width: 100%;
  display: flex;
  margin: 15px auto;
}
.b-cart-addition-row span {
  font-weight: 600;
}
.b-cart-addition-row p {
  display: flex;
  align-items: center;
}
.b-cart-addition-row .b-red-circle-icon {
  margin-right: 20px;
}
@media (max-width: 429px) {
  .b-cart-addition-row {
    align-items: center;
  }
}
.b-cart-addition-row--cont-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .b-cart-addition-row--cont-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
  }
}
.b-cart-addition-footer {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.b-checkout--cart-addition-title {
  font-size: 0.9375rem;
}
.b-cart--scroll-top {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
  margin-bottom: 0px;
}
.b-cart--scroll-bottom {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
  margin-bottom: 0px;
}
.b-cart--scroll-top-handle,
.b-cart--scroll-bottom-handle {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 40px / -2;
  width: 40px;
  height: 20px;
  background-image: url(../Images/svg/scroll-box-handle.svg);
  background-repeat: no-repeat;
}
.b-cart--scroll-bottom-handle {
  transform: rotate(180deg);
  margin-top: -20px;
}
.b-scrollable-area {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
}
.b-scrollable-area::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1079px) {
  .b-cart--scroll-top,
  .b-cart--scroll-bottom {
    display: none;
  }
  .b-scrollable-area {
    max-height: none !important;
  }
}
.b-next-quantity-select--font {
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
}
.b-next-quantity-select--wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 2px;
}
.b-next-quantity-select--wrap--single button {
  height: 32px;
  max-width: 174px;
}
.b-next-quantity-select--wrap--single button:hover {
  background: #b22f2e;
}
.b-next-quantity-select {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.b-next-quantity-controls--wrap {
  display: flex;
  position: relative;
}
.b-next-quantity-controls--wrap .b-pseudo-select {
  position: static;
}
.b-next-quantity-controls--wrap .b-pseudo-select option {
  display: flex;
  justify-content: flex-end;
}
.b-next-quantity-select--step {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 48px;
  flex-grow: 1;
  height: 32px;
  border: 1px solid #c6c6c6;
  background: #ffffff;
}
.b-next-quantity-select--step .b-icon {
  top: 0;
  max-width: 12px;
  width: 12px;
  height: 12px;
}
.b-next-quantity-select--step:hover {
  background: #eaeaeb;
}
.b-next-quantity-select--step-minus {
  border-radius: 30px 0 0 30px;
  border-right-width: 0;
}
.b-next-quantity-select--step-plus {
  border-radius: 0 30px 30px 0;
  border-left-width: 0;
}
.b-next-quantity-select--input {
  border-radius: 0;
  appearance: none;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  width: 48px;
  height: 32px;
  border: 1px solid #c6c6c6;
  border-right-width: 0;
}
.b-next-unit-select {
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #c6c6c6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 42px;
  border-left-width: 0;
  background: #ffffff;
}
.b-next-unit-dropdown--head {
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c6c6c6;
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
  align-items: center;
  border-left-width: 0;
  min-width: 48px;
}
.b-next-unit-dropdown--content {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  top: calc(32px - 1px);
  z-index: 1;
  padding: 3px 0;
  border: 1px solid #c6c6c6;
  border-top: none;
}
.b-next-unit-dropdown--content button {
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  padding-left: calc(32px + 16px);
}
.b-cart-item-modern-one-line .b-next-quantity-select--wrap {
  margin: 0;
}
.b-search--quantity-control .b-next-quantity-select--wrap {
  margin: 0;
  min-width: 174px;
  justify-content: flex-end;
}
.b-search--quantity-control .b-next-quantity-select--wrap .b-next-quantity-select {
  justify-content: flex-end;
}
@media (max-width: 1079px) {
  .b-search--quantity-control .b-next-quantity-select--wrap {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .b-next-quantity-select--wrap {
    width: 174px;
  }
  .b-next-quantity-select--step,
  .b-next-quantity-select--input,
  .b-next-quantity-select--wrap--single button {
    height: 40px;
  }
}
.b-cart--placeholder .b-next-quantity-select--wrap {
  margin: 0;
}
.b-cart--placeholder .b-next-quantity-select--step,
.b-cart--placeholder .b-next-quantity-select--input {
  height: 28px;
}
.b-cart--placeholder .b-next-quantity-select--input,
.b-cart--placeholder .b-next-unit-select,
.b-cart--placeholder .b-next-unit-dropdown--head,
.b-cart--placeholder .b-next-unit-dropdown--content button {
  font-size: 0.75rem;
}
.b-cart--placeholder .b-next-quantity-select--step {
  width: 35px;
}
.b-cart--placeholder .b-next-quantity-select--input {
  width: 32px;
}
.b-cart--placeholder .b-next-unit-dropdown--head,
.b-cart--placeholder .b-next-unit-select {
  width: 36px;
}
.b-cart--placeholder .b-next-unit-dropdown--content {
  top: 27px;
}
.b-cart--placeholder .b-next-unit-dropdown--content button {
  padding-left: 32px;
}
@media (max-width: 1079px) {
  .b-cart--placeholder .b-next-quantity-select--wrap {
    width: 190px;
  }
  .b-cart--placeholder .b-next-quantity-select--step,
  .b-cart--placeholder .b-next-quantity-select--input {
    height: 40px;
  }
}
@media (max-width: 429px) {
  .b-cart--placeholder .b-next-quantity-select--wrap {
    width: auto;
  }
  .b-next-unit-dropdown--content {
    top: unset;
    bottom: calc(32px - 1px);
    border: 1px solid #c6c6c6;
    border-bottom: none;
  }
}
.b-product-info--price-and-quantity .b-next-quantity-select--wrap {
  justify-content: flex-start;
  margin: 24px 0 0;
}
.b-product-info--price-and-quantity .b-next-quantity-select--wrap .b-product-count-in-cart {
  left: 48px;
  text-align: left;
}
.b-product-info--price-and-quantity .b-next-quantity-select--wrap .b-next-quantity-select {
  justify-content: flex-start;
}
.b-page-container--checkout-recommendations .b-checkout-recommendations--product-list--wrapper,
.b-page-container--home .b-checkout-recommendations--product-list--wrapper,
.b-page-container--checkout-recommendations .b-home--product-list-wrapper,
.b-page-container--home .b-home--product-list-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}
.b-page-container--checkout-recommendations .b-checkout-recommendations--product-list--wrapper:not(:first-of-type),
.b-page-container--home .b-checkout-recommendations--product-list--wrapper:not(:first-of-type),
.b-page-container--checkout-recommendations .b-home--product-list-wrapper:not(:first-of-type),
.b-page-container--home .b-home--product-list-wrapper:not(:first-of-type) {
  margin-top: 56px;
}
.b-page-container--checkout-recommendations .b-checkout-recommendations--product-list--wrapper .b-checkout-recommendations--product-list--title,
.b-page-container--home .b-checkout-recommendations--product-list--wrapper .b-checkout-recommendations--product-list--title,
.b-page-container--checkout-recommendations .b-home--product-list-wrapper .b-checkout-recommendations--product-list--title,
.b-page-container--home .b-home--product-list-wrapper .b-checkout-recommendations--product-list--title {
  font-family: 'Open Sans', 'Sans-serif';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
.b-page-container--checkout-recommendations .b-checkout-recommendations--product-list--wrapper .b-product-slider--container,
.b-page-container--home .b-checkout-recommendations--product-list--wrapper .b-product-slider--container,
.b-page-container--checkout-recommendations .b-home--product-list-wrapper .b-product-slider--container,
.b-page-container--home .b-home--product-list-wrapper .b-product-slider--container {
  position: relative;
}
.b-page-container--checkout-recommendations .b-checkout-recommendations--product-list--wrapper .b-product-slider--container.b-with-overlay-background .b-product-section--overlay-background,
.b-page-container--home .b-checkout-recommendations--product-list--wrapper .b-product-slider--container.b-with-overlay-background .b-product-section--overlay-background,
.b-page-container--checkout-recommendations .b-home--product-list-wrapper .b-product-slider--container.b-with-overlay-background .b-product-section--overlay-background,
.b-page-container--home .b-home--product-list-wrapper .b-product-slider--container.b-with-overlay-background .b-product-section--overlay-background {
  display: flex;
}
@media (max-width: 767px) {
  .b-page-container--checkout-recommendations .b-checkout-recommendations--product-list--wrapper .b-product-slider--container.b-with-overlay-background .b-products-list.items .b-product--wrap2,
  .b-page-container--home .b-checkout-recommendations--product-list--wrapper .b-product-slider--container.b-with-overlay-background .b-products-list.items .b-product--wrap2,
  .b-page-container--checkout-recommendations .b-home--product-list-wrapper .b-product-slider--container.b-with-overlay-background .b-products-list.items .b-product--wrap2,
  .b-page-container--home .b-home--product-list-wrapper .b-product-slider--container.b-with-overlay-background .b-products-list.items .b-product--wrap2 {
    border-top: 1px solid #cccccc;
    border-bottom: none;
  }
}
@media (min-width: 769px) {
  .b-page-container--checkout-recommendations .b-checkout-recommendations--product-list--wrapper .b-product-slider--container.b-with-overlay-background .b-products-list.items:last-of-type .b-product--wrap2:nth-last-child(-n + 4),
  .b-page-container--home .b-checkout-recommendations--product-list--wrapper .b-product-slider--container.b-with-overlay-background .b-products-list.items:last-of-type .b-product--wrap2:nth-last-child(-n + 4),
  .b-page-container--checkout-recommendations .b-home--product-list-wrapper .b-product-slider--container.b-with-overlay-background .b-products-list.items:last-of-type .b-product--wrap2:nth-last-child(-n + 4),
  .b-page-container--home .b-home--product-list-wrapper .b-product-slider--container.b-with-overlay-background .b-products-list.items:last-of-type .b-product--wrap2:nth-last-child(-n + 4) {
    margin-bottom: -200px;
  }
}
.b-page-container--checkout-recommendations .b-checkout-recommendations--product-list--wrapper .b-product-slider--container .b-slider-controls--prev,
.b-page-container--home .b-checkout-recommendations--product-list--wrapper .b-product-slider--container .b-slider-controls--prev,
.b-page-container--checkout-recommendations .b-home--product-list-wrapper .b-product-slider--container .b-slider-controls--prev,
.b-page-container--home .b-home--product-list-wrapper .b-product-slider--container .b-slider-controls--prev,
.b-page-container--checkout-recommendations .b-checkout-recommendations--product-list--wrapper .b-product-slider--container .b-slider-controls--next,
.b-page-container--home .b-checkout-recommendations--product-list--wrapper .b-product-slider--container .b-slider-controls--next,
.b-page-container--checkout-recommendations .b-home--product-list-wrapper .b-product-slider--container .b-slider-controls--next,
.b-page-container--home .b-home--product-list-wrapper .b-product-slider--container .b-slider-controls--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.b-page-container--checkout-recommendations .b-checkout-recommendations--product-list--wrapper .b-block-slider .b-product--imagelink,
.b-page-container--home .b-checkout-recommendations--product-list--wrapper .b-block-slider .b-product--imagelink,
.b-page-container--checkout-recommendations .b-home--product-list-wrapper .b-block-slider .b-product--imagelink,
.b-page-container--home .b-home--product-list-wrapper .b-block-slider .b-product--imagelink {
  height: 148px;
}
.b-page-container--checkout-recommendations .b-checkout-recommendations--product-list--wrapper .b-block-slider .b-product--wrap,
.b-page-container--home .b-checkout-recommendations--product-list--wrapper .b-block-slider .b-product--wrap,
.b-page-container--checkout-recommendations .b-home--product-list-wrapper .b-block-slider .b-product--wrap,
.b-page-container--home .b-home--product-list-wrapper .b-block-slider .b-product--wrap {
  border: 1px solid #e6e6e6;
}
.b-page-container--checkout-recommendations .b-checkout-recommendations--product-list--wrapper,
.b-page-container--home .b-checkout-recommendations--product-list--wrapper {
  position: relative;
  overflow: hidden;
}
.b-page-container--checkout-recommendations .b-product-section--overlay-background,
.b-page-container--home .b-product-section--overlay-background {
  content: ' ';
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 29.17%, #ffffff 100%);
  z-index: 4;
}
.b-page-container--checkout-recommendations .b-product-section--btn-show-more,
.b-page-container--home .b-product-section--btn-show-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  position: absolute;
  width: 175px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 24px;
  font-family: 'Open Sans', 'Sans-serif';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #3b3b3b;
}
.b-page-container--checkout-recommendations .b-product-section--btn-show-more .b-btn-show-more--inner,
.b-page-container--home .b-product-section--btn-show-more .b-btn-show-more--inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-page-container--checkout-recommendations .b-product-section--btn-show-more .b-btn-show-more--inner .b-icon,
.b-page-container--home .b-product-section--btn-show-more .b-btn-show-more--inner .b-icon {
  top: 0;
  margin-right: 8px;
  color: #3b3b3b;
}
.b-page-container--checkout-recommendations .b-loader,
.b-page-container--home .b-loader {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: scale(0.5, 0.5) translateY(1 / 0.5 * -50%);
}
.b-page-container--checkout-recommendations .b-slider-controls--prev,
.b-page-container--checkout-recommendations .b-slider-controls--next {
  margin: 0;
}
.b-page-container--checkout-recommendations .b-slider-controls--prev {
  left: 0;
}
.b-page-container--checkout-recommendations .b-slider-controls--next {
  right: 4px;
}
.b-page-container--checkout-recommendations .b-block-slider--next,
.b-page-container--checkout-recommendations .b-product-slider--show-all {
  display: none;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .b-page-container--checkout-recommendations .b-products-list--wrapper .b-block-slider--inner {
    padding: 0;
  }
}
.b-product-slider--btn-wrap {
  top: 35%;
  position: absolute;
  z-index: 1;
}
.b-product-slider--btn-wrap button {
  transform: none;
  position: relative;
  color: #3b3b3b;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
  height: 40px;
  width: 40px;
  transition: 0.3s ease;
}
.b-product-slider--btn-wrap button:hover {
  background-color: #eaeaeb;
  border: 1px solid #a9a9a9;
}
.b-product-slider--btn-wrap button:disabled {
  background-color: #f6f6f8;
  border: 1px solid #c6c6c6;
}
.b-product-slider--btn-wrap button:disabled .b-icon {
  color: #c6c6c6;
}
@media (max-width: 1079px) {
  .b-product-slider--btn-wrap button {
    display: none;
  }
}
.b-product-slider--btn-wrap--prev {
  left: 0;
  padding: 8px 8px 8px 0;
}
.b-product-slider--btn-wrap--next {
  right: 0;
  padding: 8px 0 8px 8px;
}
.b-product-slider--show-all {
  background-color: #ffffff;
  color: #3b3b3b;
  display: block;
  font-weight: 600;
  height: 40px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.b-product-slider--show-all .b-icon {
  top: 0;
}
.b-product-slider--show-none {
  display: none;
}
.b-page-container--home .b-home--product-list-wrapper {
  margin: 0;
}
@media (max-width: 1079px) {
  .b-page-container--home .b-product--wrap2 {
    min-width: 210px;
  }
}
.b-page-container--home .b-products--desktop-grid {
  margin-bottom: 20px;
}
@media (max-width: 1079px) {
  .b-page-container--home .b-products--desktop-grid {
    margin-bottom: 0;
  }
}
.b-page-container--home .b-products--desktop-grid .b-product--desktop-grid {
  padding-bottom: 0;
  margin-bottom: 0;
}
.b-page-container--home .b-product-unavailable--placeholder {
  height: 109px;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .b-page-container--home .b-products-list--wrapper .b-block-slider--inner {
    display: flex;
    overflow-x: scroll;
    padding: 0 16px;
    transform: none !important;
  }
  .b-page-container--home .b-products--desktop-grid {
    display: flex;
  }
  .b-page-container--home .b-products--desktop-grid:first-of-type {
    margin-right: 0;
  }
  .b-page-container--home .b-products--desktop-grid:not(:first-of-type) {
    margin-left: 0;
  }
  .b-page-container--home .b-home--products-section .b-products-list--wrapper {
    display: flex;
    padding: 0 10px 0 20px;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .b-page-container--home .b-home--products-section .b-internal-promo-link img {
    max-width: fit-content;
  }
  .b-page-container--home .b-home--products-section .b-product--wrap2--cross-sell,
  .b-page-container--home .b-home--products-section .b-cross-sell--inventories {
    display: none;
  }
  .b-page-container--home .b-home--products-section .b-cross-sell > .b-product--wrap {
    border: 1px solid #e6e6e6;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .b-page-container--home .b-home--products-section {
    position: relative;
  }
  .b-page-container--home .b-home--products-section .b-with-overlay-background .b-product-section--overlay-background {
    display: flex;
  }
  .b-page-container--home .b-home--products-section .b-product--wrap2 {
    display: none;
  }
  .b-page-container--home .b-home--products-section .b-product--wrap2:nth-child(-n + 5) {
    display: block;
  }
  .b-page-container--home .b-home--products-section .b-home--products-list-mobile .b-products-list--wrapper .b-product--wrap2:nth-of-type(-n + 6) {
    display: block;
  }
}
.b-page-container--home .b-recipes-feature--block {
  padding: 0;
}
.b-page-container--home .b-recipes-category--header {
  margin: 32px 0 8px;
}
.b-page-container--home .b-recipes-category--header h1 {
  font-size: 1.125rem;
}
.b-page-container--home .b-recipes-category--header a:hover {
  color: #e22e39;
}
@media (max-width: 1080px) {
  .b-page-container--home .b-recipes-category--header,
  .b-page-container--home .b-section--heading {
    margin: 24px 16px 8px;
  }
  .b-page-container--home .b-recipes--row {
    margin: 0 8px;
  }
}
@media (max-width: 768px) {
  .b-page-container--home .b-recipes-category--header h1 {
    font-size: 1rem;
  }
  .b-page-container--home .b-recipes--row {
    margin: 0;
    padding: 0 12px;
  }
}
@media (min-width: 1080px) {
  .b-home--products-list-grid .b-inventory-promo {
    margin-top: -20px;
  }
  .b-home--products-list-grid > .b-products-list--wrapper {
    margin-bottom: -20px;
  }
  .b-home--products-list-grid > .b-products-list--wrapper > .b-products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 0;
  }
  .b-home--products-list-grid > .b-products-list--wrapper > .b-products-list .b-product--desktop-grid {
    padding-bottom: 20px;
    width: 100%;
  }
  .b-home--products-list-grid > .b-products-list--wrapper > .b-products-list::before {
    display: none;
  }
  .b-home--products-list-grid > .b-products-list--wrapper > .b-products-list .b-product-card-banner--desktop-wrap {
    width: 100%;
    padding: 0 10px 20px 10px;
  }
}
.b-home--campaign-banners--section {
  display: flex;
  flex-direction: column;
}
.b-home--campaign-banners--wrap {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: -5px;
}
.b-home--campaign-banners--wrap .b-home--campaign-banners--banner-wrap {
  display: flex;
  justify-content: center;
  width: 50%;
  max-width: 50%;
  flex-grow: 1;
  margin: 0;
}
.b-home--campaign-banners--wrap .b-home--campaign-banners--banner-wrap img {
  padding: 5px;
  transition: 0.3s;
}
.b-home--campaign-banners--wrap .b-home--campaign-banners--banner-wrap a {
  width: auto;
}
@media (max-width: 1080px) {
  .b-home--campaign-banners--wrap {
    margin: 0 11px;
  }
}
@media (max-width: 430px) {
  .b-home--campaign-banners--wrap {
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 0;
  }
  .b-home--campaign-banners--wrap .b-home--campaign-banners--banner-wrap {
    width: 100%;
    max-width: 100%;
  }
  .b-home--campaign-banners--wrap .b-home--campaign-banners--banner-wrap img {
    padding: 5px 0;
  }
}
.b-help-button {
  display: flex;
  align-items: center;
  color: #3b3b3b;
  padding: 0;
}
.b-help-button:hover {
  cursor: pointer;
}
.b-help-button:hover span {
  color: #e22e39;
}
.b-help-button:hover svg,
.b-help-button:hover a {
  color: #e22e39;
}
.b-help-button:hover a {
  text-decoration: none;
}
.b-help-button svg {
  margin: 0;
  width: 16px;
  height: 16px;
  top: initial;
}
.b-help-button span {
  margin-left: 4px;
  color: #3b3b3b;
  font-weight: 600;
  font-size: 0.75rem;
}
.b-header-language {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.b-header-language .b-header--select--top {
  display: flex;
  position: relative;
  z-index: 100;
  padding: 0;
  color: #3b3b3b;
  cursor: pointer;
}
.b-header-language .b-header--select--top div,
.b-header-language .b-header--select--top p {
  display: flex;
  align-items: center;
}
.b-header-language .b-header--select--top .b-header--select--text {
  font-size: 0.75rem;
  font-weight: 600;
}
.b-header-language .b-header--select--top .b-header--select--text .b-icon {
  font-size: 1.125rem;
  margin-right: 8px;
}
.b-header-language .b-header--select--top .b-header--select--chevron {
  display: flex;
  align-items: center;
}
.b-header-language .b-header--select--top .b-header--select--chevron .b-icon {
  width: 8px;
  margin-left: 8px;
  top: initial;
}
.b-header-language .b-header--select--top .b-header--select--chevron-active .b-icon {
  transform: rotate(180deg);
}
.b-header-language:hover .b-header--select--text .b-text {
  color: #e22e39;
  text-decoration: none;
}
.b-header-language .b-header--select--list--wrap {
  position: absolute;
  z-index: 99;
  top: 0;
  left: calc(50% - 3px);
  transform: translateX(-50%);
  padding-top: 25px;
}
.b-header-language ul {
  position: relative;
  list-style: none;
  padding: 16px 0;
  margin: 0;
  background: white;
  min-width: 100%;
  font-weight: 600;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06);
}
.b-header-language ul li {
  display: flex;
  align-items: center;
  padding: 0 13px 17px 13px;
  color: #3b3b3b;
  cursor: pointer;
  font-size: 0.75rem;
}
.b-header-language ul li:hover {
  color: #e22e39;
}
.b-header-language ul li:last-child {
  padding: 0 13px 0 13px;
}
.b-header-language ul li .b-icon {
  flex-shrink: 0;
  font-size: 1.125rem;
  margin-right: 5px;
}
.b-header-language ul li .b-icon:first-child:last-child {
  margin-right: 5px;
}
@media (max-width: 1079px) {
  .b-header-language .b-header--select--top .b-header--select--text .b-icon {
    margin-right: 0;
  }
  .b-header-language .b-header--select--top .b-header--select--text .b-text {
    display: none;
  }
  .b-header-language .b-header--select--top .b-header--select--chevron {
    display: none;
  }
  .b-header-language .b-header--select--list--wrap {
    left: 50%;
  }
  .b-header-language .b-header--select--list .b-icon {
    margin-right: 0;
  }
  .b-header-language .b-header--select--list .b-text {
    display: none;
  }
  .b-top-menu--shop-page-links {
    width: 50%;
  }
  .b-top-menu--service-page-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .b-top-menu--service-page-links > *:not(:first-child) {
    position: relative;
    margin-left: 48px;
  }
  .b-top-menu--service-page-links > *:not(:first-child)::before {
    position: absolute;
    content: '';
    height: 100%;
    border-left: solid 1px #e6e6e6;
    left: -24px;
  }
  .b-header-language--region-service .b-header--select--top .b-header--select--text .b-icon {
    margin-right: 8px;
  }
  .b-header-language--region-service .b-header--select--top .b-header--select--text .b-text {
    display: block;
  }
  .b-header-language--region-service .b-header--select--top .b-header--select--chevron {
    display: block;
  }
  .b-header-language--region-service .b-header--select--list .b-icon {
    margin-right: 8px;
  }
  .b-header-language--region-service .b-header--select--list .b-text {
    display: block;
  }
}
.b-pill {
  border-radius: 24px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-style: italic;
  color: #ffffff;
  overflow: hidden;
  position: absolute;
  cursor: default;
}
.b-pill span {
  display: inline-block;
  font-weight: 700;
  color: rgba(255, 255, 255, 0);
}
.b-pill span::first-letter {
  color: #ffffff;
}
.b-pill:hover {
  overflow: visible;
  max-width: 120px;
  transition: all 222ms ease-out;
}
.b-pill:hover span {
  transition: all 222ms ease-in-out;
  color: #ffffff;
}
.b-pill--small {
  max-width: 12px;
  padding: 2px;
}
.b-pill--small:hover {
  padding: 2px 3px 2px 2px;
}
.b-pill--small span {
  line-height: 8px;
  font-size: 0.5rem;
}
.b-pill--medium {
  max-width: 20px;
  padding: 4px 5px 4px 4px;
}
.b-pill--medium span {
  line-height: 12px;
  font-size: 0.75rem;
}
.b-pill--large {
  max-width: 28px;
  padding: 5px 10px 5px 6px;
}
.b-pill--large span {
  line-height: 18px;
  font-size: 1.125rem;
}
.b-pill--primary {
  background-color: #e22e39;
}
.b-pill--secondary {
  background-color: #42b255;
}
.b-pill--primary-inv span::first-letter {
  color: #e22e39;
}
.b-pill--primary-inv:hover span {
  color: #e22e39;
}
.b-pill--secondary-inv span::first-letter {
  color: #42b255;
}
.b-pill--secondary-inv:hover span {
  color: #42b255;
}
.b-pill--primary-inv,
.b-pill--secondary-inv {
  background-color: #ffffff;
}
.b-pill--expanded {
  max-width: fit-content;
  position: static;
  overflow: visible;
}
.b-pill--expanded:hover {
  max-width: fit-content;
}
.b-pill--expanded span {
  color: inherit;
}
.b-pill--primary-inv.b-pill--expanded {
  color: #e22e39;
}
.b-pill--secondary-inv.b-pill--expanded {
  color: #42b255;
}
.b-icon-pill--wrapper {
  position: relative;
}
.b-icon-pill--wrapper .b-pill {
  top: 0px;
  left: 18px;
}
.b-icon-pill--wrapper .b-icon {
  height: 24px;
  min-width: 24px;
  width: 24px;
}
@media (max-width: 1079px) {
  .b-dummy-progress-page--active .b-header-mobile,
  .b-dummy-progress-page--active .b-sidebar,
  .b-dummy-progress-page--active .b-footer--placeholder,
  .b-dummy-progress-page--active .b-menu {
    display: none;
  }
  .b-info-page--standalone-active .b-header-mobile,
  .b-info-page--standalone-active .b-sidebar,
  .b-info-page--standalone-active .b-footer--placeholder,
  .b-info-page--standalone-active .b-menu {
    display: none;
  }
}
.b-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 16px 32px;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 0.8875rem;
  line-height: 16px;
  box-shadow: none;
}
.b-btn.b-btn {
  text-decoration: none;
}
.b-btn:hover.b-btn {
  text-decoration: none;
}
.b-btn.b-green {
  background: #42b255;
  color: #ffffff;
}
.b-btn.b-green:disabled {
  background: #b3e0bb;
  pointer-events: none;
}
.b-btn.b-green:hover {
  box-shadow: inset 0px 65px 0px rgba(0, 0, 0, 0.05);
}
.b-btn.b-white {
  border: 1px solid #c6c6c6;
  background: #ffffff;
  color: #3b3b3b;
}
.b-btn.b-white:hover {
  border-color: #a9a9a9;
}
.b-btn.b-white:disabled {
  border-color: #c6c6c6;
  color: #d9d9d9;
}
.b-btn.b-white.b-border--green {
  color: #309e35;
  border-color: #309e35;
}
.b-btn.b-no-border.b-no-border {
  border: none;
}
.b-btn.b-background-none {
  background: none;
}
.b-btn .b-icon {
  top: 0;
  width: 10px;
  height: 10px;
}
.b-btn .b-icon.b-icon.b-icon {
  margin-right: 8px;
}
.b-btn .b-loader {
  color: #ffffff;
  font-size: 6px;
}
.b-page--login,
.b-page--register {
  overflow-y: auto;
  background: #ffffff;
}
.b-page--login .b-header--hidden,
.b-page--register .b-header--hidden {
  display: none;
}
.b-page--login .b-header-mobile .b-mobile-sticky-menu,
.b-page--register .b-header-mobile .b-mobile-sticky-menu {
  border-bottom: 1px solid #eaeaeb;
}
.b-page--login .b-logo--main,
.b-page--register .b-logo--main {
  text-align: center;
}
.b-page--login .b-logo--main .b-icon,
.b-page--register .b-logo--main .b-icon {
  max-width: 180px;
}
.b-page--login .b-header--links--items:nth-child(2) > *:not(:first-child)::before,
.b-page--register .b-header--links--items:nth-child(2) > *:not(:first-child)::before {
  content: none;
}
.b-page--login .b-header-bottom--block,
.b-page--register .b-header-bottom--block {
  justify-content: center;
}
.b-page--login .b-main-content,
.b-page--register .b-main-content {
  padding: 40px 0;
}
.b-page--login .b-login-form-container,
.b-page--register .b-login-form-container {
  position: relative;
  padding: 32px;
  max-width: 464px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
}
.b-page--login .b-login-form-container > h2,
.b-page--register .b-login-form-container > h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  color: #3b3b3b;
}
.b-page--login .b-footer--placeholder,
.b-page--register .b-footer--placeholder {
  padding-top: 0;
}
@media (max-width: 430px) {
  .b-page--login .b-main-content,
  .b-page--register .b-main-content {
    padding: 0 0 40px 0;
  }
  .b-page--login .b-login-form-container,
  .b-page--register .b-login-form-container {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .b-page--login .b-app-bg > .container-fluid,
  .b-page--register .b-app-bg > .container-fluid {
    padding: 0;
  }
}
@media (max-width: 429px) {
  .b-page--login .b-login-form-container,
  .b-page--register .b-login-form-container {
    padding: 24px 16px;
  }
}
@media (min-width: 1079px) {
  .b-page--register .b-header-bottom--block {
    max-width: 100%;
  }
  .b-page--register .b-header-bottom--side {
    width: 0;
  }
}
.b-input-checkbox {
  min-height: 24px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.b-input-checkbox input[type='checkbox'] {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.b-input-checkbox input[type='checkbox']:disabled ~ .b-input-checkbox-styled {
  border-color: #999999;
  background-color: #f6f6f8;
}
.b-input-checkbox input[type='checkbox']:disabled ~ .b-input-checkbox-styled path {
  stroke: #f6f6f8;
}
.b-input-checkbox input[type='checkbox']:disabled ~ .b-input-checkbox--checked {
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}
.b-input-checkbox:hover {
  cursor: pointer;
}
.b-input-checkbox:hover .b-input-checkbox-styled {
  border: 1px solid #42b255;
}
.b-input-checkbox:hover .b-input-checkbox-styled.b-input-checkbox--checked {
  box-shadow: inset 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.b-input-checkbox .b-input-checkbox-styled {
  display: flex;
  padding: 4px;
  position: static;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #ffffff;
  transition: all 150ms;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.b-input-checkbox .b-input-checkbox-styled svg {
  fill: none;
  stroke-width: 3px;
}
.b-input-checkbox .b-input-checkbox-styled svg path {
  stroke: #ffffff;
}
.b-input-checkbox .b-input-checkbox-styled.b-input-checkbox--checked {
  background: #42b255;
  border-color: #42b255;
}
.b-input-checkbox .b-input-checkbox-styled.b-input-checkbox--checked:hover {
  box-shadow: inset 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.b-input-checkbox .b-input-checkbox-styled.b-input-checkbox--checked svg {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3px;
}
.b-input-checkbox.b-invalid .b-input-checkbox-styled {
  border: 1px solid #e22e39;
}
.b-input-checkbox .b-input-checkbox-label {
  margin-left: 8px;
  font-weight: 600;
  font-size: 0.8875rem;
  line-height: 24px;
}
.b-form-group--input-checkbox .b-form-group--error,
.b-form-group--input-checkbox .b-form-group--hint {
  margin-left: 32px;
  font-size: 0.75rem;
  line-height: 16px;
}
.b-input-password {
  display: flex;
  flex-wrap: nowrap;
  font: 'password';
}
.b-input-password input[type='password']:not(:placeholder-shown) {
  font-family: password;
  font-size: 1rem;
  letter-spacing: -4px;
}
.b-input-password .b-input {
  flex-grow: 1;
  border-radius: 5px 0 0 5px;
}
.b-input-password .b-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 8px;
  font-weight: 400;
  font-size: 0.8875rem;
  line-height: 16px;
  color: #606060;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 0 5px 5px 0;
  border-left: none;
}
.b-input-password .b-btn:hover {
  cursor: pointer;
  border-color: #a9a9a9;
}
.b-input-password.b-invalid .b-input {
  border-color: #e22e39;
  border-right-color: #c6c6c6;
}
.b-input-password.b-invalid .b-btn {
  border-color: #e22e39;
}
.b-input-password .b-input-disabled {
  pointer-events: none;
  background-color: #f6f6f8;
}
.b-input-password--validation .b-input-password--validation-message {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 4px;
  font-size: 0.75rem;
  line-height: 20px;
  color: #e22e39;
}
.b-input-password--validation .b-input-password--validation-message .b-icon {
  margin: 0 5px;
}
.b-input-password--validation .b-input-password--validation-message .b-icon.b-icon--checkmark {
  width: 12px;
  height: 10px;
  margin: 0 4px;
}
.b-input-password--validation .b-input-password--validation-message .b-icon.b-icon--cross {
  width: 10px;
  height: 10px;
}
.b-input-password--validation .b-input-password--validation-message.b-valid {
  color: #42b255;
}
.b-input-password--validation.b-invalid .b-input-password--validation-message:not(.b-valid) {
  color: #e22e39;
}
.MuiTabPanel-root.b-login-modal-tab--panel {
  padding: 0px;
  margin-top: 24px;
}
.b-login-form {
  display: flex;
  flex-direction: column;
}
.b-login-form .b-alert {
  margin-bottom: 24px;
}
.b-login-form .b-remember-me-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.b-login-form .b-remember-me-container .b-input-checkbox .b-input-checkbox-label {
  font-weight: 600;
}
.b-login-form .b-remember-me-container .b-remember-password-link {
  font-weight: 400;
  font-size: 0.8875rem;
  line-height: 24px;
  color: #3b3b3b;
  text-decoration: none;
  text-align: center;
}
.b-login-form .b-remember-me-container .b-remember-password-link:hover {
  cursor: pointer;
  color: #e22e39;
}
.b-login-form .b-btn.b-green {
  padding: 16px 24px;
}
.b-login-form .b-btn.b-green .b-loader {
  color: #ffffff;
  font-size: 6px;
}
.b-login-form .b-login-btn-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.b-login-form .b-login-form--email-txt {
  flex-grow: 1;
  font-size: 1rem;
}
.b-social-auth-form--footer {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-weight: 400;
  font-size: 0.8875rem;
  line-height: 16px;
  color: #606060;
}
.b-social-auth-form--footer .b-modal-text-divider {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 0.79rem;
}
.b-social-auth-form--footer .b-modal-text-divider::before,
.b-social-auth-form--footer .b-modal-text-divider::after {
  content: '';
  height: 1px;
  background-color: #d9d9d9;
  flex-grow: 1;
}
.b-social-auth-form--footer .b-modal-text-divider::before {
  margin-right: 16px;
}
.b-social-auth-form--footer .b-modal-text-divider::after {
  margin-left: 16px;
}
.b-social-auth-form--footer h2 {
  margin-top: 24px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  color: #3b3b3b;
}
.b-social-auth-form--footer .b-login-form--footer-text {
  line-height: 20px;
}
.b-social-auth-form--footer .b-btn {
  margin-top: 24px;
}
.MuiTypography-root {
  font-family: 'Open Sans', 'Sans-serif' !important;
}
.b-login-modal--tab-list .MuiTabs-scroller {
  margin-bottom: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-login-modal--tab-list .MuiTabs-scroller .MuiTabs-indicator {
  background-color: #b5252e;
}
.b-login-modal--tab-list .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root {
  font-weight: 600;
  font-family: 'Open Sans', 'Sans-serif';
  font-size: 1rem;
  text-transform: lowercase;
  display: block;
  border-bottom: 1px solid #d9d9d9;
  margin: 1px 8px;
  min-height: 38px;
  color: #3b3b3b;
}
.b-login-modal--tab-list .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root:hover {
  color: #e22e39;
  margin-bottom: 0px;
  border-bottom: 2px solid #e22e39;
}
.b-login-modal--tab-list .MuiTabs-scroller .MuiTabs-flexContainer .MuiTab-root.Mui-selected {
  color: #b5252e;
}
.b-login-modal--tab-list .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root:first-letter {
  text-transform: uppercase;
}
.modal-dialog.b-login-modal {
  width: 464px;
}
.modal-dialog.b-login-modal .modal-content {
  border-radius: 5px;
}
.modal-dialog.b-login-modal .modal-content .modal-header {
  background-color: #f6f6f8;
  border-bottom: 1px solid #eaeaeb;
  border-radius: 5px 5px 0 0;
}
.modal-dialog.b-login-modal .modal-content .modal-header h1 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  color: #3b3b3b;
}
.modal-dialog.b-login-modal .modal-content .modal-header .b-zigzag-heading,
.modal-dialog.b-login-modal .modal-content .modal-header .b-info-page > h2:first-child {
  background: none;
  padding: 24px 32px;
}
.modal-dialog.b-login-modal .modal-content .modal-header .close {
  position: absolute;
  right: 19px;
  top: 16px;
  width: 40px;
  height: 40px;
  opacity: 1;
  font-size: unset;
  margin-top: 0;
}
.modal-dialog.b-login-modal .modal-content .modal-header .close .b-icon {
  width: 16px;
  height: 16px;
  color: #a9a9a9;
}
.modal-dialog.b-login-modal .modal-content .modal-header .close:hover .b-icon {
  color: #3b3b3b;
  transition: color 0.2s;
}
.modal-dialog.b-login-modal .modal-content .modal-body {
  padding: 0 32px 8px;
  background: #f6f6f8;
  border-radius: 0 0 5px 5px;
}
.modal-dialog.b-login-modal .modal-content .modal-body .b-social-auth-form--footer {
  position: relative;
  overflow: hidden;
}
.modal-dialog.b-login-modal .b-social-reg-empty {
  height: 161px;
}
@media (max-width: 464px) {
  .modal-dialog.b-login-modal {
    width: 100%;
    height: 100%;
    background-color: #f6f6f8;
    border-radius: 0;
  }
  .modal-dialog.b-login-modal .modal-content .modal-header .b-zigzag-heading,
  .modal-dialog.b-login-modal .modal-content .modal-header .b-info-page > h2:first-child {
    padding: 18px;
  }
  .modal-dialog.b-login-modal .modal-content .modal-header .close {
    right: 4px;
    top: 7px;
  }
  .modal-dialog.b-login-modal .modal-content .modal-body {
    padding: 24px 16px;
    max-height: 90vh;
    overflow-y: auto;
  }
}
.b-wizard-steps {
  flex-wrap: nowrap;
  align-items: flex-start;
}
.b-wizard-steps .b-wizard-step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
  width: 33%;
}
.b-wizard-steps .b-wizard-step::before {
  content: ' ';
  position: absolute;
  height: 1px;
  width: 150%;
  background: #eaeaeb;
  top: 15px;
}
.b-wizard-steps .b-wizard-step:first-child::before {
  left: 50%;
}
.b-wizard-steps .b-wizard-step:last-child::before {
  right: 50%;
}
.b-wizard-steps .b-wizard-step .b-wizard-step--icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
  background: #ffffff;
  z-index: 1;
}
.b-wizard-steps .b-wizard-step .b-wizard-step--icon .b-icon {
  width: 12px;
  height: 12px;
  color: #a9a9a9;
}
.b-wizard-steps .b-wizard-step h3 {
  font-size: 0.75rem;
  color: #a9a9a9;
  line-height: 16px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 0;
}
.b-wizard-steps .b-wizard-step.b-wizard-step--active .b-wizard-step--icon {
  border: none;
  background: #42b255;
}
.b-wizard-steps .b-wizard-step.b-wizard-step--active .b-wizard-step--icon .b-icon {
  color: #ffffff;
}
.b-wizard-steps .b-wizard-step.b-wizard-step--active h3 {
  color: #3b3b3b;
}
@media (max-width: 429px) {
  .b-wizard-steps .b-wizard-step .b-wizard-step--icon {
    width: 24px;
    height: 24px;
  }
  .b-wizard-steps .b-wizard-step .b-wizard-step--icon .b-icon {
    display: none;
  }
}
.b-wizard .b-wizard--buttons {
  margin-top: 16px;
  display: flex;
  flex-wrap: nowrap;
}
.b-wizard .b-wizard--buttons > button {
  margin: 0 8px;
}
.b-wizard .b-wizard--buttons > button:first-child {
  margin-left: 0;
}
.b-wizard .b-wizard--buttons > button:last-child {
  margin-right: 0;
}
.b-wizard .b-wizard--buttons > button:only-child {
  margin: 0;
}
.b-wizard .b-wizard--buttons .b-btn {
  flex: 1;
}
.b-input-select {
  position: relative;
}
.b-input-select.b-invalid .b-input-select--value {
  border-color: #e22e39;
}
.b-input-select .b-input-select--value {
  position: relative;
  height: 40px;
  padding: 0 16px;
  font-size: 0.8875rem;
  line-height: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}
.b-input-select .b-input-select--value > div > option {
  display: contents;
}
.b-input-select .b-input-select--options {
  position: absolute;
  top: 39px;
  width: 100%;
  display: none;
  padding: 12px 16px;
  border: 1px solid #c6c6c6;
  border-radius: 0 0 5px 5px;
  border-top: none;
  background-color: #ffffff;
  max-height: 177px;
  overflow-y: auto;
  z-index: 1;
}
.b-input-select .b-input-select--options .b-input-select--option {
  font-size: 0.8875rem;
  line-height: 20px;
}
.b-input-select .b-input-select--options .b-input-select--option > option {
  display: contents;
}
.b-input-select .b-input-select--options .b-input-select--option:not(:last-child) {
  margin-bottom: 10px;
}
.b-input-select .b-input-select--options .b-input-select--option:hover {
  color: #e22e39;
  cursor: pointer;
}
.b-input-select:hover .b-input-select--value {
  border-color: #a9a9a9;
  cursor: pointer;
}
.b-input-select:hover .b-input-select--options {
  border-color: #a9a9a9;
}
.b-input-select[expanded='true'] .b-input-select--value {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
.b-input-select[expanded='true'] .b-input-select--value::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #eaeaeb;
  z-index: 1;
}
.b-input-select[expanded='true'] .b-input-select--options {
  display: block;
}
.b-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.b-form-group .b-form-group--label {
  font-weight: 600;
  font-size: 0.8875rem;
  line-height: 16px;
  color: #3b3b3b;
  margin-bottom: 8px;
}
.b-form-group .b-form-group--hint,
.b-form-group .b-form-group--error {
  margin-top: 4px;
  font-size: 0.75rem;
  line-height: 20px;
}
.b-form-group .b-form-group--hint {
  color: #606060;
}
.b-form-group .b-form-group--error {
  color: #e22e39;
}
.b-form-group.b-invalid .b-input {
  border-color: #e22e39;
}
.b-registration-form--header {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  color: #3b3b3b;
}
.b-registration-form .b-alert {
  margin-bottom: 24px;
}
.b-registration-form .b-registration-form--hint {
  margin-bottom: 24px;
  font-size: 0.8875rem;
  line-height: 20px;
  color: #3b3b3b;
}
.b-registration-form .b-registration-form--disabled {
  pointer-events: none;
  background-color: #f6f6f8;
}
.b-registration-form .b-input-checkbox:not(.b-registration-form--privacy-policy-input) {
  margin-bottom: 16px;
}
.b-registration-form .b-registration-form--flat-number-input {
  width: 50%;
}
.b-registration-form .b-registration-form--personal-offers--step .b-input-checkbox .b-input-checkbox-label {
  font-weight: 600;
}
.b-registration-form .b-registration-form--personal-offers--step .b-registration-form--personal-offers--text {
  margin-bottom: 16px;
  font-weight: 600;
}
.b-registration-form .b-registration-form--personal-offers--step .b-form-group.b-registration-form--privacy-policy-input {
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
}
.b-registration-form .b-registration-form--personal-offers--step .b-form-group.b-registration-form--privacy-policy-input .b-input-checkbox .b-input-checkbox-label a {
  color: #3b3b3b;
  text-decoration: none;
}
.b-registration-form .b-registration-form--personal-offers--step .b-form-group.b-registration-form--privacy-policy-input .b-input-checkbox .b-input-checkbox-label a:hover {
  color: #e22e39;
}
.b-registration-form .b-registration-form--personal-offers--step .b-form-group.b-registration-form--privacy-policy-input::before {
  content: ' ';
  height: 1px;
  background: #eaeaeb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.b-registration-form .b-email-disabled {
  background: #f6f6f8;
  pointer-events: none;
}
.b-social-btn {
  height: 48px;
  border-radius: 5px;
  border: 1px solid #4267b2;
  background-color: #ffffff;
  color: #3b3b3b;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0 24px;
}
.b-social-btn:focus {
  color: #3b3b3b;
}
.b-social-btn:hover {
  border: 2px solid #4267b2;
  color: #3b3b3b;
}
.b-social-btn .b-social-btn--txt {
  display: inline;
  flex-grow: 1;
  text-align: center;
  font-size: 1rem;
}
.b-social-btn .b-loader {
  font-size: 6px;
  color: #3b3b3b;
  margin-top: 1px;
  left: 2px;
}
.b-social-btn.b-social-btn--google {
  border-color: #4285f4;
}
.b-social-btn.b-social-btn--google:hover {
  border: 2px solid #4285f4;
}
.b-social-btn.b-social-btn--apple {
  border-color: #1e1e1e;
}
.b-social-btn.b-social-btn--apple:hover {
  border: 2px solid #1e1e1e;
}
.b-social-btn.b-social-btn-disabled {
  opacity: 0.66;
  pointer-events: none;
}
.b-registration-form-modal--container .b-alert {
  margin-bottom: 24px;
}
.b-registration-form-modal--container .b-registration-form-modal--txt-container {
  margin-bottom: 24px;
}
.b-registration-form-modal--container .b-registration-form-modal--txt-container .b-registration-form-modal--info-txt {
  font-size: 0.8875rem;
  line-height: 19.2px;
}
.b-registration-form-modal--container .b-social-auth-registration-btn {
  width: 100%;
  padding: 16px 24px;
}
.b-registration-form-modal--container .b-registration-form-modal-email-txt {
  flex-grow: 1;
  font-size: 1rem;
}
.b-registration-btn-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.b-input-select-autocomplete {
  position: relative;
}
.b-input-select-autocomplete.b-invalid .b-input-select-autocomplete--value {
  border: 1px solid #e22e39;
}
.b-input-select-autocomplete .b-input-select-autocomplete--value {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  font-size: 0.8875rem;
  line-height: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}
.b-input-select-autocomplete .b-input-select-autocomplete--value .b-input {
  border-left: none;
  border-right: none;
  border-radius: 0;
  flex-grow: 1;
  padding: 0;
}
.b-input-select-autocomplete .b-input-select-autocomplete--value .b-loader {
  position: absolute;
  left: auto;
  right: 24px;
  font-size: 4px;
  color: #42b255;
}
.b-input-select-autocomplete .b-input-select-autocomplete--options {
  position: absolute;
  top: 39px;
  width: 100%;
  display: none;
  padding: 12px 16px;
  border: 1px solid #c6c6c6;
  border-radius: 0 0 5px 5px;
  border-top: none;
  background-color: #ffffff;
  max-height: 177px;
  overflow-y: auto;
  z-index: 1;
}
.b-input-select-autocomplete .b-input-select-autocomplete--options .b-input-select-autocomplete--option {
  font-size: 0.8875rem;
  line-height: 20px;
}
.b-input-select-autocomplete .b-input-select-autocomplete--options .b-input-select-autocomplete--option > option {
  display: contents;
}
.b-input-select-autocomplete .b-input-select-autocomplete--options .b-input-select-autocomplete--option:not(:last-child) {
  margin-bottom: 10px;
}
.b-input-select-autocomplete .b-input-select-autocomplete--options .b-input-select-autocomplete--option:hover {
  color: #e22e39;
  cursor: pointer;
}
.b-input-select-autocomplete:hover .b-input-select-autocomplete--value {
  cursor: pointer;
}
.b-input-select-autocomplete:hover .b-input-select-autocomplete--value:not(.b-invalid) {
  border-color: #a9a9a9;
}
.b-input-select-autocomplete:hover .b-input-select-autocomplete--value .b-input:not(.b-invalid) {
  border-color: #a9a9a9;
}
.b-input-select-autocomplete:hover .b-input-select-autocomplete--options {
  border-color: #a9a9a9;
}
.b-input-select-autocomplete[expanded='true'] .b-input-select-autocomplete--value {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
.b-input-select-autocomplete[expanded='true'] .b-input-select-autocomplete--value::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #eaeaeb;
  z-index: 1;
}
.b-input-select-autocomplete[expanded='true'] .b-input-select-autocomplete--options {
  display: block;
}
.b-input-select-autocomplete--error {
  color: #e22e39;
  font-size: 0.75rem;
  margin-top: 4px;
}
.b-input-tel--code-container {
  position: absolute;
  width: 90px;
  height: 40px;
  border-radius: 5px 0 0 5px;
}
.b-input-tel--code-container.with-dropdown {
  border-radius: 5px 0 0 0;
  border-color: #a9a9a9;
}
.b-input-tel--code-container.b-invalid {
  border-color: #e22e39;
}
.b-input-tel--code-container.b-invalid:hover {
  border-color: #e22e39;
}
.b-input-tel--code-container .b-input-tel--arrow {
  width: 90%;
  padding: 1px 0 0 10px;
  filter: invert(23%) sepia(9%) saturate(12%) hue-rotate(345deg) brightness(97%) contrast(98%);
}
.b-input-tel--tel-input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 0.8875rem;
  line-height: 16px;
  padding: 12px 16px 12px 104px;
}
.b-input-tel--tel-input.b-invalid {
  border-color: #e22e39;
}
.b-input-tel--country-list {
  position: absolute;
  margin-top: 39px;
  list-style: none;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #a9a9a9;
  border-radius: 0 0 5px 5px;
  width: 300px;
  max-height: 225px;
  overflow: auto;
}
.b-input-tel--country-list.b-invalid {
  border-color: #e22e39 #a9a9a9 #a9a9a9;
}
.b-input-tel--country-list-element {
  padding: 12px 0;
  margin: 0 16px;
  border-bottom: 1px solid #eaeaeb;
}
.b-input-tel--country-list-element:last-child {
  border: none;
}
.b-input-tel--country-list-element .gray {
  color: #999999;
}
::-webkit-scrollbar {
  width: 16px;
}
::-webkit-scrollbar-thumb {
  background: #c6c6c6;
  border-radius: 10px;
  border: 4px solid #ffffff;
}
.b-input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: normal;
  font-size: 0.8875rem;
  line-height: 16px;
  padding: 12px;
}
.b-input:focus {
  border-color: #999999;
}
.b-input.b-invalid {
  border-color: #e22e39;
}
.b-input.b-input-disabled {
  pointer-events: none;
  background-color: #f6f6f8;
}
.modal.b-confirmation-dialog .modal-dialog .modal-content {
  background-color: #f6f6f8;
}
.modal.b-confirmation-dialog .modal-dialog .modal-header {
  height: 72px;
  padding: 0;
  border-bottom: none;
}
.modal.b-confirmation-dialog .modal-dialog .modal-header .b-zigzag-heading,
.modal.b-confirmation-dialog .modal-dialog .modal-header .b-info-page > h2:first-child {
  background: none;
  padding: 24px 32px;
}
.modal.b-confirmation-dialog .modal-dialog .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  color: #3b3b3b;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
}
.modal.b-confirmation-dialog .modal-dialog .modal-body .b-icon-container {
  width: 100px;
  height: 100px;
  border: 1px solid #eaeaeb;
  border-radius: 100px;
  margin-bottom: 16px;
}
.modal.b-confirmation-dialog .modal-dialog .modal-body .b-icon--warning-exclamation {
  width: 60px;
  height: 60px;
}
.modal.b-confirmation-dialog .modal-dialog .modal-footer {
  display: flex;
  justify-content: center;
  padding: 8px 24px 24px;
  border-top: none;
}
.modal.b-confirmation-dialog .modal-dialog .modal-footer > button {
  margin: 0 8px;
}
.modal.b-confirmation-dialog .modal-dialog .modal-footer > button:first-child {
  margin-left: 0;
}
.modal.b-confirmation-dialog .modal-dialog .modal-footer > button:last-child {
  margin-right: 0;
}
.modal.b-confirmation-dialog .modal-dialog .modal-footer > button:only-child {
  margin: 0;
}
.modal.b-confirmation-dialog .modal-dialog .modal-footer .b-btn {
  flex-grow: 1;
  flex-shrink: 0;
  height: 48px;
  font-size: 1rem;
  font-weight: 600;
  border-width: 2px;
  border-radius: 5px;
  padding: 16px 24px;
}
.modal.b-confirmation-dialog .modal-dialog .modal-footer:before,
.modal.b-confirmation-dialog .modal-dialog .modal-footer:after {
  display: none;
}
@media (max-width: 767px) {
  .modal.b-confirmation-dialog {
    top: auto;
  }
  .modal.b-confirmation-dialog .modal-dialog .modal-footer {
    display: flex;
    flex-direction: column-reverse;
  }
  .modal.b-confirmation-dialog .modal-dialog .modal-footer button {
    margin: 8px 0;
  }
}
.b-delivery-types-fp--wrap {
  padding: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .b-delivery-types-fp--wrap {
    display: none;
  }
}
.b-delivery-types-fp--title {
  text-align: left;
  padding: 0;
  margin-bottom: 0 0 16px 0;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 600;
}
.b-delivery-types-fp--row-header {
  background: #f6f6f8;
  width: 100%;
  margin: 12px 0;
  display: flex;
  align-items: center;
}
.b-delivery-types-fp--row-header span {
  padding: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}
.b-delivery-types-fp--row {
  display: flex;
  flex-grow: 1;
  width: auto;
}
@media (max-width: 768px) {
  .b-delivery-types-fp--row {
    flex-direction: column;
  }
}
.b-delivery-types-fp--col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 5px;
  flex-grow: 1;
  position: relative;
  width: calc(100% / 3);
  max-width: calc(100% / 3);
}
.b-delivery-types-fp--col .b-delivery-types-fp--img-wrap {
  width: auto;
  text-align: center;
}
.b-delivery-types-fp--col .b-delivery-types-fp--img-wrap img {
  max-width: 140px;
  width: 100%;
}
.b-delivery-types-fp--col h3 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  margin: 0;
  text-align: center;
  margin-bottom: 4px;
}
.b-delivery-types-fp--col p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
.b-delivery-types-fp--col .c-btn {
  margin-top: 20px;
  white-space: normal;
  flex-wrap: wrap;
  text-align: center;
}
.b-delivery-types-fp--col .b-delivery-types-fp--btn-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .b-delivery-types-fp--col {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    margin: 0 0 40px 0;
  }
  .b-delivery-types-fp--col:last-of-type {
    margin-bottom: 0;
  }
  .b-delivery-types-fp--col .b-delivery-types-fp--img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .b-delivery-types-fp--col .b-delivery-types-fp--img-wrap img {
    max-width: 130px;
    margin-right: 16px;
  }
}
.b-delivery-types-fp--wrap--mobile {
  display: none;
}
@media (max-width: 768px) {
  .b-delivery-types-fp--wrap--mobile {
    padding: 24px 16px 16px 16px;
    margin: 0 -10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.b-newsletter--wrap {
  padding: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .b-newsletter--wrap {
    display: none;
  }
}
.b-newsletter--wrap-mobile {
  display: none;
}
@media (max-width: 768px) {
  .b-newsletter--wrap-mobile {
    padding: 24px 16px 16px 16px;
    margin: 0 -10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.b-newsletter--logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-newsletter--logo-wrap .b-newsletter--logo-icon {
  width: 200px;
  height: 50px;
}
.b-newsletter--slogan {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e22e39;
  font-size: 1.125rem;
}
.b-newsletter--content.desktop {
  display: flex;
  align-items: stretch;
}
.b-newsletter--content .b-newsletter--content-description {
  width: 65%;
  padding: 16px 24px 16px 0;
}
.b-newsletter--content .b-newsletter--content-description.mobile {
  width: 100%;
}
.b-newsletter--content .b-newsletter--content-description .b-newsletter--content-description-text {
  text-align: center;
}
.b-newsletter--content .b-newsletter--content-description .b-newsletter--content-description-advantages {
  padding: 40px 0;
  display: flex;
  align-items: stretch;
}
.b-newsletter--content .b-newsletter--content-description .b-newsletter--content-description-advantages > div {
  width: 25%;
  padding: 0 8px;
}
.b-newsletter--content .b-newsletter--content-description .b-newsletter--content-description-advantages > div > figure > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.b-newsletter--content .b-newsletter--content-description .b-newsletter--content-description-advantages > div > div {
  text-align: center;
}
.b-newsletter--content .b-newsletter--content-description .b-newsletter--content-description-advantages.mobile {
  padding: 8px 0;
}
.b-newsletter--content .b-newsletter--content-description .b-newsletter--content-description-advantages.mobile > div {
  width: 50%;
}
.b-newsletter--content .b-newsletter--content-description .b-newsletter--content-description-link {
  text-align: center;
}
.b-newsletter--content .b-newsletter--content-description .b-newsletter--content-description-link.desktop {
  padding: 16px 0;
}
.b-newsletter--content .b-newsletter--content-description .b-newsletter--content-description-link > a {
  color: #e22e39;
  font-weight: 600;
  text-decoration: none;
}
.b-newsletter--content .b-newsletter--content-form {
  width: 35%;
  padding: 24px;
  background: url(/Assets/Images/zig-zag-red.png) repeat-x bottom;
  background-color: #e22e39;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 0.8125rem;
}
.b-newsletter--content .b-newsletter--content-form.mobile {
  width: 100%;
}
.b-newsletter--content .b-newsletter--content-form .b-newsletter--content-form-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}
.b-newsletter--content .b-newsletter--content-form .b-newsletter--content-form-description {
  text-align: center;
  padding: 8px 0;
}
.b-newsletter--content .b-newsletter--content-form > form > input {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px;
  margin: 8px 0;
}
.b-newsletter--content .b-newsletter--content-form > form > div > span {
  display: block;
  margin: -20px 0 0 16px;
}
.b-newsletter--content .b-newsletter--content-form > form .b-newsletter--content-form-subscription-agree {
  font-size: 0.75rem;
  padding-left: 16px;
  margin-bottom: 16px;
}
.b-newsletter--footer-wrap {
  margin-top: -16px;
}
.b-newsletter--footer-wrap > img {
  width: 100%;
  height: auto;
}
.b-babora-bonus--wrap {
  padding: 20px;
}
.b-barbora-bonus--title-wrap {
  margin-top: -24px;
  margin-bottom: 24px;
}
.b-barbora-bonus--title-wrap .b-barbora-bonus--title {
  font-size: 1.125rem;
  font-weight: 600;
}
.b-barbora-bonus--intro-txt {
  margin-top: 24px;
  text-align: center;
}
.b-barbora-bonus--header-seperator {
  display: none;
  height: 3px;
  background: #a4a4a4;
  margin-top: 16px;
}
@media (max-width: 1079px) {
  .b-barbora-bonus--intro-txt {
    justify-content: center;
    margin: 24px auto;
    text-align: justify;
    width: 69%;
  }
  .b-barbora-bonus--intro-txt p {
    display: inline;
  }
  .b-barbora-bonus--header-seperator {
    width: 69%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .b-barbora-bonus--intro-txt {
    width: 100%;
    text-align: center;
  }
  .b-barbora-bonus--intro-txt p {
    display: block;
  }
  .b-barbora-bonus--intro-txt p:nth-child(2) {
    margin-top: 24px;
  }
  .b-barbora-bonus--header-seperator {
    display: none;
  }
}
.b-barbora-bonus--list-row {
  display: flex;
  height: 160px;
}
.b-barbora-bonus--list-row .b-barbora-bonus--list-img {
  width: 30%;
}
.b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--phone-img {
  margin-left: 16px;
}
.b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--girl-img {
  width: 75%;
}
.b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--discount-img {
  width: 80%;
  margin-left: 24px;
}
.b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--piggy-bank-img {
  width: 65%;
  margin-left: 16px;
}
.b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--boy-img {
  width: 50%;
  margin-left: 64px;
}
.b-barbora-bonus--list-row .b-barbora-bonus--list-txt {
  margin-top: 32px;
  width: 40%;
}
.b-barbora-bonus--list-row .b-barbora-bonus--list-txt strong {
  color: #e22e39;
}
.b-barbora-bonus--list-row .b-barbora-bonus--list-txt h2 {
  font-size: 1rem;
  color: #e22e39;
  font-weight: 700;
}
.b-barbora-bonus--list-row .b-barbora-bonus--list-empty {
  width: 30%;
  height: auto;
}
@media (max-width: 1079px) {
  .b-barbora-bonus--list-row {
    height: 180px;
    justify-content: center;
  }
  .b-barbora-bonus--list-row .b-barbora-bonus--list-empty {
    width: 0%;
  }
  .b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--girl-img {
    width: 80%;
  }
  .b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--discount-img {
    width: 80%;
    margin-left: 16px;
  }
  .b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--piggy-bank-img {
    width: 65%;
  }
  .b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--boy-img {
    width: 55%;
    margin-left: 48px;
  }
}
@media (max-width: 767px) {
  .b-barbora-bonus--list-row {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .b-barbora-bonus--list-row .b-barbora-bonus--list-txt {
    width: 90%;
    text-align: center;
    margin-top: 0px;
  }
  .b-barbora-bonus--list-row .b-barbora-bonus--list-img {
    width: 35%;
    margin-top: 32px;
  }
  .b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--phone-img {
    width: 100%;
    margin-left: 0px;
  }
  .b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--girl-img {
    width: 100%;
    margin-left: 0px;
  }
  .b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--discount-img {
    width: 90%;
    margin-left: 0px;
  }
  .b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--piggy-bank-img {
    width: 75%;
    margin-left: 16px;
  }
  .b-barbora-bonus--list-row .b-barbora-bonus--list-img .b-barbora-bonus--boy-img {
    width: 65%;
    margin-left: 24px;
  }
  .b-barbora-bonus--list-row--reverse {
    flex-direction: column-reverse;
  }
}
.b-barbora-bonus--footer-txt {
  margin-top: 100px;
  text-align: center;
}
.b-barbora-bonus--footer-seperator {
  height: 3px;
  background: #a4a4a4;
  margin-top: 16px;
}
.b-barbora-bonus--footer-heading {
  text-align: center;
}
.b-barbora-bonus--footer-heading p {
  padding-top: 8px;
  font-weight: 600;
}
.b-barbora-bonus--footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 16px;
}
.b-barbora-bonus--footer-list .b-barbora-bonus--footer-row {
  width: calc(100% / 3);
}
.b-barbora-bonus--footer-list .b-barbora-bonus--footer-row p {
  margin: 0 auto;
}
.b-barbora-bonus--footer-list .b-barbora-bonus--footer-row .b-barbora-bonus--alcohol-img {
  width: 30%;
}
.b-barbora-bonus--footer-list .b-barbora-bonus--footer-row .b-barbora-bonus--alcohol-txt {
  width: 60%;
}
.b-barbora-bonus--footer-list .b-barbora-bonus--footer-row .b-barbora-bonus--bottle-img {
  width: 30%;
}
.b-barbora-bonus--footer-list .b-barbora-bonus--footer-row .b-barbora-bonus--bottle-txt {
  width: 75%;
}
.b-barbora-bonus--footer-empty-wrap {
  margin-top: 32px;
  margin-bottom: 24px;
  height: 40px;
  background-color: #e22e39;
}
@media (max-width: 1079px) {
  .b-barbora-bonus--footer-txt {
    margin-top: 64px;
    text-align: justify;
    width: 38%;
  }
  .b-barbora-bonus--footer-txt p {
    position: relative;
    left: 80%;
  }
  .b-barbora-bonus--footer-seperator {
    width: 69%;
    margin: 0 auto;
  }
  .b-barbora-bonus--footer-list-wrap {
    width: 79%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .b-barbora-bonus--footer-txt {
    text-align: center;
    margin: 32px auto;
    width: 100%;
  }
  .b-barbora-bonus--footer-txt p {
    position: static;
  }
  .b-barbora-bonus--footer-seperator {
    width: 100%;
  }
  .b-barbora-bonus--footer-list-wrap {
    width: 100%;
  }
  .b-barbora-bonus--footer-list-wrap .b-barbora-bonus--footer-list {
    flex-direction: column;
  }
  .b-barbora-bonus--footer-list-wrap .b-barbora-bonus--footer-list .b-barbora-bonus--footer-row {
    width: 100%;
  }
  .b-barbora-bonus--footer-list-wrap .b-barbora-bonus--footer-list .b-barbora-bonus--footer-row img {
    margin-top: 10px;
  }
  .b-barbora-bonus--footer-list-wrap .b-barbora-bonus--footer-list .b-barbora-bonus--footer-row .b-barbora-bonus--alcohol-img {
    width: 17%;
  }
  .b-barbora-bonus--footer-list-wrap .b-barbora-bonus--footer-list .b-barbora-bonus--footer-row .b-barbora-bonus--bottle-img {
    width: 18%;
  }
}
.b-express-drivein h1,
.b-express-drivein h2 {
  margin: 0;
}
.b-express-drivein .b-express-drivein--about {
  background-color: #e22e39;
}
.b-express-drivein .b-express-drivein--about h2 {
  background-color: #42b255;
  color: #ffffff;
  display: inline-block;
  font-size: 2.25rem;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 16px;
  width: 100%;
}
.b-express-drivein h1 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.b-express-drivein .b-express-drivein--about-text {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.b-express-drivein .b-express-drivein--about-text-sm {
  color: #ffffff;
  text-align: center;
}
.b-express-drivein .b-express-drivein--element-wrapper {
  display: flex;
}
.b-express-drivein .b-express-drivein--text {
  flex: 1;
  padding: 48px 16px;
}
.b-express-drivein .b-express-drivein--empty {
  background-color: #e22e39;
  flex: 1.5;
}
.b-express-drivein .b-express-drivein--empty-white {
  background-color: #ffffff;
}
.b-express-drivein .b-express-drivein--subtitle {
  flex: 4;
  background-color: #42b255;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 0 8px 80px;
  font-weight: 600;
}
.b-express-drivein .b-express-drivein--advantages-figs {
  display: flex;
  justify-content: space-around;
  padding: 48px 0 0;
}
.b-express-drivein .b-express-drivein--advantages-figs figure {
  margin: 0 20px;
}
.b-express-drivein .b-express-drivein--advantages-subtitle {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  height: 50px;
  margin-bottom: 4px;
}
.b-express-drivein .b-express-drivein--advantages-p {
  color: #ffffff;
  text-align: center;
}
.b-express-drivein .b-express-drivein--advantages-texts {
  flex: 1;
  margin: 16px 8px 48px;
}
.b-express-drivein .b-express-drivein--advantages {
  background-color: #e22e39;
}
.b-express-drivein .b-express-drivein--order {
  margin-top: 40px;
}
.b-express-drivein .b-express-drivein--order figure {
  flex: 1;
  display: flex;
  justify-content: center;
}
.b-express-drivein .b-express-drivein--order-block {
  margin: 56px 40px 32px;
}
.b-express-drivein .b-express-drivein--order-container {
  flex: 1;
}
.b-express-drivein .b-express-drivein--order-container ol,
.b-express-drivein .b-express-drivein--order-container li {
  font-size: 0.8875rem;
}
.b-express-drivein .b-express-drivein--order-p {
  margin: 8px 0 24px 24px;
}
.b-express-drivein .b-express-drivein--lots p {
  font-weight: 600;
  margin: 32px 0 16px;
  text-align: center;
}
.b-express-drivein .b-express-drivein--closest-lots {
  display: flex;
  justify-content: space-between;
  margin: 56px 0;
}
.b-express-drivein .b-express-drivein--closest-lots div {
  padding: 0 16px;
  flex: 1;
}
.b-express-drivein .b-express-drivein--closest-lots div p:first-of-type {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: -8px;
}
.b-express-drivein .b-express-drivein--closest-lots div p:nth-child(2n) {
  font-size: 1rem;
  font-weight: 600;
  margin: 24px 0 8px;
}
@media (max-width: 767px) {
  .b-express-drivein .b-express-drivein--block {
    display: flex;
  }
  .b-express-drivein .b-express-drivein--about figure {
    margin: 16px 0;
  }
  .b-express-drivein .b-express-drivein--about figure:last-of-type {
    margin-bottom: 0;
  }
  .b-express-drivein .b-express-drivein--about-text {
    font-size: 1.125rem;
  }
  .b-express-drivein .b-express-drivein--block-advantages {
    margin: 16px;
  }
  .b-express-drivein .b-express-drivein--text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .b-express-drivein .b-express-drivein--element-wrapper {
    flex-direction: column;
  }
  .b-express-drivein .b-express-drivein--element-wrapper-mobile {
    flex: 1;
  }
  .b-express-drivein .b-express-drivein--advantages-figs {
    flex-direction: column;
    padding: 0;
    flex: 1;
  }
  .b-express-drivein .b-express-drivein--advantages-figs figure {
    margin: 16px 0;
  }
  .b-express-drivein .b-express-drivein--order .b-express-drivein--element-wrapper {
    margin-bottom: 32px;
  }
  .b-express-drivein .b-express-drivein--order figure {
    margin: 20px;
  }
  .b-express-drivein .b-express-drivein--order figure img {
    height: fit-content;
  }
  .b-express-drivein .b-express-drivein--empty {
    display: none;
  }
  .b-express-drivein .b-express-drivein--subtitle {
    padding: 8px 16px;
    font-size: 1.5rem;
  }
  .b-express-drivein .b-express-drivein--advantages-subtitle {
    height: auto;
  }
  .b-express-drivein .b-express-drivein--advantages .b-express-drivein--element-wrapper-mobile {
    flex: 2;
  }
  .b-express-drivein .b-express-drivein--advantages-texts {
    align-items: center;
    display: flex;
    margin: 8px;
  }
  .b-express-drivein .b-express-drivein--advantages-texts p {
    margin: 0;
    text-align: left;
  }
  .b-express-drivein .b-express-drivein--closest-lots {
    display: block;
    margin: 32px 0;
  }
  .b-express-drivein .b-express-drivein--closest-lots div p:first-of-type {
    margin-top: 40px;
  }
  .b-express-drivein .b-express-drivein--order-container {
    display: flex;
    align-items: center;
  }
  .b-express-drivein .b-express-drivein--order-block {
    margin: 0;
  }
}
.b-card-payment-form {
  width: 68%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .b-card-payment-form {
    width: 95%;
  }
}
.b-card-payment-form .adyen-checkout__payment-methods-list {
  border: 2px solid #d9d9d9;
  border-radius: 5px;
}
.b-card-payment-form .adyen-checkout__payment-methods-list li {
  border-left: none;
  border-right: none;
}
.b-card-payment-form .adyen-checkout__payment-methods-list li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: none;
}
.b-card-payment-form .adyen-checkout__payment-methods-list li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.b-card-payment-form .adyen-checkout__payment-method__header .adyen-checkout__payment-method__name--selected {
  font-weight: 600;
  font-size: 0.8875rem;
}
.b-card-payment-form .adyen-checkout__payment-method__header .adyen-checkout__payment-method__brands {
  display: none;
}
.b-card-payment-form .adyen-checkout__field-wrapper,
.b-card-payment-form .adyen-checkout__field--cardNumber,
.b-card-payment-form .adyen-checkout__card__holderName {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .b-card-payment-form .adyen-checkout__field-wrapper,
  .b-card-payment-form .adyen-checkout__field--cardNumber,
  .b-card-payment-form .adyen-checkout__card__holderName {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .b-card-payment-form .adyen-checkout__payment-method__details {
    padding: 0 20px;
  }
}
.b-card-payment-form .adyen-checkout__label {
  text-align: left;
}
.b-card-payment-form .adyen-checkout__label .adyen-checkout__label__text {
  font-weight: 600;
  font-size: 0.8875rem;
  margin-bottom: 8px;
  color: #3b3b3b;
}
.b-card-payment-form .adyen-checkout__label .adyen-checkout__label__text::after {
  content: ' *';
  color: #e22e39;
}
.b-card-payment-form .adyen-checkout__label--focused .adyen-checkout__label__text {
  color: #3b3b3b;
}
.b-card-payment-form .adyen-checkout__store-details .adyen-checkout__checkbox__label {
  font-weight: 600;
  padding: 2px 0 0 32px;
  font-size: 0.8875rem;
}
@media (max-width: 767px) {
  .b-card-payment-form .adyen-checkout__store-details .adyen-checkout__checkbox__label {
    text-align: left;
  }
}
.b-card-payment-form .adyen-checkout__button--pay {
  background-color: #e22e39;
  width: 60%;
}
@media (max-width: 767px) {
  .b-card-payment-form .adyen-checkout__button--pay {
    width: 100%;
  }
}
.b-card-payment-form .adyen-checkout__button--pay:hover {
  background-color: #b22f2e;
  box-shadow: none;
}
.b-card-payment-form .adyen-checkout__button--pay .adyen-checkout__button__text {
  font-weight: 600;
  font-size: 1rem;
}
.b-card-payment-form .adyen-checkout__button--pay img {
  display: none;
}
.b-card-payment-form .adyen-checkout__input {
  font-weight: 400;
  border-color: #d9d9d9;
  border-radius: 5px;
  font-size: 1rem;
}
.b-card-payment-form .adyen-checkout__input:hover {
  border-color: #999999;
}
.b-card-payment-form .adyen-checkout__input--focus,
.b-card-payment-form .adyen-checkout__input--focus:hover,
.b-card-payment-form .adyen-checkout__input:active,
.b-card-payment-form .adyen-checkout__input:active:hover,
.b-card-payment-form .adyen-checkout__input:focus,
.b-card-payment-form .adyen-checkout__input:focus:hover {
  border: 1px solid #999999;
  box-shadow: none;
}
.b-card-payment-form .adyen-checkout__input--disabled {
  color: #999999;
  background-color: #f6f6f8;
}
.b-card-payment-form .adyen-checkout__input--disabled:hover {
  border-color: #d9d9d9;
}
.b-card-payment-form .adyen-checkout__input--disabled:active:hover {
  border-color: #d9d9d9;
}
.b-card-payment-form .adyen-checkout__input--error,
.b-card-payment-form .adyen-checkout__input--error:hover,
.b-card-payment-form .adyen-checkout__input--invalid,
.b-card-payment-form .adyen-checkout__input--invalid:hover {
  border-color: #d10244;
}
.b-card-payment-form .adyen-checkout__input-wrapper .adyen-checkout-input__inline-validation {
  top: 45%;
}
.b-card-payment-form .adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:after {
  background-color: #42b255;
  border: #42b255;
}
.b-card-payment-form .adyen-checkout__checkbox__input:focus + .adyen-checkout__checkbox__label:after {
  border: 1px solid #d9d9d9;
  box-shadow: none;
}
.b-card-payment-form .adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:after {
  height: 24px;
  width: 24px;
  border-radius: 5px;
  margin-left: -5px;
}
.b-card-payment-form .adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:before {
  height: 14px;
  left: 0px;
  top: 4px;
}
.b-card-payment-form .adyen-checkout__payment-method__radio--selected {
  background-color: #42b255;
}
.b-card-payment-form .adyen-checkout__payment-method--selected {
  background: #ffffff;
  margin: 0;
  border-bottom: none;
  border-top: none;
}
.b-card-payment-form .adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading {
  opacity: 0.2;
}
.b-card-payment-form .adyen-checkout__button.adyen-checkout__button--loading {
  background: #e22e39;
}
.b-card-payment-form .adyen-checkout__payment-method--selected + .adyen-checkout__payment-method,
.b-card-payment-form .adyen-checkout__payment-method:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.b-card-payment-form .adyen-checkout__payment-method--next-selected,
.b-card-payment-form .adyen-checkout__payment-method:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.b-card-payment-form .adyen-checkout__payment-method__details__content {
  margin: 0 0 32px;
  text-align: center;
}
.b-card-payment-form .adyen-checkout__spinner {
  border-color: #42b255;
  border-top-color: transparent;
}
.b-card-payment-form .adyen-checkout__threeds2__challenge--03,
.b-card-payment-form .adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .b-card-payment-form .adyen-checkout__threeds2__challenge--03,
  .b-card-payment-form .adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe {
    width: 100%;
  }
}
.b-card-payment-msg {
  width: 68%;
  margin: 16px auto 8px;
}
.b-google-pay-legal--placeholder .gpay-button,
.b-google-pay--placeholder .gpay-button {
  min-height: 75px;
  width: 95%;
  padding: 20px;
  box-shadow: none;
  border: 2px solid #d9d9d9;
  margin-top: 0;
}
.b-google-pay-legal--placeholder .adyen-checkout__paywithgoogle > div > button.short:focus,
.b-google-pay--placeholder .adyen-checkout__paywithgoogle > div > button.short:focus,
.b-google-pay-legal--placeholder .adyen-checkout__paywithgoogle > div > button:focus,
.b-google-pay--placeholder .adyen-checkout__paywithgoogle > div > button:focus {
  box-shadow: none;
}
.b-google-pay-legal--placeholder .gpay-button.white.b-payment--activation-btn,
.b-google-pay--placeholder .gpay-button.white.b-payment--activation-btn {
  background-color: #f6f6f8;
}
.b-google-pay-legal--placeholder.b-payment--activation-btn .gpay-button {
  background-color: #f6f6f8;
}
.b-payment--item-values--wrap .b-google-pay--placeholder .adyen-checkout__paywithgoogle .gpay-button,
.b-payment--item-values--wrap .b-google-pay-legal--placeholder .adyen-checkout__paywithgoogle .gpay-button {
  border: none;
  width: 66.5%;
}
@media (max-width: 767px) {
  .b-payment--item-values--wrap .b-google-pay--placeholder .adyen-checkout__paywithgoogle .gpay-button,
  .b-payment--item-values--wrap .b-google-pay-legal--placeholder .adyen-checkout__paywithgoogle .gpay-button {
    width: 100%;
  }
}
.b-payment--item-values--wrap .b-google-pay--placeholder .adyen-checkout__paywithgoogle .gpay-button:hover,
.b-payment--item-values--wrap .b-google-pay-legal--placeholder .adyen-checkout__paywithgoogle .gpay-button:hover {
  border-color: #3c4043;
  background-color: #3c4043;
}
.b-apple-pay-legal--placeholder.b-payment--activation-btn {
  background-color: #ffffff;
}
.b-payment--item-values-apple {
  margin: 0 16px;
}
.b-payment--item-values-apple .b-payment--item-values--wrap .b-apple-pay-legal--placeholder,
.b-payment--item-values-apple .b-payment--item-values--wrap .b-apple-pay--placeholder {
  border: 2px solid #d9d9d9;
  border-radius: 5px;
}
.b-payment--item-values-apple .b-payment--item-values--wrap .b-apple-pay-legal--placeholder:hover,
.b-payment--item-values-apple .b-payment--item-values--wrap .b-apple-pay--placeholder:hover {
  border: 2px solid #e22e39;
}
.b-payment--item-values-apple .b-payment--item-values--wrap .b-apple-pay-legal--placeholder button,
.b-payment--item-values-apple .b-payment--item-values--wrap .b-apple-pay--placeholder button {
  height: 75px;
  width: 100%;
  margin-top: 0;
}
.b-social-payment-form.b-payment--item-values--wrap {
  width: 100%;
}
.b-social-payment-form.b-payment--item-values--wrap .b-payment--activation-btn {
  background-color: #ffffff;
}
.b-social-payment-form.b-payment--item-values--wrap .adyen-checkout__threeds2__challenge--03,
.b-social-payment-form.b-payment--item-values--wrap .adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe {
  width: 100%;
}
@media (max-width: 1079px) {
  .b-payment--item-values .b-payment--item-values--center .b-payment--item-values--item-wrap .gpay-button {
    padding: 20px;
  }
}
.b-payment-kevin-banks,
.b-payment-kevin-bank {
  margin: auto;
  width: 70%;
}
.b-payment-kevin-banks .b-card-payment-msg,
.b-payment-kevin-bank .b-card-payment-msg {
  width: 100%;
}
.b-payment-kevin-banks .b-payment--item-name .b-payment--payment-options-header,
.b-payment-kevin-bank .b-payment--item-name .b-payment--payment-options-header {
  font-family: 'Open Sans', 'Sans-serif';
  font-size: 18;
  color: #3b3b3b;
  margin: 0px 0px 0px 5px;
}
.b-payment-kevin-banks .banks-wrapper,
.b-payment-kevin-bank .banks-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.b-payment-kevin-banks .banks-wrapper .bank-item,
.b-payment-kevin-bank .banks-wrapper .bank-item {
  width: 50%;
}
.b-payment-kevin-banks .banks-wrapper .bank-item .bank-payment-button,
.b-payment-kevin-bank .banks-wrapper .bank-item .bank-payment-button {
  min-height: 75px;
  border: 2px solid #d9d9d9;
  padding: 0;
  border-radius: 5px;
  margin: 10px 5px 5px;
  min-width: 95%;
}
.b-payment-kevin-banks .banks-wrapper .bank-item .bank-payment-button:hover,
.b-payment-kevin-bank .banks-wrapper .bank-item .bank-payment-button:hover {
  border-color: #e22e39;
}
.b-payment-kevin-banks .banks-wrapper .bank-item .bank-payment-button img,
.b-payment-kevin-bank .banks-wrapper .bank-item .bank-payment-button img {
  max-width: 150px;
}
@media (max-width: 767px) {
  .b-payment-kevin-banks {
    margin: auto;
    width: 100%;
  }
  .b-payment-kevin-banks .banks-wrapper .bank-item {
    width: 100%;
  }
}
#main-banner-carousel-wrapper .control-dots {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
#main-banner-carousel-wrapper .carousel img {
  pointer-events: all;
}
.b-customer-data-container {
  background: transparent;
  padding: 0;
}
@media (max-width: 767px) {
  .b-customer-data-container {
    margin: 0 -10px;
  }
}
@media (min-width: 768px) {
  .b-customer-data--navigation > .b-box-shadow {
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .b-customer-data--root .b-btn-nav-back--hideat--md {
    display: none;
  }
}
@media (min-width: 1080px) {
  .b-customer-data--root .b-btn-nav-back--hideat--lg {
    display: none;
  }
}
.b-input-block {
  margin-top: 24px;
}
.b-user-info-col {
  width: 100%;
  max-width: 735px;
}
@media (max-width: 1079px) {
  .b-user-info-col {
    position: initial;
    max-width: 100%;
  }
}
.b-order-history--order-details-btn {
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1079px) {
  .b-user-info--menu-col,
  .b-order-history--order-details-btn {
    display: none;
  }
}
@media (max-width: 1079px) {
  .b-top-nav-bar {
    width: 100%;
  }
}
.b-nested-doll-nav--details-wrap:hover {
  background: #f0f0f0;
}
.b-nested-doll-nav--details-wrap:active,
.b-nested-doll-nav--details-wrap:focus {
  background: #e6e6e6;
}
@media (max-width: 1079px) {
  .b-nested-doll-nav--details-wrap:hover,
  .b-nested-doll-nav--details-wrap:active,
  .b-nested-doll-nav--details-wrap:focus {
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.03);
  }
  .b-nested-doll-nav--details-wrap {
    cursor: default;
  }
}
.b-nested-doll-nav--simple-cards-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.b-nested-doll-nav--simple-cards-wrap .b-simple-card:nth-child(4),
.b-nested-doll-nav--simple-cards-wrap .b-simple-card:nth-child(5),
.b-nested-doll-nav--simple-cards-wrap .b-simple-card:nth-child(6) {
  margin-bottom: 0;
}
.b-nested-doll-nav--tab-logout-btn {
  display: none;
}
@media (max-width: 1079px) {
  .b-nested-doll-nav--simple-cards-wrap .b-simple-card:nth-child(4),
  .b-nested-doll-nav--simple-cards-wrap .b-simple-card:nth-child(5),
  .b-nested-doll-nav--simple-cards-wrap .b-simple-card:nth-child(6) {
    margin-bottom: 20px;
  }
  .b-nested-doll-nav--tab-logout-btn {
    display: list-item;
    padding: 0 10px;
    margin-top: 10px;
  }
  .b-nested-doll-nav--tab-logout-btn button {
    color: #e22e39;
    border-top: 1px solid #e6e6e6;
    font-size: 0.8875rem;
    font-weight: 600;
    padding: 20px 0;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .b-nested-doll-nav--tab {
    margin: 0 15px;
    border-bottom: 10px solid transparent;
  }
  .b-nested-doll-nav--tab-logout-btn {
    margin: 20px 5px 0;
    border-bottom: 0;
  }
  .b-nested-doll-nav--tab-logout-btn button {
    padding: 30px 0;
  }
}
.b-top-nav-bar--content-wrap h1 {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .b-top-nav-bar--content-wrap h1 {
    font-size: 1.125rem;
  }
}
.b-user-info--link-to-details {
  color: #3b3b3b;
  text-decoration: none;
  cursor: pointer;
}
.b-nested-dol-nav--btn {
  color: #3b3b3b;
  background: #ffffff;
  white-space: nowrap;
}
.b-nested-dol-nav--btn > .b-icon {
  margin-left: 1em;
}
@media (max-width: 767px) {
  .b-nested-dol-nav--btn {
    color: #3b3b3b;
    background: #f0f0f0;
  }
}
.b-user-info--link-to-details:hover,
.b-user-info--link-to-details:focus,
.b-user-info--link-to-details:active {
  color: #3b3b3b;
}
.b-aciu-card-saved-wrap {
  width: 100%;
  position: relative;
  text-align: center;
}
.b-aciu-card-saved-wrap h1 {
  font-weight: 600;
  font-size: 1.125rem;
}
.b-aciu-card-saved-wrap input {
  width: 100%;
  padding: 5px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.b-aciu-card-saved-wrap .b-aciu-card-saved-icon {
  display: flex;
  position: absolute;
  color: #ffffff;
  background: #e22e39;
  padding: 5px;
  margin: 0;
  width: 1.7em;
  height: 1.7em;
  right: 5px;
  bottom: 5px;
}
.b-nested-dol-nav--btn-active,
.b-nested-dol-nav--btn-active:hover {
  background: #3b3b3b;
  color: #ffffff;
}
.b-nested-dol-nav--btn-active .b-icon,
.b-nested-dol-nav--btn-active:hover .b-icon {
  color: #ffffff;
}
.b-nested-dol-nav--btn-active:hover {
  background: #3b3b3b;
  color: #ffffff;
  cursor: not-allowed;
}
.b-nested-dol-nav--btn-active:hover .b-icon {
  color: #ffffff;
}
.b-nested-dol-nav--btn-active:hover .b-icon:hover {
  color: #ffffff;
}
.b-user-info--top-bar .b-top-nav-bar {
  box-shadow: none;
  margin-bottom: -2px;
}
@media (min-width: 768px) {
  .b-user-info--top-bar .b-top-nav-bar {
    border-radius: 5px 5px 0 0;
  }
}
@media (max-width: 767px) {
  .b-top-nav-bar {
    margin-bottom: 0;
    box-shadow: none;
  }
  .content-block {
    box-shadow: none;
  }
  .c-btn--close {
    background: transparent;
    color: #3b3b3b;
  }
  .c-btn--close:hover,
  .c-btn--close:focus,
  .c-btn--close:active {
    background: transparent;
    color: #3b3b3b;
  }
}
.b-notification--upper {
  background: #e1f4e4;
  padding: 10px 15px;
  border-top: 5px solid #42b255;
}
.b-payment-cards--wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  background: #ffffff;
}
@media (max-width: 1079px) {
  .b-payment-cards--wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
  .b-payment-cards--card-row:last-child {
    margin: 0 3px;
  }
}
.b-payment-cards--card-row {
  width: 32.5%;
  margin: 0 3px;
}
@media (max-width: 1079px) {
  .b-payment-cards--card-row {
    width: 100%;
    margin: 0 3px 10px 3px;
    display: flex;
    justify-content: flex-start;
  }
}
.b-payment-cards--card-wrap {
  height: 120px;
  width: 100%;
  background: #f0f0f0;
  border-radius: 6px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1079px) {
  .b-payment-cards--card-wrap {
    border-radius: 0;
    height: auto;
    width: 93%;
    padding: 10px;
  }
}
.b-payment-cards--close-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
}
.b-payment-cards--close-wrap button {
  padding: 0;
}
.b-payment-cards--close-wrap button .b-icon {
  color: #e22e39;
  padding: 3px;
}
@media (max-width: 1079px) {
  .b-payment-cards--close-wrap {
    display: none;
  }
}
.b-payment-cards--close-res {
  display: none;
}
@media (max-width: 1079px) {
  .b-payment-cards--close-res {
    display: flex;
    justify-content: flex-end;
    width: 7%;
    background: transparent;
    color: #e22e39;
    padding: 0;
    padding-right: 2px;
    padding-left: 5px;
  }
}
.b-payment-cards--card-no-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
}
.b-payment-cards--card-no-wrap span {
  color: #3b3b3b;
  font-weight: 600;
}
@media (max-width: 1079px) {
  .b-payment-cards--card-no-wrap {
    padding: 0;
  }
}
.b-payment-cards--name-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-grow: 1;
  padding: 0 10px 10px 10px;
}
@media (max-width: 1079px) {
  .b-payment-cards--name-wrap {
    padding: 0;
  }
}
.b-payment-cards--name-text {
  text-align: left;
  font-weight: 600;
  width: 60%;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1079px) {
  .b-payment-cards--name-text {
    width: 80%;
  }
}
.b-payment-cards--name-img {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.b-payment-cards--name-img img {
  width: 75%;
}
@media (max-width: 1079px) {
  .b-payment-cards--name-img {
    width: 20%;
  }
  .b-payment-cards--name-img img {
    width: 100%;
  }
}
.b-accordion-tabs--wrap {
  background: #ffffff;
  width: 100%;
}
.b-accordion-tabs--list {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-left: 0;
  flex-wrap: wrap;
}
.b-accordion-tabs--list div:first-child {
  margin-left: 0;
}
.b-accordion-tabs--list div:last-of-type {
  margin-right: 0;
}
@media (max-width: 1079px) {
  .b-accordion-tabs--list {
    flex-direction: column;
  }
}
.b-accordion-tabs--tab {
  flex-grow: 1;
  min-width: 40px;
  margin: 0 5px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  font-size: 0.8125rem;
}
.b-accordion-tabs--tab span {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-accordion-tabs--tab .b-icon {
  top: 0.2em;
  font-size: 0.4375rem;
}
@media (max-width: 1079px) {
  .b-accordion-tabs--tab {
    font-size: 0.9375rem;
    margin: 0 0 10px 0;
  }
}
.b-accordion-tabs--custom-tab {
  margin: 0 5px;
  vertical-align: top;
  display: flex;
}
.b-accordion-tabs--tab--active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
  background: #f0f0f0;
}
.b-accordion-tabs--content {
  width: 100%;
  background: #f0f0f0;
  margin-top: 10px;
}
@media (min-width: 1079px) {
  .b-accordion-tabs--content {
    order: 9999 !important;
  }
}
@media (max-width: 1079px) {
  .b-accordion-tabs--content {
    margin: 0 0 10px 0;
  }
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.row-small:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.modal-footer:after,
.b-block-slider:after,
.customer-data--bg:after,
.content-block:after,
.b-sticker--content:after,
.b-top-menu:after {
  content: '';
  display: table;
  clear: both;
}
.b-accordion-tabs--tab-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .b-nested-doll--wrap {
    border-radius: 0 0 5px 5px;
  }
}
.b-user-info--link {
  text-decoration: none;
}
@media (min-width: 768px) {
  .b-user-info--link.active .b-nested-dol-nav--btn-active-desktop,
  .b-user-info--link.active .b-nested-dol-nav--btn-active-desktop:hover {
    background: #3b3b3b;
    color: #ffffff;
  }
  .b-user-info--link.active .b-nested-dol-nav--btn-active-desktop .b-icon,
  .b-user-info--link.active .b-nested-dol-nav--btn-active-desktop:hover .b-icon {
    color: #ffffff;
  }
}
.popover-title {
  font-family: 'Open Sans', 'Sans-serif';
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu a {
  text-decoration: none;
}
.mobile-menu .mobile-menu--item .b-icon {
  height: 24px;
  width: 24px;
}
.mobile-menu .mobile-menu--item .mobile-menu--item-title {
  color: #ffffff;
  background-color: #e22e39;
  line-height: 27.34px;
  padding: 8px 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .mobile-menu--item .mobile-menu--item-title-selected {
  background-color: #b5252e;
}
.mobile-menu .mobile-menu--item .mobile-menu--item-title-selected .b-icon {
  transform: rotate(180deg);
}
.mobile-menu .mobile-menu--item .mobile-menu--category-list {
  padding: 16px 16px 16px 8px;
}
.mobile-menu .mobile-menu--item .mobile-menu--category {
  color: #3b3b3b;
  font-size: 0.8875rem;
  font-weight: 600;
  line-height: 24px;
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.mobile-menu .mobile-menu--item .mobile-menu--category ul {
  align-self: flex-start;
}
.mobile-menu .mobile-menu--item .category-item--active .b-icon {
  transform: rotate(180deg);
}
.mobile-menu .mobile-menu--item .category-item--title {
  color: #3b3b3b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobile-menu .mobile-menu--item .category-item--title span {
  padding: 0 8px;
}
.mobile-menu .mobile-menu--item .category-item--title-active span {
  color: #b5252e;
  border-left: 1px solid #b5252e;
}
.mobile-menu .mobile-menu--item .mobile-menu--category-child-list {
  padding: 8px 0;
}
.mobile-menu .mobile-menu--item .mobile-menu--category-child {
  color: #3b3b3b;
  font-size: 0.79rem;
  font-weight: 400;
  padding-left: 8px;
  display: flex;
  min-height: 32px;
  align-items: center;
}
.swipeable-drawer.MuiModal-root::after {
  content: '';
  background-image: url(/Assets/Images/svg/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  pointer-events: none;
}
.swipeable-drawer .MuiPaper-root {
  width: calc(100% - 56px);
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.swipeable-drawer .MuiPaper-root::-webkit-scrollbar {
  display: none;
}
.swipeable-drawer .mobile-navigation--wrapper {
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  .swipeable-drawer .MuiPaper-root {
    width: 370px;
  }
}
.b-mobile-header {
  background-color: #f6f6f8;
  display: flex;
  justify-content: space-between;
  height: 48px;
  padding: 0 16px;
}
.b-mobile-header:hover .b-header--select--text .b-text {
  color: #b5252e;
}
.b-mobile-header .b-mobile-header--logo {
  padding-top: 8px;
}
.b-mobile-header .b-mobile-header--logo .b-icon {
  height: 24px;
  width: 114px;
}
.b-mobile-header .b-mobile-header--buttons {
  display: flex;
  align-items: center;
}
.b-mobile-header .b-mobile-header--buttons span {
  font-size: 0.79rem;
}
.b-mobile-header .b-help-button {
  margin-right: 8px;
}
.b-mobile-header .b-help-button .b-icon {
  display: none;
}
.b-mobile-header .b-header-language {
  width: 88px;
}
.b-mobile-header .b-header-language .b-header--select--top {
  width: 100%;
  justify-content: space-between;
  padding-left: 8px;
}
.b-mobile-header .b-header-language .b-header--select--list--wrap {
  padding: 52px 8px 0 8px;
  top: -8px;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.b-mobile-header .b-header-language .b-header--select--list--wrap ul {
  padding: 0;
}
.b-mobile-header .b-header-language .b-header--select--list--wrap ul li {
  padding: 0 0 16px 0;
}
.b-mobile-header .b-header-language .b-header--select--list--wrap ul li:last-child {
  padding: 0 0 8px 0;
}
.b-mobile-header .b-header-language .b-header--select--text .b-icon {
  display: none;
}
.b-mobile-header .b-header-language .b-header--select--text .b-text {
  display: initial;
}
.b-mobile-header .b-header-language .b-header--select--chevron {
  display: flex;
}
.b-mobile-header .b-header-language .b-header--select--chevron .b-icon {
  margin: 0;
  display: block;
}
.b-mobile-header .b-header-language .b-header--select--list {
  padding-bottom: 8px;
}
.b-mobile-header .b-header-language .b-header--select--list .b-icon {
  display: none;
}
.b-mobile-header .b-header-language .b-header--select--list .b-text {
  display: initial;
}
.b-mobile-download-app {
  padding: 16px;
  background-color: #f6f6f8;
}
.b-mobile-download-app p {
  font-size: 1rem;
  color: #3b3b3b;
  font-weight: 600;
  line-height: 19.2px;
  margin-bottom: 8px;
}
.b-mobile-download-app .b-icon {
  height: 40px;
  width: 120px;
}
.b-mobile-download-app img {
  height: 40px;
  width: auto;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.desktop-menu {
  margin-bottom: 16px;
  padding-top: 24px;
}
.desktop-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.desktop-menu a {
  text-decoration: none;
}
.desktop-menu .desktop-menu--item-list {
  display: flex;
  justify-content: space-around;
}
.desktop-menu .desktop-menu--item-list li {
  flex-grow: 1;
  flex-shrink: 1;
}
.desktop-menu .desktop-menu--item-list li:first-child .desktop-menu--item {
  border-radius: 5px 0 0;
}
.desktop-menu .desktop-menu--item-list li:last-child .desktop-menu--item {
  border-radius: 0 5px 0 0;
}
.desktop-menu .desktop-menu--item-list .desktop-menu--item {
  padding: 16px 8px;
  background-color: #e22e39;
  color: #ffffff;
  font-size: 0.8875rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  min-height: 56px;
}
.desktop-menu .desktop-menu--item-list .desktop-menu--item:hover {
  background-color: #b5252e;
}
.desktop-menu .desktop-menu--item-list .desktop-menu--item-active {
  background-color: #b5252e;
}
.desktop-menu .desktop-menu--item-list .desktop-menu--item-active::before {
  content: '';
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  bottom: 0;
  left: calc(50% - 8px);
}
.desktop-menu .desktop-menu--category-modal-overlay {
  width: 100vw;
  height: calc(100vh * 3);
  background: rgba(59, 59, 59, 0.8);
  position: absolute;
  left: calc((100% - 100vw) / 2);
  z-index: 6;
  animation: fadeIn 0.4s;
}
.desktop-menu .desktop-menu--categories {
  position: relative;
}
.desktop-menu .desktop-menu--categories:hover .desktop-menu--parent-category-list {
  border-radius: 0;
}
.desktop-menu .desktop-menu--categories .desktop-menu--parent-category-list {
  display: flex;
  min-height: 48px;
  color: #3b3b3b;
  background-color: #f6f6f8;
  font-size: 0.79rem;
  font-weight: 400;
  width: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 7;
}
.desktop-menu .desktop-menu--categories .desktop-menu--parent-category-list li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-grow: 1;
}
.desktop-menu .desktop-menu--categories .desktop-menu--parent-category-list li:has(.desktop-menu--category-active) {
  background-color: #ffffff;
  cursor: pointer;
}
.desktop-menu .desktop-menu--categories .desktop-menu--parent-category-list .desktop-menu--category {
  padding: 0 4px;
  border-left: 1px solid #d9d9d9;
  height: 100%;
  display: flex;
  align-items: baseline;
}
.desktop-menu .desktop-menu--categories .desktop-menu--parent-category-list .desktop-menu--category .category-item--title {
  color: #3b3b3b;
}
.desktop-menu .desktop-menu--categories .desktop-menu--parent-category-list .desktop-menu--category-active,
.desktop-menu .desktop-menu--categories .desktop-menu--parent-category-list .category-item--active {
  border-left: 1px solid #e22e39;
}
.desktop-menu .desktop-menu--categories .desktop-menu--parent-category-list .desktop-menu--category-active .category-item--title,
.desktop-menu .desktop-menu--categories .desktop-menu--parent-category-list .category-item--active .category-item--title {
  color: #e22e39;
}
.desktop-menu .category-tree--masonry {
  z-index: 7;
  position: absolute;
}
.category-tree--masonry {
  background-color: #ffffff;
  max-width: 960px;
  margin: 0;
  border-radius: 0 0 5px 5px;
  padding: 16px;
}
.category-tree--masonry ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-tree--masonry a {
  text-decoration: none;
}
.category-tree--masonry .category-item--title {
  color: #3b3b3b;
  padding-left: 8px;
  border-left: 1px solid transparent;
  display: block;
}
.category-tree--masonry .category-item--active:not(:has(.category-item--active)) .category-item--title-active {
  color: #b5252e;
  border-left: 1px solid #b5252e;
}
.category-tree--masonry .category-tree--child-category:hover {
  cursor: pointer;
}
.category-tree--masonry .category-tree--child-category .category-item--title:hover {
  color: #e22e39;
  border-left: 1px solid #e22e39;
}
.category-tree--masonry .category-tree--child-category .category-item--title {
  font-size: 1.125rem;
  line-height: 21.6px;
  font-weight: 600;
  margin-bottom: 8px;
}
.category-tree--masonry .category-tree--grand-child-category-list {
  display: flex;
  flex-direction: column;
}
.category-tree--masonry .category-tree--grand-child-category-list li {
  width: 100%;
}
.category-tree--masonry .category-tree--grand-child-category-list li:last-child {
  margin-bottom: 0;
}
.category-tree--masonry .category-tree--grand-child-category-list .category-tree--grand-child-category:hover {
  cursor: pointer;
}
.category-tree--masonry .category-tree--grand-child-category-list .category-tree--grand-child-category .category-item--title:hover {
  color: #e22e39;
  border-left: 1px solid #e22e39;
}
.category-tree--masonry .category-tree--grand-child-category-list .category-tree--grand-child-category .category-item--title {
  font-size: 0.79rem;
  font-weight: 400;
  line-height: 15.8px;
}
.category-page-tree {
  margin: 16px 0 24px 0;
}
.category-page-tree .category-page-tree--heading {
  background-color: #ffffff;
  font-size: 1.265625rem;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 24px 24px 8px;
  border-radius: 5px 5px 0 0;
}
.category-page-tree .category-page-tree--heading svg {
  width: 24px;
  height: 24px;
}
.category-page-tree .category-page-tree--dropdown {
  margin-bottom: 16px;
}
.category-page-tree .category-page-tree--dropdown .category-page-tree--heading-active svg {
  transform: rotate(180deg);
}
.category-page-tree .category-page-tree--dropdown .category-tree--masonry {
  padding: 8px;
}
@media screen and (max-width: 430px) {
  .category-page-tree .category-page-tree--heading {
    justify-content: space-between;
    padding: 16px;
    border-radius: 5px;
  }
}
.b-popular-categories--heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 18px;
}
#popularCategoriesHeaderText {
  display: none;
}
@media (max-width: 429px) {
  .b-popular-categories--heading {
    font-size: 1rem;
  }
}
#popularCategoriesCarousel {
  display: none;
}
.b-popular-categories-card--anchor {
  width: 176px;
  min-height: 255px;
  text-decoration: none;
}
.b-popular-categories-card--anchor .b-popular-categories-card--imagery-container {
  background-color: #ffffff;
  height: 98%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  transition: ease-out;
  transition-duration: 0.2s;
}
.b-popular-categories-card--anchor .b-popular-categories-card--imagery-container:hover {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
}
.b-popular-categories-card--anchor .b-popular-categories-card--imagery-container:hover .b-popular-categories-card--imagery-image {
  scale: 1.05;
}
.b-popular-categories-card--anchor .b-popular-categories-card--imagery-container:active {
  border: 1px solid #d9d9d9;
  transition-duration: 0s;
}
.b-popular-categories-card--anchor .b-popular-categories-card--imagery-container .b-popular-categories-card--image-wrapper {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.b-popular-categories-card--anchor .b-popular-categories-card--imagery-container .b-popular-categories-card--image-wrapper .b-popular-categories-card--imagery-image {
  transition: ease-out;
  transition-duration: 0.2s;
}
.b-popular-categories-card--anchor .b-popular-categories-card--imagery-container .b-popular-categories-card--imagery-text-container {
  color: #3b3b3b;
  font-weight: 600;
  font-size: 0.8875rem;
  padding: 16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 767px) {
  .b-popular-categories-card--anchor {
    width: 171px;
  }
}
.b-popular-categories--tiles {
  display: none;
  grid-template: repeat(2, 1fr) / repeat(4, 1fr);
  gap: 16px;
}
.b-popular-categories--tiles .b-popular-categories--tile-wrapper {
  text-decoration: none;
  background-color: #ffffff;
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 5px;
  align-items: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
  transition: ease-out;
  transition-duration: 0.2s;
  border: 1px solid transparent;
}
.b-popular-categories--tiles .b-popular-categories--tile-wrapper:active {
  border: 1px solid #d9d9d9;
  transition-duration: 0s;
}
.b-popular-categories--tiles .b-popular-categories--tile-wrapper .b-popular-categories--tile-img-wrapper {
  display: flex;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.b-popular-categories--tiles .b-popular-categories--tile-wrapper .b-popular-categories--tile-img-wrapper .b-popular-categories--tile-img {
  transition: ease-out;
  transition-duration: 0.2s;
}
.b-popular-categories--tiles .b-popular-categories--tile-wrapper:hover {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
}
.b-popular-categories--tiles .b-popular-categories--tile-wrapper:hover .b-popular-categories--tile-img {
  transform: scale(1.05);
}
.b-popular-categories--tiles .b-popular-categories--tile-wrapper .b-popular-categories--tile-text {
  font-weight: 600;
  color: #3b3b3b;
  font-size: 0.79rem;
}
@media (max-width: 767px) {
  .b-popular-categories--tiles .b-popular-categories--tile-wrapper .b-popular-categories--tile-img-wrapper {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 429px) {
  .b-popular-categories--tiles {
    grid-template: repeat(4, 1fr) / repeat(2, 1fr);
    gap: 8px;
  }
}
.b-popular-categories--bubble-row {
  display: none;
  padding: 16px 0px;
}
.b-popular-categories--bubble-row-anchor {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.b-popular-categories--bubble-row-anchor:hover .b-popular-categories--bubble-row-background {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
}
.b-popular-categories--bubble-row-anchor:hover .b-popular-categories--bubble-row-background .b-popular-categories--bubble-row-background-img {
  transform: scale(1.05);
}
.b-popular-categories--bubble-row-anchor:active .b-popular-categories--bubble-row-background {
  border: 1px solid #d9d9d9;
  transition-duration: 0s;
}
.b-popular-categories--bubble-row-anchor .b-popular-categories--bubble-row-background {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
  transition: ease-out;
  transition-duration: 0.2s;
}
.b-popular-categories--bubble-row-anchor .b-popular-categories--bubble-row-background-img {
  transition: ease-out;
  transition-duration: 0.2s;
  width: 48px;
  height: 48px;
}
.b-popular-categories--bubble-row-anchor .b-popular-categories--bubble-row-text {
  padding-top: 16px;
  text-align: center;
  font-weight: 600;
  font-size: 0.79rem;
  color: #3b3b3b;
}
@media (max-width: 767px) {
  .b-popular-categories--bubble-row-anchor .b-popular-categories--bubble-row-background {
    width: 72px;
    height: 72px;
  }
  .b-popular-categories--bubble-row-anchor .b-popular-categories--bubble-row-background-img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 429px) {
  .b-popular-categories--bubble-row {
    gap: 24px;
    overflow-x: auto;
  }
  .b-popular-categories--bubble-row-anchor .b-popular-categories--bubble-row-background {
    width: 64px;
    height: 64px;
  }
  .b-popular-categories--bubble-row-anchor .b-popular-categories--bubble-row-background-img {
    width: 48px;
    height: 48px;
  }
}
.b-carousel--container .b-carousel--scroll {
  display: flex;
  justify-content: start;
  overflow: hidden;
  scroll-snap-type: x mandatory;
  gap: 16px;
  list-style-type: none;
  padding: 0 0 8px;
  margin: 0px;
}
.b-carousel--container .b-carousel--scroll-recommendations-carousel {
  gap: 16px;
  padding-bottom: 0px;
}
.b-carousel--container .b-carousel--controls {
  height: 32px;
  gap: 18px;
  margin-top: 16px;
}
.b-carousel--container .b-carousel--controls .b-carousel--next-prev-buttons {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: ease-out;
  transition-duration: 0.2s;
}
.b-carousel--container .b-carousel--controls .b-carousel--next-prev-buttons .b-carousel--carousel-chevron {
  scale: 1.4;
  fill: #3b3b3b;
  transition: ease-out;
  transition-duration: 0.2s;
}
.b-carousel--container .b-carousel--controls .b-carousel--next-prev-buttons:hover {
  background-color: #ffffff;
}
.b-carousel--container .b-carousel--controls .b-carousel--next-prev-button-disabled .b-carousel--carousel-chevron {
  fill: #d9d9d9;
}
.b-carousel--container .b-carousel--controls .b-carousel--next-prev-button-disabled:hover {
  background-color: #f8f4f1;
}
.b-carousel--container .b-carousel--controls .b-carousel--pagination-container {
  display: flex;
}
.b-carousel--container .b-carousel--controls .b-carousel--pagination-container .b-carousel--pagination-button {
  width: 32px;
  height: 32px;
  padding: 0px;
}
.b-carousel--container .b-carousel--controls .b-carousel--pagination-container .b-carousel--pagination-button:hover .b-carousel--pagination-icon {
  background-color: #3b3b3b;
}
.b-carousel--container .b-carousel--controls .b-carousel--pagination-container .b-carousel--pagination-button:hover .b-carousel--pagination-icon-active {
  background-color: #e22e39;
}
.b-carousel--container .b-carousel--controls .b-carousel--pagination-container .b-carousel--pagination-button .b-carousel--pagination-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9d9d9;
  transition: ease-out;
  transition-duration: 0.2s;
}
.b-carousel--container .b-carousel--controls .b-carousel--pagination-container .b-carousel--pagination-button .b-carousel--pagination-icon-active {
  background-color: #e22e39;
}
.b-carousel--item {
  display: flex;
}
.b-carousel--item-snap-point {
  scroll-snap-align: start;
}
@media (max-width: 767px) {
  .b-carousel--container {
    overflow-x: auto;
  }
  .b-carousel--container .b-carousel--scroll {
    overflow: visible;
  }
  .b-carousel--container .b-carousel--controls {
    display: none;
  }
}
@media (max-width: 429px) {
  .b-carousel--container .b-carousel--scroll {
    gap: 8px;
  }
}
.b-wrapped-transition {
  transition: width 0.35s ease-in-out, opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.b-carousel-container * {
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  box-sizing: border-box;
}
.b-wrapped-transition-disabled * {
  transition: none;
}
.b-wrapped-progress-bar {
  transition: opacity 0.35s ease-in-out;
}
.b-wrapped-ratio {
  aspect-ratio: 1080 / 1920;
}

/*# sourceMappingURL=main.css.map */
