@charset "UTF-8";

@font-face {
  font-family: 'lloyds_sanslight';
  src: url("../../common/fonts/lato/lato-regular.eot");
  src: url("../../common/fonts/lato/lato-regular.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/lato/lato-regular.woff2") format("woff2"), url("../../common/fonts/lato/lato-regular.woff") format("woff"), url("../../common/fonts/lato/lato-regular.ttf") format("truetype"), url("../../common/fonts/lato/lato-regular.svg#lloyds_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lloyds_sansbold';
  src: url("../../common/fonts/lato/lato-bold.eot");
  src: url("../../common/fonts/lato/lato-bold.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/lato/lato-bold.woff2") format("woff2"), url("../../common/fonts/lato/lato-bold.woff") format("woff"), url("../../common/fonts/lato/lato-bold.ttf") format("truetype"), url("../../common/fonts/lato/lato-bold.svg#lloyds_sansbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'lloyds_sansitalic';
  src: url("../../common/fonts/lato/Lato-Italic.eot");
  src: url("../../common/fonts/lato/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/lato/Lato-Italic.woff2") format("woff2"), url("../../common/fonts/lato/Lato-Italic.woff") format("woff"), url("../../common/fonts/lato/Lato-Italic.ttf") format("truetype"), url("../../common/fonts/lato/Lato-Italic.svg#lloyds_sansitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'lloyds_sanslight';
  src: url("../../common/fonts/lato/lato-light.eot");
  src: url("../../common/fonts/lato/lato-light.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/lato/lato-light.woff2") format("woff2"), url("../../common/fonts/lato/lato-light.woff") format("woff"), url("../../common/fonts/lato/lato-light.ttf") format("truetype"), url("../../common/fonts/lato/lato-light.svg#lloyds_sansitalic") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'lloyds_sanslight';
  src: url("../../common/fonts/lato/Lato-LightItalic.eot");
  src: url("../../common/fonts/lato/Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/lato/Lato-LightItalic.woff2") format("woff2"), url("../../common/fonts/lato/Lato-LightItalic.woff") format("woff"), url("../../common/fonts/lato/Lato-LightItalic.ttf") format("truetype"), url("../../common/fonts/lato/Lato-LightItalic.svg#lloyds_sansitalic") format("svg");
  font-weight: 300;
  font-style: italic;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-family: 'lloyds_sansbold';

  /*Fallback values*/
  font-size: 40px;
  line-height: 44px;
}

h2 {
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: 'lloyds_sansbold';

  /*Fallback values*/
  font-size: 32px;
  line-height: 36px;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: 'lloyds_sansbold';


  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: 'lloyds_sansbold';

  font-size: 20px;
  line-height: 24px;
}

@media only screen and (max-width: 639px) {
  h1 {
    font-size: 2rem;
    line-height: 2.25rem;

    font-size: 32px;
    line-height: 36px;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 2rem;

    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;

    font-size: 24px;
    line-height: 28px;
  }

  h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;

    font-size: 20px;
    line-height: 24px;
  }
}

.subtitle-1 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;

  font-size: 20px;
  line-height: 24px;
}

.body-1-light {
  font-family: 'lloyds_sanslight';
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;

  font-size: 18px;
  line-height: 28px;
}

.body-1-light-italic {
  font-family: 'lloyds_sanslight';
  font-size: 1.125rem;
  line-height: 1.75rem;

  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  font-style: italic;
}

.body-1-regular {
  font-family: 'lloyds_sanslight';
  font-size: 1.125rem;
  line-height: 1.75rem;

  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.body-1-regular-italic {
  font-family: 'lloyds_sansitalic';
  font-size: 1.125rem;
  line-height: 1.75rem;

  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: italic;
}

.body-1-bold {
  font-family: 'lloyds_sansbold';
  font-size: 1.125rem;
  line-height: 1.75rem;

  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.body-2-light {
  font-family: 'lloyds_sanslight';
  font-size: 1rem;
  line-height: 1.5rem;

  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.body-2-light-italic {
  font-family: 'lloyds_sanslight';
  font-size: 1rem;
  line-height: 1.5rem;

  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
}

.body-2-regular {
  font-family: 'lloyds_sanslight';
  font-size: 1rem;
  line-height: 1.5rem;

  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.body-2-regular-italic {
  font-family: 'lloyds_sansitalic';
  font-size: 1rem;
  line-height: 1.5rem;

  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
}

.body-2-bold {
  font-family: 'lloyds_sansbold';
  font-size: 1rem;
  line-height: 1.5rem;

  font-size: 16px;
  line-height: 24px;
}

.body-3-light {
  font-family: 'lloyds_sanslight';
  font-size: 0.875rem;
  line-height: 1.25rem;

  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.body-3-light-italic {
  font-family: 'lloyds_sanslight';
  font-size: 0.875rem;
  line-height: 1.25rem;

  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
}

.body-3-regular {
  font-family: 'lloyds_sanslight';
  font-size: 0.875rem;
  line-height: 1.25rem;

  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.body-3-regular-italic {
  font-family: 'lloyds_sansitalic';
  font-size: 0.875rem;
  line-height: 1.25rem;

  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
}

.body-3-bold {
  font-family: 'lloyds_sansbold';
  font-size: 0.875rem;
  line-height: 1.25rem;

  font-size: 14px;
  line-height: 20px;
}

.caption-light {
  font-family: 'lloyds_sanslight';
  font-size: 0.75rem;
  line-height: 1rem;

  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.caption-light-italic {
  font-family: 'lloyds_sanslight';
  font-size: 0.75rem;
  line-height: 1rem;

  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  font-style: italic;
}

.caption-regular {
  font-family: 'lloyds_sanslight';
  font-size: 0.75rem;
  line-height: 1rem;

  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.caption-regular-italic {
  font-family: 'lloyds_sansitalic';
  font-size: 0.75rem;
  line-height: 1rem;

  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-style: italic;
}

.caption-bold {
  font-family: 'lloyds_sansbold';
  font-size: 0.75rem;
  line-height: 1rem;

  font-size: 12px;
  line-height: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-family: 'lloyds_sansbold';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }

  select {
    background: #fff !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: transparent;
}

body {
  font-family: "lloyds_sanslight";
  font-size: 16px;
  font-weight: normal !important;
  line-height: 1.5;
  color: #404040;
  background-color: #FFFFFF;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 5px;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

[class^="streamline-"]:before,
[class*=" streamline-"]:before {
  font-family: 'streamline' !important;
}

[class^="streamline-"].success:before,
[class*=" streamline-"].success:before {
  color: #58ae57;
}

[class^="streamline-"].warning:before,
[class*=" streamline-"].warning:before {
  color: #FAA732;
}

[class^="streamline-"].danger:before,
[class*=" streamline-"].danger:before {
  color: #D71920;
}

.streamline-facebook:before {
  color: #2662A2;
}

.streamline-twitter:before {
  color: #00ACEC;
}

.streamline-pinterest:before {
  color: #CD1400;
}

.streamline-google:before {
  color: #D64524;
}

.streamline-linkedin:before {
  color: #006B9F;
}

.streamline-marker-ok:before {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
}

.streamline-help:before {
  font-size: 14px;
  text-align: center;
  background-color: #2B98CE;
  color: #fff;
  padding: 4px 7px 4px 8px;
  border-radius: 11px;
}

b,
strong,
.strong {
  font-family: 'lloyds_sansbold';
  font-weight: normal;
}

.stock span,
.stock-status span {
  font-family: 'lloyds_sanslight';
}

a {
  color: #2B98CE;
}

a:hover,
a:focus {
  text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}


.find-store-modal .pickup-header {
  font-family: 'lloyds_sansbold';
  line-height: 1.1;
  font-weight: normal !important;
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a .h1,
a .h2,
a .h3,
a .find-store-modal .pickup-header,
.find-store-modal
a .pickup-header,
a .h4,
a .h5,
a .h6 {
  color: #404040;
}

.h-light {
  font-family: 'lloyds_sanslight';
  font-weight: normal !important;
}

.h-light:not(a) {
  color: #404040;
}

.find-store-modal .pickup-header small,
.find-store-modal .pickup-header .small {
  font-weight: normal !important;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.find-store-modal .pickup-header {
  margin-top: 10px;
  margin-bottom: 16px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
.find-store-modal .pickup-header small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small,
.find-store-modal .pickup-header .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%;
}

.find-store-modal .pickup-header {
  font-size: 25px;
}

p {
  margin: 0 0 10px;
}

.lead,
p.lead {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.5;
  font-family: 'lloyds_sanslight';
}

.big-lead,
p.big-lead {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.5;
  font-family: 'lloyds_sanslight';
}

.icon-large {
  font-size: 60px;
}

h1.name {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .find-store-modal .pickup-header {
    font-size: 20px;
  }

  .page-title {
    font-family: 'lloyds_sansbold';
  }

  .sm-h-small {
    font-size: 19px;
  }
}

@media (max-width: 1023px) {
  .page-title {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .lead,
  p.lead {
    margin-bottom: 20px;
  }

  .big-lead,
  p.big-lead {
    font-size: 25px;
  }
}

big,
.big {
  font-size: 115%;
}

small,
.small {
  font-size: 82%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  border-bottom: 1px solid #38B44A;
  padding-bottom: 1px;
  cursor: pointer;
  -webkit-transition: border-color .25s ease;
  -moz-transition: border-color .25s ease;
  -ms-transition: border-color .25s ease;
  -o-transition: border-color .25s ease;
  transition: border-color .25s ease;
}

.underline:hover {
  border-color: transparent;
}

.letterspace-3 {
  letter-spacing: 3px;
}

.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-default {
  color: #404040;
}

.text-muted {
  color: #777777;
}

.text-dark-green {
  color: #166729;
}

.text-primary {
  color: #D71920;
}

a.text-primary:hover {
  color: #ff1111;
}

.text-success {
  color: #58ae57;
}

a.text-success:hover {
  color: #479249;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #FAA732;
}

a.text-warning:hover {
  color: #FAA732;
}

.text-danger {
  color: #D71920;
}

a.text-danger:hover {
  color: #ff1111;
}

.text-brand-light-green {
  color: #97BE0D;
}

a.text-brand-light-green:hover {
  color: #97BE0D;
}

.text-care {
  color: #96C7C4;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.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: #777777;
}

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';
}

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.product-promotional {
  color: #AF4303;
}

.product-listing.product-grid .product-promotional {
  color: #AF4303;
  font-size: 14px;
  word-break: break-word;
  display: block;
  margin: 5px 0;
}

@media only screen and (min-width: 768px) {
  .product-listing.product-grid .product-promotional {
    text-align: center;
    margin: 0;
  }
}

@media (min-width: 640px) {
  .sm-text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .md-text-right {
    text-align: right;
  }
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.fluid-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.fluid-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-image-wrap.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.product-image-wrap.lightbox .lightbox-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}

.product-image-wrap .close-lightbox {
  display: none;
  padding: 8px;
  background-color: #000;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
  right: 10%;
  top: 10%;
  position: absolute;
  margin-right: -18px;
  margin-top: -18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  z-index: 1;
  cursor: pointer;
}

.product-image-wrap .close-lightbox:before {
  font-size: 20px;
  color: #fff;
}

.product-image-wrap.lightbox .close-lightbox {
  display: block;
}

.product-image-wrap.lightbox .image-gallery {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 80%;
  top: 10%;
  margin: 0;
  overflow: visible;
  background-color: #fff;
}

.product-image-wrap.lightbox .carousel {
  height: 100%;
  position: relative;
  margin: 0;
}

.product-image-wrap.lightbox .owl-carousel .owl-wrapper-outer {
  height: 100%;
}

.product-image-wrap.lightbox .owl-carousel .owl-wrapper {
  height: 100%;
  font-size: 0;
}

.product-image-wrap.lightbox .gallery-image .owl-item {
  height: 100%;
}

.product-image-wrap.lightbox .gallery-image .owl-item .item {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 70px;
}

.product-image-wrap.lightbox .gallery-image .owl-item .item .thumb {
  height: 100%;
  width: 100%;
}

.product-image-wrap.lightbox .gallery-image .owl-item .item .thumb .helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.product-image-wrap.lightbox .gallery-image .owl-item .item .thumb img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.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: 300px;
  padding: 13px 20px;
  color: #000;
  font-size: 14px;
  font-family: 'lloyds_sanslight';
  border: 2px solid #97BE0D;
  text-align: center;
  background-color: #FFF;
  border-radius: 4px;
}

.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: #97BE0D;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #97BE0D;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #97BE0D;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #97BE0D;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #97BE0D;
}

.tooltip.bottom .tooltip-arrow {
  top: 0 !important;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #97BE0D;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/**
 * Grid
 */

.inline-element-wrap {
  font-size: 0;
  overflow: hidden;
}

.inline-element {
  display: inline-block;
  font-size: 16px;
  float: none !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1300px;
}

.container-manualorder {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.top-container {
  padding: 15px;
}

.main-container {
  padding: 15px;
}

.main-container + .main-container {
  margin-top: 30px;
}

.related-articles-container {
  padding: 15px;
}

.page-product-details .main-container {
  padding-bottom: 0;
}

.fullwidth-container {
  margin: 0;
}

@media (min-width: 768px) {
  .fullwidth-container {
    margin: 0 -15px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-container,
  .main-container {
    padding: 30px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: none !important;
}

.container-fluid + .container-fluid {
  margin-top: 30px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.wrap {
  width: 100%;
  float: left;
  position: relative;
}

.col-pad {
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 640px) {
  .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: 1024px) {
  .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: 1300px) {
  .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%;
  }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 639px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 639px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 639px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 639px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1300px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1300px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1300px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1300px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 639px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.pagination-wrap {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.pagination {
  margin: 20px 0;
  border-radius: 0;
  display: inline-block;
  padding-left: 0;
  list-style: none;
  height: 32px;
  line-height: 32px;
  font-size: 0;
}

.pagination > li {
  display: inline-block;
  height: 100%;
}

/*
.pagination > li.prev a,
.pagination > li.next a {
	padding-left: 15px;
	padding-right: 15px;	
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.pagination > li.prev + li a {
	-webkit-border-radius: 16px 0 0 16px;
	-moz-border-radius: 16px 0 0 16px;
	border-radius: 16px 0 0 16px;
}

.pagination > li:nth-last-child(2) a {
	-webkit-border-radius: 0 16px 16px 0;
	-moz-border-radius: 0 16px 16px 0;
	border-radius: 0 16px 16px 0;
}
*/

.pagination > li.prev a,
.pagination > li.next a {
  padding-left: 15px;
  padding-right: 15px;
}

.pagination > li.prev a {
  -webkit-border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
  border-radius: 16px 0 0 16px;
}

.pagination > li.next a {
  -webkit-border-radius: 0 16px 16px 0;
  -moz-border-radius: 0 16px 16px 0;
  border-radius: 0 16px 16px 0;
}

/*
.pagination > li.prev a {
	margin-right: 5px;
}
.pagination > li.next a {
	margin-left: 5px;
}
*/

.pagination > li > a,
.pagination > li > span {
  display: block;
  position: relative;
  float: left;
  padding: 6px 0;
  line-height: 1.42857143;
  font-size: 14px;
  text-decoration: none;
  color: #303030;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
  width: 36px;
  text-align: center;
  height: 100%;
}

.pagination > li.prev > a,
.pagination > li.next > a,
.pagination > li.first > a,
.pagination > li.last > a {
  width: auto;
}

.pagination > li + li {
  margin-left: -1px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #58ae57;
  background-color: #f2f4f7;
  border-color: #dddddd;
}

.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: #ffffff;
  background-color: #58ae57;
  border-color: #58ae57;
  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: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-lg {
  height: 40px;
  line-height: 40px;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 18px;
}

.pagination-sm {
  height: 30px;
  line-height: 30px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 12px;
}

.product-classifications td {
  word-break: break-word;
}

table {
  background-color: transparent;
}

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;
}

.table > thead > tr > th {
  vertical-align: bottom;
  font-family: 'lloyds_sansbold';
  border-bottom: 1px solid #dddddd;
}

.table > tfoot > tr > td {
  border-top: 1px solid #dddddd;
  font-family: 'lloyds_sansbold';
}

.table > caption {
  text-align: left;
}

.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 #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.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 #dddddd;
}

.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 #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tfoot > tr > td {
  border-bottom: none;
  background-color: #f1f1f1;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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;
}

.center-cell {
  text-align: center;
}

.right-cell {
  text-align: right;
}

@media screen and (max-width: 639px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }

  .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 {
  font-family: 'lloyds_sansbold';
  font-size: 24px;
  line-height: inherit;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  color: #404040;
  border: 0;
}

label {
  font-family: 'lloyds_sanslight';
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  position: relative;
}

label label {
  margin-bottom: 0;
}

input[type="search"] {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: none;
}

input[type="file"] {
  display: block;
}

input[type="range"],
input.input-block {
  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;
}

/* Custom select style*/

.select-style {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.select-style:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #F4F4F4;
  border-left: 1px solid #E0E0E0;
  width: 50px;
  background-image: url("../../theme-blue/images/svg/dropdown.svg");
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: 10px;
}

.select-style select {
  width: 100% !important;
  min-width: 120px;
  padding-right: 50px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  position: relative;
  z-index: 1;
  border: none;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.select-style select:focus {
  outline: none;
}

.no-svg .select-style:before {
  background-image: url("../../theme-blue/images/png/dropdown.png");
}

.no-appearance .select-style select {
  width: calc(100% + 70px) !important;
}

.no-csscalc .select-style select {
  width: 160% !important;
}

@media only screen and (min-width: 1024px) {
  .select-style:before {
    border-right: transparent;
  }

  .select-style select {
    border: none;
  }
}

/*

.qty .select-style{
	max-width: 100px;
	margin: 0 auto;
}
.qty .select-style select{
	text-indent: 15px;
	padding: 7px;
	-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
}
*/

.prescription-list .update-entry-quantity-input {
  border: none;
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .qty .select-style {
    margin: 0;
  }

  .select-style:before {
    width: 40px;
  }

  .qty .select-style select {
    padding: 5px;
  }

  .prescription-list .update-entry-quantity-input {
    width: 40px;
    padding: 6px 0;
    display: inline-block;
  }

  .product-item .edit-product {
    display: inline-block;
    margin-top: 20px;
    vertical-align: bottom;
    margin-right: 10px;
    margin-bottom: 5px;
  }
}

/* Select list */

ul.select-list {
  margin: 0;
  padding: 15px 0;
  list-style-type: none;
  font-size: 0;
}

ul.select-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

/* Field focus */

.js-fieldfocus {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-fieldfocus input[type="text"],
.js-fieldfocus input[type="number"],
.js-fieldfocus input[type="email"],
.js-fieldfocus input[type="tel"],
.js-fieldfocus input[type="search"],
.js-fieldfocus input[type="password"] {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.field-focus input[type="text"],
.field-focus input[type="number"],
.field-focus input[type="email"],
.field-focus input[type="tel"],
.field-focus input[type="search"],
.field-focus input[type="password"] {
  outline: none;
  background-color: #f5f8fc;
}

@media only screen and (min-width: 1024px) {
  .field-focus {
    background-color: #f5f8fc;
  }

  .js-fieldfocus input[type="text"],
  .js-fieldfocus input[type="number"],
  .js-fieldfocus input[type="email"],
  .js-fieldfocus input[type="tel"],
  .js-fieldfocus input[type="search"],
  .js-fieldfocus input[type="password"] {
    outline: none;
  }
}

/* Groups */

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
  margin-bottom: 15px;
}

.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: 1;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.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-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-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-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: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  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;
}

@media (min-width: 640px) {
  .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;
  }
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 1;
  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: 49px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 0;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

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: 0;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}

.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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-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 {
  margin-right: -1px;
}

/* Form control */

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}

@media (min-width: 1024px) {
  .form-control {
    display: block;
    width: 100%;
    height: 49px;
  }
}

.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777777;
}

.form-control::-webkit-input-placeholder {
  color: #777777;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee !important;
  opacity: 1;
}

textarea.form-control {
  height: auto;
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
}

.radio label,
.checkbox label {
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 15px;
}

.radio-inline,
.checkbox-inline {
  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;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 52px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select.groupSelect {
  height: 73px;
  color: gray;
}

select.groupSelectProfile {
  color: gray;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 8px;
  right: 5px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

@media only screen and (max-width: 1023px) {
  .form-control-feedback {
    top: 3px;
  }
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3e5983;
}

.has-success .form-control {
  border-color: #3e5983;
  -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: #2e4160;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6d8bba;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6d8bba;
}

.has-success .input-group-addon {
  color: #3e5983;
  border-color: #3e5983;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3e5983;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  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: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .form-control {
  background-color: #ffe5e5;
  padding-right: 42.5px;
  -webkit-appearance: none;
}

.has-error.form-group {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.has-error.form-group + .form-group {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.has-error .help-block {
  color: #D71920;
}

.has-error .help-block .streamline-remove {
  margin-right: 10px;
  margin-top: -3px;
}

.has-error .help-block * {
  display: inline-block;
  vertical-align: middle;
}

.has-error .input-group-addon {
  color: #D71920;
  border-color: #D71920;
  background-color: #ffe5e5;
}

.has-error .form-control-feedback {
  color: #D71920;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #707070;
}

.form-inline {
  margin-bottom: 30px;
}

.form-inline:after {
  content: '';
  clear: both;
  visibility: hidden;
  float: none;
  display: block;
}

.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio-inline,
.form-inline .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.form-inline .radio label,
.form-inline .checkbox label {
  margin-bottom: 0;
}

.form-box {
  padding: 20px 30px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.step-body-form.form-box {
  margin-bottom: 30px;
}

.form-box textarea.form-control {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100px;
  min-height: 100px;
}

@media (max-width: 640px) {
  .form-inline .radio,
  .form-inline .checkbox {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-inline .form-group:last-child .radio,
  .form-inline .form-group:last-child .checkbox {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }

  .form-inline .form-group:first-child .radio,
  .form-inline .form-group:first-child .checkbox {
    border-top: 1px solid #e0e0e0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }

  .form-inline .form-group:only-child .radio,
  .form-inline .form-group:only-child .checkbox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}

.radio label {
  padding-left: 30px;
}

.radio label input {
  position: absolute;
  top: 5px;
  left: 0;
}

@media (min-width: 640px) {
  .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 .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: 20px;
  }

  .form-inline .radio:first-child label,
  .form-inline .checkbox:first-child label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
    top: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal {
  margin-bottom: 30px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.form-horizontal .radio label,
.form-horizontal .checkbox label {
  margin-bottom: 0;
  display: block;
}

.form-horizontal .control-label > span {
  display: inline-block;
  margin: 0;
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}

.form-horizontal .form-control {
  border-radius: 0;
}


@media (min-width: 1024px) {
  .form-horizontal .form-group.has-error {
    margin-bottom: 50px;
    position: relative;
  }

  .form-horizontal .form-group.has-error .help-block {
    position: absolute;
    margin-top: 50px;
    left: 0;
  }
}

@media (min-width: 640px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width: 640px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

@media (max-width: 1023px) {
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
  }

  .form-horizontal .radio .control-label,
  .form-horizontal .checkbox .control-label {
    margin-top: 0;
  }

  .form-horizontal .form-group:last-child .radio,
  .form-horizontal .form-group:last-child .checkbox {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }

  .form-horizontal .form-group:first-child .radio,
  .form-horizontal .form-group:first-child .checkbox {
    border-top: thin solid #e0e0e0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }

  .form-horizontal .form-group:only-child .radio,
  .form-horizontal .form-group:only-child .checkbox {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .form-horizontal .control-label {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .form-horizontal .controls {
    margin-bottom: 5px;
  }
}

@media (min-width: 1024px) {
  .form-horizontal[disabled] {
    background-color: #eeeeee;
  }

  .form-horizontal .form-control:not(textarea) {
    border: none;
  }

  .form-horizontal .form-group {
    border: thin solid #e0e0e0;
    border-radius: 0;
    margin-bottom: -1px;
  }

  .form-horizontal .form-group:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }

  .form-horizontal .form-group:first-child {
    border-top: thin solid #e0e0e0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }

  .form-horizontal .form-group:only-child {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .form-horizontal .form-group .control-label {
    padding: 13px 15px 12px 13px;
    margin: 0;
    border-right: 1px solid #e0e0e0;
  }

  .form-horizontal .form-group .select-style {
    border: none;
  }
}

/* Buttons */

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #E0E0E0;
  text-decoration: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}

.btn:hover,
.btn:focus {
  color: #19212b;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  background-color: transparent;
  border: 1px solid #cdd1d5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: 'lloyds_sanslight';
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  border-color: transparent;
  background-color: #cdd1d5;
}

.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  color: #a9afb7;
  background-color: #cdd1d5;
  border-color: transparent;
}

.btn-default.filled {
  color: #000;
  background-color: #cdd1d5;
}

.btn-default.filled:hover {
  background-color: #B9BCBF;
}

.btn-default .badge {
  color: #a9afb7;
  background-color: #19212b;
}

.btn-secondary {
  color: #475569;
  background-color: #fff;
  padding: 12px 12px 12px 10px;
  border: 2px solid #475569;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.btn-secondary.compact,
.btn-primary.compact {
  line-height: 12px;
}

.btn-secondary:hover {
  background-color: #F2F9F3;
  color: #0D5C1F;
  border-color: #0D5C1F;
}

.btn-secondary:active,
.btn-secondary:focus {
  background-color: #ECF3EE;
  color: #064E17;
}

.btn-secondary:disabled {
  background-color: #FFFFFF;
  border-color: #CBD5E1;
  color: #94A3B8;
}

.btn-primary {
  color: #fff;
  background-color: #166729;
  padding: 12px 24px 12px 24px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;

  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

/*Cart button fix when rx-item in cart*/
.btn.btn-primary.has-rx {
  padding: 12px 24px 12px 24px;
}

.btn.btn-primary.has-rx.with-prefix {
  padding-left: 44px;
}

@media screen and (max-width: 1260px) {
  .btn.btn-primary.has-rx {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .btn.btn-primary.has-rx {
    width: unset;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .btn.btn-primary.has-rx {
    width: unset;
    margin: 0;
  }
}


@media screen and (max-width: 420px) {
  .cart-buttons .btn-primary {
    margin-bottom: 6px !important;
  }
}
/*END Cart button fix when rx-item in cart*/

.plus-sign:after {
  content: '\e606';
  font-family: 'streamline';
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}

.next-sign:after {
  content: '\e60b';
  font-family: 'streamline';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 1px;
}

.btn-primary:hover {
  background-color: #29733A;
  color: #fff;
}

.btn-primary:active,
.btn-primary:focus {
  background-color: #61986E;
  color: #fff;
}

.btn-primary:disabled {
  background-color: #A6C5AE;
  color: #fff;
}

.btn-primary.with-prefix {
  padding-left: 44px;
}

/*Mobile styles for buttons with prefix/suffix*/
/*Breakpoint  <524 */
@media (max-width: 524px) {
  .btn-primary.with-prefix {
    padding-left: 38px;
    padding-right: 8px;
  }
}
/*Breakpoint  <1023 */
@media (max-width: 1023px) {
  .btn-mobile-full-width {
    width: 100%;
  }
}

.btn-primary.btn-trans {
  background-color: transparent;
  color: #58ae57;
}

.btn-gray {
  background: #999;
  color: #fff;
  border-color: #999;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
  border-color: #888;
  background: #888;
}

.btn-primary .badge {
  color: #D71920;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #2d672d;
  box-shadow: 0 2px 2px 0 #2d672d;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #5cb85c;
  background-color: #fff;
  border-color: #5cb85c;
  -webkit-box-shadow: none;
  box-shadow: 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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  color: #5cb85c;
  background-color: #8acc8a;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #419641;
  box-shadow: 0 2px 2px 0 #419641;
}

.btn-success.filled {
  color: #fff;
  background-color: #8acc8a;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #354153;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #030405;
  box-shadow: 0 2px 2px 0 #030405;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #212934;
  border-color: transparent;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #354153;
  background-color: #fff;
  border-color: #354153;
  -webkit-box-shadow: none;
  box-shadow: 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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  color: #354153;
  background-color: #4f617b;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #1d242e;
  box-shadow: 0 2px 2px 0 #1d242e;
}

.btn-info.filled {
  color: #fff;
  background-color: #4f617b;
}

.btn-info .badge {
  color: #354153;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #b06d0f;
  box-shadow: 0 2px 2px 0 #b06d0f;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #f0ad4e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  color: #f0ad4e;
  background-color: #f5c98b;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #eb9316;
  box-shadow: 0 2px 2px 0 #eb9316;
}

.btn-warning.filled {
  color: #fff;
  background-color: #f5c98b;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #8b211e;
  box-shadow: 0 2px 2px 0 #8b211e;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #d9534f;
  background-color: #fff;
  border-color: #d9534f;
  -webkit-box-shadow: none;
  box-shadow: 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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  color: #d9534f;
  background-color: #e58886;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #c12e2a;
  box-shadow: 0 2px 2px 0 #c12e2a;
}

.btn-danger.filled {
  background-color: #e58886;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.btn-pink {
  color: #D70071;
  background-color: transparent;
  border: 2px solid #D70071;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: 'lloyds_sanslight';
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open > .dropdown-toggle.btn-pink {
  color: #ffffff;
  background-color: #D70071;
  border-color: transparent;
}

.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  color: #177424;
  background-color: #BF0065;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #177424;
  box-shadow: 0 2px 2px 0 #177424;
}

.btn-pink.filled {
  color: #fff;
  background-color: #D70071;
}

.btn-pink.filled:hover {
  background-color: #BF0065;
}

.btn-pink .badge {
  color: #005B2E;
  background-color: #ffffff;
}

.btn-dark-green {
  color: #005B2E;
  background-color: transparent;
  border: 2px solid #005B2E;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: 'lloyds_sanslight';
}

.btn-dark-green:hover,
.btn-dark-green:focus,
.btn-dark-green:active,
.btn-dark-green.active,
.open > .dropdown-toggle.btn-dark-green {
  color: #ffffff;
  background-color: #005B2E;
}

.btn-dark-green.disabled,
.btn-dark-green[disabled],
fieldset[disabled] .btn-dark-green,
.btn-dark-green.disabled:hover,
.btn-dark-green[disabled]:hover,
fieldset[disabled] .btn-dark-green:hover,
.btn-dark-green.disabled:focus,
.btn-dark-green[disabled]:focus,
fieldset[disabled] .btn-dark-green:focus,
.btn-dark-green.disabled:active,
.btn-dark-green[disabled]:active,
fieldset[disabled] .btn-dark-green:active,
.btn-dark-green.disabled.active,
.btn-dark-green[disabled].active,
fieldset[disabled] .btn-dark-green.active {
  color: #177424;
  background-color: #005B2E;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #177424;
  box-shadow: 0 2px 2px 0 #177424;
}

.btn-dark-green.filled {
  color: #fff;
  background-color: #005B2E;
}

.btn-dark-green .badge {
  color: #005B2E;
  background-color: #ffffff;
}

.btn-green {
  color: #58ae57;
  background-color: transparent;
  border: 2px solid #58ae57;
  font-family: 'lloyds_sanslight';
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
  color: #ffffff;
  background-color: #479249;
}

.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  color: #177424;
  background-color: #479249;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #177424;
  box-shadow: 0 2px 2px 0 #177424;
}

.btn-green.filled {
  color: #fff;
  background-color: #58ae57;
}

.btn-care {
  color: #FFFFFF;
  background-color: #005A64;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: 'lloyds_sanslight';
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn-care:hover {
  color: #FFF;
  background-color: #014148;
}

.btn-light-grey {
  background: #F9F9F9;
  border: 1px solid #E0E0E0;
  color: #404040;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: 'lloyds_sanslight';
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn-light-grey:hover,
.btn-light-grey:focus {
  background-color: #f1f1f1;
}

.btn-add,
.btn-next,
.btn-prev {
  position: relative;
}

.btn-add:focus,
.btn-add:active,
.btn-next:focus,
.btn-next:active,
.btn-prev:focus,
.btn-prev:active {
  outline: none !important;
}

.btn-add:after,
.btn-next:after,
.btn-prev:after {
  display: none;
  font-family: 'streamline';
  vertical-align: middle;
  position: absolute;
  right: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.no-opacity .btn-add:after,
.btn-next:after,
.btn-prev:after {
  font-family: 'streamline';
  vertical-align: middle;
  position: absolute;
  right: 20px;
}

.component-add-to-cart .cart-button-group button:after {
  display: inline-block;
}

.btn-add:after {
  content: '\e606';
}

.btn-next:after {
  content: '\e60b';
}

.btn-prev:after {
  content: '\e60c';
  left: 50px;
  right: auto;
}

.btn-add:hover:after,
.touchevents .btn-next:after,
.btn-next:hover:after {
  opacity: 1;
  right: 15px;
}

.touchevents .btn-add:after {
  opacity: 1;
  right: 15px;
}

.touchevents .btn-prev:after,
.btn-prev:hover:after {
  opacity: 1;
  left: 15px;
}

.btn-link {
  color: #D71920;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.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: #f60000;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-height {
  padding: 13px 0;
  display: inline-block;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-sm,
.btn-group-sm > .btn {
  padding-top: 7px;
  padding-bottom: 7px;
}

.btn-sm.btn-add:after {
  font-size: 12px;
  top: 50%;
  margin-top: -7px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.checkoutSummaryButton{
  width: 320px;
}

.place-order-form .btn-block {
  margin-top: 10px;
  width: auto !important;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-wider {
  padding-left: 40px;
  padding-right: 40px;
}

.btn-wide {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 1023px) {
  .btn-wide {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}

.btn-short {
  padding: 5px 14px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .btn-add:after,
  .btn-next:after,
  .btn-prev:after {
    display: inline-block;
  }
}

.radio-as-link {
  text-decoration: underline;
  color: #2B98CE;
}

.radio-as-link:hover {
  text-decoration: none;
}

input:checked ~ .radio-as-link {
  color: #000;
  text-decoration: none;
  font-family: 'lloyds_sansbold';
}

#newAddressWrapper .checkout-next,
.button-margin-right {
  margin-right: 30px;
}

.edit-address-form {
  margin: 15px -15px 0;
  padding: 10px;
}

@media only screen and (min-width: 1024px) {
  .edit-address-form {
    padding: 0;
  }
}

.edit-address-form .form-group {
  border-left: 0;
  border-right: 0;
}

.edit-address-form .form-group:first-child {
  border-radius: 0;
}

.checkout-steps .form-horizontal.new-card-form {
  background-color: transparent;
}

@media only screen and (max-width: 1023px) {
  .checkout-steps .form-horizontal.new-card-form {
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px;
  }
}

.label-link {
  text-decoration: underline;
  color: #2B98CE;
}

.label-link:hover {
  text-decoration: none;
}

.open-close-label:before {
  content: 'Endre';
}

.edit-address-input:checked ~ .open-close-label:before {
  content: 'Avbryt';
}

.badge-wrap {
  position: relative;
  display: inline-block;
  overflow: visible !important;
  z-index: 1;
  max-width: 100%;
  height: 100%;
}

.badge-wrap .badge {
  position: absolute;
  right: -32.5px;
  top: 0;
}

.badge {
  display: inline-block;
  width: 65px;
  height: 65px;
  font-family: 'lloyds_sansbold';
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  white-space: normal !important;
}

.badge:empty {
  display: none;
}

.badge.new {
  background-color: #97BE0D;
  text-transform: uppercase;
  font-size: 14px;
}

.badge.recommended {
  background-color: #005B2E;
  font-size: 12px;
}

.badge.discount {
    height: 81px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: url("../../theme-blue/images/svg/va_rab_shape.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 21px;
}

.badge.discount .badge-fill > span {
    position: relative;
}

.badge.discount-BOGOF {
    right: -50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.badge.discount-BOGOF:empty {
    display: inline-block;
}

.badge .badge-fill {
    display: table;
    height: 100%;
    width: 100%;
}

.badge .badge-fill > span {
    display: table-cell;
    vertical-align: middle;
}

.tabs {
  margin: 0 0 20px 0;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tabs .tabs-list {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: table;
}

.tabs .tabs-list > li {
  position: relative;
  display: table-cell;
}

.tabs .tabs-list > li > a {
  position: relative;
  display: block;
  padding: 15px 15px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  text-align: center;
}

.tabs .tabs-list > li > a span.streamline-menu-down {
  display: none;
}

.tabs .tabs-list > li > a:hover,
.tabs .tabs-list > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.tabs .tabs-list > li.disabled > a {
  color: #777777;
}

.tabs .tabs-list > li.disabled > a:hover,
.tabs .tabs-list > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.tabs .tabs-list .open > a,
.tabs .tabs-list .open > a:hover,
.tabs .tabs-list .open > a:focus {
  background-color: #eeeeee;
  border-color: #D71920;
}

.tabs .tabs-list .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.tabs .tabs-list > li > a > img {
  max-width: none;
}

.tabs .tabs-list > li {
  margin-bottom: -1px;
}

.tabs .tabs-list > li.active > a,
.tabs .tabs-list > li.active > a:hover,
.tabs .tabs-list > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}

.tabs .tabs-list.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.tabs .tabs-list.nav-justified > li {
  float: none;
}

.tabs .tabs-list.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.tabs .tabs-list.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 640px) {
  .tabs .tabs-list.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .tabs .tabs-list.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.tabs .tabs-list.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.tabs .tabs-list.nav-justified > .active > a,
.tabs .tabs-list.nav-justified > .active > a:hover,
.tabs .tabs-list.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 640px) {
  .tabs .tabs-list.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }

  .tabs .tabs-list.nav-justified > .active > a,
  .tabs .tabs-list.nav-justified > .active > a:hover,
  .tabs .tabs-list.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tabs .tabs-list .current-info {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tabs .tabs-list li a {
  background: #F9F9F9;
  color: #404040;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  text-decoration: none;
}

.tabs .tabs-list li.last a {
  border-right: none;
}

.tabs .tabs-list li.active a,
.tabs .tabs-list li.active a:hover,
.tabs .tabs-list li.active a:focus {
  background: #fff;
  border-bottom: 1px solid transparent;
  font-family: 'lloyds_sansbold';
}

.tabs .tabhead {
  height: 55px;
  display: table;
  outline: none;
  background-color: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.tabs .tabbody {
  background-color: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

@media (max-width: 639px) {
  .tabs .tabhead {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .tabs .tabhead {
    display: none !important;
  }
}

.tabs:not(.find-store-tabs) .tabhead + .tabbody {
  display: none !important;
}

.tabs .tabhead.active {
  background: #FFFFFF;
  color: #404040;
}

.tabs .tabhead.active + .tabbody {
  display: block !important;
}

.tabs .tabhead a,
.tabs .tabhead span {
  padding: 0 15px;
  position: relative;
  line-height: 1;
  text-decoration: none;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-family: 'lloyds_sansbold';
}

.tabs .tabbody {
  padding: 20px;
}

@media (max-width: 639px) {
  .tabs.tabs-responsive .tabs-list {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .tabs.tabs-responsive .tabs-list {
    display: none !important;
  }
}

.tabs.tabs-responsive .tabhead {
  display: none !important;
}

@media (max-width: 1023px) {
  .tabs.tabs-responsive .tabhead {
    display: table !important;
    width: 100%;
  }

  .tabs.tabs-responsive .tabhead .streamline-menu-down {
    font-size: 16px;
    padding-right: 15px;
    color: #58ae57;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  .tabs.tabs-responsive .tabhead.active {
    background-color: #f9f9f9;
  }

  .tabs.tabs-responsive .tabhead.active .streamline-menu-down {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .tabs .tabhead.active + .tabbody {
    background-color: #f9f9f9;
  }

  .tabs.tabs-responsive .tabhead > * {
    display: table-cell;
    vertical-align: middle;
  }
}

.tabs.tabs-accordion .tabs-list {
  display: none !important;
}

.tabs.tabs-accordion .tabhead {
  display: table !important;
  margin-bottom: 20px;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.carousel {
  display: none;
}

.product-slider:not(.list-view) {
  display: none;
}

.owl-carousel:before,
.owl-carousel:after {
  content: " ";
  display: table;
}

.owl-carousel:after {
  clear: both;
}

.owl-carousel:before,
.owl-carousel:after {
  content: " ";
  display: table;
}

.owl-carousel:after {
  clear: both;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper {
  margin: 0 auto;
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after:before,
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
  content: " ";
  display: table;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
  clear: both;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after:before,
.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
  content: " ";
  display: table;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after:after {
  clear: both;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item.loading > * {
  min-height: 1px;
}

.owl-carousel .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-controls .owl-pagination {
  text-align: center;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
}

.owl-carousel .owl-controls .owl-pagination:before,
.owl-carousel .owl-controls .owl-pagination:after {
  content: " ";
  display: table;
}

.owl-carousel .owl-controls .owl-pagination:after {
  clear: both;
}

.owl-carousel .owl-controls .owl-pagination:before,
.owl-carousel .owl-controls .owl-pagination:after {
  content: " ";
  display: table;
}

.owl-carousel .owl-controls .owl-pagination:after {
  clear: both;
}

.owl-carousel .owl-controls .owl-pagination .owl-page {
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin: 3px 3px;
  display: inline-block;
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #E0E0E0;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
  cursor: pointer;
  position: absolute !important;
  top: 50% !important;
  display: table;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  color: #404040;
  text-align: center;
  top: 1px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 120px;
  border: 1px solid #404040;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
  color: #ffffff;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev span,
.owl-carousel .owl-controls .owl-buttons .owl-next span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 50px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
  color: #ffffff;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
  color: #58ae57;
  border-color: #58ae57;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 10px;
  text-indent: 0;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 10px;
  text-indent: 0;
}

@media only screen and (min-width: 1024px) {
  .owl-carousel .owl-controls .owl-pagination {
    bottom: -50px;
  }
}

.image-gallery {
  margin-bottom: 15px;
}

.image-gallery img {
  width: 100%;
  height: auto;
  -webkit-touch-callout: none;
}

.image-gallery .zoomImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: none;
  max-width: none;
  z-index: 9999;
  border: 0;
  opacity: 0;
}

.image-gallery .zoomImg img {
  width: 100%;
  height: 100%;
}

.image-gallery .zoomImgMask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

@media only screen and (min-width: 1024px) {
  .image-gallery {
    margin-bottom: 50px;
  }
}

.carousel {
  width: auto;
  margin: 10px -9px 10px -10px;
  text-align: center;
}

.carousel .item {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 200px;
}

.carousel .item a {
  color: #303030;
}

.carousel .item a:hover,
.carousel .item a:focus {
  text-decoration: none;
  color: #D71920;
}

.carousel .item img {
  max-width: 96px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.carousel .item .item-name {
  margin: 10px;
  /*color: @text-color;*/
  text-transform: uppercase;
  font-weight: normal;
}

.carousel .item .item-price {
  margin: 10px;
}

.image-gallery .gallery-image .owl-item {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

.image-gallery .gallery-image .owl-item img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 282px;
}

/*
.image-gallery .gallery-image .owl-item {
	height: 100%;
}

.image-gallery .gallery-image .owl-item .item {
	max-width: 100%;
	height: 100%;
	padding: 0;
}

.image-gallery .gallery-image .owl-item .thumb {
	font-size: 0;
	display: block;
	height: 100%;
}

.image-gallery .gallery-image .owl-item .thumb .helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.image-gallery .gallery-image .owl-item img {
  width: auto;
  height: auto;
  max-height: 282px;
  max-width: 100%;
	display: inline-block !important;
	vertical-align: middle;
}
*/

/*

.image-gallery .gallery-carousel .owl-item img {
  width: 100%;
  height: auto;
  max-width: none;
}
*/

.image-gallery .badge-wrap {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.image-gallery .badge-wrap .badge {
  right: 0px;
}

@media only screen and (min-width: 768px) {
  .image-gallery .badge-wrap .badge {
    width: 90px;
    height: 90px;
  }

  .image-gallery .badge-wrap .badge .badge-fill {
    font-size: 34px;
  }

  .image-gallery .badge-wrap .badge.recommended .badge-fill {
    font-size: 18px;
  }

  .image-gallery .badge-wrap .badge.discount {
    height: 120px;
  }
}

.lightbox .image-gallery .badge-wrap {
  display: none;
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
  background-color: #E0E0E0;
}

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background-color: #58ae57;
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
  border: none;
}

.touchevents .owl-carousel .owl-controls .owl-buttons {
  display: none !important;
}

.touchevents .page-productDetails .pdp-base-product-section .pdp-product-image-section .owl-carousel .owl-controls .owl-buttons {
  display: block !important;
}



@media (max-width: 1023px) {
  .droplist-container .trigger {
    font-family: 'lloyds_sansbold';
  }
}

.droplist-container .trigger {
  position: relative;
  display: block;
  cursor: pointer;

}

.droplist-container .trigger:after {
  content: '\e60d';
  font-family: 'streamline';
  font-size: 16px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  color: #58ae57;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.droplist-container.expanded > .trigger:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.js-droplist .list {
  display: none;
}

.js-droplist .list.expanded {
  display: block;
}

.dropdown-list {
  font-size: 16px;
}

.dropdown-item {
  width: 100%;
  float: left;
  position: relative;
}

.dropdown-item .dropdown-header {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  padding-right: 52px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-item .dropdown-header:after {
  width: 14px;
  height: 2px;
  content: '';
  background-color: #404040;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
}

.dropdown-item .dropdown-header:before {
  width: 2px;
  height: 14px;
  top: 50%;
  margin-top: -11px;
  right: 20px;
  content: '';
  background-color: #404040;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dropdown-item.expanded .dropdown-header:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropdown-item .dropdown-body {
  display: none;
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
}

.dropdown-item.expanded .dropdown-body {
  display: block;
}

.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;
}

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

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-family: 'lloyds_sansbold';
}

dd {
  margin-left: 0;
}

a[data-scroll] {
  cursor: pointer;
}

.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: 7px 40px;
  background-color: #58ae57;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.pager li.pages {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.pager li > a:hover,
.pager li > a:focus,
.pager li > a:active {
  text-decoration: none;
  background-color: #479249;
}

.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: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-family: 'lloyds_sansbold';
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #D71920;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ff1111;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #354153;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #212934;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #D71920;
}

.thumbnail .caption {
  padding: 9px;
  color: #303030;
}

.global-alerts {
  position: fixed;
  width: 100%;
  left: 0;
  top: 53px;
  z-index: 4;
}

.alert {
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 4px;
  margin-bottom: 15px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-family: 'lloyds_sansbold';
}

.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: #3e5983;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2e4160;
}

.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: #f8f0e3;
  border-color: #F5A623;
  color: #404040;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #fff8f8;
  border-color: #ebccd1;
  color: #D71920;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #ff1111;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress-container {
  margin-bottom: 20px;
  font-size: 0;
}

.progress-container .help-block {
  margin: 0;
  display: block;
  font-size: 16px;
}

.progress-container .progress-text {
  display: inline-block;
  margin: 0;
  width: 40%;
  text-align: right;
  font-size: 16px;
}

.progress {
  overflow: hidden;
  height: 6px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #D71920;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #354153;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.info-block {
  background-color: #F7FAF2;
  display: block;
  padding: 30px;
  border: 1px solid #E0E0E0;
}

.info-block-title {
  color: #97BE0D;
}

.info-block-description a {
  text-decoration: none;
  border-bottom: 1px solid #97BE0D;
}

.info-block-description a:hover {
  border-color: transparent;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.close {
  float: right;
  font-size: 21px;
  font-family: 'lloyds_sansbold';
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 640px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.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,
.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,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.tabs .tabs-list:before,
.tabs .tabs-list:after,
.no-space .row:before,
.no-space .row:after,
.product-listing.product-grid:before,
.product-listing.product-grid:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.tabs .tabs-list:after,
.no-space .row:after,
.product-listing.product-grid:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}

.btn-place-order .badge {
  color: #40be2b;
  background-color: #ffffff;
}

.btn-place-order .badge {
  color: #40be2b;
  background-color: #ffffff;
}

.tag-list {
  text-decoration: none;
  margin: 0 -2px;
  padding: 10px 0 6px 0;
}

.shortcuts .tag-list {
  padding: 10px 15px 6px 15px;
}

.tag-list li {
  display: inline-block;
  padding: 0px 8px 3px 8px;
  margin: 4px 0 4px 4px;
  font-size: 14px;
}

.tag-list.warning li {
  background-color: #FAA732;
  color: #FFF;
}

.tag-list.success li {
  background-color: #97BE0D;
  color: #FFF;
}

.tag-list.danger li {
  background-color: #D71920;
  color: #FFF;
}

.tag-list.tag-list-buttons li {
  padding: 0;
  border: 1px solid #404040;
  border-radius: 38px;
}

.tag-list.tag-list-buttons li a {
  color: #404040;
  text-decoration: none;
  padding: 7px 23px;
  display: block;
}

.tag-list.tag-list-buttons li.active {
  border-color: #4FA718;
}

.tag-list.tag-list-buttons li.active a {
  color: #4FA718;
}

.product-warnings .tag-list li,
.product-warnings-small .tag-list li {
  background-color: #FAA732;
  color: #FFFFFF;
}

.tag-list li.tag-list-header {
  font-family: 'lloyds_sanslight';
  font-size: 19px;
  margin-right: 10px;
  border: 0px;
  padding: 0;
}

.suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.suggestions-list:after {
  content: '';
  display: block;
  clear: both;
}

.suggestions-list li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 20px;
}

.suggestions-list li.suggestions-list-header {
  font-family: 'lloyds_sanslight';
  font-size: 18px;
  margin-right: 15px;
  border: 0px;
  padding: 0;
}

.suggestions-list.block li {
  display: block;
}

.suggestions-list li a {
  display: inline-block;
  color: #404040;
  text-decoration: none;
  border-bottom: 1px solid #58ae57;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.suggestions-list li a:hover {
  border-color: transparent !important;
  text-decoration: none;
}

.sort-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.sort-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 10px;
  padding: 11px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #97BE0D;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sort-list li:first-child {
  margin-left: 0;
  margin-right: 10px;
  cursor: default;
  border: none !important;
}

.sort-list li.active {
  border-color: #97BE0D;
}

.sort-list li:hover {
  border-color: #E0E0E0;
}

.actions-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.actions-list li {
  display: inline-block;
  margin-right: 15px;
  color: #404040;
}

.actions-list li:last-child {
  margin: 0;
}

.actions-list li a {
  color: inherit;
  text-decoration: none;
}

.actions-list li a > * {
  display: inline-block;
  vertical-align: middle;
}

.actions-list li a .actions-icon {
  padding-right: 5px;
  border-bottom: none !important;
}

/* Shortcuts */

.shortcuts-wrap {
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -ms-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
  position: fixed;
  width: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.29);
  top: 0;
  opacity: 1;
}

.shortcuts-wrap.active {
  display: block;
  z-index: 2;
}

.shortcuts-wrap.active .shortcuts {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}

.shortcuts-wrap.active .tag-list li.tag-list-header {
  font-size: 16px;
}

.shortcuts-wrap.active .tag-list.tag-list-buttons li a {
  padding: 3px 10px;
}

@media only screen and (max-width: 768px) {
  .shortcuts-wrap {
    display: none !important;
  }
}

.sidebar-navigation .sidebar-navigation-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar-navigation .sidebar-navigation-list li {
  display: block;
  color: #404040;
}

.sidebar-navigation .sidebar-navigation-list li.title {
  background-color: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.sidebar-navigation .sidebar-navigation-list li.title.expanded {
  background-color: #f9f9f9;
}

.sidebar-navigation .sidebar-navigation-list li.active {
  color: #58ae57;
  font-family: 'lloyds_sansbold';
}

.sidebar-navigation .sidebar-navigation-list li a {
  color: inherit;
  display: block;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sidebar-navigation .sidebar-navigation-list li a:hover {
  color: #58ae57;
}

.sidebar-navigation .sidebar-navigation-list li > ul {
  margin: 0;
  padding: 15px 0 0 0;
}

.sidebar-navigation .sidebar-navigation-list li > ul > li:last-child a {
  border-bottom: none;
}

.sidebar-navigation .sidebar-navigation-list > li {
  border: 1px solid #e0e0e0;
  border-top-color: #f2f4f7;
  border-bottom-color: transparent;
  padding: 15px;
}

.sidebar-navigation .sidebar-navigation-list > li:first-child {
  border-radius: 4px 4px 0 0;
  border-top-color: #e0e0e0;
}

.sidebar-navigation .sidebar-navigation-list > li:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom-color: #e0e0e0;
}

@media (min-width: 1024px) {
  .global-alerts {
    position: absolute;
    top: 133px;
  }

  .global-alerts.menu-attached {
    position: fixed;
    top: 96px;
  }

  .sidebar-navigation .sidebar-navigation-list li.title {
    padding: 0;
    margin: 0 0 20px 0;
    background: none !important;
    border: none !important;
  }

  .sidebar-navigation .sidebar-navigation-list li.title .trigger {
    font-size: 25px;
  }

  .sidebar-navigation .sidebar-navigation-list li.title .trigger:after {
    display: none !important;
  }

  .sidebar-navigation .sidebar-navigation-list li > ul {
    display: block;
    padding: 0;
  }

  .sidebar-navigation .sidebar-navigation-list li > ul > li a {
    border-bottom: 1px solid #e0e0e0 !important;
  }
}

@media (min-width: 1280px) {
  .global-alerts {
    position: absolute;
    top: 137px;
  }

  .global-alerts.menu-attached {
    position: fixed;
    top: 98px;
  }
}

@media (max-width: 1024px) {
  .account-navigation {
    max-width: 800px;
    margin: 0 auto;
  }

  .account-navigation:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media (min-width: 1024px) {
  .account-navigation {
    padding-left: 15px;
    max-width: 220px;
  }
}

.rating:before,
.rating:after {
  content: " ";
  display: table;
}

.rating:after {
  clear: both;
}

.rating:before,
.rating:after {
  content: " ";
  display: table;
}

.rating:after {
  clear: both;
}

.rating > * {
  display: inline-block;
  margin-right: 1px;
}

.rating .rating-stars {
  margin: 0 5px -5px 0;
  padding: 3px 0 1px;
  letter-spacing: 50px;
}

@media (max-width: 1023px) {
  .rating .rating-stars {
    font-size: 18px;
    float: none;
  }

  .rating .rating-stars:before,
  .rating .rating-stars:after {
    content: " ";
    display: table;
  }

  .rating .rating-stars:after {
    clear: both;
  }

  .rating .rating-stars:before,
  .rating .rating-stars:after {
    content: " ";
    display: table;
  }

  .rating .rating-stars:after {
    clear: both;
  }
}

.rating .rating-stars span {
  color: #dee3e8;
  overflow: hidden;
  position: static;
  width: 1em;
  height: 1em;
  display: block;
  float: left;
  margin: 0 0.1em;
}

.rating .rating-stars span.fh {
  width: 0.5em;
  margin-right: 0;
}

.rating .rating-stars span.lh {
  width: 0.5em;
  text-indent: -0.5em;
  margin-left: 0;
}

.rating .rating-stars span.active {
  color: #f8e71c;
}

.rating.rating-set .rating-stars {
  cursor: pointer;
}

.rating-clickable {
  cursor: pointer;
}

.rating a {
  margin-left: 10px;
}

@media (max-width: 1023px) {
  .tabs-responsive .tabhead {
    border-bottom: 1px solid #f2f4f7;
  }
}

.tab-review .review-pagination-bar {
  padding: 20px;
  margin: -20px;
}

.tab-review .review-pagination-bar:first-of-type {
  margin-bottom: 0;
}

.tab-review .review-pagination-bar:last-of-type {
  margin-top: 0;
}

.tab-review .review-pagination-bar:before,
.tab-review .review-pagination-bar:after {
  content: " ";
  display: table;
}

.tab-review .review-pagination-bar:after {
  clear: both;
}

.tab-review .review-pagination-bar:before,
.tab-review .review-pagination-bar:after {
  content: " ";
  display: table;
}

.tab-review .review-pagination-bar:after {
  clear: both;
}

.tab-review .review-pagination-bar .right {
  float: right;
}

.tab-review .review-pagination-bar .right .pager {
  float: left;
  margin: 0 10px;
}

.tab-review .review-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.tab-review .review-list .review-entry {
  padding: 15px 20px;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #f1f1f1;
}

.tab-review .review-list .review-entry:nth-child(1) {
  border-top: 1px solid #f1f1f1;
}

.tab-review .review-list .review-entry .title {
  font-family: 'lloyds_sansbold';
}

.tab-review .review-list .review-entry .autor {
  color: #777777;
}

.tab-review .write-review {
  display: none;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  border-top: 1px solid #f1f1f1;
}

.tab-review .write-review .form-group {
  margin-bottom: 15px;
}

/*
#AddToCart-PickUpInStoreAction {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
@media (min-width: 640px) {
  #AddToCart-PickUpInStoreAction {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #AddToCart-PickUpInStoreAction {
    float: left;
    width: 100%;
  }
}
#AddToCart-AddToCartAction {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
@media (min-width: 640px) {
  #AddToCart-AddToCartAction {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #AddToCart-AddToCartAction {
    float: left;
    width: 100%;
  }
}
*/

/*
#AddToCart-ShareOnSocialNetworkAction {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
}
*/

.simpleimagecomponent a {
  display: block;
}

.simpleimagecomponent a img {
  width: 100%;
  height: auto;
}

.banner-component {
  width: 100%;
}

.banner-component a {
  display: block;
  color: #303030;
  text-decoration: none;
}

.banner-component a:before,
.banner-component a:after {
  content: " ";
  display: table;
}

.banner-component a:after {
  clear: both;
}

.banner-component a:before,
.banner-component a:after {
  content: " ";
  display: table;
}

.banner-component a:after {
  clear: both;
}

.banner-component .title {
  font-family: 'lloyds_sansbold';
}

.banner-component .thumb {
  padding: 10px 0;
}

.banner-component .thumb img {
  width: 100%;
  height: auto;
}

.simple-banner-component a {
  display: block;
}

.simple-banner-component img {
  width: 100%;
  height: auto;
}

.image-map-component img {
  width: 100%;
  height: auto;
}

.cms-image-component img {
  width: 100%;
  height: auto;
}

.languagecurrencycomponent {
  float: right !important;
}

.languagecurrencycomponent form {
  display: inline-block;
}

.languagecurrencycomponent form + form {
  margin-left: 10px;
}

.ui-helper-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.com-space > * {
  padding: 10px 0;
}

.product-classifications .headline {
  font-family: 'lloyds_sansbold';
}

.product-classifications table.table td.attrib {
  width: 50%;
}

.no-space .row {
  margin-left: 0;
  margin-right: 0;
}

.no-space .yCmsComponent {
  padding: 0 !important;
}

.simple-responsive-banner-component a {
  display: block;
}

.simple-responsive-banner-component img {
  width: 100%;
  height: auto;
}

.pagination-bar {
  margin: 10px 0;
  line-height: 35px;
}

.pagination-bar .pagination {
  margin: 0;
  float: right;
}

.pagination-bar .pager {
  margin: 0;
  float: right;
}

.pagination-bar .form-group {
  margin: 0;
}

@media (min-width: 1024px) {
  .pagination-bar .form-group {
    margin: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
  }
}

@media (max-width: 1023px) {
  .pagination-bar.top .sort-refine-bar {
    margin-top: 10px;
    clear: both;
    background-color: #f2f4f7;
    padding: 9px;
    border-radius: 0;
  }

  .pagination-bar.top .sort-refine-bar:before,
  .pagination-bar.top .sort-refine-bar:after {
    content: " ";
    display: table;
  }

  .pagination-bar.top .sort-refine-bar:after {
    clear: both;
  }

  .pagination-bar.top .sort-refine-bar:before,
  .pagination-bar.top .sort-refine-bar:after {
    content: " ";
    display: table;
  }

  .pagination-bar.top .sort-refine-bar:after {
    clear: both;
  }

  .pagination-bar.top .sort-refine-bar .form-group select {
    width: auto;
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
  }

  select.pagination-bar.top .sort-refine-bar .form-group select {
    height: 46px;
    line-height: 46px;
  }

  textarea.pagination-bar.top .sort-refine-bar .form-group select,
  select[multiple].pagination-bar.top .sort-refine-bar .form-group select {
    height: auto;
  }

  .pagination-bar.top .sort-refine-bar button {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
  }
}

.pagination-bar.bottom .helper {
  display: none;
}

.pagination-bar.bottom .sort-refine-bar {
  display: none;
}

.cart-header {
  text-align: left;
}

.cart-header .page-title {
  display: inline-block;
}

.cart-header .cartId {
  display: inline;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .cart-header .page-title {
    font-family: 'lloyds_sansbold';
    font-size: 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .cart-header {
    text-align: left;
  }
}

.cart-top-bar {
  background: #F2F4F7;
  margin-top: -10px;
  padding: 10px;
}

.cart-top-bar .help-popup-content-holder {
  display: none;
}

.help-popup-content strong {
  display: block;
  margin-bottom: 15px;
}

.cart-top-totals {
  text-align: right;
  line-height: 4em;
  font-size: 18px;
  font-family: 'lloyds_sansbold';
}

.express-checkout {
  background-color: #f2f4f7;
  padding: 9px;
  border-radius: 0;
  padding: 10px 20px;
  margin: 10px 0;
}

.express-checkout .headline {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.express-checkout ul li {
  list-style-type: circle;
}

.cart-totals.table > tbody {
  border: none;
}

.cart-totals.table > tbody > tr th,
.cart-totals.table > tbody > tr td {
  padding: 4px;
}

.cart-totals.table > tbody > tr th:first-child,
.cart-totals.table > tbody > tr td:first-child {
  padding-left: 0;
}

.cart-totals.table > tbody > tr th:last-child,
.cart-totals.table > tbody > tr td:last-child {
  padding-right: 0;
}

.cart-totals.table > tbody > tr:first-child th,
.cart-totals.table > tbody > tr:first-child td {
  padding-top: 8px;
}

.cart-totals.table > tbody > tr:last-child th,
.cart-totals.table > tbody > tr:last-child td {
  padding-bottom: 8px;
}

.cart-list {
  padding-left: 0;
  list-style: none;
}

.cart-list tbody {
  border-radius: 4px;
}

@media (min-width: 768px) {
  .cart-list tbody {
    border: 1px solid #e0e0e0 !important;
  }
}

.cart-list td,
.cart-list th {
  padding: 20px;
}

.cart-list th {
  padding-top: 0;
}

.cart-list th:first-child {
  padding-left: 0;
}

.cart-list td:first-child {
  padding-left: 35px;
}

.cart-list thead ~ thead th {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .cart-list thead ~ thead th {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .cart-list .tbody--discount {
    border-left: 5px solid #D70071 !important;
  }
}

.cart-list .discount-row {
  background: #F9F9F9;
  border-top: 1px solid #E0E0E0;
}

@media (max-width: 767px) {
  .cart-list .discount-row {
    background: transparent;
    border-top: none;
    text-align: center;
  }
}

.cart-list-title {
  font-size: 25px;
}

.cart-list.product-list {
  width: 100%;
  float: left;
  position: relative;
}

.cart-list.product-list thead {
  font-family: 'lloyds_sanslight';
  line-height: 2;
}

.cart-list.product-list tfoot .total {
  display: block;
}

.cart-list .product-item {
  position: relative;
  padding: 0;
  border-top: 1px solid #f1f1f1;
}

.cart-list .product-item td.qty-info {
  max-width: 120px;
}

.cart-list .product-item .custom-select {
  max-width: 120px;
}

.cart-list .product-item .update-entry-quantity-input {
  text-align: center;
}

.cart-list .product-item .stock {
  display: block;
  margin-bottom: 10px;
}

.cart-list .product-item .stock:last-child {
  margin-bottom: 0;
}

.cart-list .product-item .stock:before {
  padding-right: 10px;
  font-size: 16px;
}

.cart-list .product-item button {
  background-image: none;
  border: none;
  background: transparent;
  outline: none;
}

.cart-list .product-item .edit-item span.edit-text {
  font-family: 'lloyds_sansbold';
}

.cart-list .product-item .remove-item[disabled] {
  color: #CFCFCF;
}

.cart-list .product-item .remove-item[disabled] span.remove-text {
  outline: none;
}

.cart-list .product-item .remove-item[disabled] span.remove-text:hover {
  text-decoration: underline;
}

.cart-list .product-item .remove-item span.remove-text {
  text-decoration: underline;
}

.cart-list .product-item .remove-item span.remove-text:hover {
  text-decoration: none;
}

.cart-list .product-item .remove-item span:before {
  font-size: 1.4em;
  margin-right: 7px;
}

.cart-list .product-item .out-of-stock {
  display: block;
}

.cart-list .product-item .on-sale {
  display: block;
  color: #808080;
  width: 100%;
}

.cart-list .product-item .thumb {
  width: 100px;
  max-width: 100px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 45px;
  padding-right: 30px;
}

.cart-list .product-item .thumb a {
  color: #000;
  text-decoration: none !important;
}

.cart-list .product-item .info {
  display: inline-block;
  vertical-align: top;
}

.cart-list .product-item .info a {
  text-decoration: none;
}

.cart-list .product-item .info .name {
  margin-top: 0;
  margin-bottom: 2px;
}

.cart-list .product-item .info .promotional {
  margin-bottom: 5px;
}

.cart-list .product-item .info span {
  display: inline-block;
  font-size: 14px;
}

.cart-list .product-item .info span.price {
  display: inline-block;
}

.cart-list .product-item .details {
  margin-left: 110px;
}

.cart-list .product-item .details .name {
  font-family: 'lloyds_sansbold';
  text-transform: uppercase;
  margin-right: 50px;
}

.cart-list .product-item .details .promo {
  color: #3e5983;
  margin: 10px 0;
}

a.cart-list .product-item .details .promo:hover {
  color: #2e4160;
}

.cart-list .product-item .details .qty {
  line-height: 34px;
  margin: 10px 0;
}

.cart-list .product-item .details .qty:before,
.cart-list .product-item .details .qty:after {
  content: " ";
  display: table;
}

.cart-list .product-item .details .qty:after {
  clear: both;
}

.cart-list .product-item .details .qty:before,
.cart-list .product-item .details .qty:after {
  content: " ";
  display: table;
}

.cart-list .product-item .details .qty:after {
  clear: both;
}

.cart-list .product-item .details .qty label {
  float: left;
  margin-right: 10px;
}

.cart-list .product-item .qty-info label {
  margin: 0;
}

.cart-list .product-item .qty-info label span:not(.qty) {
  display: none;
}

.cart-list .price-info span:not(.item-price) {
  display: none;
}

.cart-list.cart-list.cart-list .your-savings span {
  display: none;
}

.cart-list .product-item .qty-info input {
  background: #F9F9F9;
  border: 1px solid #E0E0E0;
  width: 70px;
  display: inline-block;
}

.cart-list .product-item .details .qty input {
  float: left;
  width: 70px;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}

.cart-list .product-item .item-price,
.cart-list .product-item .your-savings,
.cart-list .product-item .discount-price {
  font-size: 14px;
}

.cart-list .product-item .pickup {
  max-width: 350px;
  color: #D71920;
}

.cart-list .product-item .pickup:before,
.cart-list .product-item .pickup:after {
  content: " ";
  display: table;
}

.cart-list .product-item .pickup:after {
  clear: both;
}

.cart-list .product-item .pickup:before,
.cart-list .product-item .pickup:after {
  content: " ";
  display: table;
}

.cart-list .product-item .pickup:after {
  clear: both;
}

.cart-list .product-item .pickup .radio-column {
  float: left;
  margin: 0 10px;
}

.cart-list .product-item .pickup .radio-column input {
  display: block;
  float: left;
  margin: 10px 0;
}

.cart-list .product-item .pickup .radio-column label {
  width: 50px;
  display: block;
  text-align: left;
  margin: 0 0 0 20px;
  opacity: 0.5;
  cursor: pointer;
}

.cart-list .product-item .pickup .radio-column label span {
  display: block;
}

.cart-list .product-item .pickup .radio-column input:checked + label {
  opacity: 1;
}

.cart-list .product-item .pickup .store-column {
  margin: 5px 0 5px 5px;
  float: left;
}

.cart-list .product-item .pickup .store-column .store-name {
  font-size: 12px;
}

.cart-list .product-item .pickup .actions {
  clear: both;
  margin: 10px 0 10px 120px;
}

.btn-shopping-group .checkoutButton {
  float: right;
}

.btn-shopping-group .continueShoppingButton {
  float: left;
}

.btn-shopping-group .btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-shopping-group .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media only screen and (max-width: 639px) {
  .btn-shopping-group .btn {
    width: 50%;
  }

  .cart-list {
    margin: 10px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .cart-list table,
  .cart-list thead,
  .cart-list tbody,
  .cart-list tfoot,
  .cart-list tr,
  .cart-list td {
    display: block;
  }

  .cart-list.product-list thead td,
  .cart-list.product-list thead th {
    display: none;
  }

  .cart-list.product-list thead th:first-child {
    display: block;
  }

  .cart-list.product-list thead td.cart-list-title {
    display: block;
    margin: 0 -15px;
    padding: 5px 20px;
    background-image: -webkit-linear-gradient(220deg, #F8FAF7 0%, #F0F4F6 100%, #F0F4F6 100%);
    background-image: -o-linear-gradient(220deg, #F8FAF7 0%, #F0F4F6 100%, #F0F4F6 100%);
    background-image: linear-gradient(310deg, #F8FAF7 0%, #F0F4F6 100%, #F0F4F6 100%);
  }

  .section-title {
    display: block;
    margin: 0;
    padding: 5px 20px;
    background-image: -webkit-linear-gradient(220deg, #F8FAF7 0%, #F0F4F6 100%, #F0F4F6 100%);
    background-image: -o-linear-gradient(220deg, #F8FAF7 0%, #F0F4F6 100%, #F0F4F6 100%);
    background-image: linear-gradient(310deg, #F8FAF7 0%, #F0F4F6 100%, #F0F4F6 100%);
  }

  .cart-list.product-list thead td.cart-list-title .text-brand-light-green,
  .section-title .text-brand-light-green {
    color: #404040;
  }

  .cart-list .product-item {
    border-top: none;
    padding: 0;
    margin-bottom: 10px;
  }

  .cart-list .product-item .custom-select {
    min-width: 100%;
  }

  .cart-list.product-list tfoot {
    text-align: right;
    padding: 20px 0;
  }

  .cart-list.product-list tfoot .total {
    font-size: 18px;
    font-family: 'lloyds_sansbold';
  }

  .cart-list.product-list tfoot .grand-total {
    font-size: 19px;
    font-family: 'lloyds_sansbold';
  }

  .cart-list .product-item {
    font-size: 0;
  }

  .cart-list .product-item td {
    font-size: 16px;
  }

  .cart-list .product-item button {
    padding: 0;
  }

  .cart-list .product-item .edit-entry-button {
    background-color: #97BE0D;
    color: #fff;
    padding: 4px 15px;
    border-radius: 40px;
  }

  .cart-list.product-list .price-info,
  .cart-list.product-list .qty-info {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    width: calc(50% - 45px);
  }

  .cart-list.product-list .qty-info {
    margin-left: 18px;
  }

  .cart-list.product-list.prescription-list .qty-info .qty {
    text-align: center;
  }

  .cart-list .product-item .info span.product-promotional {
    display: block;
  }

  .cart-list.product-list tbody .stock-info {
    min-height: 40px;
    padding-left: 95px;
  }

  .cart-list.product-list tbody .stock {
    display: inline-block;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .cart-list.product-list td,
  .cart-list.product-list th {
    position: relative;
  }

  .cart-list.product-list td.remove,
  .cart-list.product-list th.remove {
    text-align: right;
  }

  .cart-list.product-list td.price-info {
    max-width: 140px;
  }

  .cart-list.product-list td.stock-info {
    min-width: 130px;
  }

  .cart-list .product-item .stock {
    font-family: 'lloyds_sanslight';
  }

  .cart-list .product-item .out-of-stock {
    margin-top: 5px;
    position: absolute;
  }

  .cart-list-title .product-count {
    font-family: 'lloyds_sanslight';
    font-size: 19px;
    color: #404040;
  }

  .cart-list.product-list tfoot td {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cart-list.product-list tfoot {
    font-size: 19px;
    font-family: 'lloyds_sansbold';
    border-bottom: 1px solid #E0E0E0;
  }

  .cart-list .product-item button span {
    display: inline-block;
    vertical-align: middle;
  }

  .cart-list .product-item .thumb {
    display: table-cell;
    vertical-align: middle;
  }

  .cart-list .product-item .info {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 1023px) {
  .cart-list .product-item .pickup {
    margin-left: 110px;
  }
}

.cart-summary {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  padding: 30px 15px;
}

.cart-summary:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

.cart-summary .coupon-form {
  padding-top: 10px;
}

@media (min-width: 768px) {
  .cart-summary {
    max-width: 768px;
    margin: 0 auto;
    padding: 30px 15px;
  }
}

.error-details-section .action {
  text-align: center;
  margin: 10px 0;
}

@media (max-width: 639px) {
  .continueShoppingButton,
  .checkoutButton {
    margin-bottom: 5px;
  }
}

.back-to-storelist {
  display: none;
}

@media (min-width: 1024px) {
  #colorbox #cboxTitle .headline-text {
    display: block !important;
    margin: 10px;
  }
}

/*Coupons*/

.coupon-title {
  display: inline-block;
  margin-right: 15px;
}

form.discount-coupon {
  display: table;
  width: 100%;
  padding: 0 10px;
  height: 90px;
  background-color: #F5F5F5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

form.discount-coupon input {
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

form.discount-coupon .discount-input {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 10px;
  font-size: 19px;
}

.tips-block {
  display: table;
  width: 100%;
  border: 1px solid #D70071;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 0;
  margin-bottom: 10px;
  padding: 15px 0;
}

.tips-block .tips-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 16px;
}

.tips-block .tips-cell p {
  margin-bottom: 0;
}

.tips-block .tips-cell.tips-icon {
  font-size: 25px;
  color: #D70071;
  width: 55px;
  text-align: center;
}

.login-section .headline,
.register-section .headline {
  padding: 10px 0;
  font-size: 18px;
}

.forgotten-password {
  padding: 10px;
}

.forgotten-password .form-group {
  margin-bottom: 20px;
  background-color: #fff !important;
}

.forgotten-password .help-block {
  float: left !important;
}

.forgotten-password .description {
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .login-section,
  .register-section {
    margin-bottom: 20px;
  }

  .login-section .headline,
  .register-section .headline {
    border-bottom: 1px solid #eee;
  }

  .headline.pharmacy-registration-headline {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
  }
}

.checkout-login .headline {
  padding: 10px 0 20px;
}

.checkout-login .btn.btn-block + .btn.btn-block {
  margin-top: 10px;
}

.price del {
  color: #000;
  font-family: 'lloyds_sansbold';
}

.price ins {
  color: #D71920;
  text-decoration: none;
}

a.price ins:hover {
  color: #ff1111;
}

.price.msrp {
  color: #666;
}

.sidebar-navigation {
  margin-bottom: 30px;
}

/*
.account-navigation {
  margin-bottom: 10px;
}
.account-navigation .account-navigation-header {
  padding: 10px;
  text-transform: uppercase;
}
.account-navigation .account-navigation-header a {
  display: block;
}
.account-navigation .account-navigation-list {
  margin: 10px;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .account-navigation .account-navigation-list {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .account-navigation .account-navigation-list {
    display: none !important;
  }
}
.account-navigation .account-navigation-list li.title {
  margin-top: 10px;
  font-family: 'lloyds_sansbold';
}
.account-navigation .account-navigation-list li.active {
  font-family: 'lloyds_sansbold';
}
.account-navigation .account-navigation-list li a:hover,
.account-navigation .account-navigation-list li afocus {
  color: #D71920;
}
*/

.account-home .account-home-section {
  margin-bottom: 20px;
}

.account-home .account-home-section .account-home-section-header {
  background: #f2f4f7;
  padding: 10px;
  text-transform: uppercase;
}

.account-home .account-home-section .account-home-section-content {
  height: 100px;
  padding: 10px;
  border: 1px solid #f2f4f7;
  border-top: 0;
}

.account-home .account-home-section .account-home-section-content ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

@media (max-width: 1023px) {
  .account-home .account-home-section {
    margin-bottom: 10px;
  }

  .account-home .account-home-section .account-home-section-content {
    height: auto;
    padding: 0;
  }

  .account-home .account-home-section .account-home-section-content ul li a {
    padding: 10px;
    display: block;
  }

  .account-home .account-home-section .account-home-section-content ul li + li {
    border-top: 1px solid #eee;
  }
}

.account-section .account-section-header {
  margin-bottom: 20px;
  font-size: 25px;
  font-family: 'lloyds_sansbold';
}

.account-section .account-section-header.account-section-header-small {
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.account-section .account-section-content.account-section-content-small {
  max-width: 800px;
  margin: 0 auto;
}

.account-section-content-small .sort-refine-bar {
  padding: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.account-section .btn.btn-block + .btn.btn-block {
  margin-top: 10px;
}

.account-profil .account-profil-info {
  margin: 0 0 10px;
}

.account-profil .account-profil-info .account-profil-info-line {
  line-height: 2em;
}

.account-profil .account-profil-info .account-profil-info-line span {
  display: inline-block;
  width: 100px;
}

.account-profil a.btn {
  margin-top: 10px;
}

.account-profil .btn + .btn {
  margin-left: 10px;
}

.account-addressbook .account-addressbook-list,
.account-paymentdetails .account-addressbook-list,
.account-addressbook .account-paymentdetails-list,
.account-paymentdetails .account-paymentdetails-list {
  padding-left: 0;
  list-style: none;
}

.account-addressbook .account-addressbook-list > li,
.account-paymentdetails .account-addressbook-list > li,
.account-addressbook .account-paymentdetails-list > li,
.account-paymentdetails .account-paymentdetails-list > li {
  padding: 20px 0;
}

.account-addressbook .account-addressbook-list > li .actions,
.account-paymentdetails .account-addressbook-list > li .actions,
.account-addressbook .account-paymentdetails-list > li .actions,
.account-paymentdetails .account-paymentdetails-list > li .actions {
  margin-top: 20px;
}

.account-addressbook .account-addressbook-list li .actions .btn,
.account-paymentdetails .account-addressbook-list li .actions .btn,
.account-addressbook .account-paymentdetails-list li .actions .btn,
.account-paymentdetails .account-paymentdetails-list li .actions .btn {
  margin-top: 10px;
}

.account-addressbook .account-addressbook-list li .actions .btn + .btn,
.account-paymentdetails .account-addressbook-list li .actions .btn + .btn,
.account-addressbook .account-paymentdetails-list li .actions .btn + .btn,
.account-paymentdetails .account-paymentdetails-list li .actions .btn + .btn {
  margin-left: 10px;
}

/*
.account-addressbook .account-addressbook-list li .remove,
.account-paymentdetails .account-addressbook-list li .remove,
.account-addressbook .account-paymentdetails-list li .remove,
.account-paymentdetails .account-paymentdetails-list li .remove {
  float: right;
}
*/

.account-addressbook .account-addressbook-list > li + li,
.account-paymentdetails .account-addressbook-list > li + li,
.account-addressbook .account-paymentdetails-list > li + li,
.account-paymentdetails .account-paymentdetails-list > li + li,
.account-addressbook .account-addressbook-list > div + li {
  border-top: 1px solid #f2f4f7;
}

/*
.account-addressbook .remove {
  float: right;
}
*/

.account-orderhistory .account-orderhistory-pagination {
  padding-bottom: 10px;
  padding-top: 10px;
}

.account-orderhistory .account-orderhistory-pagination .account-orderhistory-pagination-text {
  line-height: 32px;
}

.account-orderhistory .account-orderhistory-pagination .pager {
  margin: 0;
}

.account-orderhistory .account-orderhistory-sort {
  background: #f2f4f7;
  padding: 10px;
}

.account-orderhistory .account-orderhistory-list {
  border: 1px solid #eee;
}

.account-orderhistory .account-orderhistory-list ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.account-orderhistory .account-orderhistory-list .account-orderhistory-list-item {
  padding: 15px;
}

.account-orderhistory .account-orderhistory-list .account-orderhistory-list-item a {
  color: #303030;
}

.account-orderhistory .account-orderhistory-list .account-orderhistory-list-item a:hover,
.account-orderhistory .account-orderhistory-list .account-orderhistory-list-item a:focus {
  color: #0088CC;
}

@media (max-width: 639px) {
  .account-orderhistory .account-orderhistory-list .account-orderhistory-list-item .status strong {
    display: block;
  }
}

@media (min-width: 1024px) {
  .account-section .account-section-header {
    display: none;
  }
}

.account-orderhistory .account-orderhistory-list li + li {
  border-top: 1px solid #eee;
}

.account-orderdetail .account-orderdetail-overview:before,
.account-orderdetail .account-orderdetail-overview:after {
  content: " ";
  display: table;
}

.account-orderdetail .account-orderdetail-overview:after {
  clear: both;
}

.account-orderdetail .account-orderdetail-overview:before,
.account-orderdetail .account-orderdetail-overview:after {
  content: " ";
  display: table;
}

.account-orderdetail .account-orderdetail-overview:after {
  clear: both;
}

.account-orderdetail .account-orderdetail-overview .canel-panel {
  float: right;
  max-width: 200px;
}

.account-orderdetail .account-orderdetail-item-section {
  padding: 10px 0;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header {
  background: #f2f4f7;
  padding: 10px;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header:before,
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header:after {
  content: " ";
  display: table;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header:after {
  clear: both;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header:before,
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header:after {
  content: " ";
  display: table;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header:after {
  clear: both;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header .button-panel {
  float: right;
  width: 200px;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body {
  border: 1px solid #eee;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li {
  padding: 10px;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li:before,
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li:after {
  content: " ";
  display: table;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li:after {
  clear: both;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li:before,
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li:after {
  content: " ";
  display: table;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li:after {
  clear: both;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li + li {
  border-top: 1px solid #eee;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul .thumb {
  float: left;
  margin-right: 10px;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul .price-total {
  float: right;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-footer .subtotals {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #eee;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-footer .subtotals div span {
  display: inline-block;
  width: 100px;
}

.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-footer .subtotals .totals {
  font-family: 'lloyds_sansbold';
}

.account-transportplan .account-transportplan-pagination {
  padding-bottom: 10px;
  padding-top: 10px;
}

.account-transportplan .account-transportplan-pagination .account-transportplan-pagination-text {
  line-height: 32px;
}

.account-transportplan .account-transportplan-pagination .pager {
  margin: 0;
}

.account-transportplan .account-transportplan-sort {
  background: #f2f4f7;
  padding: 10px;
}

.account-transportplan .account-transportplan-list {
  border: 1px solid #eee;
}

.account-transportplan .account-transportplan-list ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.account-transportplan .account-transportplan-list .account-transportplan-list-item {
  padding: 15px;

}

.account-transportplan .account-transportplan-list .account-transportplan-list-item .transport-weekday-item {
  word-break: break-word;
}

.account-transportplan .account-transportplan-list .account-transportplan-list-item a {
  color: #303030;
}

.account-transportplan .account-transportplan-list .account-transportplan-list-item a:hover,
.account-transportplan.account-transportplan-list .account-transportplan-list-item a:focus {
  color: #0088CC;
}

@media (max-width: 639px) {
  .account-transportplan .account-transportplan-list .account-transportplan-list-item .status strong {
    display: block;
  }
}

.quick-view-popup .product-image {
  float: left;
  width: 33%;
}

.quick-view-popup .product-image a {
  display: block;
}

.quick-view-popup .product-image img {
  width: 100%;
  height: auto;
}

.quick-view-popup .product-details {
  margin-left: 33%;
  padding-left: 20px;
}

.quick-view-popup .product-details .name {
  font-size: inherit;
  font-family: 'lloyds_sansbold';
}

.quick-view-popup .product-details .rating:after {
  clear: none;
}

.quick-view-popup .product-details .price {
  font-size: inherit;
  font-family: 'lloyds_sansbold';
}

.quick-view-popup .addtocart-component {
  clear: both;
  padding-top: 20px;
}

.skip,
.skiptocontent,
.skiptonavigation {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Share */

.a2a_kit a {
  color: #404040;
  font-size: 32px;
  text-decoration: none;
}

.a2a_kit > * {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.a2a_kit > *:last-child {
  margin-right: 0;
}

/* Media list */

ul.media-list {
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}

ul.media-list li {
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}

ul.media-list li > * {
  display: inline-block;
  vertical-align: middle;
}

ul.media-list li > span {
  margin-right: 10px;
  padding: 3px;
  font-size: 10px;
  border: 1px solid #404040;
  border-radius: 50%;
}

/* Store picker */

.js-storepicker .js-storepicker-list-wrp {
  display: none;
  margin-bottom: 20px;
}

.js-storepicker table {
  width: 100%;
  border-collapse: collapse;
}

.js-storepicker.success .js-storepicker-list-wrp {
  display: block;
}

.js-storepicker th {
  padding: 10px 0;
  font-size: 19px;
}

.js-storepicker td {
  padding: 20px 0;
}

.js-storepicker td label {
  font-family: 'lloyds_sanslight';
}

.js-storepicker tr,
.js-storepicker thead {
  border-bottom: 1px solid #E0E0E0;
}

.js-storepicker tr:last-child {
  border: none;
}

.product-details {
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  .product-header {
    padding-top: 15px;
  }
}

@media (min-width: 1024px) {
  .product-details {
    margin-bottom: 35px;
  }
}

.product-details .name .sku {
  font-size: 14px;
  color: #303030;
  font-weight: normal;
  padding-left: 10px;
}

.product-details .stock-status {
  font-weight: normal;
}
.details-header .stock-status {
  white-space: nowrap;
}
.delivery-details span {
  position: relative;
  font-family: 'lloyds_sansitalic';
}

.delivery-details span:before {
  display: inline-block;
  margin-right: 10px;
}

.product-warnings,
.product-warnings-small {
  padding: 25px;
  margin-bottom: 20px;
  border: 2px solid #FAA732;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.product-warnings-small {
  padding: 10px;
  margin-bottom: 15px;
  font-family: 'lloyds_sanslight';
}

.product-warnings .warning-item,
.product-warnings-small .warning-item {
  border-bottom: 1px solid #E0E0E0;
  padding: 25px 0;
}

.product-warnings .warning-item:first-child,
.product-warnings-small .warning-item:first-child {
  padding-top: 0px;
}

.product-warnings .warning-item:last-child,
.product-warnings-small .warning-item:last-child {
  border: none;
  padding-bottom: 0px;
}

.product-warnings ul:not(.tag-list),
.product-warnings-small ul:not(.tag-list) {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product-warnings ul:not(.tag-list) li,
.product-warnings-small ul:not(.tag-list) li {
  display: block;
  margin-bottom: 20px;
}

.product-warnings ul:not(.tag-list) li:last-child,
.product-warnings-small ul:not(.tag-list) li:last-child {
  margin-bottom: 0;
}

.product-warnings ul:not(.tag-list) li:before,
.product-warnings-small ul:not(.tag-list) li:before {
  content: "–";
  padding-right: 10px;
}

.product-status {
  font-size: 0;
}

.product-status > strong {
  font-family: 'lloyds_sanslight';
}

.product-status .display-inline-block {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.product-status .display-inline-block span {
  display: inline-block;
  vertical-align: middle;
}

.product-status .display-inline-block span.icon {
  margin-right: 10px;
  text-align: center;
}

.product-status .display-inline-block span.streamline-marker-ok:before {
  font-size: 21px;
}

.product-status .display-inline-block span.warning {
  width: 16px;
  font-size: 21px;
  font-family: 'lloyds_sansbold';
}

@media (max-width: 767px) {
  .product-status .streamline-marker-ok {
    display: none !important;
  }
}

.related-products {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 0;
}

.related-products > header {
  padding: 0 15px;
}

.cart-icon-green {
  display: none;
  background: url("../../theme-blue/images/svg/shopping_cart_icon_green.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.cart-icon-white {
  display: none;
  background: url("../../theme-blue/images/svg/shopping_cart_icon_white.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.product-item .cart-icon-green,
.product-item .cart-icon-white {
  width: 100%;
  height: 18px;
}
@media (max-width: 768px) {
  #category-content-main-view .product-item .cart-icon-green,
  #category-content-main-view .product-item .cart-icon-white {
    display: block;
  }

  .frontpage .product-item .text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.product-carousel-insert .product-item .text {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}



.mini-cart-link .cart-icon-white {
  display: block;
  width: 100%;
  height: 18px;
}

.frontpage .related-products {
  margin-top: 0;
}


.page-product-details .related-products {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .related-products {
    padding: 30px 0;
  }
}

ul.filter-list {
  list-style: none;
  width: auto;
  margin-top: 10px;
  padding-left: 0;
}

.product-slide-container ul.filter-list {
  text-align: center;
}

ul.filter-list li {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 7px 11px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  font-size: 14px;
  cursor: pointer;
  color: #404040;
  -webkit-transition: border-color 450ms ease, color 450ms ease;
  -moz-transition: border-color 450ms ease, color 450ms ease;
  -ms-transition: border-color 450ms ease, color 450ms ease;
  -o-transition: border-color 450ms ease, color 450ms ease;
  transition: border-color 450ms ease, color 450ms ease;
}

ul.filter-list li.active {
  border-color: #58ae57;
  border-width: 2px;
  color: #404040;
}

ul.filter-list li.active a {
  color: #404040;
}

ul.filter-list li span {
  font-size: 14px;
  color: #58ae57;
  padding: 0 4px;
  top: -5px;
  position: relative;
  -webkit-transition: color 450ms ease;
  -moz-transition: color 450ms ease;
  -ms-transition: color 450ms ease;
  -o-transition: color 450ms ease;
  transition: color 450ms ease;
}

ul.filter-list li a {
  text-decoration: none;
  color: #404040;
}

@media (min-width: 1023px) {
  ul.filter-list li {
    margin: 0 10px 0 0;
    font-size: 19px;
    padding: 7px 20px;
    float: right;
  }

  ul.filter-list li span {
    font-size: 16px;
  }
}

.article-featured-image img {
  width: 100%;
}

.advice-block-inner {
  padding: 40px 20px;
  border: 5px solid #F7FAF2;
  background-color: #F7FAF2;
}

.advice-block {
  color: #005B2E;
  margin-top: 30px;
}

.advice-block a,
.advice-block p,
.advice-block h2 {
  color: #005B2E;
}

#read-more a {
  color: #404040;
  border-bottom: 1px solid #38B44A;
  -webkit-transition: border-color 250ms ease;
  -moz-transition: border-color 250ms ease;
  -ms-transition: border-color 250ms ease;
  -o-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
}

#read-more a:hover {
  border-color: transparent;
  text-decoration: none;
}

.page-advice .category {
  text-transform: uppercase;
  border-bottom: 1px solid #404040;
  letter-spacing: 1px;
}

/* Gode Råd */

.single-advice-content h1,
.single-advice-content h2,
.single-advice-content h3,
.single-advice-content h4,
.single-advice-content h5,
.single-advice-content h6 {
  font-family: 'lloyds_sanslight';
  padding-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .advice-block {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .advice-block-inner {
    border: 5px solid #E5F1D5;
    background-color: #fff;
  }

  #read-more .tag-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .single-advice-content li {
    margin-bottom: 10px;
  }

  .advice-block {
    position: absolute;
    bottom: 85px;
    right: 0px;
    z-index: 1;
    padding: 0 30px;
  }

  .advice-block-inner {
    padding: 80px 60px;
  }
}

.byline {
  background-color: #fff;
  font-size: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.byline .author-portrait {
  width: 85px;
  height: 85px;
  margin: 0 20px 0 auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.byline .author-portrait:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

.byline .byline-info {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.byline .byline-info .author-info > * {
  margin-top: 0;
  line-height: 1.2;
}

.byline .byline-info .publish-info > span {
  display: block;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .byline {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .byline {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 50px;
    background-color: transparent;
    text-align: center;
  }

  .byline .author-portrait {
    margin: 0 auto 10px auto;
    display: block;
    width: 130px;
    height: 130px;
  }

  .byline .byline-info {
    font-size: 19px;
  }
}

.read-more {
  display: inline-block;
  cursor: pointer;
  color: #0088CC;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

.read-more:before {
  content: 'Skjul';
}

.read-more.collapsed:before {
  content: 'Les mer';
}

.read-more span {
  color: #58ae57;
  font-size: 14px;
  font-family: 'streamline';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.read-more span:before {
  font-family: 'streamline' !important;
  content: "\e609";
}

.read-more.collapsed span:before {
  content: "\e606";
}

.dummy-ad {
  height: 250px;
  display: table;
  width: 100%;
  border: 1px solid #E0E0E0;
  background-color: #FCFCFD;
  text-align: center;
}

.dummy-ad:after {
  content: 'ANNONSERING';
  display: table-cell;
  vertical-align: middle;
}

.i-frame-temp-holder {
  display: block;
  text-align: center;
  padding: 100px;
  background: #FBFBFB;
  border: 1px solid #E0E0E0;
}

/* -------------------------------------------------------
 *
 *	static-elements.css. This file contains style
 *  properties for elements that sticks to the site's
 * 	global look.
 *
------------------------------------------------------- */

body {
  overflow-x: hidden;
  width: 100%;
  background: #F9FAF7;
  /* Old browsers */
  background: -moz-linear-gradient(228deg, #EEF3F5 25%, #F9FAF7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #EEF3F5), color-stop(100%, #F9FAF7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(228deg, #EEF3F5 25%, #F9FAF7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(228deg, #EEF3F5 25%, #F9FAF7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(228deg, #EEF3F5 25%, #F9FAF7 100%);
  /* IE10+ */
  background: linear-gradient(228deg, #EEF3F5 25%, #F9FAF7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEF3F5', endColorstr='#F9FAF7',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

main {
  min-height: 100vh;
  -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;
}

.site {
  float: left;
  width: 100%;
  overflow: hidden;
}

/*
@media only screen and (min-width: 768px)  {
	.site{
		padding-left: 15px;
		padding-right: 15px;
	}
}
*/

.bg-vitusapotek {
  height: 460px;
  width: 100%;
  z-index: -1;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 52px;
}

@media only screen and (min-width: 1024px) {
  .bg-vitusapotek {
    top: 137px;
  }
}

.js-scroll-attach {
  -webkit-backface-visibility: hidden;
}

.js-scroll-attach.attached {
  position: fixed;
}

.fixfixed .js-scroll-attach.attached {
  position: absolute;
}

.main-header {
  display: block;
  width: 100%;
  float: left;
  background-color: #FFF;
  position: relative;
  z-index: 5;
}

.header-placeholder {
  width: 100%;
  float: left;
}

.main-header .container-fluid,
.main-header .container {
  padding: 0;
  background-color: inherit;
}

.main-header .js-scroll-attach > .container {
  position: relative;
}

.main-header .js-scroll-attach {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0px 4px 10px -4px transparent;
  -moz-box-shadow: 0px 4px 10px -4px transparent;
  box-shadow: 0px 4px 10px -4px transparent;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-backface-visibility: hidden;
}

.main-header .js-scroll-attach.attached {
  position: fixed;
  -webkit-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.29);
}

.secondary-navigation {
  float: right;
}

.secondary-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0 25px;
  float: left;
  background-color: #58ae57;
  color: #FFFFFF;
}

.secondary-navigation ul:first-child {
  background-color: #005B2E;
}

.secondary-navigation ul li a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  padding: 2px 0;
}

.secondary-navigation ul li a span {
  display: inline-block;
  vertical-align: middle;
}

.secondary-navigation ul li a span.icon {
  font-size: 20px;
  margin-right: 5px;
}

.secondary-navigation ul li a {
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.secondary-navigation ul li a:hover span.text {
  border-color: transparent;
}

@media (max-width: 1023px) {
  .secondary-navigation {
    display: none;
  }
}

/* Tool navigation */

.tool-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.toggle-search:before {
  content: '\e601';
  font-family: 'streamline';
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  .autocomplete-active .toggle-search:before {
    content: '\e602';
  }
}

.mini-cart-link {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.mini-cart-link:hover {
  text-decoration: none;
  color: inherit;
}

.mini-cart-link * {
  display: inline-block;
  vertical-align: sub;
}

.mini-cart-link:before {
  content: '\e610';
  font-family: 'streamline';
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
}

.mini-cart-link .mini-cart-count {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 3px;
  top: 3px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #58ae57;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mini-cart-link .mini-cart-count[data-count="0"] {
  opacity: 0;
}

@media (max-width: 1023px) {
  .tool-navigation {
    float: right;
  }

  .tool-navigation > ul > li {
    float: left;
    height: 52px;
  }

  .tool-navigation ul li.cart {
    display: table;
    background-color: #58ae57;
    color: #FFF;
  }

  .tool-navigation > ul > li > a {
    color: inherit;
    padding: 0 20px;
  }

  .tool-navigation ul li button {
    height: 52px;
    padding: 0 20px;
    background-color: #FFF;
    border: 0;
    outline: none;
    font-size: 18px;
  }

  .tool-navigation ul > li > button span.text,
  .tool-navigation ul li .mini-cart-link span.text {
    display: none;
  }

  /*
	.tool-navigation ul li .site-search {
		position: absolute;
		z-index: -1;
		left: 0; right: 0; top: -92px;
		border-top: 1px solid #E0E0E0;
		border-bottom: 1px solid #E0E0E0;
		background-color: #FFF !important;
	}
	.tool-navigation ul li.search-is-active .site-search { 
		top: 100%;
	}
	
	.tool-navigation ul li.search-is-active .site-search form:before {
		width: 50px;
		text-align: center;
	}
	
	.tool-navigation ul li .site-search input {		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: inline-block;
		width: 100%; height: 52px;
		padding: 0 15px;
		outline: none;
		border: none;
		border-left: 1px solid #E0E0E0;
	}

	.tool-navigation ul li .site-search button {
		height: auto;
		position: relative;
		border: 1px solid #58ae57;
		color: #58ae57;
		background-color: transparent;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		padding: 8px 32px;
		margin: 10px 5px;
		z-index: 1;
		outline: none;
	}

	.tool-navigation ul li .site-search button:before {
		display: none;
	}
	
	.tool-navigation ul li .site-search .button-group {
		border-top: 1px solid #E0E0E0;
		text-align: center;
	}

	.tool-navigation ul li .site-search button.toggle-search {
		background-color: #58ae57;
		color: #FFF;
		width: 70%;
		max-width: 174px;
	}

	.tool-navigation ul li .site-search button.close-search {
		width: 30%;
		max-width: 107px;		
	}
*/
}

@media (min-width: 1024px) {
  .tool-navigation > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
  }

  .tool-navigation > ul li.cart {
    padding-left: 0;
  }

  .tool-navigation ul li.global-search {
    position: relative;
  }

  .tool-navigation > ul li button {
    position: relative;
    border: 1px solid #E0E0E0;
    background-color: #FFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 8px 32px;
    z-index: 1;
    outline: none;
  }

  .tool-navigation > ul li button.toggle-search,
  .tool-navigation > ul li button.open-cart {
    display: inline-block;
    vertical-align: middle;
  }

  .mini-cart-link {
    border: 1px solid #E5F1D5;
    background-color: #F7FAF2;
    color: #404040;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 8px 32px;
    z-index: 2;
    outline: none;
  }

  .mini-cart-link .mini-cart-count {
    top: 5px;
    right: 9px;
    color: #005B2E;
    font-size: 16px;
  }

  .tool-navigation > ul li .toggle-search:before,
  .mini-cart-link:before {
    margin-right: 10px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1140px) {
  .tool-navigation > ul li .toggle-search {
    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .tool-navigation > ul li .toggle-search:before {
    margin-right: 0;
  }

  .tool-navigation > ul li .toggle-search .text {
    display: none;
  }

  .search-is-active .site-search {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}

/* Autocomplete */

.autocomplete-site {
  position: fixed;
  padding: 15px 0;
  z-index: 9;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body.autocomplete-active .autocomplete-site {
  display: block;
}

#autocomplete-form {
  padding: 0 15px;
  position: relative;
  background-color: #FFFFFF;
}

.autocomplete-site .cancel-search button {
  background: transparent !important;
  border: none;
  color: #404040 !important;
  height: auto !important;
  padding: 0 !important;
  margin-right: 15px;
  border-bottom: 1px solid #58ae57;
  display: none;
  outline: none !important;
}

.autocomplete-site .cancel-search button:hover {
  border-color: transparent;
}

@media (max-width: 1023px) {
  body.autocomplete-active main {
    overflow: hidden !important;
    position: relative;
    height: 100vh;
  }

  .autocomplete-site {
    background-color: #FFFFFF;
    top: 53px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1024px) {
  .autocomplete-site {
    padding: 0;
    position: absolute;
    top: 0;
    right: 100%;
    width: 520px;
    overflow: hidden;
  }

  #autocomplete-form {
    padding: 0;
  }

  .autocomplete-site .input-group {
    display: table;
  }

  .autocomplete-site .cancel-search button {
    display: table-cell;
  }

  .autocomplete-site #autocomplete-search {
    height: 44px !important;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .autocomplete-site .submit-search {
    display: none;
  }
}

@media (min-width: 1280px) {
  .autocomplete-site {
    width: 650px;
  }
}

.autocomplete-results .ui-autocomplete {
  padding: 15px;
  padding-top: 0;
  list-style-type: none;
  margin: 0;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
}

.autocomplete-results {
  font-size: 0;
}

.autocomplete-results .item > a {
  text-decoration: none;
  padding: 0;
}

.search-header {
  font-size: 14px;
  padding: 10px 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.autocomplete-results .type-header {
  font-size: 14px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  background-color: #f1f1f1;
}

.autocomplete-results .type-header .title {
  display: inline-block;
}

.autocomplete-results .item + .item {
  display: block;
  border-top: 1px solid #f1f1f1;
}

.autocomplete-results .item {
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px;
}

.autocomplete-results .item.ui-state-focus {
  background-color: #F9F9F9;
}

.autocomplete-results .result-left,
.autocomplete-results .result-right {
  display: inline-block;
  vertical-align: middle;
}

.autocomplete-results .result-left {
  width: 60px;
  font-size: 0;
}

.autocomplete-results .result-right {
  width: calc(100% - 60px);
  font-size: 0;
}

.autocomplete-results .result-left > div,
.autocomplete-results .result-left > div > div {
  display: inline-block;
  vertical-align: middle;
}

.autocomplete-results .description,
.autocomplete-results .price {
  font-size: 16px;
  text-align: left;
  padding-right: 10px;
  padding-left: 20px;
}

.autocomplete-results .thumb {
  width: 100%;
  text-align: center;
}

.autocomplete-results .thumb img {
  max-height: 60px;
}

.autocomplete-results .description .name {
  font-size: 16px;
  margin: 0;
}

.autocomplete-results .description > span {
  display: block;
  font-size: 14px;
}

.autocomplete-results .price .contol {
  width: 140px;
}

.autocomplete-results .price .control > span {
  display: block;
  color: #808080;
}

.autocomplete-results .price .control .item-price {
  color: #5E5E5E;
}

@media (min-width: 1024px) {
  .autocomplete-results .ui-autocomplete {
    background-color: #FFFFFF;
    margin-top: 5px;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 580px;
  }

  .search-header .view-all {
    float: right;
  }

  .autocomplete-results .result-right > div,
  .autocomplete-results .result-right > div > div {
    display: inline-block;
    vertical-align: middle;
  }

  .autocomplete-results .products-item .description {
    width: 70%;
  }

  .autocomplete-results .price {
    width: 30%;
    text-align: right;
    padding-left: 10px;
  }
}

/* Main navigation */

.main-navigation > ul {
  position: relative;
}

.main-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul > li {
  display: inline-block;
}

.main-navigation ul li.go-back a {
  padding-left: 20px;
}

.main-navigation ul li.go-back a:after {
  font-family: 'streamline';
  content: '\e60c';
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.main-navigation ul li.go-back a:hover {
  color: #58ae57;
}

.main-navigation ul li.see-all a {
  font-size: 19px;
  color: #58ae57 !important;
}

.main-navigation ul li.has-children > a:after {
  font-family: 'streamline';
  content: '\e60b';
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}


body.page-onlineRegistrationPage,
body.template-pages-LoginPageTemplate {
  background: #fff;
}

.main-navigation ul li a {
  color: #404040;
  text-decoration: none;
}

.csstransforms .cd-dropdown,
.csstransforms .cd-dropdown a,
.cd-dropdown .cd-search,
.cd-dropdown .cd-divider {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.csstransforms .cd-dropdown.is-hidden {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
}

.csstransforms .main-navigation > ul.move-out > li > a,
.cd-dropdown.move-out > li > a,
.csstransforms .main-navigation > ul.move-out .small-tool-navigation a {
  -webkit-transform: translateX(-130%);
  -moz-transform: translateX(-130%);
  -ms-transform: translateX(-130%);
  -o-transform: translateX(-130%);
  transform: translateX(-130%);
  visibility: visible;
}

.no-csstransforms .cd-dropdown.is-hidden {
  display: none;
}

.no-csstransforms .main-navigation > ul.move-out > li > a,
.no-csstransforms .cd-dropdown.move-out > li > a,
.no-csstransforms .main-navigation > ul.move-out .small-tool-navigation a {
  display: none !important;
}

.main-navigation ul.move-out > li.magic-line {
  display: none;
}

.small-tool-navigation {
  background-color: #F7FAF2;
  margin: 0 -20px;
  padding: 0;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.small-tool-navigation ul {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.small-tool-navigation ul li a .icon {
  margin-right: 10px;
}

.secondary-navigation ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 25px 8px 25px;
}

@media (max-width: 1023px) {
  /* Main navigation */

  .main-header .js-scroll-attach.attached {
    left: 0;
    right: 0;
  }

  body.main-nav-expanded .main-navigation {
    left: 0;
  }

  .main-navigation {
    position: absolute;
    width: 100%;
    left: -100%;
    top: 52px;
    height: calc(100vh - 52px);
    background: #ffffff;
    z-index: 9;
    -webkit-transition: left 0.4s ease;
    -moz-transition: left 0.4s ease;
    -ms-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    transition: left 0.4s ease;
  }

  .main-navigation > ul > li > a {
    font-size: 19px;
    position: relative;
  }

  .main-navigation ul {
    height: 100%;
    padding: 20px;
    background-color: #fff;
  }

  .main-navigation ul.cd-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .main-navigation ul > li {
    display: block;
  }

  .main-navigation ul > li > a {
    display: block;
    border-bottom: 1px solid #F2F2F2;
  }

  .main-navigation ul li.see-all a {
    padding-top: 30px;
  }

  .main-navigation ul li a {
    padding: 10px 0;
    white-space: nowrap;
  }

  .no-csscalc .main-navigation {
    height: 100vh;
  }

  .no-csscalc.no-cssvhunit .main-navigation {
    height: 999px;
  }

  .main-navigation > ul.move-out .small-tool-navigation {
    background-color: #ffffff;
  }
}

@media (min-width: 1024px) {
  .small-tool-navigation {
    display: none !important;
  }

  .no-touchevents .main-navigation .cd-dropdown-content > li.see-all {
    display: none;
  }

  .main-navigation > ul > li {
    padding: 36px 15px;
  }

  .main-navigation > ul > li:hover > a {
    color: #58ae57;
  }

  .main-navigation > ul > li:hover > ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1;
  }

  .main-navigation > ul > li.has-children > a:after {
    display: none;
  }

  .main-navigation > ul > li > a {
    padding: 3px 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -ms-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
  }

  .main-navigation > ul > li > ul {
    display: none;
    -webkit-transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -ms-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
    opacity: 0;
  }

  .main-navigation ul.cd-dropdown-content {
    position: absolute;
    overflow: hidden;
    margin-top: 15px;
    z-index: 1;
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.29);
  }

  .main-navigation ul.cd-dropdown-content.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
  }

  .main-navigation ul.cd-dropdown-content > li.go-back {
    display: none;
  }

  .main-navigation ul.cd-dropdown {
    width: 300px;
    max-height: 500px;
    background: #fff;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-navigation ul.cd-dropdown > li {
    background: #fff;
    padding: 0 15px;
  }

  .main-navigation ul.cd-dropdown > li a {
    border-bottom: 1px solid #f2f2f2;
  }

  .main-navigation ul.cd-dropdown > li:nth-last-child(2) > a {
    border-bottom: none;
  }

  .main-navigation ul.cd-dropdown li {
    display: block;
  }

  .main-navigation ul.cd-dropdown li a {
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #F2F2F2;
  }

  .main-navigation ul.cd-dropdown li.go-back {
    border-bottom: none;
    margin-top: -10px;
    background: #F7FAF2;
  }

  .main-navigation ul.cd-dropdown li.go-back a {
    position: relative;
    border-bottom: none;
  }

  .main-navigation ul.cd-dropdown li.see-all a {
    padding: 20px 20px;
    border-bottom: none;
  }

  .main-navigation ul.cd-dropdown li.has-children > a {
    position: relative;
  }

  .main-navigation ul.cd-dropdown li.has-children > a:after {
    right: 15px;
    -webkit-transition: right 0.2s ease 0.2s;
    -moz-transition: right 0.2s ease 0.2s;
    -ms-transition: right 0.2s ease 0.2s;
    -o-transition: right 0.2s ease 0.2s;
    transition: right 0.2s ease 0.2s;
  }

  .main-navigation ul.cd-dropdown li.has-children:hover > a:after {
    right: 10px;
  }

  .main-navigation ul.cd-secondary-dropdown {
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: hidden;
  }

  .height-defined .cd-secondary-dropdown {
    height: 100%;
  }

  .main-navigation > ul > li ul li.magic-line {
    position: absolute;
    width: 2px;
    padding: 0;
    left: 15px;
    margin-top: 5px;
    background-color: #58ae57;
    display: block;
    opacity: 0;
    border: 0;
    -webkit-transition: top 0.2s linear, opacity 0.2s 0.3s linear, height 0.1s linear;
    -moz-transition: top 0.2s linear, opacity 0.2s 0.3s linear, height 0.1s linear;
    -ms-transition: top 0.2s linear, opacity 0.2s 0.3s linear, height 0.1s linear;
    -o-transition: top 0.2s linear, opacity 0.2s 0.3s linear, height 0.1s linear;
    transition: top 0.2s linear, opacity 0.2s 0.3s linear, height 0.1s linear;
  }

  body.autocomplete-active .main-navigation > ul > li.has-children:hover > ul {
    display: none !important;
  }
}

@media only screen and (min-width: 1280px) {
  .main-navigation > ul > li {
    padding: 36px 25px;
  }

  .main-navigation > ul > li > a {
    font-size: 18px;
    padding: 3px 0;
    text-decoration: none;
  }

  .main-navigation ul.cd-dropdown {
    width: 280px;
  }

  .header-placeholder {
    height: 100px;
  }
}

@media only screen and (min-height: 1024px) {
  .main-navigation ul.cd-dropdown {
    max-height: 600px;
  }
}

@media (max-width: 1023px) {
  .main-navigation .small-tool-navigation li.log_in,
  .main-navigation .small-tool-navigation li.log_out,
  .main-navigation .small-tool-navigation li.logged_in {
    display: none;
  }

  body.main-nav-expanded {
    overflow: hidden;
  }

  .main-header {
    background: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    z-index: 3;
    position: relative;
  }

  .header-placeholder {
    height: 52px;
  }

  .main-header .js-scroll-attach {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
  }

  .site-logo {
    width: 126px;
    vertical-align: middle;
    position: absolute;
    left: 70px;
    top: 50%;
    margin-top: -10px;
  }

  button.main-nav-trigger {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 52px;
    width: 50px;
    z-index: 2;
    outline: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    background-color: #FFFFFF;
  }

  button.main-nav-trigger:before,
  button.main-nav-trigger:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    left: 15px;
    height: 1px;
    background: #005B2E;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -webkit-transform 0.4s ease;
    -ms-transition: -webkit-transform 0.4s ease;
    -o-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
  }

  button.main-nav-trigger:before {
    margin-top: -4px;
  }

  button.main-nav-trigger:after {
    margin-top: 4px;
  }

  .main-nav-expanded .main-nav-trigger:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .main-nav-expanded .main-nav-trigger:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media only screen and (min-width: 1024px) {
  .main-header .js-scroll-attach.attached {
    top: 0;
    right: -10px;
    left: -10px;
  }

  .header-placeholder {
    height: 96px;
  }

  .site-logo {
    position: absolute;
    width: 200px;
    top: 0;
    left: 15px;
    margin: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .js-scroll-attach.attached .site-logo {
    top: 50%;
    margin-top: -12px;
  }

  .site-logo img {
    width: auto;
    max-width: 100%;
  }

  .navigations-wrapper {
    float: right;
    position: relative;
  }

  .navigations-wrapper > nav {
    display: inline-block;
    vertical-align: middle;
  }

  .main-nav-trigger {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .site-logo {
    width: 220px;
    top: 0;
    left: 15px;
  }

  .js-scroll-attach.attached .site-logo {
    margin-top: -20px;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: visible;
  }
}

@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: visible;
  }
}

@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: visible;
  }
}

/* Breadcrumb */

header + .breadcrumb-section {
  margin-top: -10px;
  margin-bottom: 10px;
}

.breadcrumb-section {
  width: 100%;
  float: left;
}

.breadcrumb-section .breadcrumb {
  margin: 0;
  font-weight: normal;
}

.breadcrumb-section .breadcrumb a {
  color: #404040;
  text-decoration: underline;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
  font-size: 12px;
  padding: 10px 0;
}

.breadcrumb > li + li:before {
  content: "\0000BB";
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb > li:first-child {
    display: none !important;
  }

  .breadcrumb > li:last-child {
    display: none;
  }

  .breadcrumb > li:nth-child(2):before {
    content: '';
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .breadcrumb > li {
    font-size: 13px;
    padding: 20px 0;
  }
}

/* Footer */

.main-footer {
  margin: 0;
  background: #FFF;
  padding: 0;
}

.main-footer a {
  color: #166729;
  text-decoration: underline;
}

.main-footer a:hover,
.main-footer a:active,
.main-footer a:focus {
  text-decoration: none;
}

.main-footer .pre-footer {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

.main-footer .pre-footer > .container > .row {
  position: relative;
  z-index: 1;
}

.main-footer .footer-banners {
  height: 100%;
  width: 100%;
  padding: 15px;
}

.main-footer .footer-banners-wrap {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #FFF;
  padding: 0 20px;
}

.main-footer .footer-banners .footer-banner {
  padding: 20px 0;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
}

.main-footer .footer-banners .footer-banner:last-child {
  border-bottom: 0;
}

.main-footer .footer-banners .footer-banner .name {
  font-family: 'lloyds_sansbold';
  margin-bottom: 15px;
  font-size: 16px;
}

.main-footer .footer-banners .footer-banner .thumb {
  width: 48px;
  text-align: center;
  display: table-cell;
}

.main-footer .footer-banners .footer-banner .thumb > span {
  font-size: 34px;
}

.main-footer .footer-banners .footer-banner .thumb > span.streamline-e-resept-app {
  font-size: 48px;
}

.main-footer .footer-banners .footer-banner .thumb > span.streamline-e-resept-app .path1 {
  text-shadow: 0px 3px 6px rgba(150, 150, 150, 0.33);
}

.main-footer .footer-banners .footer-banner .description {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .main-footer .footer-banners {
    font-size: 0;
  }

  .main-footer .footer-banners-wrap {
    padding: 30px 20px;
  }

  .main-footer .footer-banners .footer-banner {
    border-color: transparent;
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 50%;
    padding-top: 10px;
  }

  .main-footer .footer-banners .footer-banner:nth-last-child(-n+2):before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 15px;
    background-color: #f1f1f1;
  }
}

@media (min-width: 1024px) {
  .main-footer .footer-banners {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-footer .footer-banners .footer-banner {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-footer .footer-banners .footer-banner:before {
    display: none !important;
  }

}

@media (min-width: 1300px) {
  .main-footer .footer-banners-wrap {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}

.main-footer .footer-line {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 40px 0;
}

.main-footer .footer-line .footer-column {
  text-align: center;
  display: block;
  line-height: 30px;
}

.main-footer .footer-line .copyright img {
  max-width: 120px;
}

.main-footer .footer-line .copyright > a {
  display: block;
}

.main-footer .footer-line .line-1 {
  display: none;
}

.main-footer .footer-line .line-2 {
  display: none;
}

.main-footer .footer-line .social-media {
  margin-top: 25px;
}

.main-footer .footer-line .social-media > span,
.main-footer .footer-line .social-media > a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-decoration: none;
}

.main-footer .footer-line .social-media > span {
  display: block;
}

.main-footer .footer-line .social-media > *:last-child {
  margin-right: 0;
}

.main-footer .footer-line .social-media > a {
  font-size: 30px;
}

.main-footer .footer-line .social-media > a:before {
  color: #404040;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.main-footer .footer-line .social-media > a.streamline-facebook:hover:before {
  color: #2662A2;
}

.main-footer .footer-line .social-media > a.streamline-twitter:hover:before {
  color: #00ACEC;
}

.main-footer .footer-line .social-media > a.streamline-youtube:hover:before {
  color: #e52d27;
}

@media (min-width: 1024px) {
  .main-footer .footer-line {
    font-size: 0;
  }

  .main-footer .footer-line .footer-column {
    text-align: left;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.7;
  }

  .main-footer .footer-line .social-media {
    margin-top: 0px;
  }

  .main-footer .footer-line .social-media > span {
    display: inline-block;
  }
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #e0e0e0;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #e0e0e0;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e0e0e0;
}

.panel-default {
  border-color: #e0e0e0;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f2f4f7;
  border-color: #e0e0e0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e0e0e0;
}

.panel-default > .panel-heading .badge {
  color: #f2f4f7;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e0e0e0;
}

.panel-primary {
  border-color: #D71920;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #D71920;
  border-color: #D71920;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #D71920;
}

.panel-primary > .panel-heading .badge {
  color: #D71920;
  background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #D71920;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3e5983;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3e5983;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #D71920;
  background-color: #fff8f8;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #fff8f8;
  background-color: #D71920;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* Global styles for billboards */

.billboard-button {
  background-color: #005A64;
  color: #FFFFFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.billboard-wrapper .btn {
  margin: 10px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.h-lagoon {
  color: #006674;
}

.shadow-green {
  color: #92C7C4;
}

.billboard-button:hover {
  background-color: #014148;
  color: #FFFFFF;
}

/* Billboard horizontal */

.billboard-horizontal {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.billboard-horizontal--space {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .billboard-horizontal--space {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.billboard-horizontal .billboard-title {
  line-height: 1.5;
}

.billboard-horizontal .billboard-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 0;
}

.billboard-horizontal .billboard-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.billboard-horizontal .billboard-resources,
.billboard-horizontal .billboard-details {
  display: block;
}

.billboard-horizontal .billboard-resources {
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
}

.billboard-horizontal .billboard-resources:after {
  content: '';
  display: block;
  clear: both;
}

.billboard-horizontal .billboard-details {
  padding: 20px 15px;
}

.billboard-horizontal .billboard-lead {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.billboard-horizontal .billboard-header {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .billboard-horizontal .billboard-resources {
    text-align: center;
    max-width: 100%;
  }

  .billboard-horizontal .billboard-details {
    padding: 0 60px;
  }

  .billboard-horizontal .billboard-resources,
  .billboard-horizontal .billboard-details {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }

  .billboard-horizontal--small .billboard-resources {
    width: 30%;
  }

  .billboard-horizontal--small .billboard-details {
    width: 70%;
    max-width: 610px;
  }
}

@media (max-width: 1023px) {
  .billboard-horizontal--small {
    text-align: center;
  }

  .billboard-horizontal--small .billboard-details {
    max-width: 400px;
    display: inline-block;
  }
}

/* Billboard vertical */

.billboard-vertical {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.billboard-vertical .billboard-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 0;
  padding: 0 0;
}

.billboard-vertical .billboard-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.billboard-vertical .billboard-resources,
.billboard-vertical .billboard-details {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 0 20px;
}

.billboard-vertical .billboard-resources {
  max-width: 75%;
}

.billboard-vertical .billboard-details {
  padding: 20px 15px;
}

.billboard-vertical .billboard-lead {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.billboard-vertical .billboard-header {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 640px) {
  .billboard-vertical .billboard-resources,
  .billboard-vertical .billboard-details {
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .billboard-vertical .billboard-wrapper {
    padding: 80px 0;
  }
}

@media (min-width: 1024px) {
  .billboard-vertical .billboard-resources,
  .billboard-vertical .billboard-details {
    width: 100%;
    max-width: 45%;
    margin: 0 auto;
  }

  .billboard-vertical .billboard-details.wide {
    max-width: 75%;
  }

  .billboard-vertical .billboard-details.wide .billboard-header {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .billboard-vertical .billboard-resources:after,
  .billboard-vertical .billboard-details:after {
    content: '';
    display: block;
    clear: both;
  }
}

/* Vi vet - article list */

.billboard-wrapper .article-list {
  font-size: 0;
}

.billboard-wrapper .article-list a {
  color: #404040;
  word-break: break-word;
}

.billboard-wrapper .article-list .article-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 10px;
}

.article-products {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .billboard-wrapper .article-list .main-article {
    width: 50%;
    float: left;
  }

  .billboard-wrapper .article-list .main-article .article-item {
    width: 100%;
    float: left;
  }

  .billboard-wrapper .article-list .other-articles {
    width: 50%;
    float: left;
  }

  .billboard-wrapper .article-list .other-articles .article-item {
    width: 50%;
  }

  .article-products {
    margin-top: 40px;
  }
}

.article-content-product-author-info {
  font-size: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  .article-content-product-author-info {
    font-size: 11px;
  }

  .article-content-product-author-section {
    margin-left: 0px;
    margin-right: 0px;
    width: 99%;
  }
}

@media (min-width: 1024px) {
    .article-products .product-listing.product-grid .product-item {
        width: 20%;
    }
}

/* Product article list */

.product-article-list {
  margin-top: 10px;
  text-align: center;
}

.product-article-list .product-item {
  width: 100%;
  display: inline-block;
  padding: 20px;
}

.product-article-list .product-item:nth-child(odd) {
  border-right: 1px solid #e0e0e0;
}

.product-article-list .product-item .pre-title {
  font-family: 'lloyds_sanslight';
}

.product-article-list .product-item .product-thumb {
  width: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.product-article-list .product-item .product-thumb img {
  max-height: 170px;
}

.product-article-list .product-item .product-info {
  width: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.product-article-list .product-item .product-shop-info {
  width: 100%;
  float: left;
}

.product-article-list .product-item .product-shop-info * {
  display: inline-block;
}

.product-article-list .product-item .product-shop-info .price-panel s {
  margin-right: 15px;
  color: #9B9B9B;
}

.product-article-list .product-item .product-shop-info .price-panel span.price {
  font-family: 'lloyds_sansbold';
}

@media (min-width: 768px) {
  .product-article-list {
    margin-top: 40px;
    text-align: left;
  }

  .product-article-list .product-item {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .product-article-list .product-item .product-thumb {
    width: 30%;
  }

  .product-article-list .product-item .product-thumb img {
    max-height: auto;
  }

  .product-article-list .product-item .product-info {
    width: 70%;
  }

  .product-article-list .product-item .product-shop-info .price-panel * {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
  }
}

/* Brackets */

.brackets {
  padding: 15px 0;
}

.brackets .brackets-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.brackets .brackets-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.brackets.columns-2 .bracket {
  float: left;
  width: 100%;
}

.brackets .bracket-wrapper {
  padding: 15px 15px;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.brackets .bracket-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.brackets .bracket-resources,
.brackets .bracket-details {
  display: block;
  text-align: center;
}

.brackets .bracket-resources {
  margin-bottom: 30px;
}

.treatments-table {
  font-size: 16px;
  text-align: left;
  margin-top: 40px;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}

.treatments-table td {
  padding: 0;
}

.treatments-table td.price {
  font-size: 19px;
  color: #417505;
}

@media (max-width: 767px) {
  .bracket-lead {
    width: 75%;
    margin: 0 auto;
  }

  .bracket-lead:after {
    content: '';
    display: block;
    clear: both;
  }

  .treatments-table {
    display: block;
    float: left;
  }

  .treatments-table td {
    width: 100%;
    float: left;
    display: block;
  }

  .treatments-table tbody tr {
    padding-bottom: 1em;
    float: left;
    display: block;
  }

  .treatments-table td.price,
  .treatments-table td.time {
    padding: 1em 0 0 0;
    width: 50%;
  }

  .treatments-table-header td {
    display: none;
  }

  .treatments-table-header td.title {
    display: block;
  }
}

@media (min-width: 768px) {
  .treatments-table tr {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
  }

  .treatments-table tbody td {
    padding: 1em 0.5em;
  }

  .treatments-table-header td {
    vertical-align: middle;
    padding: 0 0.5em;
    font-family: 'lloyds_sansbold';
  }

  .treatments-table td.price,
  .treatments-table td.time {
    text-align: center;
    min-width: 90px;
  }

  .brackets.columns-2 .bracket {
    width: 50%;
    float: left;
  }

  .brackets.columns-3 .bracket {
    width: 33.3333%;
    float: left;
  }
}

@media (min-width: 1024px) {
  .brackets {
    padding: 30px 0;
  }

  .brackets .bracket-wrapper {
    max-width: 75%;
  }
}

/* Editorial */

.editorial {
  padding: 80px 0;
}

.editorial .editorial-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.editorial .editorial-header,
.editorial .editorial-resources {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .editorial.columns-1 .editorial-wrapper {
    max-width: 45%;
  }

  .editorial.columns-2 .editorial-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}

/*Banners*/

.banner-wrap {
  width: 100%;
}

.banner-listing {
  font-size: 0;
  width: auto;
}

.banner img {
  width: 100%;
}

.banner {
  width: 100%;
  display: inline-block;
  font-size: 16px;
}

.banner a {
  display: block;
}

.banner-s {
  width: 50%;
}

@media only screen and (min-width: 641px) {
  .banner-xl {
    width: 100%;
  }

  .banner-l {
    width: 50%;
  }

  .banner-m {
    width: 33.333333%;
  }

  .banner-s {
    width: 25%;
  }
}

/* Push banner */

.push-banner {
  padding: 15px;
  border: 1px solid #E9E9E9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 0;
  margin-bottom: 20px;
}

.push-banner-thumb,
.push-banner-text,
.push-banner-button-group {
  display: block;
  font-size: 16px;
  text-align: center;
}

.push-banner-thumb {
  margin-bottom: 15px;
}

.push-banner-text {
  margin: 0 auto;
  max-width: 90%;
  margin-bottom: 15px;
  font-size: 16px;
}

.push-banner-title {
  line-height: 1.5;
  margin: 0;
  font-family: 'lloyds_sansbold';
}

@media (min-width: 768px) {
  .push-banner {
    margin-bottom: 15px;
    padding: 30px;
  }

  .push-banner-thumb,
  .push-banner-text,
  .push-banner-button-group {
    display: inline-block;
    vertical-align: middle;
  }

  .push-banner-thumb {
    width: 110px;
    text-align: left;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .push-banner-text {
    width: calc(80% - 140px);
    text-align: left;
    margin-bottom: 0;
    font-size: 19px;
  }

  .push-banner-button-group {
    width: 20%;
    text-align: right;
  }
}

.coupon-form {
  position: relative;
  padding-bottom: 10px;
}

.coupon-form label {
  position: relative;
  z-index: 2;
  display: block;
  color: #2B98CE;
  -webkit-transition: -webkit-transform 350ms;
  -moz-transition: -moz-transform 350ms;
  -ms-transition: -ms-transform 350ms;
  -o-transition: -o-transform 350ms;
  transition: transform 350ms;
  text-decoration: underline;
  cursor: pointer;
}

.coupon-form label:hover {
  text-decoration: none;
}

.coupon-form .input-group {
  overflow: hidden;
  border: none;
  width: 100%;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  pointer-events: none;
  opacity: 0;
  display: block;
  vertical-align: middle;
  height: 0;
  perspective: 1000px;
  transform: rotateX(90deg);
  transform-origin: top center;
}

.coupon-form .input-group-btn {
  display: inline-block;
  vertical-align: middle;
}

.coupon-form .btn {
  padding: 10px 20px;
  line-height: 1.3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #58ae57;
  color: #FFFFFF;
}

.coupon-form input.form-control {
  height: auto;
  width: auto;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  width: calc(100% - 80px);
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.29);
  background-color: transparent;
  outline: none;
}

.coupon-form.filled .input-group {
  opacity: 1;
  pointer-events: all;
  transform: rotateX(0);
  height: 45px;
}

.radio-accordion {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}

.radio-accordion .accordion-row {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.radio-accordion .accordion-row:last-child {
  border-bottom: none;
}

.radio-accordion .heading {
  padding: 20px 30px;
  padding-left: 70px;
  margin: 0;
  display: block;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .radio-accordion .heading {
    padding: 15px 20px;
    padding-left: 45px;
  }
}

.radio-accordion .toggler {
  position: absolute;
  top: 26px;
  left: 30px;
  z-index: 2;
}

@media (max-width: 1023px) {
  .radio-accordion .toggler {
    top: 21px;
    left: 20px;
  }
}

.radio-accordion .accordion-row .content {
  padding: 30px;
  padding-top: 0;
}

@media (max-width: 1023px) {
  .radio-accordion .accordion-row .content {
    padding: 20px;
    padding-top: 0;
  }
}

.radio-accordion .content {
  display: none;
}

.radio-accordion .toggler:checked ~ .content {
  display: block;
}

.radio-accordion .toggler:checked ~ .heading {
  background: transparent;
}

.radio-accordion .form-horizontal:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cart-box-wrap {
    padding: 15px;
  }
}

.cart-box {
  background-color: #fff;
}

@media (min-width: 768px) {
  .cart-box {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
  }
}

.cart-list--compact.cart-list--compact {
  float: none !important;
}

.cart-list--compact.cart-list--compact + .cart-list--compact {
  margin-top: 40px;
}

.cart-list--compact.cart-list--compact .cart-list-title {
  font-size: 21px;
}

.cart-list--compact.cart-list--compact th {
  font-size: 16px;
  padding-bottom: 10px;
}

.cart-list--compact.cart-list--compact th,
.cart-list--compact.cart-list--compact td,
.cart-list--compact.cart-list--compact td:last-child,
.cart-list--compact.cart-list--compact th:last-child,
.cart-list--compact.cart-list--compact td:first-child {
  padding: 20px;
}

.cart-list--compact.cart-list--compact thead ~ thead th:first-child {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .cart-list--compact.cart-list--compact thead ~ thead th:first-child {
    padding-top: 70px;
  }
}

.cart-list--compact.cart-list--compact .your-savings .prefix {
  display: none;
}

.cart-list--compact.cart-list--compact tbody {
  border: none;
}

.cart-list--compact.cart-list--compact .product-item {
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.cart-list--compact.cart-list--compact .product-item .thumb {
  width: 70px;
}

.cart-list--compact.cart-list--compact .product-item .thumb img {
  max-height: 70px;
}

.cart-list--compact.cart-list--compact .product-item .info .promotional {
  margin-bottom: 5px;
}

.cart-list--compact.cart-list--compact .product-item .info .name {
  font-size: 19px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .cart-list.cart-list.cart-list {
    display: block;
  }

  .cart-list.cart-list.cart-list th {
    padding: 20px 0;
  }

  .cart-list.cart-list.cart-list td,
  .cart-list.cart-list.cart-list td:first-child {
    padding: 0;
  }

  .cart-list.cart-list.cart-list tbody {
    border: none;
  }

  .cart-list.cart-list.cart-list .product-item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px;
    padding-bottom: 90px;
    overflow: hidden;
  }

  .cart-list.cart-list.cart-list .product-item:before {
    content: '';
    height: 1px;
    background: #e0e0e0;
    display: block;
    position: absolute;
    bottom: 90px;
    left: 10px;
    right: 10px;
  }

  .cart-list.cart-list.cart-list .thumb {
    padding: 10px 0 20px;
    float: left;
    width: 70px;
  }

  .cart-list.cart-list.cart-list .info {
    float: left;
    padding: 10px;
    width: calc(100% - 70px);
  }

  .cart-list.cart-list.cart-list .info .promotional {
    font-size: 12px;
    margin: 0;
  }

  .cart-list.cart-list.cart-list .info .promotional bold {
    font-weight: normal;
  }

  .cart-list.cart-list.cart-list .info .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    line-height: 1.5em;
    font-size: 16px;
  }

  .cart-list.cart-list.cart-list .info span {
    display: block;
  }

  .cart-list.cart-list.cart-list .stock-info {
    width: calc(100% - 70px);
    float: right;
    padding: 10px;
    padding-top: 0;
  }

  .cart-list.cart-list.cart-list .your-savings {
    clear: both;
    padding: 10px;
    display: block;
    border-top: 1px solid #e0e0e0;
    font-size: 13px;
  }

  .cart-list.cart-list.cart-list .your-savings span {
    display: inline-block;
  }

  .cart-list.cart-list.cart-list .your-savings .prefix {
    display: none;
  }

  .cart-list.cart-list.cart-list .discount-cell,
  .cart-list.cart-list.cart-list .qty-info,
  .cart-list.cart-list.cart-list .price-info,
  .cart-list.cart-list.cart-list .remove {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: center;
    height: 60px;
    line-height: 25px;
    vertical-align: middle;
    margin: 0;
    width: 40%;
    font-size: 12px;
  }

  .cart-list.cart-list.cart-list .qty-info {
    padding-top: 12px;
  }

  .cart-list.cart-list.cart-list .qty-info .qty {
    font-size: 19px;
    font-family: 'lloyds_sansbold';
    font-weight: normal;
  }

  .cart-list.cart-list.cart-list .qty-info label span {
    display: inline-block;
    margin-right: 10px;
  }

  .cart-list.cart-list.cart-list .qty-info input {
    width: 60px;
  }

  .cart-list.cart-list.cart-list .price-info {
    left: 40%;
    width: 40%;
    white-space: nowrap;
    padding-top: 12px;
  }

  .cart-list.cart-list.cart-list .discount-cell {
    left: 40%;
    width: 40%;
    white-space: nowrap;
    padding-top: 32px;
  }

  .cart-list.cart-list .discount-cell span:not(.discount-price) {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    line-height: 25px;
  }

  .cart-list.cart-list.cart-list .remove {
    width: 20%;
    left: auto;
    right: 10px;
    padding-top: 14px;
  }
}

.prescriptions-totals {
  width: 100%;
  font-size: 16px;
  padding: 20px 0;
}

.prescriptions-totals .text {
  float: left;
  display: block;
}

.prescriptions-totals .amount {
  float: right;
  display: block;
  padding: 0 20px;
  font-family: 'lloyds_sansbold';
  font-weight: normal;
}

.prescriptions-totals:after {
  content: '';
  display: table;
  clear: both;
}

.prescriptions-totals.in-cart-list {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .prescriptions-totals.in-cart-list {
    display: none;
  }
}

@media (min-width: 768px) {
  .prescriptions-totals {
    font-size: 19px;
    padding: 30px 0;
  }
}

.account-section .cart-list {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .account-section .cart-list {
    margin-bottom: 30px;
  }
}

.account-section .prescriptions-totals {
  margin-top: -15px;
}

@media (min-width: 768px) {
  .account-section .prescriptions-totals {
    margin-top: -30px;
  }
}

@media (min-width: 768px) {
  .compact-list .compact-list-heading {
    padding: 20px;
  }
}

.compact-list .cart-list-title {
  font-size: 21px;
}

.image-and-text-panel {
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
}

.image-and-text-panel .text {
  padding: 15px;
}

.image-and-text-panel .lead {
  margin-bottom: 30px;
}

.image-and-text-panel .image {
  background-position: center center;
  background-size: 100% auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  display: table;
  width: 100%;
}

.image-and-text-panel .image.no-image {
  background: #005b2e;
}

.image-and-text-panel .image:not(.no-overlay):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(27, 27, 27, 0.7);
  z-index: 1;
}

.image-and-text-panel .image .inner {
  position: relative;
  z-index: 2;
  display: table-cell;
  height: 110px;
  vertical-align: middle;
  line-height: 1.3em;
}

.image-and-text-panel .btn {
  padding: 5px 14px;
  margin-bottom: 5px;
}

.image-and-text-panel.large {
  margin-bottom: 30px;
}

.image-and-text-panel.large .image .inner {
  height: 150px;
}

@media (max-width: 768px) {
  .image-and-text-panel.large .h-medium {
    font-size: 21px;
  }
}

@media (min-width: 767px) {
  .image-and-text-panel {
    display: table;
  }

  .image-and-text-panel .image,
  .image-and-text-panel .text {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
  }

  .image-and-text-panel .text {
    vertical-align: top;
  }

  .image-and-text-panel .image {
    width: 40%;
  }

  .image-and-text-panel.large .image {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .image-and-text-panel {
    height: 300px;
  }

  .image-and-text-panel .lead {
    margin-bottom: 60px;
    min-height: 85px;
  }

  .image-and-text-panel.large .text {
    padding: 50px;
  }
}

.progress-steps-outer {
  margin: 0 -10px;
}

@media (min-width: 800px) {
  .progress-steps .track + .track .track-header {
    margin-top: 65px;
  }
}

.progress-steps .track-header {
  width: 100%;
  padding: 10px;
}

@media (min-width: 800px) {
  .progress-steps .track-header .title {
    display: inline;
  }

  .progress-steps .track-header .divider {
    display: inline;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 30px;
  }
}

.progress-steps .track-wrapper {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}

.progress-steps .step {
  display: table-cell;
  text-align: center;
  width: 20%;
  background: #fff;
  padding: 30px 2%;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  position: relative;
  height: 290px;
}

.progress-steps .step:first-child {
  background: #005b2e;
  color: #fff;
  vertical-align: middle;
  border: none;
  padding-left: 3%;
  padding-right: 3%;
}

.progress-steps .step:first-child .image {
  display: none;
}

.progress-steps .step:not(:first-child):after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -32.5px;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: url("../../theme-blue/images/svg/progress-arrow-right.svg") center center no-repeat;
  background-color: #f0f4f5;
}

.progress-steps .step.display-image {
  overflow: hidden;
  padding: 0;
}

.progress-steps .step.display-image .image {
  display: block;
}

.progress-steps .step.display-image .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none;
}

.progress-steps .step.display-image .image.compat-object-fit {
  min-height: 288px;
}

.progress-steps .step .title {
  font-family: 'lloyds_sanslight', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.3em;
}

.progress-steps .image {
  height: 130px;
  padding-bottom: 30px;
  width: 100%;
}

.progress-steps .image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}

.progress-steps .image img {
  max-height: 100%;
}

@media (max-width: 800px) {
  .progress-steps {
    display: block;
    overflow: hidden;
  }

  .progress-steps .track-header {
    margin-top: 65px;
    min-height: 190px;
    border: 1px solid #E0E0E0;
    border-bottom: none;
    margin-top: 0;
    background-color: white;
    padding: 15px;
    text-align: center;
  }
}

@media (max-width: 800px) and (max-width: 500px) {
  .progress-steps .track-header .description,
  .progress-steps .track-header .divider {
    font-size: 14px;
  }

  .progress-steps .track-header .title {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .progress-steps .track {
    display: block;
    width: 50%;
    float: left;
    padding: 0 10px;
  }

  .progress-steps .track-wrapper {
    border-spacing: 0;
  }

  .progress-steps .step {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    min-height: 230px;
    padding: 30px 20px;
    height: auto;
  }
}

@media (max-width: 800px) and (max-width: 500px) {
  .progress-steps .step {
    font-size: 14px;
  }
}

@media (max-width: 800px) and (max-width: 340px) {
  .progress-steps .step {
    padding: 30px 10px;
  }
}

@media (max-width: 800px) {
  .progress-steps .step .title {
    font-size: 25px;
  }

  .progress-steps .step:first-child {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 60px;
  }

  .progress-steps .step:first-child .image {
    display: inline-block;
    height: 60px;
  }

  .progress-steps .step:not(:first-child) {
    padding-top: 50px;
    min-height: 285px;
  }

  .progress-steps .step:not(:first-child):after {
    top: -32.5px;
    margin-top: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 2;
    background-image: url("../../theme-blue/images/svg/progress-arrow-down.svg");
  }

  .progress-steps .image {
    height: 100px;
    padding-bottom: 20px;
  }

  .progress-steps .image img {
    max-width: 70%;
  }
}

.hero {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .hero {
    margin-bottom: 180px;
  }
}

.hero__figure {
  position: relative;
  height: 250px;
}

@media (min-width: 768px) {
  .hero__figure {
    height: 60vh;
    min-height: 515px;
  }
}

.hero__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero__body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero__title {
  color: white;
  padding-top: 56px;
  max-width: 490px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  font-size: 35px;
}

@media (min-width: 540px) {
  .hero__title {
    padding-top: 50px;
    font-size: 45px;
  }
}

@media (min-width: 768px) and (min-height: 1000px) {
  .hero__title {
    font-size: 60px;
    padding-top: 100px;
    max-width: 570px;
  }
}

@media (min-width: 768px) and (min-height: 1170px) {
  .hero__title {
    font-size: 70px;
    padding-top: 140px;
    max-width: 570px;
  }
}

.hero__assets {
  position: relative;
  z-index: 2;
  font-size: 0;
  margin-top: -40px;
}

@media (min-width: 768px) {
  .hero__assets {
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -100px;
  }
}

.hero__assets__wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hero__assets__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hero__asset {
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .hero__asset {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% / 2);
    max-width: 349px;
  }
}

@media (min-width: 1024px) {
  .hero__asset {
    width: calc(100% / 3);
  }
}

.hero__asset__body {
  -webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.25);
  background-color: white;
  padding: 30px;
}

@media (min-width: 768px) {
  .hero__asset__body {
    padding: 50px;
    padding-bottom: 30px;
  }
}

.hero__asset__description {
  margin-bottom: 30px;
}

.hero__asset__title {
  text-transform: uppercase;
}

.hero__asset__footer {
  font-size: 12px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .hero__asset__footer {
    margin-top: 40px;
  }
}

.hero__asset .btn {
  padding: 10px 30px;
}

.find-store-modal .pickup-modal,
.find-store-modal .c-pickup {
  background: #f1f1f1;
  height: 100%;
}

.find-store-modal__top {
  padding: 30px;
  background: #F9F9F9;
  height: 100%;
  position: relative;
  overflow: auto;
}

@media (max-width: 767px) {
  .find-store-modal__top {
    padding: 0 10px;
    overflow: hidden;
  }
}

@media (max-width: 767px) and (min-width: 641px) {
  .find-store-modal__top .button-col {
    padding-left: 0;
  }
}

@media (max-width: 630px) and (min-width: 480px) {
  .find-store-modal__top .address-col,
  .find-store-modal__top .openings-col {
    margin-bottom: 20px;
    width: 50%;
    float: left;
  }

  .find-store-modal__top .button-col {
    clear: both;
  }
}

@media (max-width: 479px) {
  .find-store-modal__top .address-col,
  .find-store-modal__top .openings-col {
    margin-bottom: 20px;
  }
}

.find-store-modal__top .searchPOSForm {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .find-store-modal__top .searchPOSForm {
    position: absolute;
    z-index: 10;
    margin-bottom: 0;
    top: 52px;
    left: 0;
    right: 0;
    padding: 15px 10px;
  }
}

.find-store-modal__top .input-group {
  margin-bottom: 20px;
  background: #fff;
}

@media (max-width: 767px) {
  .find-store-modal__top .input-group {
    margin-bottom: 0;
  }
}

.find-store-modal__top .btn-find-closest {
  width: 100%;
}

@media (max-width: 767px) {
  .find-store-modal__top .btn-find-closest {
    display: none;
  }
}

@media (min-width: 701px) {
  .find-store-modal__top .input-group {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    float: left;
    margin-bottom: 0;
  }

  .find-store-modal__top .btn-find-closest {
    float: right;
    width: auto;
  }
}

.find-store-modal__top .form-control {
  height: 52px;
}

.find-store-modal #cboxLoadedContent {
  margin-top: 0;
}

.find-store-modal #cboxTitle,
.find-store-modal #cboxClose {
  display: none !important;
}

.find-store-modal #cboxBottomCenter {
  height: 14px;
}

@media (max-width: 767px) {
  .find-store-modal .pickup-header {
    display: none;
  }
}

.find-store-modal .tabs {
  border: none;
  margin-bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .find-store-modal .tabs {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.find-store-modal .tabs .tabhead {
  display: block !important;
}

.find-store-modal .tabs .tabs-list {
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin-bottom: -1px;
}

.find-store-modal .tabs .tabs-list > li {
  display: block;
  float: left;
  border: 1px solid #e0e0e0;
  border-top: none;
  margin-bottom: 0;
  background: transparent !important;
  margin-right: -1px;
}

@media (max-width: 767px) {
  .find-store-modal .tabs .tabs-list > li {
    width: 50%;
  }

  .find-store-modal .tabs .tabs-list > li:last-child {
    border-right: none;
  }
}

.find-store-modal .tabs .tabs-list > li a {
  border: none;
  border-bottom: 3px solid transparent;
  transition: none;
  background: transparent !important;
  color: #2B98CE;
  min-width: 130px;
  display: inline-block;
}

.find-store-modal .tabs .tabs-list > li.active {
  border-bottom-color: #404040;
}

.find-store-modal .tabs .tabs-list > li.active a {
  color: #404040;
  border-bottom-color: #404040;
}

.find-store-modal .tabs .tabs-list > li .icon {
  display: inline;
  vertical-align: middle;
  position: relative;
  top: -3px;
  padding-right: 10px;
  padding-left: 0;
  font-size: 1.6em;
}

.find-store-modal .tabs .content {
  margin: 0;
  border-top: 1px solid #e0e0e0;
  padding: 30px !important;
  position: absolute;
  top: 223px;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .find-store-modal .tabs .content {
    position: absolute;
    top: 56px;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px !important;
    overflow: hidden;
  }
}

.find-store-modal .tabs .content .tabhead {
  display: none !important;
}

.find-store-modal .tabs .content .tabbody {
  padding: 0;
  background: transparent;
}

@media (max-width: 767px) {
  .find-store-modal .tabs .content .pickup-store-list-tabbody {
    height: 100%;
    padding-top: 65px;
  }
}

.find-store-modal .uil-ring-css {
  width: 100%;
  height: 200px;
}

.find-store-modal .uil-ring-css > div {
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

@media (max-width: 480px) {
  .find-store-modal .uil-ring-css {
    height: 100px;
  }
}

.find-store-modal .pickup-store-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .find-store-modal .pickup-store-list {
    /*max-height: 100%;*/
    overflow: auto;
    padding-bottom: 10px;
  }
}

.find-store-modal .pickup-store-list-entry {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: block;
}

@media (max-width: 767px) {
  .find-store-modal .pickup-store-list-entry {
    margin-bottom: 20px;
  }
}

.find-store-modal .pickup-store-list-entry:last-child {
  margin-bottom: 0;
}

.find-store-modal .pickup-store-list-entry .pickup-store-input {
  display: none;
}

.find-store-modal .pickup-store-list-entry .btn-choose-store {
  display: block;
  width: 100%;
  pointer-events: all;
  color: #fff;
}

.find-store-modal .pickup-store-list-entry .select-store-form:hover {
  border-color: #58AE57;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.find-store-modal .pickup-store-list-entry .pickup-store-info {
  padding: 30px;
  line-height: 1.8em;
}

@media (max-width: 767px) {
  .find-store-modal .pickup-store-list-entry .pickup-store-info {
    padding: 20px;
  }
}

.find-store-modal .pickup-store-list-entry .btn[disabled] {
  background: #ccc;
  box-shadow: none;
}

.find-store-modal .pickup-store-list-entry .pickup-store-list-entry-name {
  font-family: 'lloyds_sansbold';
  display: inline-block;
  font-size: 19px;
  margin-bottom: 10px;
  border-bottom: 1px solid #55AF52;
}

.find-store-modal .pickup-store-list-entry .pickup-store-list-entry-name.js-choose-store {
  cursor: pointer;
}

.find-store-modal .pickup-store-list-entry .pickup-store-list-entry-address,
.find-store-modal .pickup-store-list-entry .pickup-store-list-entry-distance {
  display: block;
}

.find-store-modal .pickup-store-list-entry .pickup-store-list-entry-stock-summary .icon {
  width: 25px;
  display: inline-block;
}

.find-store-modal .pickup-store-list-entry .js-droplist .trigger {
  display: block;
  text-decoration: none;
  color: #404040;
  padding: 15px;
  margin: 0;
}

@media (max-width: 767px) {
  .find-store-modal .pickup-store-list-entry .js-droplist .trigger {
    padding: 10px 5px;
  }
}

@media (max-width: 630px) {
  .find-store-modal .pickup-store-list-entry .js-droplist .trigger {
    text-align: center;
  }
}

.find-store-modal .pickup-store-list-entry .js-droplist .trigger .when-expanded .icon:before {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  display: inline-block;
}

.find-store-modal .pickup-store-list-entry .js-droplist .trigger-text {
  color: #2B98CE;
  cursor: pointer;
}

.find-store-modal .pickup-store-list-entry .js-droplist .trigger-text .when-expanded {
  display: none;
}

@media (max-width: 630px) {
  .find-store-modal .pickup-store-list-entry .js-droplist .trigger-text {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}

.find-store-modal .pickup-store-list-entry .js-droplist .trigger-text .icon {
  margin-left: 5px;
}

.find-store-modal .pickup-store-list-entry .js-droplist .stock-details {
  display: none;
}

.find-store-modal .pickup-store-list-entry .js-droplist.expanded .stock-details {
  display: block;
}

.find-store-modal .pickup-store-list-entry .js-droplist.expanded .trigger-text .when-expanded {
  display: inline;
}

.find-store-modal .pickup-store-list-entry .js-droplist.expanded .trigger-text .when-collapsed {
  display: none;
}

.find-store-modal .pickup-store-list-entry .store-availability {
  padding: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.find-store-modal .pickup-store-list-entry .stock-details {
  background: #fff;
  border-top: 1px solid #e0e0e0;
}

.find-store-modal .pickup-store-list-entry .stock-details .pickup-product {
  margin-bottom: -1px;
  padding: 20px;
  padding-left: 80px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.find-store-modal .pickup-store-list-entry .stock-details .pickup-product:last-child {
  border-bottom: none;
}

.find-store-modal .pickup-store-list-entry .stock-details .pickup-product:after {
  content: '';
  display: table;
  clear: both;
}

.find-store-modal .pickup-store-list-entry .stock-details .thumb {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-right: 20px;
  height: 60px;
}

.find-store-modal .pickup-store-list-entry .stock-details .name {
  margin-top: 3px;
  margin-bottom: 5px;
  font-family: 'lloyds_sansbold';
}

.find-store-modal .pickup-store-list-entry .stock-details .icon {
  width: 25px;
  display: inline-block;
}

.find-store-modal .google-map {
  height: 500px;
  background: #aaa;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}

.find-store-modal .google-map .gm-style img {
  max-height: none;
}

.find-store-modal .google-map .map-info-window {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  width: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  transition: all .2s;
  transform: translateY(0);
  opacity: 1;
  z-index: 18;
}

@media (max-width: 767px) {
  .find-store-modal .google-map .map-info-window {
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow: auto;
    max-height: 250px;
    max-height: 52vh;
  }
}

.find-store-modal .google-map .map-info-window--hidden {
  transition: none;
  transform: translateY(10px);
  opacity: 0;
}

@media (max-width: 767px) {
  .find-store-modal .google-map .map-info-window .pickup-store-info {
    line-height: 1.4em;
    padding: 15px 18px;
  }
}

@media (max-width: 767px) {
  .find-store-modal .google-map .map-info-window .address-col,
  .find-store-modal .google-map .map-info-window .openings-col {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .find-store-modal .google-map .map-info-window .pickup-store-list-entry-name {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .find-store-modal .google-map .map-info-window .trigger {
    color: #2B98CE;
  }
}

@media (max-width: 767px) {
  .find-store-modal .google-map .map-info-window .trigger .postfix {
    display: none;
  }
}

@media (max-width: 767px) {
  .find-store-modal .google-map .map-info-window .trigger .trigger-text {
    display: none;
  }
}

.find-store-modal .google-map .map-info-window.stock-info-showing .pickup-store-info {
  display: none;
}

@media (max-width: 767px) {
  .find-store-modal .google-map .map-info-window.stock-info-showing .trigger > .col-sm-8 {
    display: none;
  }
}

.find-store-modal .google-map .map-info-window.stock-info-showing .trigger .trigger-text {
  margin-top: 0;
  display: block;
}

.find-store-modal .google-map .map-info-window.stock-info-showing .panel-footer {
  border-top: none;
}

.find-store-modal .google-map .map-info-window .stock-details {
  max-height: 250px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.find-store-modal .google-map .map-info-window .close-button {
  display: none;
}

@media (max-width: 767px) {
  .find-store-modal .google-map .map-info-window .close-button {
    color: #808080;
    display: inline-block;
    padding: 0;
    padding-left: 0;
    margin-right: 30px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .find-store-modal .google-map .map-info-window .btn-choose-store {
    display: inline-block;
    width: 125px;
    line-height: 35px;
    padding: 0;
  }
}

.shipping-options-modal #cboxLoadedContent {
  margin-top: 0;
}

.shipping-options-modal #cboxTitle {
  display: none !important;
}

.shipping-options-modal #cboxBottomCenter {
  height: 14px;
}

.shipping-options-modal #cboxLoadedContent {
  background: #f1f1f1;
  padding: 40px;
}

@media (max-width: 480px) {
  .shipping-options-modal #cboxLoadedContent {
    padding: 20px;
  }
}

.shipping-options-modal__inner {
  min-height: 100%;
  text-align: center;
  padding-bottom: 40px;
}

@media (max-width: 480px) {
  .shipping-options-modal__inner {
    padding-bottom: 20px;
  }
}

.shipping-options-modal__title {
  margin-top: 0;
}

.shipping-options-modal__lead {
  margin-bottom: 30px;
}

.shipping-options-modal__form {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.shipping-options-modal__input {
  height: 53px;
}

body .shipping-options-modal__loading {
  width: 100%;
  height: 40px;
  text-align: center;
  display: none;
}

body .shipping-options-modal__loading > div {
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.shipping-options-modal--loading .shipping-options-modal__loading {
  display: block;
}

.shipping-options-modal__results {
  text-align: left;
}

.shipping-options-modal__result {
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: -1px;
  padding: 15px 25px;
}

.shipping-options-modal__result:after {
  content: '';
  display: table;
  clear: both;
}

.shipping-options-modal__result__title {
  float: left;
  max-width: 80%;
  font-family: 'lloyds_sansbold';
}

.shipping-options-modal__result__price {
  float: right;
}

.custom-select {
  position: relative;
  font-size: 0;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  min-width: 100px;
  height: 39px;
  display: inline-block;
}

.custom-select input {
  width: 50%;
  display: inline-block;
  font-size: 16px;
  height: 100%;
  vertical-align: middle;
  border: none;
}

.custom-select .custom-select-trigger {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 50%;
  height: 100%;
  font-size: 16px;
  background-color: #F4F4F4;
  background-image: url("../../theme-blue/images/svg/dropdown.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.custom-select .custom-select-dropdown {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 2px;
  z-index: 4;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.29);
  display: none;
}

.custom-select .custom-select-dropdown li {
  display: block;
  padding: 2px 2px 2px 10px;
}

.custom-select .custom-select-dropdown li:last-child {
  border-top: 1px solid #f1f1f1;
}

.custom-select .custom-select-dropdown li:hover,
.custom-select .custom-select-dropdown li.focus {
  background-color: #F7FAF2;
  cursor: pointer;
}

.custom-select.active .custom-select-dropdown {
  display: block;
}

.no-svg .custom-select .custom-select-trigger {
  background-image: url("../../theme-blue/images/png/dropdown.png");
}

@media (min-width: 1024px) {
  .custom-select {
    height: 49px;
  }
}

.cart-buttons .btn + .btn {
  margin-left: 10px;
}

@media only screen and (max-width: 1023px) {
  .cart-buttons {
    margin-top: 20px;
  }

  .cart-buttons .btn {
    /*width: 48%;*/
    /*float: left;*/
    /*margin: 0;*/
    font-size: 14px;
    /*padding: 10px 5px;*/
  }

  .cart-buttons .btn + .btn {
    float: right;
  }
}

/*@media only screen and (max-width: 480px) {*/
/*    .cart-buttons .btn {*/
/*        font-size: 3.7vw;*/
/*    }*/
/*}*/

.component-add-to-cart {
  font-size: 0;
  margin-top: 15px;
}

.component-add-to-cart .group {
  font-size: 16px;
  padding: 0 15px;
  margin-bottom: 15px;
}

.component-add-to-cart .group.price-group > span {
  display: block;
  text-align: center;
}

.component-add-to-cart .group.qty-group {
  text-align: left;
}

/*Member price design*/
.price-label-new {
  font-size: 16px
}

.price-value-new {
  font-size: 24px;
}

.price {
  /*line-height: 22px;*/
  font-family: 'lloyds_sansbold';
  display: flex;
  flex-direction: column;
}

.member-price {
  color: #166729;
  text-align: left;
}

.customer-price {
  color: #AF4303;
  text-align: left;
}

/*Styles for product cards (carousel)*/
.product-slider .price-label-new {
  font-size: 12px;
}

.product-slider .price-value-new {
  font-size: 20px;
}

.product-slider .price {
  line-height: 18px;
  font-family: 'lloyds_sansbold';
}
.line-through {
  text-decoration: line-through;
}
/**/
/*Styles for checkout*/
.subtotal div {
  display: inline-block;
}
.subtotal .price-label-new {
  font-size: 16px;
}

.subtotal .price-value-new {
  font-size: 16px;
}

.totals div {
  display: inline-block;
}
.totals .price-label-new {
  font-size: 18px;
}

.totals .price-value-new {
  font-size: 18px;
}

.tax .price-label-new {
  font-size: 15px;
}

.tax .price-value-new {
  font-size: 15px;
}
.savings .product-promotional div {
  display: inline-block;
}

.savings .product-promotional .price-label-new {
  font-size: 14px;
}

.savings .product-promotional .price-value-new {
  font-size: 14px;
}
/**/

/*Styles for category item*/
.product-item .price-label-new {
  font-size: 12px;
  text-align: left;
}

.product-item .price-value-new {
  font-size: 20px;
  text-align: left;
}
/**/
/**/
.component-add-to-cart .group label {
  display: block;
  margin-bottom: 5px;
}

.component-add-to-cart .group input[name="qty"] {
  max-width: 70px;
}

.component-add-to-cart .group .select-style select {
  min-width: 100px;
}

/*.component-add-to-cart .cart-button-group button {*/
/*  padding: 13px 40px;*/
/*}*/

@media (max-width: 767px) {
  .component-add-to-cart .price-group,
  .component-add-to-cart .qty-group {
    width: 60%;
    display: inline-block;
    vertical-align: top;
  }

  .component-add-to-cart .price-group span,
  .component-add-to-cart .qty-group span {
    text-align: left !important;
  }

  .component-add-to-cart .price-group input,
  .component-add-to-cart .qty-group input {
    max-width: none !important;
  }

  .component-add-to-cart .qty-group {
    width: 40%;
  }

  .component-add-to-cart .cart-button-group button {
    margin-top: 5px;
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .component-add-to-cart {
    margin-bottom: 20px;
  }

  .component-add-to-cart .group {
    display: inline-block;
    vertical-align: bottom;
  }

  .component-add-to-cart .group.price-group > span {
    text-align: left;
  }

  /*.component-add-to-cart .group.price-group .price {*/
  /*  font-size: 42px;*/
  /*}*/

  /*.component-add-to-cart .group.price-group .price-label {*/
  /*  display: none;*/
  /*}*/

  /*.component-add-to-cart .btn-add {*/
  /*  min-width: 278px;*/
  /*}*/

  .component-add-to-cart .product-warnings-small {
    max-width: 278px;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .component-add-to-cart .group {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1300px) {
  /*.component-add-to-cart .btn-add {*/
  /*  min-width: 300px;*/
  /*}*/

  .component-add-to-cart .product-warnings-small {
    max-width: none;
  }
}

.addToCartMobileNotification {
  display: none;
}

.add-to-cart .add-to-cart-item {
  margin-bottom: 15px;
}

.add-to-cart .add-to-cart-item:before,
.add-to-cart .add-to-cart-item:after {
  content: " ";
  display: table;
}

.add-to-cart .add-to-cart-item:after {
  clear: both;
}

.add-to-cart .add-to-cart-item:before,
.add-to-cart .add-to-cart-item:after {
  content: " ";
  display: table;
}

.add-to-cart .add-to-cart-item:after {
  clear: both;
}

.add-to-cart .add-to-cart-item .thumb {
  display: block;
  text-align: center;
  height: 150px;
  margin-bottom: 10px;
}

.add-to-cart .add-to-cart-item .details {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
}

.add-to-cart .add-to-cart-item .details:after {
  content: '';
  clear: both;
  display: block;
}

.add-to-cart .add-to-cart-item .details .name {
  font-family: 'lloyds_sansbold';
  color: inherit;
  margin-bottom: 10px;
  display: block;
}

.add-to-cart .add-to-cart-item .price {
  display: block;
  text-align: center;
  font-size: 19px;
  color: #005B2E;
  font-family: 'lloyds_sansbold';
}

/* Mini cart */

.js-blink-mini-cart-link {
  position: relative;
  z-index: 9999;
}

@media (max-width: 1023px) {
  .touchevents .addToCartMobileNotification {
    position: fixed;
    top: 75px;
    right: 3px;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #4FA718;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1000;
    display: none;
  }

  .touchevents .addToCartMobileNotification:before {
    content: '';
    border-width: 11px;
    z-index: 2;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4FA718;
    position: absolute;
    top: -10px;
    right: 10px;
  }

  .mini-cart-link.refresh {
    background-color: #4FA718;
  }
}

@media (min-width: 1024px) {
  .addToCartMobileNotification {
    display: none !important;
  }
}

.mini-cart-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.mini-cart-js-wrap {
  display: none;
  position: absolute;
  right: 20px;
  top: 40px;
  width: 400px;
  z-index: 2;
  padding-top: 30px;
  color: #404040;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.mini-cart-js-wrap.active {
  display: block;
}

.mini-cart-js-wrap.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.mini-cart {
  position: relative;
  background-color: #FFF;
  padding: 20px;
  border: 3px solid #E5F1D5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mini-cart:before,
.mini-cart:after {
  content: '';
  position: absolute;
  right: 20px;
  display: block;
  width: 0;
  height: 0;
  top: -15px;
}

.mini-cart:before {
  border-width: 11px;
  z-index: 2;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #E5F1D5;
}

.mini-cart:after {
  border-width: 9px;
  z-index: 1;
  top: -16px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #E5F1D5;
}

#mini-cart-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}

.mini-cart .btn {
  padding: 5px 10px;
}

.mini-cart .mini-cart-body:after {
  content: '';
  display: block;
  clear: both;
}

.mini-cart .mini-cart-body .mini-cart-list {
  padding-left: 0;
  list-style: none;
}

.mini-cart .mini-cart-body .mini-cart-list li {
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
}

.mini-cart .mini-cart-body .mini-cart-list li:first-child {
  border-color: transparent;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item {
  font-size: 0;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .thumb {
  width: 75px;
  height: 75px;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: calc(100% - 90px);
  padding-right: 10px;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .name {
  display: block;
  font-size: 16px;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .promotional {
  display: block;
  font-size: 16px;
  padding: 5px 0;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .promotional .product-promotional {
  font-size: 14px;
  border-top: 1px solid #EFEFEF;
  padding: 5px 0;
  margin: 2px 0;
  display: block;
}

.cart-list th {
  font-weight: normal;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .qty,
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .price {
  font-size: 16px;
  display: inline-block;
  width: 50%;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .price {
  text-align: right;
}

.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .qty:before {
  display: none;
}

.mini-cart .mini-cart-body .mini-cart-totals {
  border: 1px solid #f1f1f1;
  border-width: 1px 0;
  margin: 15px 0;
  padding: 10px;
}

.mini-cart .mini-cart-body .mini-cart-totals .key {
  float: left;
}

.mini-cart .mini-cart-body .mini-cart-totals .value {
  text-align: right;
}
.mini-cart .product-added-alert {
  display: none;
}

.mini-cart .mini-cart-body .mini-cart-totals .total-qty {
  display: none;
}
.mini-cart .mini-cart-body .mini-cart-checkout-button {
  margin: 10px 0;
}

.mini-cart .mini-cart-body > img {
  width: 100%;
}

/* Cart list (new) */

.cart-list-new {
  font-size: 0;
  margin-bottom: 30px;
}

.cart-list-new .cart-header {
  text-align: right;
  display: none;
}

.cart-list-new .cart-header:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.cart-list-new .cart-header div.column {
  display: inline-block;
  font-family: 'lloyds_sansbold';
}

.cart-list-new .cart-item {
  display: block;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
}

.cart-list-new .cart-item:after {
  content: '';
  font-size: 0;
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.cart-list-new .product-left > div,
.cart-list-new .product-left > div > div,
.cart-list-new .product-right > div,
.cart-list-new .product-right > div > div {
  display: inline-block;
  vertical-align: middle;
}

.cart-list-new .description,
.cart-list-new .qty,
.cart-list-new .price {
  font-size: 16px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.cart-list-new .thumb {
  width: 25%;
  text-align: center;
}

.cart-list-new .thumb img {
  max-height: 100px;
}

.cart-list-new .description {
  width: 75%;
}

.cart-list-new .description > a {
  text-decoration: none;
}

.cart-list-new .description > span {
  display: block;
  font-size: 14px;
}

.cart-list-new .qty,
.cart-list-new .price {
  width: 50%;
}

.cart-list-new .qty .control,
.cart-list-new .price .control {
  width: 100px;
}

.cart-list-new .price .control > span {
  display: block;
  color: #808080;
}

.cart-list-new .price .control .item-price {
  font-size: 18px;
  font-family: 'lloyds_sansbold';
  color: #404040;
}

.cart-list-new .cart-item .qty.prefix-sm:before {
  content: 'Antall: ';
  display: inline-block;
}

.cart-list-new .cart-item .description,
.cart-list-new .cart-item .qty,
.cart-list-new .cart-item .price {
  padding: 10px;
}

@media (min-width: 375px) and (max-width: 767px) {
  .cart-list-new .product-right {
    width: 75%;
    float: right;
  }
}

@media (min-width: 768px) {
  .cart-list-new .cart-header {
    display: block;
  }

  .cart-list-new .cart-item {
    border: none;
    padding: 0;
  }

  .cart-list-new .product-left,
  .cart-list-new .product-right {
    display: inline-block;
    vertical-align: middle;
  }

  .cart-list-new .header-right {
    float: right;
    width: 50%;
  }

  .cart-list-new .header-left {
    float: left;
    width: 50%;
  }

  .cart-list-new .product-left {
    width: 50%;
    font-size: 0;
  }

  .cart-list-new .product-right {
    width: 50%;
    text-align: right;
    font-size: 0;
  }

  .cart-list-new .cart-item .qty.prefix-sm:before {
    display: none;
  }
}

.related-articles-module {
  padding: 15px;
}

.related-articles-module .article-listing {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .related-articles-module {
    padding: 30px;
  }

  .related-articles-module .article-listing {
    padding-top: 30px;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxTitle .back-to-storelist {
  border: none;
  padding-left: 0;
  padding-right: 0;
  background: none !important;
  color: #58ae57 !important;
}

#cboxTitle .back-to-storelist span {
  display: inline-block;
  vertical-align: middle;
}

#cboxTitle .back-to-storelist:before {
  font-family: 'streamline' !important;
  content: "\e60c";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
}

#cboxTopCenter {
  height: 14px;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
}

#cboxBottomLeft {
  width: 14px;
}

#cboxBottomCenter {
  height: 43px;
}

#cboxBottomRight {
  width: 14px;
}

#cboxMiddleLeft {
  width: 14px;
}

#cboxMiddleRight {
  width: 14px;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-family: 'lloyds_sansbold';
  color: #7C7C7C;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

#cboxTitle {
  background: #fff;
  position: absolute;
  top: 0;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px;
  height: 56px;
  display: table;
  width: 100%;
}

#cboxTitle .headline {
  font-family: 'lloyds_sansbold';
  font-size: 16px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  line-height: 0.9;
}

#cboxClose {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 0;
  font-size: 25px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border-color: transparent;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 20;
}

#cboxClose:hover,
#cboxClose:focus,
#cboxClose:active:focus,
#cboxClose.active:focus {
  color: #D71920;
}

/*
#cboxClose {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border-color: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
}
#cboxClose:focus,
#cboxClose:active:focus,
#cboxClose.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#cboxClose:hover,
#cboxClose:focus {
  color: #19212b;
  text-decoration: none;
}
#cboxClose:active,
#cboxClose.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);
}
#cboxClose.disabled,
#cboxClose[disabled],
fieldset[disabled] #cboxClose {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cboxClose:hover,
#cboxClose:focus,
#cboxClose:active,
#cboxClose.active,
.open > .dropdown-toggle#cboxClose {
  color: #ffffff;
  background-color: #ff1111;
  border-color: rgba(0, 0, 0, 0);
}
#cboxClose:active,
#cboxClose.active,
.open > .dropdown-toggle#cboxClose {
  background-image: none;
}
#cboxClose.disabled,
#cboxClose[disabled],
fieldset[disabled] #cboxClose,
#cboxClose.disabled:hover,
#cboxClose[disabled]:hover,
fieldset[disabled] #cboxClose:hover,
#cboxClose.disabled:focus,
#cboxClose[disabled]:focus,
fieldset[disabled] #cboxClose:focus,
#cboxClose.disabled:active,
#cboxClose[disabled]:active,
fieldset[disabled] #cboxClose:active,
#cboxClose.disabled.active,
#cboxClose[disabled].active,
fieldset[disabled] #cboxClose.active {
  background-color: #D71920;
  border-color: transparent;
}
#cboxClose .badge {
  color: #D71920;
  background-color: #ffffff;
}
#cboxClose:hover,
#cboxClose:focus,
#cboxClose:active,
#cboxClose.active,
.open .dropdown-toggle#cboxClose {
  color: #D71920;
  background-color: #fff;
  border-color: #D71920;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cboxClose:active,
#cboxClose.active,
.open .dropdown-toggle#cboxClose {
  background-image: none;
}
#cboxClose.disabled,
#cboxClose[disabled],
fieldset[disabled] #cboxClose,
#cboxClose.disabled:hover,
#cboxClose[disabled]:hover,
fieldset[disabled] #cboxClose:hover,
#cboxClose.disabled:focus,
#cboxClose[disabled]:focus,
fieldset[disabled] #cboxClose:focus,
#cboxClose.disabled:active,
#cboxClose[disabled]:active,
fieldset[disabled] #cboxClose:active,
#cboxClose.disabled.active,
#cboxClose[disabled].active,
fieldset[disabled] #cboxClose.active {
  color: #D71920;
  background-color: #ff8686;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #ff0707;
  box-shadow: 0 2px 2px 0 #ff0707;
}
#cboxClose .badge {
  color: #D71920;
  background-color: #ffffff;
}
*/

#cboxTitle {
  height: 56px;
}

#cboxLoadedContent {
  margin-top: 56px;
}

@media (max-width: 1023px) {
  #cboxClose {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
    right: 0;
  }

  #cboxTitle {
    height: 66px;
    padding: 0 10px;
  }

  #cboxTitle:before,
  #cboxTitle:after {
    content: " ";
    display: table;
  }

  #cboxTitle:after {
    clear: both;
  }

  #cboxTitle:before,
  #cboxTitle:after {
    content: " ";
    display: table;
  }

  #cboxTitle:after {
    clear: both;
  }

  #cboxLoadedContent {
    margin-top: 66px;
  }
}

#colorbox .addressItem {
  padding: 15px;
}

#colorbox .addressItem ul {
  padding: 15px;
  margin: 0 -15px 15px -15px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  list-style-type: none;
}

#colorbox .addressItem .remove-confimation-message {
  display: block;
  padding-bottom: 15px;
}

#colorbox #addressbook {
  display: block;
  padding: 0 15px;
}

#colorbox #addressbook .addressEntry {
  margin: 0 -15px;
  padding: 15px;
  border-bottom: 1px solid #f1f1f1;
}

#colorbox #addressbook .addressEntry ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px 0;
}

#colorbox .content {
  padding: 20px;
}

.checkout-container {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1350px) {
  .checkout-container {
    padding: 0;
  }
}

.checkout-container a {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .checkout-container .right-column {
    float: none;
  }
}

.checkout-headline {
  margin-bottom: 30px;
}

.checkout-steps .step-head * {
  display: inline-block;
  vertical-align: middle;
}

.checkout-steps {
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .checkout-steps {
    margin-bottom: 20px;
  }

  .checkout-steps.checkout-steps {
    background: transparent !important;
  }
}

.checkout-steps .headline {
  padding-bottom: 10px;
  padding-top: 10px;
}

.checkout-steps .headline h1,
.checkout-steps .headline h2,
.checkout-steps .headline h3,
.checkout-steps .headline h4 {
  font-size: 19px;
}

.checkout-steps .checkout-step {
  margin-bottom: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  opacity: .5;
  transition: opacity .3s;
  counter-increment: checkout;
}

.checkout-steps .checkout-step .edit {
  display: none;
}

.checkout-steps .checkout-step.done,
.checkout-steps .checkout-step.active {
  opacity: 1;
  background: #F9F9F9;
}

.checkout-steps .checkout-step.done .edit {
  display: block;
}

.checkout-steps .checkout-step.active .step-body {
  display: block;
}

.checkout-steps .checkout-step.active .step-head {
  background: transparent;
}

.checkout-steps .checkout-step.active .step-head .title {
  font-family: 'lloyds_sansbold';
}

.checkout-steps .checkout-step.active .edit {
  display: none;
}

.checkout-steps .checkout-step .form-box,
.checkout-steps .checkout-step .radio-accordion {
  background: #fff;
}

.checkout-steps .step-body {
  display: none;
  padding: 0 30px 30px 30px;
}

.checkout-steps .step-head {
  display: block;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 30px;
  text-decoration: none;
  color: #404040;
  line-height: 28px;
}

.checkout-steps .step-head:hover,
.checkout-steps .step-head:focus {
  text-decoration: none;
}

.checkout-steps .step-head.done {
  cursor: pointer;
}

.checkout-steps .step-head:before {
  display: inline-block;
  font-family: 'lloyds_sansbold';
  font-size: 19px;
  content: counter(checkout);
  text-align: center;
  line-height: 28px;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.checkout-steps .step-head .title {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
  font-size: 25px;
}

.checkout-steps .step-head.active .title {
  font-family: 'lloyds_sansbold';
}

.checkout-steps .step-head .edit {
  color: #2B98CE;
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .checkout-steps.checkout-steps {
    padding: 0;
    border: none;
  }

  .checkout-steps .step-head {
    padding: 20px;
  }

  .checkout-steps .step-body {
    padding: 20px;
    padding-top: 0;
  }
}

.checkout-step.delivery-method .store-select {
  margin-bottom: 10px;
}

.checkout-step.delivery-address .show-if-logged-in .h4 {
  font-size: 19px;
  line-height: 1.3em;
}

.checkout-step.delivery-address .heading {
  overflow: hidden;
}

@media (max-width: 355px) {
  .checkout-step.delivery-address .logout-link {
    display: block;
    float: none;
  }
}

.checkout-step.payment .form-horizontal .form-group {
  background: #fff;
}

@media (max-width: 480px) {
  .checkout-step.payment .checkout-deliverymethod .price {
    float: none;
  }
}

.checkout-step.payment .checkout-paymentmethod .add-remove-card {
  display: none;
}

@media (max-width: 1023px) {
  .checkout-steps .step-head * {
    display: inline;
  }

  .checkout-steps .step-head .edit {
    display: none;
  }
}

@media (min-width: 1024px) {
  .checkout-steps .step-head:before {
    vertical-align: middle;
  }

  .checkout-steps .step-head .title {
    vertical-align: middle;
    width: calc(100% - 170px);
  }

  .checkout-steps .step-head .edit {
    float: right;
  }

  .checkout-steps .form-horizontal {
    background: #fff;
  }
}

.checkout-cart {
  position: relative;
  border-radius: 4px;
  margin-top: 0;
}

.checkout-cart .header {
  padding: 40px 30px;
  font-size: 25px;
  line-height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid transparent;
}

@media (max-width: 1023px) {
  .checkout-cart .header {
    padding: 30px 20px;
  }
}

.checkout-cart .header .icon {
  margin-right: 20px;
}

@media (max-width: 1023px) {
  .checkout-cart .header .icon {
    margin-right: 10px;
  }
}

.checkout-cart .header .caret {
  text-align: center;
  vertical-align: middle;
  color: #2B98CE;
  font-size: 27px;
  line-height: 27px;
  width: 27px;
  height: 27px;
}

.checkout-cart .header .hide-cart {
  display: none;
}

.checkout-cart .content {
  display: none;
  padding: 30px;
  padding-top: 0;
}

@media (max-width: 1023px) {
  .checkout-cart .content {
    padding: 20px;
    padding-top: 0;
  }
}

.checkout-cart.expanded .header {
  background: #f9f9f9;
  border-bottom-color: #e0e0e0;
}

.checkout-cart.expanded .header .caret {
  transform: scaleY(-1);
  position: relative;
  top: 1px;
}

.checkout-cart.expanded .content {
  display: block;
}

.checkout-cart.expanded .show-cart {
  display: none;
}

.checkout-cart.expanded .hide-cart {
  display: inline;
}

.checkout-cart .cart-list {
  margin-top: 0;
}

.checkout-order-summary {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}

.checkout-order-summary .title {
  padding: 25px 15px;
  margin-top: 0;
  margin-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #E0E0E0;
  background: #f9f9f9;
}

.checkout-order-summary .title h3 {
  font-size: 19px;
  margin: 0;
}

.checkout-order-summary .checkout-order-summary-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.checkout-order-summary .checkout-order-summary.final-checkout .headline {
  margin: 0 0px;
  border-bottom: none;
}

.checkout-order-summary .checkout-order-summary-list > li {
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  font-family: 'lloyds_sanslight';
  font-size: 14px;
}

@media only screen and (max-width: 1023px) {
  .checkout-order-summary {
    margin-bottom: 20px;
  }

  .checkout-order-summary .title {
    cursor: pointer;
    line-height: 24px;
  }

  .checkout-order-summary .title .caret {
    margin-left: 10px;
    color: #2B98CE;
    vertical-align: middle;
    font-size: 24px;
  }

  .checkout-order-summary .title .prefix {
    font-family: 'lloyds_sanslight';
  }

  .checkout-order-summary .checkout-order-summary-list {
    display: none;
  }

  .checkout-order-summary.expanded .title .caret {
    transform: scaleY(-1);
    position: relative;
    top: 1px;
  }

  .checkout-order-summary.expanded .checkout-order-summary-list {
    display: block;
  }
}

@media only screen and (max-width: 639px) {
  .checkout-order-summary .title {
    line-height: 16px;
  }

  .checkout-order-summary .title .caret {
    font-size: 16px;
  }

  .checkout-order-summary .checkout-order-summary-list li:first-child {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 380px) {
  .checkout-order-summary .title .prefix {
    display: none;
  }
}

.checkout-order-summary .checkout-order-summary-list > li:first-child,
.checkout-order-summary.final-checkout .checkout-order-summary-list li.section {
  border-top: none;
}

.checkout-order-summary .checkout-order-summary-list li.product > div,
.checkout-order-summary .checkout-order-summary-list li.section > div {
  display: table;
  height: 70px;
}

.checkout-order-summary .checkout-order-summary-list li.product > div.message,
.checkout-order-summary .checkout-order-summary-list li.section > div.message {
  display: block;
  height: auto;
}

.checkout-order-summary .checkout-order-summary-list li.product > div.message > span,
.checkout-order-summary .checkout-order-summary-list li.section > div.message > span {
  border-top: 1px solid #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.checkout-order-summary .checkout-order-summary-list li .checkout-order-summary .checkout-order-summary-list li:before,
.checkout-order-summary .checkout-order-summary-list li:after {
  content: " ";
  display: table;
}

.checkout-order-summary .checkout-order-summary-list li:after {
  clear: both;
}

.checkout-order-summary .checkout-order-summary-list li:before,
.checkout-order-summary .checkout-order-summary-list li:after {
  content: " ";
  display: table;
}

.checkout-order-summary .checkout-order-summary-list li:after {
  clear: both;
}

.checkout-order-summary .checkout-order-summary-list .thumb {
  float: right;
  margin-left: 15px;
  width: 100px;
  height: auto;
  text-align: center;
  font-size: 45px;
}

.checkout-order-summary.final-checkout .checkout-order-summary-list .thumb {
  margin-right: 30px;
}

.checkout-order-summary .checkout-order-summary-list .thumb a {
  color: #404040;
  text-decoration: none !important;
}

.checkout-order-summary .checkout-order-summary-list .thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.checkout-order-summary .checkout-order-summary-list .name {
  width: 100%;
}

.checkout-order-summary .checkout-order-summary-list .name a {
  color: #404040;
  text-decoration: none;
  font-family: 'lloyds_sansbold';
}

.checkout-order-summary .checkout-order-summary-list .qty,
.checkout-order-summary .checkout-order-summary-list .total {
  width: 25% !important;
  text-align: center;
}

.checkout-order-summary .checkout-order-summary-list .stock-status {
  width: 75% !important;
  text-align: right;
  white-space: nowrap;
}

.checkout-order-summary.final-checkout .checkout-order-summary-list .stock-status {
  width: 50% !important;
  text-align: center;
}

.checkout-order-summary.final-checkout .checkout-order-summary-list .product-header .h4 {
  text-align: center;
}

.checkout-order-summary .checkout-order-summary-list .stock-status:before {
  margin-right: 5px;
}

.checkout-order-summary .checkout-order-summary-list li.section,
.checkout-order-summary .title {
  background-color: #f9f9f9;
}

.checkout-order-summary .checkout-order-summary-list li.section > div {
  height: 40px;
}

.checkout-order-summary .checkout-order-summary-list li.section .title {
  float: left;
  margin: 0 10px 0 0;
  width: 76px;
  font-family: 'lloyds_sansbold';
}

.checkout-order-summary .checkout-order-summary-list li.section .address {
  margin-left: 86px;
  font-size: 12px;
}

.checkout-order-summary .checkout-order-summary-list li.section .alternatetitle {
  font-family: 'lloyds_sansbold';
}

.checkout-order-summary .subtotals {
  background: #fff;
  padding-top: 20px;
}

.checkout-order-summary .subtotals.dark {
  background: #404040;
  color: #fff;
}

.checkout-order-summary .subtotals .subtotal-headline {
  font-size: 18px;
  font-family: 'lloyds_sansbold';
  margin-bottom: 10px;
}

.checkout-order-summary .subtotals span {
  float: right;
}

.checkout-order-summary .subtotals div {
  padding-bottom: 10px;
}

.checkout-order-summary .description {
  font-family: 'lloyds_sansbold';
}

.checkout-order-summary .totals {
  font-family: 'lloyds_sansbold';
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
  font-size: 18px;
}

.checkout-success .checkout-success-headline {
  font-size: 18px;
  margin: 10px;
}

.checkout-success .checkout-success-headline span {
  color: #D71920;
}

.checkout-success .checkout-success-body {
  text-align: center;
}

.checkout-success .checkout-success-body .checkout-success-body-headline {
  font-size: 18px;
  font-family: 'lloyds_sansbold';
  margin: 10px 0;
}

.checkout-success-body-register {
  overflow: hidden;
  margin: 20px 0 35px 0;
}

.checkout-success-body-register .login-section {
  margin: 0 auto;
  float: none;
  background-color: #f2f4f7;
  padding: 15px;
}

.checkout-success-body-register .checkout-success-body-register-email {
  display: inline-block;
  margin-left: 5px;
}

.checkout-success-body-register form {
  padding: 20px 0;
  text-align: left;
}

.checkout-help {
  text-align: center;
  border: 1px solid #7f7f7f;
  font-size: 15px;
  padding: 10px;
}

.termsAndConditions-section {
  padding-bottom: 20px;
}

label.terms {
  margin: 15px 0;
}

@media only screen and (max-width: 639px) {
  .checkout-order-summary .checkout-order-summary-list > li {
    padding: 5px 5px;
  }

  .checkout-order-summary.finale-checkout .checkout-order-summary-list > li {
    padding: 5px 0;
  }

  .checkout-order-summary .headline {
    padding-bottom: 5px;
  }

  .checkout-order-summary.final-checkout .total:before {
    content: 'Pris';
    display: block;
  }

  .checkout-order-summary.final-checkout .checkout-order-summary-list .section {
    padding: 0;
  }
}

fieldset#cardDate .control-label[for="ExpiryMonth"],
fieldset#cardDate .control-label[for="ExpiryYear"],
fieldset#startDate .control-label[for="ExpiryMonth"],
fieldset#startDate .control-label[for="ExpiryYear"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 1023px) {
  .order-container header.col-pad {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .order-container {
    padding: 15px;
  }
}

@media (min-width: 1315px) {
  .order-container {
    padding: 0;
  }
}

.order-pricetable-list {
  list-style: none;
  padding: 0;
  margin: -15px 0;
}

.order-pricetable-list li {
  margin: 15px 0;
}

.order-pricetable-list li.total {
  padding: 15px 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  font-family: 'lloyds_sansbold';
  /* iPads (portrait and landscape) ----------- */
}

@media (min-width: 768px) {
  .order-pricetable-list li.total {
    font-size: 19px;
  }
}

.order-pricetable-list li.savings {
  color: #D70071;
}

.order-pricetable-list li span {
  float: right;
}

.order-box {
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}

.order-box .cart-list {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .box-wrap {
    background: #fff;
    padding: 20px 10px;
    margin: 0 -15px;
    margin-bottom: 20px;
  }

  .box-wrap .order-box:not(.newsletter-signup, .membership-overview) {
    padding: 0;
    border: none;
  }

  .box-wrap .order-pricetable {
    border: none;
    padding: 10px 5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .box-wrap {
    margin: 0 -30px;
  }
}

.order-container .radio-accordion {
  background-color: #fff;
}

.order-container .radio-accordion .heading {
  background-color: #fff;
}

.order-container .newsletter-signup .btn {
  margin-top: 16px;
}

.order-container .membership-overview .btn {
  margin-top: 16px;
}

.store-finder {
  display: none;
  padding: 0;
  overflow: hidden;
}

.store-finder-headline {
  font-size: 18px;
  margin-bottom: 10px;
}

.store-finder-search .row > * {
  margin-bottom: 10px;
}

.store-finder-pagination {
  line-height: 34px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.store-finder-pagination:before,
.store-finder-pagination:after {
  content: " ";
  display: table;
}

.store-finder-pagination:after {
  clear: both;
}

.store-finder-pagination:before,
.store-finder-pagination:after {
  content: " ";
  display: table;
}

.store-finder-pagination:after {
  clear: both;
}

.store-finder-navigation {
  overflow: hidden;
}

.store-finder-navigation,
.store-finder-details {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.store-finder-navigation {
  padding-right: 30px;
}

.store-finder-details {
  padding-left: 30px;
  margin-top: 20px;
}

.store-finder-details.affix {
  position: fixed;
  top: 52px;
  margin-top: 0;
}

.store-finder-details.affix-bottom {
  position: absolute;
  right: 0;
  width: 50%;
}

.store-finder-map {
  width: 100%;
  height: 230px;
  margin: 30px 0;
}

.store-finder .stores-nearby {
  margin-bottom: 10px;
}

.store-finder-navigation-list-header {
  display: none;
}

.store-finder-navigation-list {
  padding: 30px 0;
  list-style: none;
  margin: 0;
  position: relative;
}

.store-finder-navigation-list li.loading {
  height: 56px;
  background: #f2f4f7;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  line-height: 56px;
}

.store-finder-empty-message {
    text-align: center;
    padding: 30px 0;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

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

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

.store-finder-navigation-list-entry {
  font-size: 0;
}

.store-finder-navigation-list-entry:last-child label {
  border: 0;
}

.store-finder-navigation-list-entry input {
  display: none;
}

.store-finder-navigation-list-entry label {
  margin: 0;
  height: 100%;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  color: #404040;
}

.store-finder-navigation-list-entry label:hover {
  background: #f9f9f9;
}

.store-finder-navigation-list-entry input:checked + label {
  background: #F7FAF2;
}

.store-finder-entry-section {
  padding: 15px 15px;
  font-family: 'lloyds_sanslight';
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 16px;
}

.store-finder-navigation-list-entry .entry-item {
  display: block;
}

.store-finder-navigation-list-entry .store-finder-navigation-list-entry-name {
  position: relative;
  display: inline-block;
  font-family: 'lloyds_sansbold';
  padding-bottom: 3px;
  margin-bottom: 5px;
}

.store-finder-navigation-list-entry .store-finder-navigation-list-entry-name a {
  color: #404040;
}

.favorite {
  color: #f8e71c;
  margin-right: 10px;
}

.store-finder-details-back {
  margin-bottom: 20px;
  display: none !important;
  color: #58ae57;
  position: relative;
  cursor: pointer;
}

.store-finder-details-back > * {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 639px) {
  .store-finder-details-back {
    display: inline-block !important;
  }
}

.store-finder-details-info-name {
  font-family: 'lloyds_sansbold';
  display: block;
}

.store-finder-details-info-name a {
  color: #404040;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-bottom: 2px solid #58ae57;
  padding-bottom: 2px;
}

.store-finder-details-info-name a:focus,
.store-finder-details-info-name a:hover,
.store-finder-details-info-name a:active {
  color: #58ae57;
  text-decoration: none;
}

.store-finder-details hr {
  clear: both;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 1px;
  position: relative;
  border: 0;
}

.store-finder-details hr:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  height: 1px;
  right: 0;
  left: 0;
  background: #e0e0e0;
}

.store-finder-details-map {
  background: #eee;
}

.store-finder-navigation-list-entry label .skincare {
  padding: 10px 15px;
  font-size: 16px;
  background-color: #E9F3F2;
}

.store-finder-navigation-list-entry label .skincare > span {
  display: inline-block;
  vertical-align: middle;
}

.store-finder-navigation-list-entry label .skincare .streamline-symbol-skincare {
  font-size: 25px;
  margin-right: 5px;
}

.store-finder-skincare {
  display: none;
}

.store-finder-skincare.has-skincare {
  padding-top: 15px;
  display: block;
}

.store-finder-skincare .skincare-description {
  margin-bottom: 15px;
}

@media (max-width: 639px) {
  .store-finder .back-to-storelist {
    margin-bottom: 10px;
  }

  .store-finder .store-finder-panel {
    width: 200%;
    margin: 0;
    -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;
  }

  .store-finder .store-finder-panel > * {
    padding: 0;
  }

  .store-finder .store-finder-panel .store-finder-details {
    display: none;
  }

  .store-finder.show-store .store-finder-pagination {
    color: transparent;
    height: 46px;
  }

  .store-finder.show-store .store-finder-pagination * {
    display: none;
  }

  .store-finder.show-store .store-finder-panel {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .store-finder.show-store .store-finder-panel .store-finder-navigation {
    padding-right: 20px;
  }

  .store-finder.show-store .store-finder-panel .store-finder-details {
    display: block;
  }
}

@media (min-width: 1024px) {
  .store-finder-navigation {
    border-right: 1px solid #E0E0E0;
  }

  .store-finder-navigation-list-header {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    margin-top: 30px;
    width: 100%;
  }

  .store-finder-navigation-list-header:after {
    content: '';
    display: block;
    clear: both;
    float: none;
  }

  .store-finder-navigation-list-header > div {
    width: 40%;
    float: left;
    padding: 0 15px;
  }

  .store-finder-navigation-list {
    padding: 0 0 30px 0;
  }

  .store-finder-entry-section {
    width: 40%;
    padding: 30px 15px;
  }

  .store-finder-navigation-list-open-status {
    width: 20%;
  }

  .store-finder-details.affix {
    top: 100px;
  }
}

@media (max-width: 1023px) {
  .store-finder-navigation-list-opening-hours {
    padding-bottom: 0;
  }
  .store-finder-navigation-list-open-status {
    padding-top: 0;
  }
}

/* Store finder component */

.store-finder-component {
  padding: 15px;
  border: 1px solid #ECECEC;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.store-finder-component .store-finder-component-search label {
  display: none;
}

.store-finder-component .store-finder-component-search .find-stores-near-me {
  margin-bottom: 10px;
}

.store-finder-component .store-finder-component-search .store-finder-submit-button {
  color: #404040;
  background-color: #F1F1F1;
  border: none;
}

.store-finder-wrapper {
  display: none;
  margin-top: 15px;
}

.store-finder-wrapper.display {
  display: block;
}

.store-finder-wrapper-header {
  font-size: 0;
  padding: 15px 0;
  display: none;
}

.store-finder-wrapper-header > div {
  font-size: 19px;
  font-family: 'lloyds_sansbold';
}

.store-finder-component .store-finder-nearby-button {
  margin-bottom: 10px;
}

.store-finder-wrapper .store-item {
  display: block;
  font-size: 0;
  padding: 15px 0;
  border-top: 1px solid #D8D8D8;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.store-finder-wrapper .store-item > div {
  font-size: 16px;
  display: inline;
}

.store-finder-wrapper label {
  margin-bottom: 0;
}

.store-finder-wrapper .store-item .store {
  margin-left: 0;
}

.store-finder-wrapper .store .description {
  display: inline-block;
}

.store-finder-wrapper .store .name {
  margin-top: 0;
  margin-bottom: 0;
}

.store-finder-wrapper .store .address .line {
  display: block;
}

@media (max-width: 767px) {
  .store-finder-wrapper .store-item .store {
    display: block;
  }
}

@media (min-width: 768px) {
  .store-finder-component {
    padding: 30px;
  }

  .store-finder-component .store-finder-component-search .find-stores-near-me {
    margin-bottom: 0;
  }

  .store-finder-wrapper {
    margin-top: 30px;
  }

  .store-finder-wrapper-header {
    display: block;
  }

  .store-finder-wrapper-header > div,
  .store-finder-wrapper .store-item > div {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-left: 0;
  }

  .store-finder-wrapper .store-item {
    padding: 30px 0;
  }

  .store-finder-wrapper .store {
    width: 60% !important;
  }

  .store-finder-wrapper .store-item > div:before {
    display: none;
  }
}

/* Single store picker */

.store-finder-wrapper .store-picker .store-item input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

.store-finder-wrapper .store-picker .store-item .description {
  vertical-align: middle;
}

.store-finder-wrapper .store-picker .store-item.remove {
  opacity: 0;
}

@media (max-width: 767px) {
  .store-finder-wrapper .store-picker .store-item .store {
    display: table;
  }

  .store-finder-wrapper .store-picker .store-item .store input,
  .store-finder-wrapper .store-picker .store-item .store .description {
    display: table-cell;
    vertical-align: top;
  }

  .store-finder-wrapper .store-picker .store-item .store .description {
    width: 100%;
  }
}

/* Store item expand info */

.store-finder-wrapper .store-item .expand-info {
  display: none;
  width: auto;
}

.store-finder-wrapper .store-picker .store-item .expand-info {
  padding-left: 45px;
}

.store-finder-wrapper .store-item .expand-info > div {
  margin-top: 15px;
}

.store-finder-wrapper .store-item .expand-info > div strong {
  display: block;
}

/* Store finder pagination (new) */

.store-finder-pagination-new {
  margin-bottom: 0;
}

.store-finder-pagination-new li.page a {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .store-finder-pagination-new li.page,
  .store-finder-pagination-new li.first,
  .store-finder-pagination-new li.last {
    display: none;
  }
}

@media (min-width: 768px) {
  .store-finder-pagination-new + .pages {
    display: none;
  }
}

.pickup-modal {
  height: 100%;
}

.pickup-component {
  padding: 0;
}

.pickup-component .find-store-display:before,
.pickup-component .find-store-display:after {
  content: " ";
  display: table;
}

.pickup-component .find-store-display:after {
  clear: both;
}

.pickup-component .find-store-display:before,
.pickup-component .find-store-display:after {
  content: " ";
  display: table;
}

.pickup-component .find-store-display:after {
  clear: both;
}

.pickup-component {
  height: 100%;
}

.pickup-component .find-store-display {
  height: 100%;
}

.pickup-component .find-store-display .store-navigation {
  float: left;
  width: 50%;
  height: 100%;
  border-right: 1px solid #e0e0e0;
}

.pickup-component .find-store-display .store-navigation .form-horizontal {
  margin-bottom: 10px !important;
  padding-right: 0;
  padding-left: 0;
}

.pickup-component .find-store-display .store-navigation .form-horizontal input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.pickup-component .find-store-display .store-navigation .form-horizontal button {
  height: 40px;
  padding: 0 10px;
  line-height: 0;
}

@media only screen and (min-width: 1024px) {
  .pickup-component .find-store-display .store-navigation .form-horizontal {
    padding-right: 10px;
    padding-left: 8px;
  }
}

.pickup-component .find-store-display .store-navigation .pickup-product {
  display: none;
  height: 56px;
  display: table;
  width: 100%;
  font-size: 12px;
  font-family: 'lloyds_sansbold';
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.pickup-component .find-store-display .store-navigation .pickup-product .thumb,
.pickup-component .find-store-display .store-navigation .pickup-product .name,
.pickup-component .find-store-display .store-navigation .pickup-product .price {
  height: 56px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.pickup-component .find-store-display .store-navigation .pickup-product .thumb {
  width: 56px;
  padding: 10px;
}

.pickup-component .find-store-display .store-navigation .pickup-product .thumb img {
  height: 100%;
  width: 100%;
}

.pickup-component .find-store-display .store-navigation .pickup-product .price {
  padding: 0 10px;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product {
  height: 56px;
  display: table;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar {
  height: 75px;
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .btn {
  padding: 0 15px;
  height: 39px;
  box-shadow: none !important;
}

@media (min-width: 1024px) {
  .pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .btn {
    height: 49px;
  }
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me {
  height: 56px;
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  display: none;
}

.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me .near-store span {
  margin-right: 10px;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager {
  height: 73px;
  border-top: 1px solid #e0e0e0;
  line-height: 73px;
  padding: 0 10px;
  background: #fff;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager:before,
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  content: " ";
  display: table;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  clear: both;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager .prev,
.pickup-component .find-store-display .store-navigation .store-navigation-pager .next {
  display: inline-block;
  vertical-align: middle;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager .prev > span,
.pickup-component .find-store-display .store-navigation .store-navigation-pager .next > span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager .prev {
  float: left;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager .next {
  float: right;
}

.pickup-component .find-store-display .store-navigation .store-navigation-pager .position {
  text-align: center;
  margin: 0 80px;
}

.pickup-component .find-store-display .display-details {
  float: left;
  width: 50%;
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.pickup-component .find-store-display .display-details .content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pickup-component .find-store-display .display-details .store-tabs + form {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.pickup-component .find-store-display .display-details .store-tabs + form button {
  width: 50%;
}

.pickup-component .find-store-display .display-details .store-image {
  float: right;
  width: 150px;
}

.pickup-component .find-store-display .display-details .store-image img {
  width: 100%;
  height: auto;
}

.pickup-component .find-store-display .display-details .distance {
  text-align: right;
  margin-top: 10px;
}

.pickup-component .find-store-display .display-details .store-info .name {
  font-family: 'lloyds_sansbold';
}

.pickup-component .find-store-display .display-details .store-info .address {
  color: #777777;
}

.pickup-component .find-store-display .display-details .store-links {
  margin: 10px 0;
}

.pickup-component .find-store-display .display-details .store-links a {
  display: block;
}

.pickup-component .find-store-display .display-details .store-openings {
  padding: 10px;
}

.pickup-component .find-store-display .display-details .store-openings .title {
  font-family: 'lloyds_sansbold';
}

.pickup-component .find-store-display .display-details .store-openings dl dt {
  width: 60px;
  text-align: left;
  float: left;
}

.pickup-component .find-store-display .display-details .store-openings dl dd {
  margin-left: 80px;
}

.pickup-component .find-store-display .display-details .pickup-product {
  font-family: 'lloyds_sansbold';
  border-bottom: 1px solid #e0e0e0;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 15px;
}

.pickup-component .find-store-display .display-details .pickup-product .variants {
  height: 30px;
  margin-top: -30px;
  padding: 5px 10px;
  font-weight: normal;
}

.pickup-component .find-store-display .display-details .pickup-product .variants span:after {
  content: ", ";
}

.pickup-component .find-store-display .display-details .pickup-product .variants span:last-child:after {
  content: "";
}

.pickup-component .find-store-display .display-details .pickup-product .thumb {
  float: left;
  width: 46px;
  height: 56px;
  padding-right: 10px;
  padding-top: 10px;
  text-align: center;
  font-size: 0;
}

.pickup-component .find-store-display .display-details .pickup-product .thumb .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.pickup-component .find-store-display .display-details .pickup-product .thumb img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info {
  display: table;
  height: 56px;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name {
  width: 100%;
  font-family: 'lloyds_sanslight';
  padding: 10px 10px 0 0;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
  padding: 10px 10px 10px 0;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price .stock {
  font-size: 14px;
  white-space: nowrap;
  font-family: 'lloyds_sanslight';
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price .stock .resultStock:before {
  color: #58ae57;
  content: "\e607";
  font-family: 'streamline' !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price .stock .resultStock.negative:before {
  color: #D71920;
  content: "\e602";
}

@media (min-width: 1024px) {
  .pickup-component .find-store-display .display-details .pickup-product .thumb {
    width: 75px;
    height: 75px;
    padding: 10px;
  }

  .pickup-component .find-store-display .display-details .pickup-product .pickup-product-info {
    height: 75px;
  }

  .pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name,
  .pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
  }

  .pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
    padding: 0 10px;
    text-align: right;
  }

  .pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name {
    padding: 0 0;
  }
}

.pickup-component .find-store-display .display-details .pickup-product .action {
  padding: 11px 10px;
  text-align: left;
}

.pickup-component .find-store-display .display-details .pickup-product .action button {
  vertical-align: top;
}

.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
  width: 102px;
}

.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.pickup-component .pickup-store-list {
  padding-left: 0;
  list-style: none;
  height: calc(100% - 76px);
  overflow: auto;
  margin: 0;
  position: relative;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

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

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

.pickup-component .pickup-store-list .pickup-store-list-entry input {
  display: none;
}

.pickup-component .pickup-store-list .pickup-store-list-entry label {
  margin: 0;
  height: 100%;
  padding: 0 0 0 10px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #f2f4f7;
  border-bottom: 1px solid #ddd;
}

.pickup-component .pickup-store-list .pickup-store-list-entry label:hover {
  background: #f2f2f2;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 10px 0;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-name {
  display: block;
  font-family: 'lloyds_sansbold';
}

.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-city {
  display: block;
  font-weight: normal;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability {
  display: table;
  height: 100%;
  width: 80px;
  border-left: 1px solid #ddd;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 5px;
  text-align: center;
  white-space: nowrap;
}

.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span div {
  font-size: 10px;
}

.inline-layer {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.9s ease-out;
  -o-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}

.inline-layer.open {
  height: auto !important;
}

@media (min-width: 1024px) {
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label {
    padding-right: 14px;
  }

  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label:after {
    content: "";
    display: block;
    width: 1px;
    height: auto;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
    background: #D71920;
  }

  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label {
    background: #D71920;
  }

  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label .pickup-store-info {
    color: #fff;
  }

  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label .store-availability {
    color: #fff;
  }

  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label:after {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    background: transparent;
    border: 14px solid transparent;
    border-right-color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media (max-width: 1023px) {
  .pickup-component {
    overflow: hidden;
  }

  .pickup-component .find-store-display {
    width: 200%;
    -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;
  }

  .pickup-component .find-store-display .store-navigation {
    width: 50%;
    border: 0;
  }

  .pickup-component.show-store .find-store-display {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .pickup-component .qty-selector input {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
  }

  .pickup-component .action {
    padding-top: 0 !important;
  }
}

@media (max-width: 639px) {
  .pickup-component .find-store-display .display-details .store-image {
    float: none;
    width: auto;
  }

  .pickup-component .find-store-display .display-details .store-image:before,
  .pickup-component .find-store-display .display-details .store-image:after {
    content: " ";
    display: table;
  }

  .pickup-component .find-store-display .display-details .store-image:after {
    clear: both;
  }

  .pickup-component .find-store-display .display-details .store-image:before,
  .pickup-component .find-store-display .display-details .store-image:after {
    content: " ";
    display: table;
  }

  .pickup-component .find-store-display .display-details .store-image:after {
    clear: both;
  }

  .pickup-component .find-store-display .display-details .store-image img {
    width: 50%;
    height: auto;
    float: left;
    max-width: 150px;
  }

  .pickup-component .find-store-display .display-details .store-image .distance {
    width: 50%;
    text-align: left;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
  }

  .pickup-component .find-store-display .display-details .store-image .distance strong {
    display: block;
  }

  .pickup-component .find-store-display .display-details .pickup-product {
    position: relative;
  }

  .pickup-component .find-store-display .display-details .pickup-product .action {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    white-space: nowrap;
    padding-top: 0;
  }

  .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
    margin-right: 5px;
  }

  .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
    min-width: 120px;
  }

  .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
  }

  .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pickup-component .find-store-display .display-details .pickup-product .action .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.pickup-component .display-details .store-tabs {
  position: relative;
  padding: 0;
  height: calc(100% - 72px);
}

.pickup-component .display-details .store-tabs .tabs-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
  z-index: 2;
  border-left: 1px solid #e0e0e0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.pickup-component .display-details .store-tabs .tabs-list .current-info {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
.pickup-component .display-details .store-tabs .tabs-list:before,
.pickup-component .display-details .store-tabs .tabs-list:after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 10px;
  left: 0;
  width: 100%;
}
.pickup-component .display-details .store-tabs .tabs-list:before {
  top: 0;
  background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
.pickup-component .display-details .store-tabs .tabs-list:after {
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
*/

.pickup-component .display-details .store-tabs .tabs-list li {
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 0;
  color: #404040;
  position: relative;
}

.pickup-component .display-details .store-tabs .tabs-list li:first-child {
  margin-top: 0;
}

.pickup-component .display-details .store-tabs .tabs-list li a {
  color: inherit;
  font-size: 18px;
  padding: 5px 10px;
  display: block;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.pickup-component .display-details .store-tabs .tabs-list li.active {
  border-left: 0;
  background: #F9F9F9;
  color: #58ae57;
}

.pickup-component .display-details .store-tabs .tabs-list li a:hover,
.pickup-component .display-details .store-tabs .tabs-list li a:focus {
  text-decoration: none;
  color: #58ae57;
}

.pickup-component .display-details .store-tabs .tabs-list li a:hover:before,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:before {
  display: block;
  content: attr(aria-label);
  width: auto;
  height: 20px;
  line-height: 20px;
  background: #D71920;
  position: absolute;
  top: 0;
  left: -10px;
  margin: 6px 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 12px;
  padding: 0 5px;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}

.pickup-component .display-details .store-tabs .tabs-list li a:hover:after,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #D71920;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  margin: 6px 0;
  -webkit-transform: translate(-100%, 5px);
  -ms-transform: translate(-100%, 5px);
  -o-transform: translate(-100%, 5px);
  transform: translate(-100%, 5px);
}

.pickup-component .display-details .store-tabs .content {
  margin-right: 39px;
  overflow: auto;
  height: 100%;
}

.pickup-component .display-details .store-tabs .tabhead {
  display: none;
}

.pickup-component .display-details .store-tabs .pickup-map {
  position: absolute !important;
  top: 0;
  right: 39px;
  bottom: 0;
  left: 0;
}

@CHARSET "UTF-8";
#selectDeliveryMethodForm {
  display: none;
}

.red {
  color: #ff4444;
}

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

.lightgray {
  color: #D3D3D3;
}

.info-custom,
.warning-custom,
.error-custom {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info-custom {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url("../../theme-blue/images/icons/info.png");
}

.warning-custom {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url("../../theme-blue/images/icons/warning.png");
}

.error-custom {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url("../../theme-blue/images/icons/error.png");
}

.italic {
  font-style: italic;
}

.pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label {
  background: #F7FAF2;
  margin: 0;
  height: 100%;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  color: #404040;
  border-right: none;
}

.pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label .pickup-store-info,
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span {
  color: #404040;
}

.pickup-component .pickup-store-list .pickup-store-list-entry label {
  margin: 0;
  height: 100%;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  color: #404040;
  background-color: #fff;
}

.pickup-component .pickup-store-list li.loading {
  height: 93px;
  display: table;
  width: 100%;
}

.pickup-component .pickup-store-list li.loading > div {
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label:after,
.pickup-component .find-store-display .store-navigation:after {
  background: transparent;
}

.pickup-component .pickup-store-list .pickup-store-list-entry label:hover {
  background: #f1f1f1;
}

/*.js-pickup-in-store-button {*/
/*  color: inherit;*/
/*}*/

.pickup-component .display-details .store-tabs .tabs-list li a:hover:before,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:before {
  background: #58ae57;
}

.pickup-component .display-details .store-tabs .tabs-list li a:hover:after,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:after {
  border-left: 5px solid #58ae57;
}

div#savedpayments {
  display: block;
}

/**/

/**/

/**/

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../theme-blue/fonts/glyphicons-halflings-regular.eot");
  src: url("../../theme-blue/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../theme-blue/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../theme-blue/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../theme-blue/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.red {
  color: red;
}

.mini-cart-count:empty {
  display: none;
}

.checkout-order-summary .checkout-order-summary-list .qty,
.checkout-order-summary .checkout-order-summary-list .total {
  width: 50% !important;
}

.brand-logo {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
}

.brand-logo img {
  max-height: 170px;
}

.product-listing .promo {
  color: #3e5983;
  margin-bottom: 10px;
}

a.product-listing .promo:hover {
  color: #2e4160;
}

.product-listing .thumb {
  position: relative;
  text-decoration: none;
}

/* main.css */


.product-listing .description {
  color: #9B9B9B;
  font-size: 13px;
}

.product-listing .stock-status {
  font-size: 14px;
}

.product-listing .stock-status:before {
  font-family: 'streamline' !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.product-listing .stock-status.in-stock:before {
  color: #58ae57;
  content: "\e607";
}

.product-listing .stock-status.out-of-stock:before {
  color: #D71920;
  content: "\e602";
}

.product-listing .price-panel {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}

/*.product-listing .price-panel .price {*/
/*  font-family: 'lloyds_sansbold';*/
/*}*/

.product-listing .price-panel s {
  color: #6B7069;
  margin-right: 15px;
  text-decoration: line-through;
}

.product-listing .prescription-only-text {
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
}

.product-listing .product-item .addtocart {
  padding: 0;
  display: block;
  margin-top: 10px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-listing .product-item .addtocart button[type="submit"] .text {
  display: none;
}

.product-listing .product-item .addtocart button[type="submit"] .icon {
  font-size: 16px;
}

.product-listing .product-item:hover .addtocart {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.touchevents .product-listing .product-item .addtocart {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*
@media only screen and (max-width: 767px)  {
	.product-listing {
		.product-item {
			.addtocart {
				opacity: 1;
			  -webkit-transform: translateY(0);
			  -moz-transform: translateY(0);
			  -ms-transform: translateY(0);
			  -o-transform: translateY(0);
			  transform: translateY(0);
			}
		}
  }
}
*/

@media only screen and (max-width: 767px) {
  .page-productList .product-item .price-panel,
  .page-search .product-item .price-panel {
    margin-bottom: 30px;
  }

  .page-cartPage .cart-list .price-info .price-value-new {
    font-size: 18px !important;
  }

  .cart-list.cart-list.cart-list .discount-cell {
    padding-top: 28px !important;
  }

  .cart-list.cart-list.cart-list .your-savings {
    padding: 0 8px  !important;
  }

  .cart-list.cart-list .discount-cell .your-savings span {
    margin-right: 2px;
  }
}

@media only screen and (max-width: 480px) {
  .site-vitusApotek .cart-list.cart-list.cart-list .price-info {
    left: 42% !important;
  }

  .page-multiStepCheckoutSummaryPage .cart-list.product-list td.price-info {
    display: flex;
    flex-direction: column;
  }
}

.page-cartPage .cart-list .price-info .price-value-new {
  font-size: 18px;
}

.cart-list .price-info .discount-price,
.cart-list .price-info .item-price {
  display: inline-block;
}

.cart-list .price-info .discount-price {
  margin-right: 5px;
}

.checkout-order-summary-list .subtotals .savings .price-label-new,
.checkout-order-summary-list .subtotals .savings .price-value-new {
  display: inline-block;
  font-size: 18px;
}

.checkout-order-summary-list .subtotals .savings .price-value-new,
.checkout-order-summary-list .subtotals .savings .price-label-new {
  padding-bottom: 0;
}

.checkout-order-summary-list .subtotals .shipping .price-label-new,
.checkout-order-summary-list .subtotals .shipping .price-value-new {
  display: inline-block;
  font-size: 18px;
}

#placeOrderForm .multi-checkout .price-label-new,
#placeOrderForm .multi-checkout .price-value-new {
  font-size: 18px;
}

.checkout-cart .cart-list .product-item .price-info .price-label-new,
.checkout-cart .cart-list .product-item .price-info .price-value-new {
  font-size: 18px;
}

#placeOrderForm .multi-checkout .price {
  display: inline;
}
.cart-list .product-item .qty-info .quantity-component div p {
  font-size: 12px;
  font-family: "lloyds_sanslight";
}

.page-orderConfirmationPage .discount-cell {
  display: flex;
}

.page-order .discount-cell .your-savings > span,
.page-order .discount-cell .your-savings .price-label-new,
.page-order .discount-cell .your-savings .price,
.page-order .discount-cell .your-savings .price-value-new {
  display: inline-block !important;
}

.page-orderConfirmationPage .discount-cell .your-savings > span,
.page-orderConfirmationPage .discount-cell .your-savings .price-label-new,
.page-orderConfirmationPage .discount-cell .your-savings .price,
.page-orderConfirmationPage .discount-cell .your-savings .price-value-new {
  display: inline-block !important;
}

.page-cartPage .price-info span,
.page-multiStepCheckoutSummaryPage .price-info span {
  display: block !important;
}

.page-orderConfirmationPage .cart-list .price-value-new {
  font-size: 18px;
}

.page-orderConfirmationPage .cart-list .your-savings .price-value-new {
  font-size: 18px;
}

.page-orderConfirmationPage .cart-list .info .price-value-new {
  font-size: 14px;
}

.page-order .cart-list .your-savings .price-value-new {
  font-size: 18px;
}

.page-order .cart-list .your-savings {
  display: block;
}

.order-pricetable-list .price-value-new {
  font-size: 18px;
}

.order-pricetable-list .total .price-value-new {
  font-size: 18px;
}

.checkout-order-summary .cart-list .product-item .price-info .item-price .price-label-new,
.checkout-order-summary .cart-list .product-item .price-info .item-price .price-value-new {
  font-size: 18px;
}

.checkout-order-summary .cart-list .product-item .info .price-label-new,
.checkout-order-summary .cart-list .product-item .info .price-value-new {
  font-size: 14px;
}

.page-favorite-products .account-section-content .cart-list .product-item .basket-page-item-label {
  display: none !important;
}

.page-favorite-products .account-section-content .cart-list .product-item .price-panel .price div .price-label-new {
  font-size: 12px;
  font-family: "lloyds_sanslight";
}
.page-favorite-products .account-section-content .cart-list .product-item .price-panel .price div .price-value-new {
  font-size: 14px;
  font-family: "lloyds_sanslight";
}

.order-pricetable-list li > span {
  padding-right: 20px;
}

.page-orderConfirmationPage .cart-list .info span .price-label-new,
.page-orderConfirmationPage .cart-list .info span .price-value-new {
  display: inline-block;
}

.navigation-minicart-quickview .mini-cart .mini-cart-body .details .price-value-new {
  font-size: 14px;
}
.navigation-minicart-quickview .mini-cart .mini-cart-body .mini-cart-totals .key,
.navigation-minicart-quickview .mini-cart .mini-cart-body .mini-cart-totals .value .price-value-new {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .product-listing .product-item .panel {
    position: relative;
  }

  .product-listing .product-item .addtocart {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    right: 5px;
    bottom: 5px;
  }

  .product-listing .product-item .addtocart .cart-icon-white {
    width: 24px;
    height: 18px;
    display: block;
  }

  .owl-item .cart-icon-white {
    display: none !important;
  }

  .product-listing .product-item .addtocart .btn-primary {
    padding: 14px 12px;
  }

  /*.product-listing .product-item .addtocart button[type="submit"] {*/
  /*  padding: 0;*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  right: 0;*/
  /*  bottom: 0;*/
  /*  left: 0;*/
  /*}*/

  .product-listing .product-item .addtocart button[type="submit"]:after {
    display: block;
    top: 5px;
    right: 5px;
    line-height: 1.7;
    margin: 0;
    font-size: 8px;
    width: 13px;
    height: 13px;
    background-color: #fff;
    color: #58ae57;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}

.product-carousel-insert .btn-primary {
  padding: 12px 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-listing .product-item .addtocart button[type="submit"]:after {
    right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .product-listing .product-item .addtocart button[type="submit"] .text {
    display: block;
  }

  .product-listing .product-item .addtocart button[type="submit"] .icon {
    display: none;
  }
}

.cart-checkout-total-price .price-label-new {
  display: inline-block;
}

.cart-checkout-total-price .price-value-new {
  display: inline-block;
  font-size: 18px;
}

@media only screen and (min-width: 1024px) {
  .product-listing .description {
    padding-bottom: 15px;
  }
}
/*  .product-listing .price-panel * {*/
/*     display: inline-block; */
/*    vertical-align: middle;*/
/*    font-size: 21px;*/
/*  }*/

/*  .product-listing .description {*/
/*    font-size: 16px;*/
/*  }*/
/*}*/

/* --------------------------------------

	product-grid items

-------------------------------------- */

.product-listing.product-grid {
  float: left;
  width: 100%;
  padding: 0 5px;
}

.product-listing.product-grid .product-item {
  display: block;
  height: auto !important;
  font-size: 0;
  padding: 0 10px;
}

.product-listing.product-grid .product-item .panel {
  padding: 25px 10px;
  font-size: 0;
  margin-bottom: 10px;
}

.product-listing.product-grid .product-item .thumb {
  position: relative;
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  text-align: center;
}

.product-listing.product-grid .product-item .thumb .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-listing.product-grid .product-item .thumb img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100px;
  display: inline-block;
  vertical-align: middle;
}

.product-listing.product-grid .product-item .details {
  font-size: 16px;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}

.product-listing.product-grid .product-item .details .name {
  display: block;
  line-height: 15px;
  color: #404040;
}

@media only screen and (min-width: 640px) {
  .product-listing.product-grid {
    font-size: 0;
  }

  .product-listing.product-grid .product-item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .product-listing.product-grid .product-item {
    position: relative;
  }

  .product-listing.product-grid .product-item .thumb {
    position: relative;
  }

  .product-listing.product-grid .product-item .thumb .badge-wrap {
    position: static;
  }

  .product-listing.product-grid .product-item .thumb .badge-wrap .badge {
    right: -10px;
    top: -15px;
    width: 45px;
    height: 45px;
  }

  .product-listing.product-grid .product-item .thumb .badge-wrap .badge.discount {
    font-size: 16px;
  }

  .product-listing.product-grid .product-item .thumb .badge-wrap .badge.recommended {
    font-size: 9px;
  }

  .product-listing.product-grid .product-item .thumb .badge-wrap .badge.new {
    font-size: 12px;
  }

  .product-listing.product-grid .product-item .price-panel {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .product-listing.product-grid .product-item {
    width: 33.33333333%;
  }

  .product-listing.product-grid .product-item .panel {
    position: relative;
    border: none;
    padding: 25px 15px;
    margin-bottom: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .product-listing.product-grid .product-item .panel.fit-row-height-done .addtocart {
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 25px;
  }

  .product-listing.product-grid .product-item .thumb,
  .product-listing.product-grid .product-item .details {
    display: block;
    width: 100%;
    text-align: center;
  }

  .product-listing.product-grid .product-item .thumb {
    height: 160px;
  }

  .product-listing.product-grid .product-item .thumb img {
    max-height: 160px;
    max-width: 160px;
  }

  .product-listing.product-grid .product-item .details {
    padding-left: 0;
  }

  .product-listing.product-grid .product-item .details .name {
    margin-top: 15px;
    line-height: 1.5;
  }

  .no-touchevents .product-listing.product-grid .panel {
    -webkit-box-shadow: 0px 0px 10px 0px transparent;
    -moz-box-shadow: 0px 0px 10px 0px transparent;
    box-shadow: 0px 0px 10px 0px transparent;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    -moz-transition: -moz-box-shadow 0.2s linear;
    -o-transition: -o-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
  }

  .no-touchevents .product-listing.product-grid .panel:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  }
}

@media only screen and (min-width: 1024px) {
  .product-listing.product-grid {
    width: 80%;
  }
}

@media only screen and (min-width: 1280px) {
  .product-listing.product-grid .product-item {
    width: 25%;
  }
}

/* --------------------------------------

  product-listing-block

-------------------------------------- */

.product-listing-block {
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-listing-block .product-listing-heading {
  width: 100%;
  float: left;
  position: relative;
  background-color: #F7FAF2;
  padding: 2em 1em;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
}

.product-listing-block ul.product-listing-filter {
  width: 100%;
  float: left;
  position: relative;
  list-style: none;
  padding: 0;
  padding-top: 10px;
}

.product-listing-block ul.product-listing-filter li {
  display: inline-block;
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid #58ae57;
  border-radius: 53px;
  font-family: 'lloyds_sansbold';
  font-size: 15px;
  color: #84BF41;
  cursor: pointer;
  margin: 5px;
}

.product-listing-block ul.product-listing-filter li:hover {
  background-color: #479249;
  color: #fff;
}

.product-listing-block ul.product-listing-filter li.active {
  background-color: #58ae57;
  color: #fff;
  cursor: default;
}

.product-listing-block .product-listing-body {
  width: 100%;
  float: left;
  position: relative;
}

.product-listing-body .product-item {
  width: 100%;
  display: table;
  padding: 1em 0;
  border-bottom: 1px solid #E0E0E0;
}

.product-listing-block .product-listing-body .product-item:last-child {
  border-bottom: none;
}

.product-listing-block .product-listing-body .product-item .thumb,
.product-listing-body .product-item .product-info {
  display: table-cell;
  vertical-align: top;
  padding: 0 0.5em;
}

.product-listing-body .product-info a.name {
  display: block;
  color: inherit;
  margin-bottom: 10px;
}

.product-listing-block .product-listing-body .product-item .product-info .price {
  color: #58ae57;
  font-family: 'lloyds_sansbold';
  float: left;
}

.product-listing-block .product-listing-body .product-item .thumb {
  width: 110px;
  height: 100px;
  text-align: center;
}

.product-listing-block .product-item .addtocart .btn-add-to-cart {
  float: right;
  margin-right: 1em;
  font-size: 12px;
  font-family: 'lloyds_sansbold';
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 15px;
  border-radius: 53px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #005B2E;
  text-decoration: none;
}

.no-touchevents .product-listing-block .product-item .addtocart {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.no-touchevents .product-listing-block .product-item:hover .addtocart {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* --------------------------------------

  product-slider

-------------------------------------- */

.product-listing.product-slider {
  position: relative;
  width: auto !important;
  float: none;
}

.product-listing.product-slider .product-item {
  width: 100% !important;
}

.product-listing.product-slider .product-item .panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.product-listing.product-slider .owl-pagination {
  bottom: -9px !important;
}

@media only screen and (min-width: 769px) {
  .no-touchevents .product-listing.product-slider {
    padding-left: 70px;
    padding-right: 70px;
    margin: 15px 0 0 0;
  }
}

.main-article-navigation {
  width: 100%;
  display: inline-block;
}

.main-article-navigation .article-navigation-section ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-article-navigation ul.article-nav-list {
  font-size: 16px;
  margin-bottom: 20px;
}

.main-article-navigation ul.list {
  margin-left: 15px;
}

.main-article-navigation .article-navigation-section ul li {
  display: block;
}
.main-article-navigation .article-navigation-section ul li a {
  display: block;
  padding: 15px 0;
  color: #404040;
}

.main-article-navigation ul li a.active {
  color: #58ae57;
  font-family: 'lloyds_sansbold';
}

.main-article-navigation ul li.title {
  background-color: #FFF;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.main-article-navigation ul li.title.expanded {
  background-color: #f9f9f9;
}

.main-article-navigation ul li.title.expanded li.title {
  background-color: #f9f9f9;
}

.main-article-navigation ul li .trigger {
  display: block;
  padding: 15px 0;
}

.main-article-navigation ul li .close-droplist {
  display: block;
  padding: 15px 0;
  cursor: pointer;
}

.main-article-navigation ul li.expanded > .trigger {
  font-family: 'lloyds_sansbold';
}

.main-article-navigation ul li.current-category {
  font-family: 'lloyds_sansbold';
  font-size: 19px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.main-article-navigation ul li.category-list > ul {
  margin-left: 0;
}

.main-article-navigation ul li.category-list > ul > li {
  padding: 0 15px;
}

.main-article-navigation ul li.category-list li {
  border-bottom: 1px solid #e0e0e0;
}

.main-article-navigation ul li.category-list li:last-child {
  border-bottom: none;
}

.main-article-navigation ul li.category-list li.see-all > a {
  color: #58ae57;
}

@media only screen and (max-width: 1023px) {
  .main-article-navigation {
    padding: 15px 0;
  }

  .main-article-navigation > ul > li {
    border: 1px solid #e0e0e0;
    border-top-color: #f2f4f7;
    border-bottom-color: transparent;
    padding: 0 15px;
  }

  .main-article-navigation > ul > li:first-child {
    border-radius: 4px 4px 0 0;
    border-top-color: #e0e0e0;
  }

  .main-article-navigation > ul > li:last-child {
    border-radius: 0 0 4px 4px;
    border-bottom-color: #e0e0e0;
  }

  .main-article-navigation > ul > li:only-child {
    border-radius: 4px;
    border-bottom-color: #e0e0e0;
    border-bottom-bottom: #e0e0e0;
  }
}

@media only screen and (min-width: 1024px) {
  .main-article-navigation {
    padding-top: 0;
    float: left;
  }

  .main-article-navigation ul li.see-all {
    display: none;
  }

  .main-article-navigation ul li.category-list > .trigger {
    display: none;
  }

  .main-article-navigation ul li.category-list > ul {
    overflow-y: auto;
    display: block !important;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .main-article-navigation ul li.category-list > ul > li {
    border-left: none;
    border-right: none;
  }

  .main-article-navigation ul li.category-list > ul > li:first-child {
    border-top: none;
  }

  .main-article-navigation ul li.category-list > ul > li:last-child {
    border-bottom: none;
  }
}

.article-list {
  font-size: 0;
}

.article-list a {
  color: #404040;
  word-break: break-word;
}

.article-list .article-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 10px;
}

.search-results .article-listing.article-grid .article-item {
  padding: 50px 30px;
}

.article-listing.article-grid {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.article-listing.article-grid:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

.article-listing.article-grid .article-item {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 15px 30px 15px;
  position: relative;
}

.article-listing.article-grid .article-item .thumb img {
  width: 100%;
}

.article-listing.article-grid.custom-grid-2 .article-item,
.article-listing.article-grid.custom-grid .article-item {
  width: 50%;
}

.article-listing.article-grid.custom-grid-2 .article-item .article-tags,
.article-listing.article-grid.custom-grid .article-item .article-tags {
  display: none;
}

.article-listing.article-grid.custom-grid-2 .article-item:first-child,
.article-listing.article-grid.custom-grid .article-item:first-child {
  width: 100%;
}
/*Article category page image placeholder implementation*/
/*Breakpoints  <524, 524 - 767, 768 -1023, 1024-1299, >1299 */

/*Styles for >1299px*/
.article-listing.article-grid.custom-grid-2 .article-item:first-child img,
.article-listing.article-grid.custom-grid .article-item:first-child img {
  width: 100%;
  min-height: 550px;
}

.article-listing.article-grid.custom-grid-2 .article-item:nth-child(2) img,
.article-listing.article-grid.custom-grid-2 .article-item:nth-child(3) img {
  width: 100%;
  min-height: 280px;
}

.article-listing.article-grid.custom-grid-2 .article-item img {
  min-height: 188px;
}

/*Styles for 1024-1299px*/
@media only screen and (min-width: 1024px) and (max-width: 1299px) {

  .article-listing.article-grid.custom-grid-2 .article-item:first-child img,
  .article-listing.article-grid.custom-grid .article-item:first-child img {
    width: 100%;
    min-height: 440px;
  }

  .article-listing.article-grid.custom-grid-2 .article-item:nth-child(2) img,
  .article-listing.article-grid.custom-grid-2 .article-item:nth-child(3) img {
    width: 100%;
    min-height: 220px;
  }

  .article-listing.article-grid.custom-grid-2 .article-item img {
    min-height: 144px;
  }
}

/*Styles for 768-1023px*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .article-listing.article-grid.custom-grid-2 .article-item:first-child img,
  .article-listing.article-grid.custom-grid .article-item:first-child img {
    width: 100%;
    min-height: 440px;
  }

  .article-listing.article-grid.custom-grid-2 .article-item:nth-child(2) img,
  .article-listing.article-grid.custom-grid-2 .article-item:nth-child(3) img {
    width: 100%;
    min-height: 210px;
  }

  .article-listing.article-grid.custom-grid-2 .article-item img {
    min-height: 144px;
  }
}

/*Styles for 524-767px*/
@media only screen and (min-width: 524px) and (max-width: 767px) {

  .article-listing.article-grid.custom-grid-2 .article-item:first-child img,
  .article-listing.article-grid.custom-grid .article-item:first-child img {
    width: 100%;
    min-height: 300px;
  }

  .article-listing.article-grid.custom-grid-2 .article-item:nth-child(2) img,
  .article-listing.article-grid.custom-grid-2 .article-item:nth-child(3) img {
    width: 100%;
    min-height: 140px;
  }

  .article-listing.article-grid.custom-grid-2 .article-item img {
    min-height: 144px;
  }
}

/*Styles for <523>px*/
@media only screen and (max-width: 523px) {

  .article-listing.article-grid.custom-grid-2 .article-item:first-child img,
  .article-listing.article-grid.custom-grid .article-item:first-child img {
    width: 100%;
    min-height: 180px;
  }

  .article-listing.article-grid.custom-grid-2 .article-item:nth-child(2) img,
  .article-listing.article-grid.custom-grid-2 .article-item:nth-child(3) img {
    width: 100%;
    min-height: 80px;
  }

  .article-listing.article-grid.custom-grid-2 .article-item img {
    min-height: 80px;
  }
}
/*END Article category page image placeholder implementation*/

.article-listing.article-grid.custom-grid-2 .article-item:first-child .article-tags,
.article-listing.article-grid.custom-grid .article-item:first-child .article-tags {
  display: block;
}

.article-listing.article-grid .article-item .thumb {
  display: block;
}

.article-listing.article-grid .article-item .title {
  margin: 15px 0;
}

.article-listing.article-grid .article-item .title a {
  color: #404040;
}

.article-tags {
  position: absolute;
  top: 16px;
  right: 32px;
  padding: 3px 15px;
  font-size: 13px;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .article-listing.article-grid {
    margin-left: -5px;
    margin-right: -5px;
  }

  .article-listing.article-grid .article-item {
    padding: 0 5px 30px 5px;
  }

  .article-listing.article-grid .article-item_4,.article-item_5,.article-item_6 .title {
    word-break: break-word;
  }

  /*Article Category page style*/
  .article-listing.article-grid.custom-grid-2 .article-item {
    width: 33.33333333%;
  }

  .article-listing.article-grid.custom-grid-2 .article-item:first-child {
    width: 100%;
  }

  .article-listing.article-grid.custom-grid-2 .article-item:nth-child(2),
  .article-listing.article-grid.custom-grid-2 .article-item:nth-child(3) {
    width: 50%;
  }

  .article-listing.article-grid.custom-grid .article-item {
    width: 33.33333333%;
  }

  .article-listing.article-grid.custom-grid .article-item:nth-child(1),
  .article-listing.article-grid.custom-grid .article-item:nth-child(2) {
    width: 50%;
  }

  .article-list .main-article {
    width: 50%;
    float: left;
  }

  .article-list .main-article .article-item {
    width: 100%;
    float: left;
  }

  .article-list .other-articles {
    width: 50%;
    float: left;
  }

  .article-list .other-articles .article-item {
    width: 50%;
  }
}

.brief-article-description {
  padding: 0 15px;
  margin-bottom: 20px;
}

/*
@media only screen and (max-width: 767px)  {
	.article-listing{
		&.custom-grid{
			.article-item{
				padding: 0 5px 15px 5px;
				&:nth-child(n+2){
					width: 50%;
					.description{
						display: none;
					}
					.article-tags{
						display: none;
					}
					.title{
						font-size: 16px;
					}
				}
			}
		}
		&.custom-grid-2{
			.article-item{
				padding: 0 5px 15px 5px;
				&:nth-child(n+4){
					width: 50%;
					.description{
						display: none;
					}
					.article-tags{
						display: none;
					}
					.title{
						font-size: 16px;
					}
				}
			}
		}
		&.custom-grid-3{
			.article-item{
				padding: 0 5px 15px 5px;
				&:nth-child(n+2){
					width: 50%;
					.description{
						display: none;
					}
					.article-tags{
						display: none;
					}
					.title{
						font-size: 16px;
					}
				}
			}
		}
	}
}
@media only screen and (min-width: 768px)  {
	.article-listing.custom-grid{
		.article-item{
			&:nth-child(-n+2){
				width: 50%;
			}
			&:nth-child(n+3){
				width: 33.3333%;
				.description{
					display: none;
				}
			}
		}
	}
	.article-listing.custom-grid-2{
		.article-item{
			width: 33.3333%;
			&:first-child {
				width: 100%;
			}
			&:nth-child(n+2):nth-child(-n+3){
				width: 50%;
			}
		}
	}
	.article-listing.custom-grid-3{
		.article-item{
			&:nth-child(-n+3){
				width: 33.3333%;
			}
			&:nth-child(n+4){
				width: 25%;
				.description{
					display: none;
				}
			}
		}
	}
	.article-list{
		.main-article{
			width: 50%;
			float: left;
			.article-item{
				width: 100%;
				float: left;
			}
		}
		.other-articles{
			width: 50%;
			float: left;
			.article-item{
				width: 50%;
			}
		}
	}
}
*/

.brand-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.brand-list li {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 20px;
}

@media (min-width: 768px) {
  .brand-list li {
    width: 33.33333%;
  }
}

@media (min-width: 1024px) {
  .brand-list li {
    width: 20%;
  }
}

.brands-overview-wrapper {
  margin: 0 20px;
  border-bottom: 1px solid #cccccc;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-align: left;
}

.brands-overview-wrapper h1:after {
  content: "";
  height: 2px;
  width: 124px;
  background-color: #d3deee;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
}

.brands-overview-wrapper a {
  text-align: center;
  margin: 2px;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  padding: 5px;
  height: 30px;
  width: 30px;
  border: 1px solid;
  border-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #404040;
  -webkit-transition: border-color 450ms ease, color 450ms ease;
  -moz-transition: border-color 450ms ease, color 450ms ease;
  -ms-transition: border-color 450ms ease, color 450ms ease;
  -o-transition: border-color 450ms ease, color 450ms ease;
  transition: border-color 450ms ease, color 450ms ease;
  text-decoration: none;
}

.brands-overview-wrapper a:hover {
  border-color: #E0E0E0;
  text-align: center;
  text-decoration: none;
}

.brands-overview-wrapper a.selected {
  border-color: #58ae57;
  color: #58ae57;
  text-align: center;
  text-decoration: none;
}

.brands-list-wrapper {
  margin: 0 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-align: left;
}

.brands-list-wrapper .brands-char-large {
  font-size: 40px;
}

.brands-list-wrapper ul li {
  list-style: none;
  margin-bottom: 4px;
}

.brands-list-wrapper ul li a {
  font-size: 16px;
  color: #404040;
  text-decoration: none;
}

.brands-list-wrapper ul li a:hover {
  text-decoration: none;
  color: #58ae57;
}

.brands-list-wrapper .row {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 0;
  margin-left: 0;
  margin-right: 0;
}

.brands-list-header {
  font-size: 16px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.brands-list-column {
  font-size: 16px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}

.brands-list-column ul {
  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
  padding: 0;
}

@media (min-width: 768px) {
  .brands-list-wrapper ul li a {
    font-size: 19px;
  }

  .brands-list-header {
    width: 25%;
    text-align: left;
    margin-bottom: 0;
  }

  .brands-list-column {
    width: 75%;
  }

  .brands-list-column ul {
    -webkit-columns: 3;
    /* Chrome, Safari, Opera */
    -moz-columns: 3;
    /* Firefox */
    columns: 3;
  }

  .no-csscolumns .brands-list-column ul {
    font-size: 0;
  }

  .no-csscolumns .brands-list-column ul li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
  }
}

/* Main product navigation */

.main-product-navigation {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.main-product-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-product-navigation ul li {
  display: block;
}

.main-product-navigation ul li a {
  display: block;
  padding: 15px 0;
  color: #404040;
}

.main-product-navigation ul li a.active {
  color: #58ae57;
  font-family: 'lloyds_sansbold';
}

.main-product-navigation ul li .trigger {
  display: block;
  padding: 15px 0;
}

.main-product-navigation ul li .close-droplist {
  display: block;
  padding: 15px 0;
  cursor: pointer;
}

.main-product-navigation ul li.expanded > .trigger {
  font-family: 'lloyds_sansbold';
}

.main-product-navigation ul li.current-category {
  font-family: 'lloyds_sansbold';
  font-size: 19px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.main-product-navigation ul li.category-list li.see-all > a {
  color: #58ae57;
}

.main-product-navigation ul li.facet-list li {
  padding: 5px 0;
}

.main-product-navigation ul li.facet-list li.droplist-container > span.trigger {
  font-family: 'lloyds_sansbold';
  font-size: 19px;
  padding-bottom: 5px;
}

.main-product-navigation ul li.facet-list li.droplist-container > span.trigger:after {
  display: none;
}

.main-product-navigation ul li.facet-list li.droplist-container > ul {
  display: block;
}

.main-product-navigation ul li.facet-list li.droplist-container.see-all > span.trigger {
  font-size: 16px;
  font-family: 'lloyds_sanslight';
}

.main-product-navigation ul li.facet-list li.droplist-container.see-all > ul {
  display: none;
}

.main-product-navigation ul li.facet-list li.droplist-container.see-all.expanded > ul.list {
  display: block;
}

.main-product-navigation ul li.facet-list label {
  cursor: pointer;
  font-weight: normal;
  display: block;
  margin: 0;
}

.main-product-navigation ul li.facet-list .facet-mark {
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 0;
  margin-right: 10px;
  border: 1px solid #9B9B9B;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  margin-top: -3px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px 0px #BBBBBB;
  box-shadow: inset 0 0 2px 0px #BBBBBB;
}

.main-product-navigation ul li.facet-list .facet-mark:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-image: url("../../theme-blue/images/svg/checked.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.main-product-navigation ul li.facet-list .facet-text {
  line-height: 20px;
  display: inline;
}

.main-product-navigation ul li.facet-list .facet-checkbox:checked + .facet-label .facet-mark {
  border: 1px solid #97BE0D;
  -webkit-box-shadow: inset 0 0  2px 0px #97BE0D;
  box-shadow: inset 0 0  2px 0px #97BE0D;
}

.main-product-navigation ul li.facet-list .facet-checkbox:checked + .facet-label .facet-mark:after {
  opacity: 1;
}

.main-product-navigation ul li.go-back a {
  text-decoration: none;
}

.main-product-navigation ul li.go-back a:before {
  content: "\e60c";
  font-family: 'streamline';
  margin-right: 10px;
  font-size: 12px;
  text-decoration: none;
}

.main-product-navigation ul li.go-back a:hover {
  color: #58ae57;
}

.main-product-navigation ul li.see-all .trigger {
  display: inline-block;
  vertical-align: middle;
}

.main-product-navigation ul li.see-all .trigger:after {
  display: inline-block;
  position: relative;
  font-size: 10px;
  margin: 3px 0 0 10px;
  vertical-align: middle;
}

.main-product-navigation ul li.see-all.expanded .trigger {
  display: none;
}

.main-product-navigation ul.active-facets li > * {
  display: inline-block !important;
  vertical-align: middle;
}

.main-product-navigation ul.active-facets li .facet-text {
  padding-right: 10px;
}

.main-product-navigation ul.active-facets li a {
  text-decoration: none;
  padding: 0;
}

.main-product-navigation > ul > li {
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 1023px) {
  .main-product-navigation {
    margin-bottom: 20px;
  }

  .main-product-navigation ul li.title {
    background-color: #FFF;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  }

  .main-product-navigation ul li.title.expanded {
    background-color: #f9f9f9;
  }

  .main-product-navigation ul li.title.expanded li.title {
    background-color: #f9f9f9;
  }

  .main-product-navigation ul li.category-list > ul.list {
    margin-left: 0 !important;
  }

  .main-product-navigation ul li.category-list ul.list.expanded {
    margin-left: 15px;
  }

  .main-product-navigation ul li.category-list ul.list li {
    border-bottom: 1px solid #e0e0e0;
  }

  .main-product-navigation ul li.category-list ul.list li:last-child {
    border-bottom: none;
  }

  .main-product-navigation ul li.facet-list > ul > li:last-child > ul {
    padding-bottom: 15px;
  }

  .main-product-navigation ul.product-nav-list > li {
    border: 1px solid #e0e0e0;
    border-top-color: #f2f4f7;
    border-bottom-color: transparent;
    padding: 0 15px;
  }

  .main-product-navigation ul.product-nav-list > li:first-child {
    border-radius: 4px 4px 0 0;
    border-top-color: #e0e0e0;
  }

  .main-product-navigation ul.product-nav-list > li:last-child {
    border-radius: 0 0 4px 4px;
    border-bottom-color: #e0e0e0;
  }
}

@media (min-width: 1024px) {
  .main-product-navigation {
    width: 20%;
  }

  .main-product-navigation ul li.current-category {
    font-size: 21px;
    border-bottom: none;
    padding: 0;
  }

  .main-product-navigation ul li.go-back a {
    padding-bottom: 20px;
  }

  .main-product-navigation ul li.category-list {
    border-bottom: none;
  }

  .main-product-navigation ul li.category-list > ul {
    display: block !important;
  }

  .main-product-navigation ul li.category-list > ul > li {
    border-bottom: 1px solid #e0e0e0;
  }

  .main-product-navigation ul li.category-list ul.list {
    margin-bottom: 15px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #e0e0e0;
  }

  .main-product-navigation ul li.category-list ul.list li.see-all {
    display: none;
  }

  .main-product-navigation ul li.category-list ul.list > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main-product-navigation ul li.facet-list {
    border-bottom: none;
  }

  .main-product-navigation ul li.facet-list > ul {
    display: block !important;
  }

  .main-product-navigation > ul > li.droplist-container {
    margin-bottom: 20px;
  }

  .main-product-navigation > ul > li.droplist-container > span {
    display: none;
  }

  .main-product-navigation > ul > li.category-list > ul.list {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

/* Sort refine bar */

.sort-refine-bar {
  font-size: 0;
  text-align: right;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 0 15px;
}

.sort-refine-bar form {
  display: block;
}

.sort-refine-bar label,
.sort-refine-bar .select-style {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-bottom: 0;
}

.sort-refine-bar label {
  margin-right: 15px;
}

@media (min-width: 1024px) {
  .sort-refine-bar {
    width: 80%;
    margin-bottom: 30px;
    text-align: right;
  }
}

/* Custom store availability list */

.product-in-store-wrp {
  background-color: #FBFBFB;
  padding: 30px 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.product-in-store-inner {
  padding: 0;
}

.product-in-store-inner > header .streamline-marker-ok {
  width: 100%;
  padding-bottom: 20px;
  display: none;
}

.product-in-store-inner > header .streamline-marker-ok:before {
  font-size: 50px;
}

.product-in-store-wrp.success .product-in-store-inner > header .streamline-marker-ok:before {
  color: #58ae57;
}

table.product-in-store {
  width: 100%;
  border-collapse: collapse;
  border: none;
  display: none;
}

.product-in-store-wrp.success table.product-in-store {
  display: table;
}

.product-in-store thead {
  font-size: 19px;
}

.product-in-store td,
.product-in-store th {
  padding: 20px 0;
  border-bottom: 1px solid #E0E0E0;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  /* Force table to not be like tables anymore */

  table.product-in-store,
  .product-in-store thead,
  .product-in-store tbody,
  .product-in-store th,
  .product-in-store td,
  .product-in-store tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */

  .product-in-store thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .product-in-store td,
  .product-in-store th {
    padding: 0 0 20px 0;
  }

  .product-in-store tr {
    padding: 10px 0;
    border-bottom: 1px solid #E0E0E0;
  }

  .product-in-store td {
    border: none;
    position: relative;
  }

  .product-in-store td:before {
    display: block;
    width: 100%;
    font-family: 'lloyds_sansbold';
    margin-bottom: 10px;
  }

  /*
	Label the data
	*/

  .product-in-store td:nth-of-type(1):before {
    content: "Apotek";
  }

  .product-in-store td:nth-of-type(2):before {
    content: "Tilgjengelighet";
  }

  .product-in-store td:nth-of-type(3):before {
    content: "Adresse";
  }

  .product-in-store td:nth-of-type(4):before {
    content: "Åpningstider";
  }
}

@media (min-width: 640px) {
  .product-in-store-inner > header .streamline-marker-ok {
    width: 50px;
    position: absolute;
    left: -55px;
    display: block;
  }

  .product-in-store-inner {
    float: none;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .product-in-store-inner > header .streamline-marker-ok {
    left: -75px;
  }

  .product-in-store-wrp {
    padding: 30px 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 1024px) {
  table.product-in-store {
    margin: 40px 0;
  }
}

.standard-page .article-container {
  margin-left: -15px;
  margin-right: -15px;
}

.standard-page .article-section h1,
.standard-page .article-section h2,
.standard-page .article-section h3,
.standard-page .article-section h4,
.standard-page .article-section h5,
.standard-page .article-section h6 {
  font-family: 'lloyds_sanslight';
  margin: 30px 0;
}

.article-header .meta-data {
  font-size: 14px;
  margin-bottom: 20px;
}

.article-header .meta-data > span {
  margin-right: 20px;
}

.article-header .meta-data > span:last-child {
  margin-right: 0;
}

.article-header .meta-data .title {
  text-transform: uppercase;
  font-family: 'lloyds_sansbold';
}

.article-lead {
  font-size: 19px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.article-section {
  font-size: inherit;
}

.article-section ul {
  padding: 0;
  list-style-type: none;
}

.article-section ul li {
  padding-bottom: 10px;
}

.article-section ul li * {
  display: inline-block;
  vertical-align: middle;
}

.article-section ul li:before {
  content: '\2022';
  padding-right: 48px;
}

.article-section {
  padding-bottom: 30px;
}

.article-image .caption {
  color: #8c8c8c;
  padding: 10px 20px;
}

.article-header,
.article-lead,
.article-section,
.article-image .caption {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.article-header:after,
.article-lead:after,
.article-section:after,
.article-image .caption:after {
  content: '';
  clear: both;
  display: block;
}

@media (min-width: 768px) {
  .standard-page .article-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 1024px) {
  .standard-page .sidebar-navigation {
    float: left;
    margin-top: 150px;
    width: 83.33333333%;
  }

  .standard-page .article-header,
  .standard-page .article-lead,
  .standard-page .article-section,
  .standard-page .article-image .caption {
    width: 83.33333333%;
  }
}

@media (min-width: 1300px) {
  .standard-page .sidebar-navigation {
    width: 75%;
  }
}

.error-message {
  font-size: 19px;
  padding: 0 15px;
  display: block;
}

.error-help {
  font-size: 16px;
  display: block;
}

.error-contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.error-contact-list li {
  display: inline-block;
  margin-right: 10px;
}

.error-container {
  text-align: center;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .error-message {
    display: inline-block;
    max-width: 680px;
  }
}

.e-404 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.e-404 .error-title {
  color: #58ae57;
  font-size: 74px;
}

.e-404 .error-title span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

.e-404 .error-title span:nth-child(2) {
  text-indent: -99999px;
  width: 60px;
  background-image: url("../../theme-blue/images/png/adhesive-plaster-green.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  float: none;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.show-if-logged-in,
.show-if-logged-in--block,
.show-if-logged-in--inline,
.show-if-logged-in--inline-block {
  display: none;
}

body.user-is-logged-in .show-if-not-logged-in,
body.user-is-logged-in .hide-if-logged-in {
  display: none;
}

body.user-is-logged-in .show-if-logged-in,
body.user-is-logged-in .show-if-logged-in--block {
  display: block;
}

body.user-is-logged-in .show-if-logged-in--inline {
  display: inline;
}

body.user-is-logged-in .show-if-logged-in--inline-block {
  display: inline-block;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.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;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.rounded-borders {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}

.border-top {
  border-top: 1px solid #d8d8d8;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.v-align-middle {
  vertical-align: middle;
}

.v-align-top {
  vertical-align: top;
}

.v-align-bottom {
  vertical-align: bottom;
}

.bg-article-grey {
  background-color: #f1f5f6;
}

.bg-brand-light-green {
  background-color: #F5F8E0;
}

.bg-brand-medium-green {
  background-color: #97BE0D;
}

.bg-brand-dark-green {
  background-color: #166729;
}

.bg-brand-dark-grey {
  background-color: #6B6B6A;
}

.bg-brand-pink {
  background-color: #6B6B6A;
}

.bg-primary {
  color: #fff;
  background-color: #0088CC;
}

.bg-lightgray {
  background-color: #f9f9f9;
}

a.bg-primary:hover {
  background-color: #0088CC;
}

.bg-success {
  background-color: #97BE0D;
}

a.bg-success:hover {
  background-color: #97BE0D;
}

.bg-info {
  background-color: #FBFBFB;
}

a.bg-info:hover {
  background-color: #FBFBFB;
}

.bg-warning {
  background-color: #FAA732;
}

a.bg-warning:hover {
  background-color: #FAA732;
}

.bg-danger {
  background-color: #D71920;
}

a.bg-danger:hover {
  background-color: #D71920;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.line-1 {
  line-height: 1;
}

.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;
}

@media (min-width: 640px) {
  .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;
  }
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear-borders {
  border: none !important;
}

.border {
  border: 1px solid #E0E0E0;
}

.bt {
  border-top: 1px solid #E0E0E0  !important;
}

.br {
  border-right: 1px solid #E0E0E0  !important;
}

.bb {
  border-bottom: 1px solid #E0E0E0 !important;
}

.bl {
  border-left: 1px solid #E0E0E0 !important;
}

.clear-margin {
  margin: 0 !important;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.clear-float {
  clear: both;
}

.clear-padding {
  padding: 0;
}

.colpad-1 {
  padding-left: 15px;
  padding-right: 15px;
}

.colpad-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.colpad-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.colpad-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.colpad-9 {
  padding-left: 90px;
  padding-right: 90px;
}

.boxpad-1 {
  padding: 10px;
}

.boxpad-2 {
  padding: 20px;
}

.boxpad-3 {
  padding: 30px;
}

.boxpad-4 {
  padding: 40px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 60px;
}

.pt-7 {
  padding-top: 70px;
}

.pr-1 {
  padding-right: 10px;
}

.pr-2 {
  padding-right: 20px;
}

.pr-3 {
  padding-right: 30px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-6 {
  padding-bottom: 60px;
}

.pb-7 {
  padding-bottom: 70px;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.d-table-cell {
  display: table-cell;
}

@media only screen and (min-width: 640px) {
  .sm-pt-0 {
    padding-top: 0px;
  }

  .sm-pt-1 {
    padding-top: 10px;
  }

  .sm-pt-2 {
    padding-top: 20px;
  }

  .sm-pt-3 {
    padding-top: 30px;
  }

  .sm-pt-4 {
    padding-top: 40px;
  }

  .sm-pt-5 {
    padding-top: 50px;
  }

  .sm-pt-6 {
    padding-top: 60px;
  }

  .sm-pt-7 {
    padding-top: 70px;
  }

  .sm-pb-1 {
    padding-bottom: 10px;
  }

  .sm-pb-2 {
    padding-bottom: 20px;
  }

  .sm-pb-3 {
    padding-bottom: 30px;
  }

  .sm-pb-4 {
    padding-bottom: 40px;
  }

  .sm-pb-5 {
    padding-bottom: 50px;
  }

  .sm-pb-6 {
    padding-bottom: 60px;
  }

  .sm-pb-7 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 1024px) {

  .md-pt-0 {
    padding-top: 0px;
  }

  .md-pt-1 {
    padding-top: 10px;
  }

  .md-pt-2 {
    padding-top: 20px;
  }

  .md-pt-3 {
    padding-top: 30px;
  }

  .md-pt-4 {
    padding-top: 40px;
  }

  .md-pb-1 {
    padding-bottom: 10px;
  }

  .md-pb-2 {
    padding-bottom: 20px;
  }

  .md-pb-3 {
    padding-bottom: 30px;
  }

  .md-pb-4 {
    padding-bottom: 40px;
  }

  .md-colpad-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md-colpad-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md-colpad-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md-pl-1 {
    padding-left: 10px;
  }

  .md-pl-2 {
    padding-left: 20px;
  }

  .md-pl-3 {
    padding-left: 30px;
  }

  .md-pr-1 {
    padding-right: 10px;
  }

  .md-pr-2 {
    padding-right: 20px;
  }

  .md-pr-3 {
    padding-right: 30px;
  }

  .md-border {
    border: 1px solid #E0E0E0;
  }

  .md-bt {
    border-top: 1px solid #E0E0E0  !important;
  }

  .md-br {
    border-right: 1px solid #E0E0E0  !important;
  }

  .md-bb {
    border-bottom: 1px solid #E0E0E0 !important;
  }

  .md-bl {
    border-left: 1px solid #E0E0E0 !important;
  }
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.uil-ring-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}

.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 3px 0 0 #58ae57;
  -ms-animation: uil-ring-anim 800ms linear infinite;
  -moz-animation: uil-ring-anim 800ms linear infinite;
  -webkit-animation: uil-ring-anim 800ms linear infinite;
  -o-animation: uil-ring-anim 800ms linear infinite;
  animation: uil-ring-anim 800ms linear infinite;
}

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.background-cover {
  background-position: center center;
  background-size: 100% auto;
  background-size: cover;
  background-repeat: no-repeat;
}

[data-object-fit="cover"] {
  margin: 0;
}

[data-object-fit="cover"] img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.compat-object-fit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.compat-object-fit img {
  display: none;
}

.pickup-now-component {
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin: 30px 0;
  border: 1px solid #E9E9E9;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3f5ff+0,ffffff+100 */
  background: #e3f5ff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e3f5ff 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e3f5ff 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e3f5ff 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f5ff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

.pickup-now-component:after {
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}

@media (min-width: 768px) {
  .pickup-now-header {
    padding: 30px;
  }
}

.pickup-now-component .pickup-now-input {
  padding: 7px;
  display: none;
}

.pickup-now-component .pickup-now-input .section-header {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .pickup-now-component .pickup-now-input {
    padding: 30px;
  }
}

/* Custom store finder styles */

@media (max-width: 767px) {
  .pickup-now-component .store-finder-wrapper .store-item > div {
    width: 50%;
  }

  .pickup-now-component .store-finder-wrapper .store-item .store {
    width: 100%;
  }

  .pickup-now-component .store-finder-wrapper .store-item .distance {
    margin-right: 10px;
    margin-left: 45px;
  }

  .pickup-now-component .store-finder-wrapper .store-item .distance:after {
    content: ',';
  }

  .pickup-now-component .store-finder-wrapper-header {
    display: block;
  }

  .pickup-now-component .store-finder-wrapper-header .distance,
  .pickup-now-component .store-finder-wrapper-header .stock-status {
    display: none;
  }
}

.pickup-now-component .cart-list-new {
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pickup-now-component .cart-list-new .cart-item {
  border: none;
}

@media (min-width: 768px) {
  .pickup-now-component .cart-list-new {
    padding: 30px;
  }
}

#pickup-now-form {
  background-color: #FFFFFF;
  padding: 15px;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  #pickup-now-form {
    padding: 30px;
  }
}

.pickup-now__push-banner {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3f5ff+0,ffffff+100 */
  background: #e3f5ff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e3f5ff 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e3f5ff 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e3f5ff 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f5ff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

.pickup-now-component .pickup-now__push-banner {
  border: none;
  margin-bottom: 0;
}

.pickup-now__push-banner .push-banner-button,
.pickup-now__push-banner .push-banner-button:focus,
.pickup-now__push-banner .push-banner-button:active {
  background-color: transparent;
  border: 1px solid #58ae57;
  color: #58ae57;
  background-color: #FFFFFF;
}

.pickup-now__push-banner .push-banner-button:hover {
  color: #FFFFFF;
  background-color: #58ae57;
}

@media (max-width: 767px) {
  .pickup-now__push-banner .push-banner-thumb img {
    max-width: 80px;
  }
}

body[data-aos-duration='50'] [data-aos],
[data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos],
[data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos],
[data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos],
[data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos],
[data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos],
[data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos],
[data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos],
[data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos],
[data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos],
[data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos],
[data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos],
[data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos],
[data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos],
[data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos],
[data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos],
[data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos],
[data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos],
[data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos],
[data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos],
[data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos],
[data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos],
[data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos],
[data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos],
[data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos],
[data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos],
[data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos],
[data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos],
[data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos],
[data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos],
[data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos],
[data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos],
[data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos],
[data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos],
[data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos],
[data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos],
[data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos],
[data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos],
[data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos],
[data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos],
[data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos],
[data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos],
[data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos],
[data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos],
[data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos],
[data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos],
[data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos],
[data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos],
[data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos],
[data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos],
[data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos],
[data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos],
[data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos],
[data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos],
[data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos],
[data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos],
[data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos],
[data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos],
[data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos],
[data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos],
[data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos],
[data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos],
[data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos],
[data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos],
[data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos],
[data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos],
[data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos],
[data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos],
[data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos],
[data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos],
[data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos],
[data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos],
[data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos],
[data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos],
[data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos],
[data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos],
[data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos],
[data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos],
[data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos],
[data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos],
[data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos],
[data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos],
[data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos],
[data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos],
[data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos],
[data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos],
[data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos],
[data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos],
[data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos],
[data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos],
[data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos],
[data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos],
[data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos],
[data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos],
[data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos],
[data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos],
[data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos],
[data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos],
[data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos],
[data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos],
[data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos],
[data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos],
[data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos],
[data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos],
[data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos],
[data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos],
[data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos],
[data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos],
[data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos],
[data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos],
[data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos],
[data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos],
[data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos],
[data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos],
[data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos],
[data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos],
[data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos],
[data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos],
[data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos],
[data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos],
[data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos],
[data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */

[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  transform: translate(0, 0);
}

[data-aos='fade-up'] {
  transform: translate(0, 50px);
}

[data-aos='fade-down'] {
  transform: translate(0, -50px);
}

[data-aos='fade-right'] {
  transform: translate(-50px, 0);
}

[data-aos='fade-left'] {
  transform: translate(50px, 0);
}

[data-aos='fade-up-right'] {
  transform: translate(-50px, 50px);
}

[data-aos='fade-up-left'] {
  transform: translate(50px, 50px);
}

[data-aos='fade-down-right'] {
  transform: translate(-50px, -50px);
}

[data-aos='fade-down-left'] {
  transform: translate(50px, -50px);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */

[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

[data-aos='zoom-in'] {
  transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  transform: translate(0, 50px) scale(0.6);
}

[data-aos='zoom-in-down'] {
  transform: translate(0, -50px) scale(0.6);
}

[data-aos='zoom-in-right'] {
  transform: translate(-50px, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
  transform: translate(50px, 0) scale(0.6);
}

[data-aos='zoom-out'] {
  transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  transform: translate(0, 50px) scale(1.2);
}

[data-aos='zoom-out-down'] {
  transform: translate(0, -50px) scale(1.2);
}

[data-aos='zoom-out-right'] {
  transform: translate(-50px, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
  transform: translate(50px, 0) scale(1.2);
}

/**
 * Slide animations
 */

[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
  transform: translate(0, 0);
}

[data-aos='slide-up'] {
  transform: translateY(100%);
}

[data-aos='slide-down'] {
  transform: translateY(-100%);
}

[data-aos='slide-right'] {
  transform: translateX(-100%);
}

[data-aos='slide-left'] {
  transform: translateX(100%);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */

[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.subscription-control-box {
  padding: 15px;
  margin-top: 10px;
}

.inline{
  display: inline-block;
}

.sap-product-reco{
  margin-bottom:10px;
  margin-top:10px;
  background:#fff;
}

.sap-product-reco header{
  padding-top:2px;
}

.checkout-order-summary .checkout-order-summary-list.visible-all{
  display: block;
}

.w-250{
  width: 250px;
}

@media (max-width: 1023px) {
  .brief-category-description {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

.subscription-label {
  margin: 0;
}

@media (min-width: 1023px) {
  .subscription-label {
    padding: 13px 15px 12px 13px;
  }
}

.subscription-label-active {
  background-color: rgb(223, 240, 216);
}

.subscription-label-onhold {
  background-color:#fffde2;
}

.subscription-label-cancelled {
  background-color:rgb(255, 229, 229);
}

.subscription-label-finished {
  background-color:rgb(223, 240, 216);
}

.subscription-label-failed {
  background-color:rgb(255, 229, 229);
}


.storebox-cards iframe {
  height: 400px;
}

@media (min-width: 1023px) {
  .storebox-cards iframe {
    width: 799px;
  }
}

@media (min-width: 1024px) {
  .storebox-cards iframe {
    width: 800px;
  }
}

.bonus-banner {
  margin: 0 0 15px 0;
}

#pearlUpdateProfileForm ul.select-list{
  padding: 0 0;
}

#pearlUpdateProfileForm ul.select-list.li{
  padding: 15px 0;
}
.bottom-header-slot {
  clear: both;
}

@media (min-width: 1024px) {
  .bottom-header-slot {
    padding-top: 18px;
  }
}

.breadcrumb-section + .container {
  padding-top: 0px;
}

#spinner-overlay {
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .5;
  z-index: 100;
}

.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  height:60px;
  width:60px;
  margin:0px auto;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left:6px solid rgba(0,174,239,.15);
  border-right:6px solid rgba(0,174,239,.15);
  border-bottom:6px solid rgba(0,174,239,.15);
  border-top:6px solid rgba(0,174,239,.8);
  border-radius:100%;
}

@-webkit-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.pollen-distribution-level-0 {
  background-color: #D3D2D1;
}
.pollen-distribution-level-1 {
  background-color: #48BF72;
}
.pollen-distribution-level-2 {
  background-color: #FAC918;
}
.pollen-distribution-level-3 {
  background-color: #F89193;
}
.pollen-distribution-level-4 {
  background-color: #B61618;
}

.filter-activated .pollen-distribution-level-0 {
  background-color: transparent;
  color: #D3D2D1;
}
.filter-activated .pollen-distribution-level-1 {
  background-color: transparent;
  color: #48BF72;
}
.filter-activated .pollen-distribution-level-2 {
  background-color: transparent;
  color: #FAC918;
}
.filter-activated .pollen-distribution-level-3 {
  background-color: transparent;
  color: #F89193;
}
.filter-activated .pollen-distribution-level-4 {
  background-color: transparent;
  color: #B61618;
}

.filter-activated .active .pollen-distribution-level-0 {
  background-color: #D3D2D1;
  color: black;
}
.filter-activated .active .pollen-distribution-level-1 {
  background-color: #48BF72;
  color: black;
}
.filter-activated .active .pollen-distribution-level-2 {
  background-color: #FAC918;
  color: black;
}
.filter-activated .active .pollen-distribution-level-3 {
  background-color: #F89193;
  color: black;
}
.filter-activated .active .pollen-distribution-level-4 {
  background-color: #B61618;
  color: black;
}

@media (min-width: 1023px) {
  ul.filter-list li.pollen-type-filter {
    float: left;
  }
}

.pollen-type-filter {
    float: left;
}
.pollen-type-filter.active {
  border-color: #58ae57;
}

.pollen-forecast-container .select-wrapper {
  height: 60px;
}

.pollen-selector-label {
  padding:13px 15px 12px 13px;
  margin: 0;
}

.event-registration-form .register-event-error-message {
  color: red;
}

.event-registration-form .register-event-already-registered-message, .register-event-success-message {
  color: #58ae57;
}

.multidose-disabled-input {
  background: #dddddd;
}

@media (max-width: 375px) {
  .ios .main-navigation .magic-line {
    margin-bottom: 60px;
  }
}

@media (min-width: 376px) {
  .ios .main-navigation .magic-line {
    margin-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .ios .main-navigation .root-level {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.ios .main-navigation .root-level {
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1023px) {
  .ios .main-navigation .root-level .cd-dropdown{
    -webkit-overflow-scrolling: touch;
    height: 100% !important;
  }
}


.paragraph-container{
  display: inline-block;
}

.coupon-text-align{
  text-align: center;
}

@media (max-width: 479px) {
  .coupons-btn{
    width: 80px;
    font-size: 10px;
    padding-left: 0;
    padding-right: 0;
  }
 .coupon-table-text-size{
   font-size: 10px;
   padding-left: 0;
   padding-right: 0;
 }
 .coupon-table-code-size{
   font-size: 10px;
   padding-left: 0;
   padding-right: 0;
 }

}

.table.coupon-text-alignment > thead > tr > .coupon-table-birthday-image {
  width: 360px;
  padding-top: 10px;
  padding-bottom: 0;
}


@media (max-width: 479px) {
  .table.coupon-text-alignment > thead > tr > .coupon-table-birthday-image{
    width: 150px;
  }
  .coupons-btn {
    width: 60px;
  }
}



.table.coupon-text-alignment > thead > tr > th{
  text-align: left;
  vertical-align: middle;
}

.send-email-span{
    bottom: 0;
}

.send-email-wide-btn{
    width: 100%;
}

.e-mail-info{
    text-align: center;
}

.send-email-div{
    display:block;
}

[class^="streamline-"] [class^="path"]{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'streamline' !important;
  vertical-align: initial;
}

.addProductToFavoriteButton {
  cursor: pointer;
}

.max-width-90{
  max-width:90% !important;
}

.login-input-container {
  display: flex;
  flex-direction: column;
}

.login-section.online-registration-section .primary-link {
  color: #166729;
  text-decoration: underline;
}

.login-section.online-registration-section .secondary-link {
  color: #475569;
  text-decoration: underline;
  font-size: 14px;
}

.login-section.online-registration-section .form-horizontal {
  margin-bottom: 40px;
}

.login-section.online-registration-section .login-input-container:first-child {
  margin-bottom: 16px;
}

.login-section.online-registration-section .login-input-container .form-control {
  border: 1px solid #94A3B8;
  border-radius: 10px;
}
.login-section.online-registration-section .login-input-container .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #94A3B8;
  opacity: 1; /* Firefox */
}

.login-section.online-registration-section .login-input-container .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #94A3B8;
}

.login-section.online-registration-section .login-input-container .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #94A3B8;
}

.login-section.online-registration-section .login-heading-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.register-section.online-registration-section .primary-link {
  color: #166729;
  text-decoration: underline;
}

.register-section.online-registration-section .secondary-link {
  color: #475569;
  text-decoration: underline;
  font-size: 14px;
}

.register-input-container {
  display: flex;
  flex-direction: column;
}

.register-section.online-registration-section .register-input-container .form-control {
  border: 1px solid #94A3B8;
  border-radius: 10px;
}

.register-section.online-registration-section .register-input-container:first-child {
  margin-bottom: 16px;
}

.register-section.online-registration-section .register-input-container .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #94A3B8;
  opacity: 1; /* Firefox */
}

.register-section.online-registration-section .register-input-container .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #94A3B8;
}

.register-section.online-registration-section .register-input-container .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #94A3B8;
}

.login-register-selector-btn {
  border: 2px solid #01540A!important;
  text-align:center;
  display: inline-block;
  width: 50%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 8px;
  background-color: #EEF4EF;
  border: none;
  border-radius: 4px;
  margin: 8px 4px 0 0;
}

.login-register-selector-btn a {
  width:100%;
  display:inline-block;
  text-decoration:none;
  color: #01540A!important;
  font-size: 18px!important;
  font-weight: 600!important;
  padding: 0;
}

.login-register-selector-btn.disabled {
  text-align:center;
  display: inline-block;
  width: 50%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 8px;
  background-color: #01540A;
  border: none;
  border-radius: 4px;
  margin: 8px 4px 0 0;
}

.login-register-selector-btn.disabled a {
  width:100%;
  display:inline-block;
  text-decoration:none;
  color: #FFFFFF!important;
  font-size: 18px!important;
  font-weight: 600!important;
  padding: 0;
}

.online-registration-section-content {
  font-size: 20px; padding-top: 10px; padding-bottom: 10px;
}

.online-registration-section-text {
  margin-top:10px; text-align: center;
}

.negate-margin {
   margin-top: 0px!important;;
}

.online-registration-section {
  width: 60%;
}

.secondary-text {
  font-size: 16px;
}

.online-registration-section.login-section  {
  width: 400px;
  margin: 0 auto;
  padding: 40px 45px 45px;
  background-color: #F8FAFC;
}

.online-registration-section.register-section  {
  width: 400px;
  margin: 0 auto;
  padding: 40px 45px 45px;
  background-color: #F8FAFC;
}

@media (max-width: 425px) {
  .online-registration-section.login-section,
  .online-registration-section.register-section {
    width: 100%;
    padding: 20px 22px 22px;
  }
}

.in-pharmacy-a {
  color: #00884F!important;
}

.in-pharmacy:before {
  color: #84BF41;
  content: "\e607";
  font-family: 'streamline' !important;
  display: block;
  vertical-align: middle;
  float: none;
  width: 100%;
  margin-left: 5px;
  padding-right: 4px;
}

.out-pharmacy:before {
  color: #A4A4A4;
  content: "\e602";
  font-family: 'streamline' !important;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding-right: 4px;
}

.price-value-container {
  display: inline-block;
  padding-bottom: 0;
}

.deliveryPointOfServiceName {
  white-space: nowrap;
  padding-left: 1.7em;
}

.deliveryPointOfServiceLinkSpan {
  padding-left: 1.7em;
  padding-bottom: 14px;
  white-space: nowrap;
}

.container-calculator{
  background-color: #ffffff;
  padding: 30px 30px;
  width: 400px;
  border-radius: 5px;
  box-shadow: 25px 25px 30px rgba(0,0,0,0.15);
}

.container-calculator h1{
  background: #024b94;
  color: white;
  text-align: center;
  font-size: 23px;
  letter-spacing: 1px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 40px;
}
.container-calculator .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.container-calculator .row span{
  font-weight: 500;
}
.container-calculator input[type="range"]{
  width: 70%;
  height: 3.5px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #dcdcdc;
  border-radius: 3px;
  outline: none;
}
.container-calculator input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #1c1c1c;
  border-radius: 50%;
  cursor: pointer;
}
.container-calculator #result{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #0be881;
}
.container-calculator #category{
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}
.container-calculator .display{
  box-shadow: 0 0 20px rgba(0,139,253,0.25);
  margin-bottom: 60px;
}
.customer-login-vipps-link {
  width: 100%;
  margin-top: 10px;
}
.customer-login-vipps-button {
  width: 100%;
  height: 53px;
  background-color: #FF5B24;
  color: #fff;
  border-radius: 10px;
  border: 0;
  align-self: flex-start;
}
.customer-login-vipps-icon {
  margin-left: 10px;
}
.login-button { 
  border-radius: 10px;
}
.customer-login-vipps-bottom-text{ 
  margin-top: 25px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.customer-login-vipps-bottom-text::before,
.customer-login-vipps-bottom-text::after {
  background-color: #A4A4A4;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.customer-login-vipps-bottom-text::before {
  right: 1em;
  margin-left: -50%;
}
.customer-login-vipps-bottom-text::after {
  left: 1em;
  margin-right: -50%;
}
.customer-register-vipps-bottom-text {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: center;
    width: 90%;
    font-size: 16px;
}

.vipps-register-button {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
