/*!
 * Core Theme v0.4
 *
 * Copyright 2013 Volusion, Inc
 * All rights are reserved.
 */

@font-face {
  font-family: 'MSLondon';
  font-weight: 300;
  font-style: normal;
  src: url('../resources/fonts/MSLondon-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'MSLondon';
  font-weight: 300;
  font-style: italic;
  src: url('../resources/fonts/MSLondon-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'MSLondon';
  font-weight: 400;
  font-style: normal;
  src: url('../resources/fonts/MSLondon-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'MSLondon';
  font-weight: 400;
  font-style: italic;
  src: url('../resources/fonts/MSLondon-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'MSLondon';
  font-weight: 600;
  font-style: normal;
  src: url('../resources/fonts/MSLondon-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'MSLondon';
  font-weight: 700;
  font-style: normal;
  src: url('../resources/fonts/MSLondon-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MSLondon';
  font-weight: 700;
  font-style: italic;
  src: url('../resources/fonts/MSLondon-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'MSLeeds';
  font-weight: 300;
  font-style: normal;
  src: url('../resources/fonts/MSLeeds-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'MSLeeds';
  font-weight: 300;
  font-style: italic;
  src: url('../resources/fonts/MSLeeds-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'MSLeeds';
  font-weight: 700;
  font-style: normal;
  src: url('../resources/fonts/MSLeeds-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MSLeeds';
  font-weight: 700;
  font-style: italic;
  src: url('../resources/fonts/MSLeeds-BoldItalic.ttf') format('truetype');
}
/* /stylesheets/base/variables.less:L113 */
.font-bold {
  font-weight: bold;
}
/* /stylesheets/base/variables.less:L116 */
.afg-h1 {
  font-size: 48px;
  line-height: 52px;
  font-weight: bold;
}
/* /stylesheets/base/variables.less:L121 */
.afg-h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}
/* /stylesheets/base/variables.less:L126 */
.afg-h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
}
/* /stylesheets/base/variables.less:L131 */
.afg-h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
/* /stylesheets/base/variables.less:L136 */
.afg-b1 {
  font-size: 14px;
  line-height: 20px !important;
}
/* /stylesheets/base/variables.less:L140 */
.afg-b2 {
  font-size: 12px;
  line-height: 18px !important;
}
/* /stylesheets/base/mixins.less:L211 */
.clear {
  clear: both;
}
/* My Resets */

/* /stylesheets/base/normalize.less:L2 */
nav ul {
  padding: 0;
  margin: 0;
}
/* /stylesheets/base/normalize.less:L6 */
nav li {
  list-style: none;
}
/* normalize.less ------------------------------------------------------------------------------------- */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/* /stylesheets/base/normalize.less:L28 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* /stylesheets/base/normalize.less:L29 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* /stylesheets/base/normalize.less:L30 */
audio:not([controls]) {
  display: none;
}
/* /stylesheets/base/normalize.less:L31 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

/* /stylesheets/base/normalize.less:L43 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* /stylesheets/base/normalize.less:L47 */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* /stylesheets/base/normalize.less:L55 */
::-moz-selection {
  background: #f97d42;
  color: white;
  text-shadow: none;
}
/* /stylesheets/base/normalize.less:L56 */
::selection {
  background: #f97d42;
  color: white;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */

/* /stylesheets/base/normalize.less:L63 */
a {
  color: #0000ee;
}
/* /stylesheets/base/normalize.less:L64 */
a:visited {
  color: #551a8b;
}
/* /stylesheets/base/normalize.less:L65 */
a:hover {
  color: #0066ee;
}
/* /stylesheets/base/normalize.less:L66 */
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */

/* /stylesheets/base/normalize.less:L69 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */

/* /stylesheets/base/normalize.less:L76 */
abbr[title] {
  border-bottom: 1px dotted;
}
/* /stylesheets/base/normalize.less:L78 */
b,
strong {
  font-weight: bold;
}
/* /stylesheets/base/normalize.less:L80 */
blockquote {
  margin: 1em 40px;
}
/* /stylesheets/base/normalize.less:L82 */
dfn {
  font-style: italic;
}
/* /stylesheets/base/normalize.less:L84 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/* /stylesheets/base/normalize.less:L86 */
ins {
  background: #ffff99;
  color: black;
  text-decoration: none;
}
/* /stylesheets/base/normalize.less:L88 */
mark {
  background: yellow;
  color: black;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */

/* /stylesheets/base/normalize.less:L91 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */

/* /stylesheets/base/normalize.less:L94 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* /stylesheets/base/normalize.less:L96 */
q {
  quotes: none;
}
/* /stylesheets/base/normalize.less:L97 */
q:before,
q:after {
  content: "";
  content: none;
}
/* /stylesheets/base/normalize.less:L99 */
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */

/* /stylesheets/base/normalize.less:L102 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* /stylesheets/base/normalize.less:L103 */
sup {
  top: -0.5em;
}
/* /stylesheets/base/normalize.less:L104 */
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */

/* /stylesheets/base/normalize.less:L111 */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
/* /stylesheets/base/normalize.less:L112 */
dd {
  margin: 0 0 0 40px;
}
/* /stylesheets/base/normalize.less:L113 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

/* /stylesheets/base/normalize.less:L125 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */

/* /stylesheets/base/normalize.less:L131 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

/* /stylesheets/base/normalize.less:L138 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

/* /stylesheets/base/normalize.less:L145 */
form {
  margin: 0;
}
/* /stylesheets/base/normalize.less:L146 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */

/* /stylesheets/base/normalize.less:L149 */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

/* /stylesheets/base/normalize.less:L156 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

/* /stylesheets/base/normalize.less:L164 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

/* /stylesheets/base/normalize.less:L170 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

/* /stylesheets/base/normalize.less:L178 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */

/* /stylesheets/base/normalize.less:L184 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */

/* /stylesheets/base/normalize.less:L190 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
/* /stylesheets/base/normalize.less:L191 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* /stylesheets/base/normalize.less:L192 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

/* /stylesheets/base/normalize.less:L198 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

/* /stylesheets/base/normalize.less:L205 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */

/* /stylesheets/base/normalize.less:L208 */
/* /stylesheets/base/normalize.less:L209 */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */

/* /stylesheets/base/normalize.less:L216 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* /stylesheets/base/normalize.less:L217 */
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

/* /stylesheets/base/normalize.less:L224 */
.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
/* For image replacement */

/* /stylesheets/base/normalize.less:L227 */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
/* /stylesheets/base/normalize.less:L228 */
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */

/* /stylesheets/base/normalize.less:L231 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

/* /stylesheets/base/normalize.less:L234 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

/* /stylesheets/base/normalize.less:L237 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */

/* /stylesheets/base/normalize.less:L240 */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */

/* /stylesheets/base/normalize.less:L243 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
/* /stylesheets/base/normalize.less:L244 */
.clearfix:after {
  clear: both;
}
/* /stylesheets/base/normalize.less:L245 */
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  /* /stylesheets/base/normalize.less:L255 */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  
  /* /stylesheets/base/normalize.less:L256 */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* /stylesheets/base/normalize.less:L257 */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* /stylesheets/base/normalize.less:L258 */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* /stylesheets/base/normalize.less:L259 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  
  /* /stylesheets/base/normalize.less:L260 */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  /* /stylesheets/base/normalize.less:L261 */
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  
  /* /stylesheets/base/normalize.less:L262 */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* /stylesheets/base/normalize.less:L263 */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* /stylesheets/base/normalize.less:L265 */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* /stylesheets/base/normalize.less:L266 */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* /stylesheets/base/global.less:L1 */
html {
  height: 100%;
}
/* /stylesheets/base/global.less:L4 */
body {
  margin: 0 auto;
  height: 100%;
  background-color: white;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  color: black;
}
/* /stylesheets/base/global.less:L11 */
body.arabic {
  font-family: 'Helvetica Neue LT Arabic';
}
@media only screen and (max-width: 1000px) {
  /* /stylesheets/base/global.less:L16 */
  body {
    height: auto;
  }
}
/* /stylesheets/base/global.less:L20 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
}
/* /stylesheets/base/global.less:L23 */
a {
  color: #4f4f4f;
}
/* /stylesheets/base/global.less:L25 */
a:visited {
  color: #3f3f3f;
}
/* /stylesheets/base/global.less:L28 */
a:hover {
  color: #666666;
}
/* /stylesheets/base/global.less:L33 */
p {
  margin: 12.5px 0;
}
/* /stylesheets/base/global.less:L38 */
html.js.fontface.wf-loading body {
  visibility: hidden;
}
/* Inputs -------------------*/

/* /stylesheets/base/global.less:L48 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.mz-uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-family: 'MSLondon', sans-serif;
}
/* /stylesheets/base/global.less:L73 */
textarea {
  height: auto;
}
/* /stylesheets/base/global.less:L77 */
button,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.mz-uneditable-input {
  border: 1px solid #a7a7a7;
}
/* /stylesheets/base/global.less:L97 */
button:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.mz-uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
/* /stylesheets/base/global.less:L104 */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}
/* /stylesheets/base/global.less:L114 */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  font-family: 'MSLondon', sans-serif;
}
/* /stylesheets/base/global.less:L126 */
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

}
/* /stylesheets/base/global.less:L133 */
select {
  width: 220px;
  border: 1px solid #a7a7a7;
}
/* /stylesheets/base/global.less:L139 */
select[multiple],
select[size] {
  height: auto;
}
/* /stylesheets/base/global.less:L144 */
button {
  font-family: 'MSLondon', sans-serif;
}
/* /stylesheets/base/global.less:L150 */
.mz-placeholder {
  color: #aaaaaa;
}
/* /stylesheets/base/global.less:L154 */
.mz-page-headernote {
  margin-left: 133px;
  font-weight: normal;
}
/* /stylesheets/base/global.less:L159 */
.mz-auxiliary-text {
  font-size: 12px;
}
/* /stylesheets/base/global.less:L163 */
.mz-strikethrough {
  text-decoration: line-through;
}
/* /stylesheets/layouts/l-container.less:L1 */
.mz-l-container {
  position: relative;
  *zoom: 1;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-l-container:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-l-container:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/layouts/l-formfieldgroup.less:L1 */
.mz-l-formfieldgroup,
.mz-l-formfieldgroup-full {
  display: table;
}
/* /stylesheets/layouts/l-formfieldgroup.less:L3 */
.mz-l-formfieldgroup .mz-l-formfieldgroup-row,
.mz-l-formfieldgroup-full .mz-l-formfieldgroup-row {
  display: table-row;
}
/* /stylesheets/layouts/l-formfieldgroup.less:L6 */
.mz-l-formfieldgroup .mz-l-formfieldgroup-cell,
.mz-l-formfieldgroup-full .mz-l-formfieldgroup-cell {
  display: table-cell;
  padding-right: 12.5px;
  padding-bottom: 12.5px;
}
/* /stylesheets/layouts/l-formfieldgroup.less:L10 */
.mz-l-formfieldgroup .mz-l-formfieldgroup-cell label,
.mz-l-formfieldgroup-full .mz-l-formfieldgroup-cell label {
  text-align: left;
  display: block;
  min-width: 100px;
}
@media (max-width: 600px) {
  .mz-l-formfieldgroup .mz-l-formfieldgroup-cell label,
  .mz-l-formfieldgroup-full .mz-l-formfieldgroup-cell label {
    min-width: fit-content;
    text-align: left;
  }
}
/* /stylesheets/layouts/l-formfieldgroup.less:L20 */
.mz-l-formfieldgroup .mz-l-formfieldgroup-actions > .mz-l-formfieldgroup-cell,
.mz-l-formfieldgroup-full .mz-l-formfieldgroup-actions > .mz-l-formfieldgroup-cell {
  text-align: right;
}
/* /stylesheets/layouts/l-formfieldgroup.less:L23 */
/* /stylesheets/layouts/l-formfieldgroup.less:L24 */
.mz-l-formfieldgroup label input[type="radio"],
.mz-l-formfieldgroup-full label input[type="radio"],
.mz-l-formfieldgroup label input[type="checkbox"],
.mz-l-formfieldgroup-full label input[type="checkbox"] {
  display: inline-block;
  margin-right: 6.25px;
}
/* /stylesheets/layouts/l-formfieldgroup.less:L30 */
.mz-l-formfieldgroup input[type="text"],
.mz-l-formfieldgroup-full input[type="text"],
.mz-l-formfieldgroup input[type="password"],
.mz-l-formfieldgroup-full input[type="password"],
.mz-l-formfieldgroup input[type="tel"],
.mz-l-formfieldgroup-full input[type="tel"],
.mz-l-formfieldgroup input[type="email"],
.mz-l-formfieldgroup-full input[type="email"],
.mz-l-formfieldgroup input[type="number"],
.mz-l-formfieldgroup-full input[type="number"],
.mz-l-formfieldgroup select,
.mz-l-formfieldgroup-full select {
  width: 220px;
  box-sizing: border-box;
}
/* /stylesheets/layouts/l-formfieldgroup.less:L38 */
.mz-l-formfieldgroup input[type="text"].is-invalid,
.mz-l-formfieldgroup-full input[type="text"].is-invalid,
.mz-l-formfieldgroup input[type="password"].is-invalid,
.mz-l-formfieldgroup-full input[type="password"].is-invalid,
.mz-l-formfieldgroup input[type="tel"].is-invalid,
.mz-l-formfieldgroup-full input[type="tel"].is-invalid,
.mz-l-formfieldgroup input[type="email"].is-invalid,
.mz-l-formfieldgroup-full input[type="email"].is-invalid,
.mz-l-formfieldgroup input[type="number"].is-invalid,
.mz-l-formfieldgroup-full input[type="number"].is-invalid,
.mz-l-formfieldgroup select.is-invalid,
.mz-l-formfieldgroup-full select.is-invalid {
  background-color: #f2dede;
}
/* /stylesheets/layouts/l-formfieldgroup.less:L41 */
.mz-l-formfieldgroup input[type="text"].mz-l-formfieldgroup-halfsize,
.mz-l-formfieldgroup-full input[type="text"].mz-l-formfieldgroup-halfsize,
.mz-l-formfieldgroup input[type="password"].mz-l-formfieldgroup-halfsize,
.mz-l-formfieldgroup-full input[type="password"].mz-l-formfieldgroup-halfsize,
.mz-l-formfieldgroup input[type="tel"].mz-l-formfieldgroup-halfsize,
.mz-l-formfieldgroup-full input[type="tel"].mz-l-formfieldgroup-halfsize,
.mz-l-formfieldgroup input[type="email"].mz-l-formfieldgroup-halfsize,
.mz-l-formfieldgroup-full input[type="email"].mz-l-formfieldgroup-halfsize,
.mz-l-formfieldgroup input[type="number"].mz-l-formfieldgroup-halfsize,
.mz-l-formfieldgroup-full input[type="number"].mz-l-formfieldgroup-halfsize,
.mz-l-formfieldgroup select.mz-l-formfieldgroup-halfsize,
.mz-l-formfieldgroup-full select.mz-l-formfieldgroup-halfsize {
  width: 100px;
  margin-right: 10px;
}
/* /stylesheets/layouts/l-formfieldgroup.less:L46 */
.mz-l-formfieldgroup.mz-l-formfieldgroup-norows,
.mz-l-formfieldgroup-full.mz-l-formfieldgroup-norows {
  margin-bottom: 12.5px;
}
/* /stylesheets/layouts/l-formfieldgroup.less:L51 */
.mz-l-formfieldgroup-full {
  width: 96%;
  padding: 0 2%;
}
/* /stylesheets/layouts/l-formfieldgroup.less:L54 */
.mz-l-formfieldgroup-full .mz-l-formfieldgroup-row {
  width: 100%;
}
/* /stylesheets/layouts/l-pagecontent.less:L2 */
.mz-l-pagecontent {
  min-height: 400px;
  overflow: auto;
  position: relative;
  padding: 25px 37.5px;
  clear: both;
}
/* /stylesheets/layouts/l-pagewrapper.less:L1 */
/* /stylesheets/layouts/l-pagewrapper.less:L2 */
.mz-l-pagewrapper > * {
  *zoom: 1;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-l-pagewrapper > *:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-l-pagewrapper > *:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/layouts/l-pagewrapper.less:L7 */
.mz-l-pagewrapper.sticky {
  position: sticky;
  top: 0px;
  background-color: white;
  z-index: 2;
  width: 100%;
}
/* /stylesheets/layouts/l-pagewrapper.less:L14 */
.mz-l-pagewrapper.sticky .scroll-height {
  height: auto !important;
}
/* /stylesheets/layouts/l-pagewrapper.less:L18 */
.mz-l-pagewrapper.sticky .desktop.mz-fade-in {
  visibility: visible;
  display: block;
  opacity: 1;
  transition: display 0s linear 0s, opacity 300ms;
}
/* /stylesheets/layouts/l-pagewrapper.less:L24 */
.mz-l-pagewrapper.sticky .desktop.mz-fade-out {
  visibility: hidden;
  display: none !important;
  opacity: 0;
  transition: display 0s linear 0s, opacity 300ms;
}
/* /stylesheets/layouts/l-pagewrapper.less:L30 */
.mz-l-pagewrapper.sticky .mz-searchbox-icon.mz-fade-out {
  visibility: hidden;
}
/* /stylesheets/layouts/l-paginatedlist.less:L1 */
.mz-l-paginatedlist {
  overflow: auto;
  position: relative;
  width: 86.59%;
  margin: 0 97px;
}
@media only screen and (max-width: 500px) {
  .mz-l-paginatedlist {
    width: 358px;
    margin: 0 9px;
  }
}
/* /stylesheets/layouts/l-paginatedlist.less:L10 */
.mz-l-paginatedlist .mz-sortby {
  float: right;
  height: 40px;
}
@media only screen and (max-width: 500px) {
  .mz-l-paginatedlist .mz-sortby {
    margin-right: 5px;
  }
}
/* /stylesheets/layouts/l-paginatedlist.less:L17 */
.mz-l-paginatedlist .mz-pagingcontrols {
  float: right;
  margin-left: 25px;
}
/* /stylesheets/layouts/l-paginatedlist.less:L21 */
.mz-l-paginatedlist .mz-pagenumbers {
  float: right;
  margin-top: 5px;
  margin-right: 8px;
}
/* /stylesheets/layouts/l-paginatedlist.less:L26 */
.mz-l-paginatedlist .mz-l-tiles {
  clear: both;
}
/* /stylesheets/layouts/l-paginatedlist.less:L29 */
.mz-l-paginatedlist .mz-l-paginatedlist-header {
  *zoom: 1;
  position: relative;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-l-paginatedlist .mz-l-paginatedlist-header:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-l-paginatedlist .mz-l-paginatedlist-header:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/layouts/l-paginatedlist.less:L35 */
.mz-l-paginatedlist .mz-l-paginatedlist-footer {
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
  *zoom: 1;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-l-paginatedlist .mz-l-paginatedlist-footer:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-l-paginatedlist .mz-l-paginatedlist-footer:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/layouts/l-paginatedlist.less:L41 */
.mz-l-paginatedlist .mz-l-paginatedlist-footer .mz-pagenumbers {
  margin-top: 0;
}
/* /stylesheets/layouts/l-paginatedlist.less:L44 */
.mz-l-paginatedlist .mz-l-paginatedlist-footer .mz-pagingcontrols-pagesize-label {
  display: none;
}
/* /stylesheets/layouts/l-paginatedlist.less:L48 */
.mz-l-paginatedlist .mz-l-paginatedlist-footer .templink {
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  box-sizing: border-box;
  height: 48px;
  width: 233px;
  border: 1px solid black;
  background-color: white;
  text-decoration: none;
  margin-left: 36%;
}
@media only screen and (max-width: 500px) {
  .mz-l-paginatedlist .mz-l-paginatedlist-footer .templink {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 810px) and (max-width: 825px) {
  .mz-l-paginatedlist .mz-l-paginatedlist-footer .templink {
    margin-left: 26%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 770px) {
  .mz-l-paginatedlist .mz-l-paginatedlist-footer .templink {
    margin-left: 19%;
  }
}
@media only screen and (min-width: 1010px) and (max-width: 1024px) {
  .mz-l-paginatedlist .mz-l-paginatedlist-footer .templink {
    margin-left: 29%;
  }
}
/* /stylesheets/layouts/l-paginatedlist.less:L83 */
.mz-l-paginatedlist .mz-l-paginatedlist-footer .templink:hover {
  background-color: #e0e4e7;
}
/* /stylesheets/layouts/l-paginatedlist.less:L88 */
.mz-l-paginatedlist .mz-l-paginatedlist-list {
  *zoom: 1;
  margin: 0;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-l-paginatedlist .mz-l-paginatedlist-list:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-l-paginatedlist .mz-l-paginatedlist-list:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/layouts/l-paginatedlist.less:L93 */
.sort-order-dropdown {
  display: inline-block;
  position: relative;
  height: 40px;
  vertical-align: bottom;
}
/* /stylesheets/layouts/l-paginatedlist.less:L98 */
.sort-order-dropdown select {
  border: none;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  border-bottom: 2px solid black;
  height: 40px;
  border-radius: 0;
  margin-top: -1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* /stylesheets/layouts/l-paginatedlist.less:L110 */
.sort-order-dropdown select option {
  font-size: 16px;
}
/* /stylesheets/layouts/l-paginatedlist.less:L114 */
.sort-order-dropdown select.custom-select {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: black;
  cursor: pointer;
  padding-right: 38px;
}
/* /stylesheets/layouts/l-paginatedlist.less:L121 */
.sort-order-dropdown .filter-dropdown {
  position: relative;
}
/* /stylesheets/layouts/l-paginatedlist.less:L124 */
.sort-order-dropdown .filter-dropdown::after {
  content: "";
  border: 0;
  background: url('../resources/images/icons/arrow-down.png') no-repeat transparent;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 16px;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
  color: white;
}
/* /stylesheets/layouts/l-paginatedlist.less:L139 */
/* /stylesheets/layouts/l-paginatedlist.less:L140 */
.filter-sort-by label {
  margin-right: 8px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .filter-sort-by label {
    display: none;
  }
}
/* /stylesheets/layouts/l-paginatedlist.less:L148 */
select.mz-pagingcontrols-pagesort-dropdown.custom-select:focus-visible {
  outline: 0px;
}
/* /stylesheets/layouts/l-paginatedlist.less:L151 */
.filter-sort-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .filter-sort-bar {
    margin: 0 0 20px 0;
    background: #eff1f3;
    padding: 15px;
  }
}
@media (min-width: 712px) {
  .filter-sort-bar {
    margin: 0 0 20px 0;
    background: #eff1f3;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .filter-sort-bar {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 360px) {
  .filter-sort-bar {
    margin-left: 5px;
    margin-right: 3px;
  }
}
/* /stylesheets/layouts/l-paginatedlist.less:L173 */
@media (min-width: 768px) {
  .filter-sort-bar .wrapper {
    display: flex;
  }
}
@media (min-width: 712px) {
  .filter-sort-bar .wrapper {
    display: flex;
  }
}
@media (max-width: 700px) {
  .filter-sort-bar .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
/* /stylesheets/layouts/l-paginatedlist.less:L187 */
.filter-sort-bar .grid-layout-selection {
  height: 40px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .filter-sort-bar .grid-layout-selection {
    border-right: 1px solid #cccccc;
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 712px) {
  .filter-sort-bar .grid-layout-selection {
    border-right: 1px solid #cccccc;
    margin-right: 20px;
    padding-right: 20px;
  }
}
/* /stylesheets/layouts/l-paginatedlist.less:L202 */
.filter-sort-bar .grid-layout-selection-container {
  height: 27px;
}
/* /stylesheets/layouts/l-paginatedlist.less:L205 */
.filter-sort-bar .grid-layout-selection-icon {
  display: inline-block;
  outline: none;
  cursor: pointer;
  width: 27px;
  height: 27px;
}
/* /stylesheets/layouts/l-paginatedlist.less:L212 */
.filter-sort-bar .grid-layout-selection-container > :first-child {
  margin-right: 20px;
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .filter-sort-bar .grid-layout-selection-container > :first-child {
    margin-right: 10px;
  }
}
/* /stylesheets/layouts/l-paginatedlist.less:L218 */
.filter-sort-bar .filter-sort-bar-item-count {
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  .filter-sort-bar .filter-sort-bar-item-count {
    display: inline-block;
    text-align: center;
  }
}
@media (min-width: 712px) {
  .filter-sort-bar .filter-sort-bar-item-count {
    display: inline-block !important;
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .filter-sort-bar .filter-sort-bar-item-count {
    display: none;
  }
}
/* /stylesheets/layouts/l-2column.less:L1 */
.mz-l-2column {
  *zoom: 1;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-l-2column:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-l-2column:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/layouts/l-2column.less:L3 */
.mz-l-2column .mz-l-column {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
/* /stylesheets/layouts/l-2column.less:L8 */
.mz-l-2column .mz-l-column + .mz-l-column {
  padding-left: 25px;
}
@media (max-width: 800px) {
  .mz-l-2column .mz-l-column {
    float: none;
    width: auto;
  }
  /* /stylesheets/layouts/l-2column.less:L14 */
  .mz-l-2column .mz-l-column + .mz-l-column {
    padding-left: 0;
  }
}
/* /stylesheets/layouts/l-2column.less:L21 */
/* /stylesheets/layouts/l-2column.less:L22 */
.mz-l-2column-right .mz-l-column {
  float: right;
}
/* /stylesheets/layouts/l-2column.less:L25 */
.mz-l-2column-right .mz-l-column + .mz-l-column {
  padding-left: 0;
  padding-right: 25px;
}
@media (max-width: 800px) {
  .mz-l-2column-right .mz-l-column {
    float: none;
    width: auto;
  }
  /* /stylesheets/layouts/l-2column.less:L33 */
  .mz-l-2column-right .mz-l-column + .mz-l-column {
    padding-right: 0;
  }
}
/* /stylesheets/layouts/l-slidebox.less:L1 */
.mz-l-slidebox {
  overflow: hidden;
}
/* /stylesheets/layouts/l-slidebox.less:L4 */
.mz-l-slidebox .mz-l-slidebox-outer {
  display: table;
  position: relative;
  left: 0;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
}
/* /stylesheets/layouts/l-slidebox.less:L9 */
.mz-l-slidebox .mz-l-slidebox-outer > .mz-l-slidebox-inner {
  display: table-row;
}
/* /stylesheets/layouts/l-slidebox.less:L12 */
.mz-l-slidebox .mz-l-slidebox-outer > .mz-l-slidebox-inner > .mz-l-slidebox-panel {
  display: table-cell;
}
/* /stylesheets/layouts/l-sidebar.less:L1 */
.mz-l-sidebar {
  float: left;
  padding-right: 25px;
}
@media (max-width: 600px) {
  .mz-l-sidebar {
    float: none;
    padding-right: none;
    padding: 12.5px 0;
  }
}
/* /stylesheets/layouts/l-sidebar.less:L11 */
.mz-l-sidebaritem {
  margin: 0 0 25px;
}
/* /stylesheets/layouts/l-tiles.less:L1 */
.mz-l-tiles {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* /stylesheets/layouts/l-tiles.less:L5 */
.mz-l-tiles > * {
  float: left;
  min-height: 250px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .mz-l-tiles > * {
    margin-bottom: 0;
  }
}
/* /stylesheets/layouts/l-stack.less:L1 */
/* /stylesheets/layouts/l-stack.less:L2 */
.mz-l-stack .mz-l-stack-section {
  margin: 0 0 25px;
  *zoom: 1;
  clear: both;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-l-stack .mz-l-stack-section:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-l-stack .mz-l-stack-section:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/layouts/l-stack.less:L6 */
.mz-l-stack .mz-l-stack-section .mz-l-stack-sectiontitle {
  margin: 0 0 6.25px;
  padding: 0 0 3.125px;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
}
/* /stylesheets/layouts/l-stack.less:L12 */
.mz-l-stack .mz-l-stack-section .mz-l-stack-item {
  margin: 0 0 12.5px;
  padding: 0 0 3.125px;
}
/* /stylesheets/layouts/l-stack.less:L19 */
/* /stylesheets/layouts/l-stack.less:L20 */
.mz-l-stack-large .mz-l-stack-section {
  min-height: 400px;
}
/* /stylesheets/layouts/l-stack.less:L22 */
.mz-l-stack-large .mz-l-stack-section .mz-l-stack-sectiontitle {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .mz-l-stack-large .mz-l-stack-section .mz-l-stack-sectiontitle {
    font-size: 48px !important;
  }
}
/* /stylesheets/layouts/l-stack.less:L27 */
.mz-l-stack-large .mz-l-stack-section .mz-l-stack-sectiontitle a {
  float: right;
  margin-left: 12.5px;
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  color: black;
  text-decoration: none;
}
/* /stylesheets/base/mixins.less:L7 */
.mz-l-stack-large .mz-l-stack-section .mz-l-stack-sectiontitle a:visited,
.mz-l-stack-large .mz-l-stack-section .mz-l-stack-sectiontitle a:focus,
.mz-l-stack-large .mz-l-stack-section .mz-l-stack-sectiontitle a:active {
  color: black;
}
/* /stylesheets/base/mixins.less:L11 */
.mz-l-stack-large .mz-l-stack-section .mz-l-stack-sectiontitle a:hover,
.mz-l-stack-large .mz-l-stack-section .mz-l-stack-sectiontitle a:focus,
.mz-l-stack-large .mz-l-stack-section .mz-l-stack-sectiontitle a:active {
  text-decoration: underline;
}
/* /stylesheets/layouts/l-carousel.less:L1 */
.mz-productlist-carousel {
  overflow-x: auto;
}
/* /stylesheets/layouts/l-carousel.less:L4 */
.mz-l-carousel {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 250px;
  width: auto;
  overflow: hidden;
  display: inline-flex;
}
/* /stylesheets/layouts/l-carousel.less:L12 */
.mz-l-carousel li {
  float: left;
  padding-top: 32px;
  width: 250px;
}
/* /stylesheets/layouts/l-carousel.less:L17 */
.mz-l-carousel li .mz-productlisting-shortdesc,
.mz-l-carousel li .mz-productlisting-productcode {
  display: none;
}
/* /stylesheets/modules/common/address-form.less:L1 */
.mz-addressform-autocompletefields {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
/* /stylesheets/modules/common/address-summary.less:L1 */
/* /stylesheets/modules/common/address-summary.less:L2 */
.mz-addresssummary span {
  display: block;
}
/* /stylesheets/modules/common/address-summary.less:L6 */
.mz-formstep-edit-summary-address {
  top: 33px;
  position: absolute;
  right: 36px !important;
  margin-bottom: 33px;
}
@media only screen and (max-width: 700px) {
  .mz-formstep-edit-summary-address {
    top: 19px;
    right: 18px !important;
  }
}
/* /stylesheets/modules/common/address-summary.less:L16 */
.mz-formstep-edit-address {
  position: absolute;
  right: 220px;
  top: 80px;
}
@media only screen and (min-width: 390px) and (max-width: 700px) {
  .mz-formstep-edit-address {
    top: 8.4em;
  }
}
@media only screen and (min-width: 390px) and (max-width: 410px) {
  .mz-formstep-edit-address {
    right: 19.6em;
  }
}
@media only screen and (min-width: 411px) and (max-width: 479px) {
  .mz-formstep-edit-address {
    right: 21.2em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 535px) {
  .mz-formstep-edit-address {
    right: 25em;
  }
}
@media only screen and (min-width: 701px) and (max-width: 799px) {
  .mz-formstep-edit-address {
    right: 12.4em;
    top: 6em;
  }
}
@media only screen and (min-width: 1137px) and (max-width: 1139px) {
  .mz-formstep-edit-address {
    right: 81px;
  }
}
/* /stylesheets/modules/common/bootstrap-popover.less:L1 */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* /stylesheets/modules/common/bootstrap-popover.less:L11 */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* /stylesheets/modules/common/bootstrap-popover.less:L15 */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L19 */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L23 */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L27 */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L31 */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 4px;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L40 */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L47 */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L54 */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L60 */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L66 */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L73 */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L80 */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L87 */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L93 */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L99 */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L117 */
.popover.top {
  margin-top: -10px;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L120 */
.popover.right {
  margin-left: 10px;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L123 */
.popover.bottom {
  margin-top: 10px;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L126 */
.popover.left {
  margin-left: -10px;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L129 */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L139 */
.popover-content {
  padding: 9px 14px;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L142 */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L151 */
.popover .arrow {
  border-width: 11px;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L154 */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
/* /stylesheets/modules/common/bootstrap-popover.less:L158 */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L166 */
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L173 */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* /stylesheets/modules/common/bootstrap-popover.less:L181 */
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L188 */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L196 */
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L203 */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* /stylesheets/modules/common/bootstrap-popover.less:L211 */
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L218 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
/* /stylesheets/modules/common/bootstrap-popover.less:L227 */
.clearfix:after {
  clear: both;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L230 */
.pull-right {
  float: right !important;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L233 */
.pull-left {
  float: left !important;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L236 */
.hide {
  display: none !important;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L239 */
.show {
  display: block !important;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L242 */
.invisible {
  visibility: hidden;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L245 */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L252 */
.affix {
  position: fixed;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L255 */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L260 */
.fade.in {
  opacity: 1;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L263 */
.collapse {
  display: none;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L266 */
.collapse.in {
  display: block;
}
/* /stylesheets/modules/common/bootstrap-popover.less:L269 */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@keyframes loadingthrob {
  from {
    background-color: #eeeeee;
  }
  to {
    background-color: #e3e3e3;
  }
}
@-webkit-keyframes loadingthrob {
  from {
    background-color: #eeeeee;
  }
  to {
    background-color: #e3e3e3;
  }
}
/* /stylesheets/modules/common/button.less:L11 */
.mz-creditcard-cancel {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eeeeee;
  background-image: url('../resources/images/button-loading.gif');
  background-repeat: no-repeat;
  background-position: -9999px -9999px;
  padding: 6.25px 12.5px;
  min-width: 64px;
}
/* /stylesheets/modules/common/button.less:L19 */
.mz-creditcard-cancel:hover {
  background-color: #e3e3e3;
}
/* /stylesheets/modules/common/button.less:L22 */
.mz-creditcard-cancel:active {
  -webkit-box-shadow: inset 0 0 4px #999);
  -moz-box-shadow: inset 0 0 4px #999);
  box-shadow: inset 0 0 4px #999);
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}
/* /stylesheets/modules/common/button.less:L26 */
.mz-creditcard-cancel[disabled],
.mz-creditcard-cancel[disabled]:active {
  background-color: #eeeeee;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* /stylesheets/modules/common/button.less:L32 */
.mz-contact-cancel {
  background-color: #d7d7d7;
  border-color: #cccccc;
  height: 30px;
  width: 83px;
  padding-top: 5px;
  font-weight: bold;
  background-image: url('../resources/images/button-loading.gif');
  background-repeat: no-repeat;
  background-position: -9999px -9999px;
  padding: 6.25px 12.5px;
  min-width: 64px;
  margin-right: 10px;
}
/* /stylesheets/modules/common/button.less:L45 */
.mz-contact-cancel:hover {
  background-color: #e3e3e3;
}
/* /stylesheets/modules/common/button.less:L48 */
.mz-contact-cancel:active {
  -webkit-box-shadow: inset 0 0 4px #999);
  -moz-box-shadow: inset 0 0 4px #999);
  box-shadow: inset 0 0 4px #999);
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}
/* /stylesheets/modules/common/button.less:L52 */
.mz-contact-cancel[disabled],
.mz-contact-cancel[disabled]:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* /stylesheets/modules/common/button.less:L58 */
.mz-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eeeeee;
  background-image: url('../resources/images/button-loading.gif');
  background-repeat: no-repeat;
  background-position: -9999px -9999px;
  padding: 6.25px 12.5px;
  min-width: 64px;
}
/* /stylesheets/modules/common/button.less:L66 */
.mz-button:hover {
  background-color: #e3e3e3;
}
/* /stylesheets/modules/common/button.less:L69 */
.mz-button:active {
  -webkit-box-shadow: inset 0 0 4px #999);
  -moz-box-shadow: inset 0 0 4px #999);
  box-shadow: inset 0 0 4px #999);
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}
/* /stylesheets/modules/common/button.less:L73 */
.mz-button[disabled],
.mz-button[disabled]:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* /stylesheets/modules/common/button.less:L79 */
.mz-button-large {
  font-size: 20px;
  padding: 12.5px 25px;
}
/* /stylesheets/modules/common/button.less:L84 */
.mz-button-small {
  font-size: 12px;
  padding: 5px 6.25px;
  min-width: 40px;
  background-image: url('../resources/images/button-loading-small.gif');
}
/* /stylesheets/modules/common/button.less:L91 */
.is-loading .mz-button,
.mz-button.is-loading {
  background-position: 50% 50%;
  border-color: #eeeeee;
  color: transparent;
  animation: loadingthrob 1s linear 0s alternate infinite;
  -webkit-animation: loadingthrob 1s linear 0s alternate infinite;
}
/* /stylesheets/modules/common/button.less:L100 */
.cta-container {
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-family: 'MSLondon', sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
}
/* /stylesheets/modules/common/button.less:L108 */
.cta-container a,
.cta-container a:hover {
  color: black;
}
@media only screen and (max-width: 500px) {
  .cta-container {
    text-align: center;
  }
}
@media only screen and (min-width: 1001px) {
  .cta-container {
    text-align: left;
  }
}
/* /stylesheets/modules/common/button.less:L117 */
.cta-container i {
  margin-left: 20px;
}
/* /stylesheets/modules/common/button.less:L119 */
.cta-container i img {
  width: 18px;
  height: 18px;
}
/* /stylesheets/modules/common/button.less:L124 */
.cta-container.primary {
  border: 1px solid black;
  justify-content: space-between;
  padding: 15px 20px;
}
/* /stylesheets/modules/common/button.less:L129 */
.cta-container.secondary {
  justify-content: flex-start;
  padding: 15px 0px;
}
/* /stylesheets/modules/common/contact-selector.less:L1 */
.mz-contactselector {
  margin-left: 12px;
  margin-top: 20px;
}
/* /stylesheets/modules/common/contact-selector.less:L4 */
.mz-contactselector .mz-contactselector-contact {
  display: table;
  min-height: 56px;
}
/* /stylesheets/modules/common/contact-selector.less:L6 */
.mz-contactselector .mz-contactselector-contact > * {
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
}
@media only screen and (min-width: 390px) and (max-width: 700px) {
  .mz-contactselector .mz-contactselector-contact {
    min-height: 133px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 376px) {
  .mz-contactselector .mz-contactselector-contact {
    min-height: 100px;
    margin-left: -4px;
  }
}
/* /stylesheets/modules/common/contact-selector.less:L21 */
.mz-contactselector select.mz-contactselector {
  width: 357px;
  height: 48px;
}
@media only screen and (min-width: 390px) and (max-width: 700px) {
  .mz-contactselector select.mz-contactselector {
    position: relative;
    right: 24px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 410px) {
  .mz-contactselector select.mz-contactselector {
    width: 337px;
  }
}
@media only screen and (min-width: 411px) and (max-width: 450px) {
  .mz-contactselector select.mz-contactselector {
    width: 359px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 535px) {
  .mz-contactselector select.mz-contactselector {
    width: 421px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 376px) {
  .mz-contactselector select.mz-contactselector {
    width: 319px;
  }
}
/* /stylesheets/modules/common/contact-selector.less:L41 */
.mz-contactselector .mz-formstep-cancel {
  top: 33px;
  right: 33px !important;
}
/* /stylesheets/modules/common/contact-selector.less:L44 */
.mz-contactselector .mz-formstep-cancel p {
  margin-right: 39px;
  position: absolute;
  top: 33px;
  margin-top: -33px;
}
@media only screen and (max-width: 500px) {
  .mz-contactselector .mz-formstep-cancel {
    top: 0;
  }
}
/* /stylesheets/modules/common/contact-selector.less:L55 */
.mz-contactselector .addcontact-button {
  top: 213px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 60px;
  width: 294px;
  height: 48px;
  color: black;
  border: 1px solid black;
  background-color: white;
}
@media only screen and (min-width: 390px) and (max-width: 700px) {
  .mz-contactselector .addcontact-button {
    top: 18.5em;
    left: 11px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 410px) {
  .mz-contactselector .addcontact-button {
    width: 337px;
    top: 18.5em !important;
  }
}
@media only screen and (min-width: 410px) and (max-width: 470px) {
  .mz-contactselector .addcontact-button {
    width: 359px;
  }
}
@media only screen and (min-width: 471px) and (max-width: 535px) {
  .mz-contactselector .addcontact-button {
    width: 421px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 799px) {
  .mz-contactselector .addcontact-button {
    right: 33px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 825px) {
  .mz-contactselector .addcontact-button {
    right: 145px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 376px) {
  .mz-contactselector .addcontact-button {
    top: 265px;
    margin-top: 30px;
    right: 16px;
    width: 319px;
  }
}
@media only screen and (min-width: 1137px) and (max-width: 1139px) {
  .mz-contactselector .addcontact-button {
    right: 36px;
    width: 248px;
  }
}
/* /stylesheets/modules/common/contact-selector.less:L97 */
.mz-contactselector .address-cancel-button {
  bottom: 0;
  position: relative;
  left: 325px;
  width: 265px;
  height: 48px;
  background-color: #e0e0e0;
  right: 130px;
  color: #333333;
}
/* /stylesheets/modules/common/contact-selector.less:L106 */
.mz-contactselector .address-cancel-button a {
  display: flex;
  align-items: center;
  margin-right: 120px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .mz-contactselector .address-cancel-button a {
    margin-right: 55px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 475px) {
  .mz-contactselector .address-cancel-button {
    width: 163px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-contactselector .address-cancel-button {
    left: 153px;
    top: -0.4em;
  }
}
@media only screen and (min-width: 370px) and (max-width: 377px) {
  .mz-contactselector .address-cancel-button {
    width: 160px;
    margin-left: 5px;
    top: 0 !important;
  }
}
/* /stylesheets/modules/common/contact-selector.less:L132 */
@media only screen and (max-width: 500px) {
  .mz-contactselector .mz-addresssummary.mz-checkoutform {
    top: 25px !important;
    margin-left: -24px !important;
  }
}
@media only screen and (min-width: 389px) and (max-width: 392px) {
  .mz-contactselector .mz-addresssummary.mz-checkoutform {
    top: 25px !important;
    margin-left: -11px !important;
  }
}
/* /stylesheets/modules/common/contact-selector.less:L142 */
.mz-contactselector .is-required {
  color: #333333;
}
/* /stylesheets/modules/common/contact-selector.less:L147 */
.is-edit-address-form .address-cancel-button,
.is-new-address-form .address-cancel-button {
  bottom: -5px !important;
}
/* For the details, see:
   http://flowplayer.org/tools/dateinput/index.html#skinning */

/* calendar root element */

/* /stylesheets/modules/common/datepicker.less:L5 */
#calroot {
  /* place on top of other elements. set a higher value if nessessary */
  z-index: 10000;
  margin-top: -1px;
  width: 198px;
  padding: 2px;
  background-color: white;
  font-size: 11px;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 15px #666666;
  -webkit-box-shadow: 0 0 15px #666666;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
/* head. contains title, prev/next month controls and possible month/year selectors */

/* /stylesheets/modules/common/datepicker.less:L27 */
#calhead {
  padding: 2px 0;
  height: 22px;
}
/* /stylesheets/modules/common/datepicker.less:L32 */
#caltitle {
  font-size: 14px;
  color: #0150d1;
  float: left;
  text-align: center;
  width: 155px;
  line-height: 20px;
  text-shadow: 0 1px 0 #dddddd;
}
/* /stylesheets/modules/common/datepicker.less:L42 */
#calnext::after,
#calprev::after {
  display: block;
  width: 20px;
  height: 20px;
  color: #0150d1;
  content: "\25c0";
  float: left;
  cursor: pointer;
}
/* /stylesheets/modules/common/datepicker.less:L52 */
#calnext::after {
  content: "\25b6";
}
/* /stylesheets/modules/common/datepicker.less:L56 */
#calprev.caldisabled,
#calnext.caldisabled {
  visibility: hidden;
}
/* year/month selector */

/* /stylesheets/modules/common/datepicker.less:L61 */
#caltitle select {
  font-size: 10px;
}
/* names of the days */

/* /stylesheets/modules/common/datepicker.less:L66 */
#caldays {
  height: 14px;
  border-bottom: 1px solid #dddddd;
}
/* /stylesheets/modules/common/datepicker.less:L71 */
#caldays span {
  display: block;
  float: left;
  width: 28px;
  text-align: center;
}
/* container for weeks */

/* /stylesheets/modules/common/datepicker.less:L79 */
#calweeks {
  background-color: white;
  margin-top: 4px;
}
/* single week */

/* /stylesheets/modules/common/datepicker.less:L85 */
.calweek {
  clear: left;
  height: 22px;
}
/* single day */

/* /stylesheets/modules/common/datepicker.less:L91 */
.calweek a {
  display: block;
  float: left;
  width: 27px;
  height: 20px;
  text-decoration: none;
  font-size: 11px;
  margin-left: 1px;
  text-align: center;
  line-height: 20px;
  color: #666666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* different states */

/* /stylesheets/modules/common/datepicker.less:L107 */
.calweek a:hover,
.calfocus {
  background-color: #dddddd;
}
/* sunday */

/* /stylesheets/modules/common/datepicker.less:L112 */
a.calsun {
  color: red;
}
/* offmonth day */

/* /stylesheets/modules/common/datepicker.less:L117 */
a.caloff {
  color: #cccccc;
}
/* /stylesheets/modules/common/datepicker.less:L121 */
a.caloff:hover {
  background-color: #f5f5fa;
}
/* unselecteble day */

/* /stylesheets/modules/common/datepicker.less:L127 */
a.caldisabled {
  background-color: #efefef !important;
  color: #cccccc !important;
  cursor: default;
}
/* current day */

/* /stylesheets/modules/common/datepicker.less:L134 */
#calcurrent {
  background-color: #498ce2;
  color: white;
}
/* today */

/* /stylesheets/modules/common/datepicker.less:L140 */
#caltoday {
  background-color: #333333;
  color: white;
}
/**
 * Style-sheet for dtpicker
 * https://github.com/mugifly/jquery-simple-datetimepicker
 */

/* /stylesheets/modules/common/datetimepicker.less:L6 */
.datepicker {
  position: relative;
  display: inline-block;
  font: 15px/1.5 "Helvetica Neue", mplus- 2 c, Helvetica, Arial, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 300;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0.5px 0.5px 0px #c8c8c8;
  -webkit-box-shadow: 0.5px 0.5px 3px #eeeeee;
  -moz-box-shadow: 0.5px 0.5px 3px #eeeeee;
}
/*
 * datepicker_header
*/

/* /stylesheets/modules/common/datetimepicker.less:L24 */
.datepicker > .datepicker_header {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #eeeeee;
  color: #3f3f3f;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
/* /stylesheets/modules/common/datetimepicker.less:L39 */
.datepicker > .datepicker_header > a {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  color: #3b7796;
  padding: 3px 16px;
  font-size: 17px;
}
/* /stylesheets/modules/common/datetimepicker.less:L49 */
.datepicker > .datepicker_header > a:hover {
  color: #303030;
  background-color: #c8c8c8;
}
/* /stylesheets/modules/common/datetimepicker.less:L54 */
.datepicker > .datepicker_header > a:active {
  color: white;
  background-color: gray;
}
/* /stylesheets/modules/common/datetimepicker.less:L59 */
.datepicker > .datepicker_header > span {
  margin-left: 20px;
  margin-right: 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
/* /stylesheets/modules/common/datetimepicker.less:L67 */
.datepicker > .datepicker_header > .icon-home {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -3px;
  padding: 8px;
  top: 0;
  left: 0;
}
/* /stylesheets/modules/common/datetimepicker.less:L79 */
.datepicker > .datepicker_header > .icon-close {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding: 8px;
  margin-top: -3px;
  top: 0;
  right: 0;
}
/* /stylesheets/modules/common/datetimepicker.less:L90 */
.datepicker > .datepicker_header > .icon-home > div {
  width: 16px;
  height: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAepJREFUSEudk71Kw2AUhnVxVnCyN1EcCjXUujmKF1AoRRCcNU4OIg5dtXF36tAb6B107qjg0iC4STt0EdTnTU8+v5rGNh54aM7Pe/J+abLmR3AZ7QeXD0+WZkI9zViaiXq9vg+5evU0Y+ksgjCqsrgPA2jBOzQs91FNPc0o70vLQtGHAbTgHRqW+6imnmaUS1PVqWL4SgijJr8juHK1H1Qb2Uxai1kivowmjODKq6Wopp5m0losA95Noh43ONXi+XpCPOsx49W9ZaIHp+CbSlFNPc24+i8DxfGX/YeZgTDqQrsgXc9AF9oFkcY9gQN7J3MjuOhs2WUS0ngGluqZmdNLs7IBTltmZsrvsZUKGaBfhik4vTSw3EBwfrdBfwhvwcX9tpVXNkBvA4bwBk4vDSw2UD27WbdLnf42mQmjIysl8ZeBWq3m9PRubWZOL43qGQOccpf8lc9tj5tWuP7g+tHaLqSR1pY7Pde78Ap7UIEPyOip5RgIOzvkzzCGF4gxtWltF9LAIgM78AxjeAF9/xk9tfy/gBuWOLVMfPIUDq08F3kGFOQlkIlPWKiXBvJfQl6+EjdvWJqJvwwoqMlErl4aabVowmmvbWEBEs2EJeLaFhZBmone8hMtAj2JIkykZYmQifRprAqa+sk3UgBXF8VWaxMAAAAASUVORK5CYII=);
}
/* /stylesheets/modules/common/datetimepicker.less:L95 */
.datepicker > .datepicker_header > .icon-close > div {
  width: 16px;
  height: 16px;
  font-family: mozicons;
  margin-top: -3px;
}
/* /stylesheets/modules/common/datetimepicker.less:L100 */
.datepicker > .datepicker_header > .icon-close > div::after {
  content: "\E60D";
}
/* /stylesheets/modules/common/datetimepicker.less:L105 */
.datepicker > .datepicker_header > a:hover > div,
.datepicker > .datepicker_header > a:hover > div {
  background-position: -16px 0px;
}
/*
 * datepicker_inner_container 
*/

/* /stylesheets/modules/common/datetimepicker.less:L113 */
.datepicker > .datepicker_inner_container {
  margin: -2px 0px -2px 0px;
  background-color: #d2d2d2;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0.5px 0px 3px #c8c8c8;
  -webkit-box-shadow: 0.5px 0px 3px #c8c8c8;
  -moz-box-shadow: 0.5px 0px 3px #c8c8c8;
}
/* /stylesheets/modules/common/datetimepicker.less:L126 */
.datepicker > .datepicker_inner_container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*
 * datepicker_inner_container > datepicker_calendar
*/

/* /stylesheets/modules/common/datetimepicker.less:L138 */
.datepicker > .datepicker_inner_container > .datepicker_calendar {
  float: left;
  width: 18.3em;
  margin-top: -0.5px;
  margin-left: -1px;
  margin-bottom: -2px;
  background-color: white;
  border: 1px solid #c8c8c8;
  border-top: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
}
/* /stylesheets/modules/common/datetimepicker.less:L158 */
.datepicker > .datepicker_inner_container > .datepicker_calendar > table {
  padding: 10px;
}
/*
 * datepicker_inner_container > datepicker_calendar > datepicker_table > tbody > tr > th (WDay-cell)
*/

/* /stylesheets/modules/common/datetimepicker.less:L166 */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > th {
  color: #646464;
  width: 18px;
  font-size: small;
  font-weight: normal;
  text-align: center;
}
/*
 * datepicker_inner_container > datepicker_calendar > datepicker_table > tbody > tr > td (Day-cell)
*/

/* /stylesheets/modules/common/datetimepicker.less:L178 */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td {
  color: black;
  font-size: small;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  padding: 10px;
}
/* /stylesheets/modules/common/datetimepicker.less:L190 */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.today {
  border-bottom: #bfbfbf solid 2px;
  margin-bottom: -2px;
}
/* /stylesheets/modules/common/datetimepicker.less:L195 */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.wday_sat {
  color: #0044aa;
}
/* /stylesheets/modules/common/datetimepicker.less:L199 */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.wday_sun {
  color: #e13b00;
}
/* /stylesheets/modules/common/datetimepicker.less:L203 */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_another_month {
  color: #cccccc;
}
/* /stylesheets/modules/common/datetimepicker.less:L207 */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_in_past {
  cursor: default;
  color: #cccccc;
}
/* /stylesheets/modules/common/datetimepicker.less:L212 */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_in_unallowed {
  cursor: default;
  color: #cccccc;
}
/* /stylesheets/modules/common/datetimepicker.less:L217 */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.out_of_range {
  cursor: default;
  color: #cccccc;
}
/* /stylesheets/modules/common/datetimepicker.less:L222 */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.active {
  color: white;
  background-color: gray;
}
/* /stylesheets/modules/common/datetimepicker.less:L227 */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.hover {
  color: black;
  background-color: #c8c8c8;
}
/*
 * datepicker_inner_container > datepicker_timelist
*/

/* /stylesheets/modules/common/datetimepicker.less:L236 */
.datepicker > .datepicker_inner_container > .datepicker_timelist {
  float: left;
  margin-top: -0.5px;
  padding: 5px 0px;
  overflow: auto;
  overflow-x: hidden;
  background-color: white;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  text-align: right;
  width: 4.9em;
}
/*
.datepicker > .datepicker_inner_container > .datepicker_timelist::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*/

/* /stylesheets/modules/common/datetimepicker.less:L267 */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar {
  overflow: hidden;
  width: 6px;
  background: #fafafa;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}
/* /stylesheets/modules/common/datetimepicker.less:L280 */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar:horizontal {
  height: 1px;
}
/* /stylesheets/modules/common/datetimepicker.less:L284 */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-button {
  display: none;
}
/* /stylesheets/modules/common/datetimepicker.less:L288 */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece {
  background: #eeeeee;
}
/* /stylesheets/modules/common/datetimepicker.less:L292 */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece:start {
  background: #eeeeee;
}
/* /stylesheets/modules/common/datetimepicker.less:L296 */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/* /stylesheets/modules/common/datetimepicker.less:L303 */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-corner {
  background: #333333;
}
/* /stylesheets/modules/common/datetimepicker.less:L307 */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: small;
  color: black;
  user-select: none ;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}
/* /stylesheets/modules/common/datetimepicker.less:L322 */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.time_in_past {
  cursor: default;
  color: #cccccc;
}
/* /stylesheets/modules/common/datetimepicker.less:L327 */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.out_of_range {
  cursor: default;
  color: #cccccc;
}
/* /stylesheets/modules/common/datetimepicker.less:L331 */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.active {
  color: white;
  background-color: gray;
}
/* /stylesheets/modules/common/datetimepicker.less:L336 */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover {
  color: black;
  background-color: #c8c8c8;
}
/* /stylesheets/modules/common/form-step.less:L1 */
.mz-formstep {
  margin-bottom: 31.25px;
}
/* /stylesheets/modules/common/form-step.less:L3 */
.mz-formstep .mz-formstep-header {
  border-bottom: 1px solid #eeeeee;
  padding: 6.25px 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
/* /stylesheets/modules/common/form-step.less:L10 */
.mz-formstep .mz-formstep-edit {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 6.25px;
}
/* /stylesheets/modules/common/form-step.less:L18 */
.mz-formstep .mz-formstep-cancel {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 6.25px;
}
/* /stylesheets/modules/common/form-step.less:L26 */
.mz-formstep .mz-formstep-next {
  margin-top: 12.5px;
  margin-bottom: 10px;
}
/* /stylesheets/modules/common/form-step.less:L30 */
.mz-formstep .mz-formstep-desc {
  font-size: 16px;
  font-weight: bold;
}
/* /stylesheets/modules/common/form-step.less:L34 */
/* /stylesheets/modules/common/form-step.less:L36 */
.mz-formstep.is-new .mz-formstep-body,
.mz-formstep.is-new .mz-formstep-edit {
  display: none;
}
/* /stylesheets/modules/common/form-step.less:L40 */
/* /stylesheets/modules/common/form-step.less:L41 */
.mz-formstep.is-invalid .mz-formstep-edit,
.mz-formstep.is-incomplete .mz-formstep-edit,
.mz-formstep.is-invalid .mz-formstep-summary,
.mz-formstep.is-incomplete .mz-formstep-summary {
  display: none;
}
/* /stylesheets/modules/common/form-step.less:L45 */
/* /stylesheets/modules/common/form-step.less:L46 */
.mz-formstep.is-complete .mz-formstep-fields,
.mz-formstep.is-complete .mz-formstep-next {
  display: none;
}
/* /stylesheets/modules/common/form-step.less:L50 */
.mz-formstep .mz-ordersummary {
  width: 100%;
  box-sizing: border-box;
}
/* /stylesheets/modules/common/icon.less:L1 */
.mz-icon {
  display: inline-block;
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent: -999em;
}
/* /stylesheets/modules/common/icon.less:L8 */
.mz-icon-close {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1N0Y2QzQ3RDE0RjExMUUyQjM1NENEN0UwMEE4RjFGNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1N0Y2QzQ3RTE0RjExMUUyQjM1NENEN0UwMEE4RjFGNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU3RjZDNDdCMTRGMTExRTJCMzU0Q0Q3RTAwQThGMUY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU3RjZDNDdDMTRGMTExRTJCMzU0Q0Q3RTAwQThGMUY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mEUspAAAANdJREFUeNqUkkEORDAYhUczYtFKSKwtLBzABRoHF7G0cQAbB7Bgy6bz5DedaisT/0J4733VVwKl1OvJMPNhnmc3YYk/YJqmpmmGYTBtV2Ta6PseN+M4atsrvumlZNDAxjVNU0sUQpRlGVBpLEC5u8myTEoZhuG5paqqQP9NX0rfMWbaPtaiKFwgz3OdvgDrurZt6wKoh+OyAUpv2+btgOPSDPOmoyjC1r3MAXDO4zg203Vdo6jJQMSXOQF00jalkyTxigeqvrPve9d1y7IoY1wxePp7fwQYACmHoeK8xoi6AAAAAElFTkSuQmCC);
  width: 16px;
  height: 16px;
}
/* /stylesheets/modules/common/item-listing.less:L1 */
.mz-itemlisting {
  display: flex;
  align-items: center;
  width: 100%;
  *zoom: 1;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-itemlisting:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-itemlisting:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/modules/common/item-listing.less:L7 */
.mz-itemlisting .mz-itemlisting-thumb {
  float: left;
  margin-right: 12.5px;
  width: 80px;
}
/* /stylesheets/modules/common/item-listing.less:L11 */
.mz-itemlisting .mz-itemlisting-thumb .mz-itemlisting-thumb-img {
  width: 65px;
}
/* /stylesheets/modules/common/item-listing.less:L15 */
.mz-itemlisting .mz-itemlisting-quantity {
  width: 250px;
}
/* /stylesheets/modules/common/item-listing.less:L18 */
.mz-itemlisting .mz-itemlisting-price {
  display: inline-block;
  width: 60%;
}
/* /stylesheets/modules/common/item-listing.less:L22 */
.mz-itemlisting .mz-itemlisting-details {
  width: 100%;
}
/* /stylesheets/modules/common/item-listing.less:L25 */
.mz-itemlisting .mz-itemlisting-actions {
  float: right;
  margin-right: 12.5px;
  text-align: center;
}
/* /stylesheets/modules/common/item-listing.less:L29 */
.mz-itemlisting .mz-itemlisting-actions a {
  display: block;
  margin: 4px 0;
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}
/* /stylesheets/base/mixins.less:L7 */
.mz-itemlisting .mz-itemlisting-actions a:visited,
.mz-itemlisting .mz-itemlisting-actions a:focus,
.mz-itemlisting .mz-itemlisting-actions a:active {
  color: #666666;
}
/* /stylesheets/base/mixins.less:L11 */
.mz-itemlisting .mz-itemlisting-actions a:hover,
.mz-itemlisting .mz-itemlisting-actions a:focus,
.mz-itemlisting .mz-itemlisting-actions a:active {
  text-decoration: underline;
}
/* /stylesheets/modules/common/item-listing.less:L36 */
.mz-itemlisting .mz-itemlisting-title {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
/* /stylesheets/base/mixins.less:L7 */
.mz-itemlisting .mz-itemlisting-title:visited,
.mz-itemlisting .mz-itemlisting-title:focus,
.mz-itemlisting .mz-itemlisting-title:active {
  color: #666666;
}
/* /stylesheets/base/mixins.less:L11 */
.mz-itemlisting .mz-itemlisting-title:hover,
.mz-itemlisting .mz-itemlisting-title:focus,
.mz-itemlisting .mz-itemlisting-title:active {
  text-decoration: underline;
}
/* /stylesheets/modules/common/item-listing.less:L41 */
.mz-itemlisting .mz-itemlisting-description {
  margin: 4px 0;
  font-size: 12px;
}
/* /stylesheets/modules/common/item-listing.less:L45 */
.mz-itemlisting .mz-itemlisting-prompt {
  float: left;
  max-width: 50%;
}
/* /stylesheets/modules/common/item-listing.less:L48 */
.mz-itemlisting .mz-itemlisting-prompt a.mz-action {
  display: inline-block;
  margin: 0 5px;
}
/* /stylesheets/modules/common/item-listing.less:L53 */
.mz-itemlisting .mz-itemlisting-select {
  float: left;
  margin: 0 15px;
  margin-top: 25px;
}
/* /stylesheets/modules/common/item-listing.less:L58 */
/* /stylesheets/modules/common/item-listing.less:L59 */
.mz-itemlisting .mz-itemlisting-item-total .is-crossedout {
  color: red;
}
/* /stylesheets/modules/common/item-listing.less:L62 */
.mz-itemlisting .mz-itemlisting-item-total div {
  float: right;
  margin-left: 15px;
}
/* /stylesheets/modules/common/item-listing.less:L66 */
.mz-itemlisting .mz-itemlisting-item-total .mz-item-rowtotal {
  font-weight: 600;
}
/* /stylesheets/modules/common/login-popover.less:L1 */
.mz-popover-login {
  width: 200px;
}
/* /stylesheets/modules/common/login-popover.less:L5 */
.mz-popover-login .mz-login-form,
.mz-popover-login .mz-forgot-password {
  min-width: 200px;
}
/* /stylesheets/modules/common/login-popover.less:L9 */
.mz-popover-login .mz-login-form {
  padding-right: 25px;
}
/* /stylesheets/modules/common/login-popover.less:L13 */
.mz-popover-login a {
  color: black;
  text-decoration: none;
  font-size: 12px;
}
/* /stylesheets/base/mixins.less:L7 */
.mz-popover-login a:visited,
.mz-popover-login a:focus,
.mz-popover-login a:active {
  color: black;
}
/* /stylesheets/base/mixins.less:L11 */
.mz-popover-login a:hover,
.mz-popover-login a:focus,
.mz-popover-login a:active {
  text-decoration: underline;
}
/* /stylesheets/modules/common/login-popover.less:L18 */
.mz-popover-login input[type="text"],
.mz-popover-login input[type="email"],
.mz-popover-login input[type="password"] {
  width: 185px;
}
/* /stylesheets/modules/common/login-popover.less:L22 */
.mz-popover-login .mz-popover-action {
  text-align: right;
}
/* /stylesheets/modules/common/login-popover.less:L24 */
.mz-popover-login .mz-popover-action .mz-button {
  margin-top: 5px;
}
/* /stylesheets/modules/common/login-popover.less:L29 */
.mz-popover-login .mz-validationmessage {
  display: inline-block;
  margin: 6.25px 12.5px;
}
@keyframes errorpop {
  from {
    background-color: #ef4848;
    color: #df2522;
  }
  to {
    background-color: #f2dede;
    color: #b94a48;
  }
}
@-webkit-keyframes errorpop {
  from {
    background-color: #ef4848;
    color: #df2522;
  }
  to {
    background-color: #f2dede;
    color: #b94a48;
  }
}
@keyframes warningpop {
  from {
    background-color: #ffbc36;
    color: black;
  }
  to {
    background-color: #ffefcf;
    color: black;
  }
}
@-webkit-keyframes warningpop {
  from {
    background-color: #ffbc36;
    color: black;
  }
  to {
    background-color: #ffefcf;
    color: black;
  }
}
@keyframes successpop {
  from {
    background-color: #73d473;
    color: black;
  }
  to {
    background-color: #eef2ee;
    color: black;
  }
}
@-webkit-keyframes successpop {
  from {
    background-color: #73d473;
    color: black;
  }
  to {
    background-color: #eef2ee;
    color: black;
  }
}
/* /stylesheets/modules/common/message-bar.less:L48 */
/* /stylesheets/modules/common/message-bar.less:L49 */
.mz-messagebar .mz-errors {
  background: #f2dede url("../resources/images/error-exclamation.png") no-repeat 10px 10px;
  border: 1px solid #eed3d7;
  padding: 8.333333333px 8.333333333px 12.5px 50px;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -ms-transition: top 1s;
  -o-transition: top 1s;
}
/* /stylesheets/modules/common/message-bar.less:L40 */
.mz-messagebar .mz-errors li {
  color: #b94a48;
  font-size: 16px;
  font-style: italic;
  list-style: none;
  margin: 6px 0 0;
}
/* /stylesheets/modules/common/message-bar.less:L52 */
.mz-messagebar .mz-errors.is-showing {
  animation: errorpop 0.5s ease-out 1 normal;
  -webkit-animation: errorpop 0.5s ease-out 1 normal;
}
/* /stylesheets/modules/common/message-bar.less:L60 */
.mz-messagebar .mz-infos {
  background: #ffefcf url(null) no-repeat 10px 10px;
  border: 1px solid #ffdfc0;
  padding: 8.333333333px 8.333333333px 12.5px 50px;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -ms-transition: top 1s;
  -o-transition: top 1s;
}
/* /stylesheets/modules/common/message-bar.less:L40 */
.mz-messagebar .mz-infos li {
  color: black;
  font-size: 16px;
  font-style: italic;
  list-style: none;
  margin: 6px 0 0;
}
/* /stylesheets/modules/common/message-bar.less:L63 */
.mz-messagebar .mz-infos.is-showing {
  animation: warningpop 0.5s ease-out 1 normal;
  -webkit-animation: warningpop 0.5s ease-out 1 normal;
}
/* /stylesheets/modules/common/message-bar.less:L69 */
.mz-messagebar .mz-success {
  background: #eef2ee url(null) no-repeat 10px 10px;
  border: 1px solid #e6ebe5;
  padding: 8.333333333px 8.333333333px 12.5px 50px;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -ms-transition: top 1s;
  -o-transition: top 1s;
}
/* /stylesheets/modules/common/message-bar.less:L40 */
.mz-messagebar .mz-success li {
  color: black;
  font-size: 16px;
  font-style: italic;
  list-style: none;
  margin: 6px 0 0;
}
/* /stylesheets/modules/common/message-bar.less:L72 */
.mz-messagebar .mz-success.is-showing {
  animation: successpop 0.5s ease-out 1 normal;
  -webkit-animation: successpop 0.5s ease-out 1 normal;
}
/* /stylesheets/modules/common/message-bar.less:L78 */
.mz-messagebar .dismiss-message {
  display: none;
}
/* /stylesheets/modules/common/message-bar.less:L83 */
.mz-message-item {
  white-space: normal;
}
/* /stylesheets/modules/common/message-bar.less:L87 */
/* /stylesheets/modules/common/message-bar.less:L88 */
.validation-summary-errors ul {
  background: #f2dede url("../resources/images/error-exclamation.png") no-repeat 10px 10px;
  border: 1px solid #eed3d7;
  padding: 8.333333333px 8.333333333px 12.5px 50px;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -ms-transition: top 1s;
  -o-transition: top 1s;
}
/* /stylesheets/modules/common/message-bar.less:L40 */
.validation-summary-errors ul li {
  color: #b94a48;
  font-size: 16px;
  font-style: italic;
  list-style: none;
  margin: 6px 0 0;
}
/* /stylesheets/modules/common/message-bar.less:L93 */
.mz-l-pagewrapper > .mz-messagebar {
  position: absolute;
  top: 160px;
  width: 100%;
}
/* /stylesheets/modules/common/message-bar.less:L98 */
.mz-l-pagewrapper > .mz-messagebar h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* /stylesheets/modules/common/message-bar.less:L103 */
.mz-l-pagewrapper > .mz-messagebar .dismiss-message {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 15px;
}
/* /stylesheets/modules/common/order-list.less:L1 */
.mz-orderlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* /stylesheets/modules/common/order-list.less:L5 */
.mz-orderlist > li {
  margin-bottom: 12.5px;
}
/* /stylesheets/modules/common/order-list.less:L7 */
.mz-orderlist > li:last-child {
  margin-bottom: 0;
}
/* /stylesheets/modules/common/order-listing.less:L1 */
.mz-order-time-dropdown {
  position: relative;
}
/* /stylesheets/modules/common/order-listing.less:L3 */
.mz-order-time-dropdown .mz-order-time {
  display: none;
}
/* /stylesheets/modules/common/order-listing.less:L6 */
.mz-order-time-dropdown .selected-item {
  border-bottom: 1.3px solid black;
  width: 150px;
  padding: 0 5px 6px;
  font-weight: bold;
  cursor: pointer;
  background-image: url(../resources/images/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 96% 35%;
}
@media only screen and (max-width: 500px) {
  .mz-order-time-dropdown .selected-item {
    width: 130px;
    background-position: 94% 35%;
  }
}
/* /stylesheets/modules/common/order-listing.less:L21 */
.mz-order-time-dropdown .all-items {
  position: absolute;
  top: 68%;
  left: 0;
  width: 153px;
  z-index: 1;
  background-color: #757575;
  color: white;
  padding: 8px 0 6px 7px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 992px) {
  .mz-order-time-dropdown .all-items {
    top: 45%;
  }
}
@media only screen and (max-width: 500px) {
  .mz-order-time-dropdown .all-items {
    top: 102%;
    width: 133px;
  }
}
/* /stylesheets/modules/common/order-listing.less:L39 */
.mz-order-time-dropdown .all-items .item {
  cursor: pointer;
  padding-bottom: 5px;
  padding-left: 28px;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .mz-order-time-dropdown .all-items .item {
    padding-left: 24px;
  }
}
/* /stylesheets/modules/common/order-listing.less:L47 */
.mz-order-time-dropdown .all-items .item img {
  width: 16px;
  position: absolute;
  left: 6px;
  top: 3px;
  padding-right: 5px;
}
@media only screen and (max-width: 500px) {
  .mz-order-time-dropdown .all-items .item img {
    left: 2px;
  }
}
/* /stylesheets/modules/common/order-listing.less:L58 */
.mz-order-time-dropdown .all-items.all-items-hide {
  display: none;
}
/* /stylesheets/modules/common/order-listing.less:L64 */
.totalAmount {
  width: 80%;
  margin: 0 0 0 auto;
  line-height: 22px;
  padding-top: 20px;
}
/* /stylesheets/modules/common/order-listing.less:L71 */
.totalAmount_li_common {
  width: 100%;
  display: flex;
  justify-content: end;
}
/* /stylesheets/modules/common/order-listing.less:L76 */
.totalAmount_left_div {
  width: 38%;
  text-align: left;
}
/* /stylesheets/modules/common/order-listing.less:L80 */
.totalAmount_right_div {
  width: 33%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  /* /stylesheets/modules/common/order-listing.less:L86 */
  /* /stylesheets/modules/common/order-listing.less:L87 */
  .mz-list-order .mz-order-detail {
    display: none;
  }
  /* /stylesheets/modules/common/order-listing.less:L91 */
  /* /stylesheets/modules/common/order-listing.less:L92 */
  .mz-list .mz-order-detail-second {
    display: none;
  }
  /* /stylesheets/modules/common/order-listing.less:L97 */
  .mz-orderlisting-headings {
    display: flex;
    justify-content: space-between;
    padding-right: 114px;
  }
  /* /stylesheets/modules/common/order-listing.less:L98 */
  .mz-orderlisting-headings #shipping-heading {
    display: none !important;
  }
  /* /stylesheets/modules/common/order-listing.less:L105 */
  .mz-orderlisting-headings #mz-listing-paragraph {
    font-size: 14px;
    font-weight: 600;
    width: 55%;
  }
  /* /stylesheets/modules/common/order-listing.less:L110 */
  .mz-orderlisting-headings .mz-order-time {
    border: none;
    border-bottom: 1px solid black;
    width: 160px;
    padding-left: 0;
    font-weight: bold;
  }
  /* /stylesheets/modules/common/order-listing.less:L116 */
  .mz-orderlisting-headings .mz-order-time input:focus,
  .mz-orderlisting-headings .mz-order-time select:focus,
  .mz-orderlisting-headings .mz-order-time textarea:focus,
  .mz-orderlisting-headings .mz-order-time button:focus {
    outline: 0px;
    box-shadow: 0px;
    border: none;
    border: white;
  }
  /* /stylesheets/modules/common/order-listing.less:L125 */
  .mz-orderlisting-headings .mz-order-time option {
    background-color: #757575;
    color: white;
  }
  /* /stylesheets/modules/common/order-listing.less:L132 */
  .top-hr {
    width: 90%;
    margin-left: 0;
    margin-top: 20px;
  }
  /* /stylesheets/modules/common/order-listing.less:L137 */
  /* /stylesheets/modules/common/order-listing.less:L138 */
  .mz-orderhistory-section.mz-l-paginatedlist {
    margin: 0px !important;
    width: 100%;
  }
  /* /stylesheets/modules/common/order-listing.less:L144 */
  .mz-l-stack-sectiontitle {
    border-bottom: none !important;
    margin: 0px !important;
  }
  /* /stylesheets/modules/common/order-listing.less:L149 */
  .mz-orderlisting {
    position: relative;
  }
  /* /stylesheets/modules/common/order-listing.less:L154 */
  .mz-orderlisting .mz-orderlisting-detail {
    position: block;
    display: table;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
  }
  /* /stylesheets/modules/common/order-listing.less:L160 */
  .mz-orderlisting .mz-orderlisting-detail .order-heading {
    font-size: 32px;
    color: #333333;
  }
  /* /stylesheets/modules/common/order-listing.less:L164 */
  .mz-orderlisting .mz-orderlisting-detail .order-heading-dates {
    margin-top: -20px;
  }
  /* /stylesheets/modules/common/order-listing.less:L167 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table-row;
  }
  /* /stylesheets/modules/common/order-listing.less:L173 */
  .mz-orderlisting .mz-orderlisting-detail .down-hr {
    text-align: center;
    padding-left: 553%;
    margin-left: -13px;
  }
  /* /stylesheets/modules/common/order-listing.less:L178 */
  .mz-orderlisting .mz-orderlisting-detail .order-button {
    padding-left: 62%;
  }
  /* /stylesheets/modules/common/order-listing.less:L180 */
  .mz-orderlisting .mz-orderlisting-detail .order-button .back-button {
    box-sizing: border-box;
    height: 48px;
    width: 200px;
    border: 1px solid #cccccc;
    background-color: #d7d7d7;
    font-size: 14px;
    font-weight: bold;
  }
  /* /stylesheets/modules/common/order-listing.less:L189 */
  .mz-orderlisting .mz-orderlisting-detail .order-button .cancel-button {
    box-sizing: border-box;
    height: 48px;
    width: 120px;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
  }
  /* /stylesheets/modules/common/order-listing.less:L198 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item {
    display: table-cell;
    width: 10%;
    font-weight: 600;
  }
  /* /stylesheets/modules/common/order-listing.less:L202 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .item-price-heading {
    padding-left: 30px;
  }
  /* /stylesheets/modules/common/order-listing.less:L205 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .currency-headings {
    font-weight: bold;
    margin: 2px 0;
    display: inline-block;
    margin-right: 10px;
  }
  /* /stylesheets/modules/common/order-listing.less:L211 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .total {
    padding-left: 25px;
  }
  /* /stylesheets/modules/common/order-listing.less:L214 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item.order-detailing-section {
    width: 100%;
  }
  /* /stylesheets/modules/common/order-listing.less:L215 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order {
    margin: 0px;
  }
  /* /stylesheets/modules/common/order-listing.less:L217 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order dd,
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order dt {
    display: block;
    float: none;
    width: -100px !important;
    margin-left: -10px;
  }
  /* /stylesheets/modules/common/order-listing.less:L223 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order dt {
    width: 100%;
    margin-left: -10px;
  }
  /* /stylesheets/modules/common/order-listing.less:L227 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .totalAmount {
    width: 32%;
    margin: 0 0 0 auto;
    padding-top: 10px;
  }
  /* /stylesheets/modules/common/order-listing.less:L234 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .totalAmount_left_div {
    width: 39%;
    text-align: left;
  }
  /* /stylesheets/modules/common/order-listing.less:L238 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .address {
    display: flex;
    justify-content: space-between;
  }
  /* /stylesheets/modules/common/order-listing.less:L241 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .address .delivery {
    flex: 1;
  }
  /* /stylesheets/modules/common/order-listing.less:L244 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .address .delivery-header {
    font-size: 18px;
    font-weight: bold;
  }
  /* /stylesheets/modules/common/order-listing.less:L248 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .address .delivery-address {
    font-size: 16px;
    padding-top: 15px;
    color: #333333;
  }
  /* /stylesheets/modules/common/order-listing.less:L253 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .address .address-hr {
    border-left: 1px solid #cccccc;
    height: 200px;
  }
  /* /stylesheets/modules/common/order-listing.less:L257 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .address .mobile-hr {
    display: none;
  }
  /* /stylesheets/modules/common/order-listing.less:L260 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .address .billing {
    padding-left: 20px;
    flex: 1;
  }
  /* /stylesheets/modules/common/order-listing.less:L266 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .mz-vieworder-button {
    height: 30px;
    width: 118px;
    background-color: #bdd755;
    margin-left: -30px;
    font-weight: bold;
  }
  /* /stylesheets/modules/common/order-listing.less:L273 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order span {
    font-size: 16px;
  }
  /* /stylesheets/modules/common/order-listing.less:L281 */
  .mz-orderlisting .mz-orderlisting-items {
    width: 96%;
    padding: 0 2% 12.5px 2%;
  }
  /* /stylesheets/modules/common/order-listing.less:L285 */
  .mz-orderlisting .mz-orderlisting-footer {
    text-align: right;
  }
  /* /stylesheets/modules/common/order-listing.less:L288 */
  .mz-orderlisting .mz-orderlisting-date {
    margin: 6.25px 0;
  }
  /* /stylesheets/modules/common/order-listing.less:L293 */
  /* /stylesheets/modules/common/order-listing.less:L294 */
  .mz-orderlisting .mz-orderlisting-prompt {
    display: none;
    text-align: center;
    margin: 0 -12.5px;
  }
  /* /stylesheets/modules/common/order-listing.less:L300 */
  .mz-orderlisting .mz-orderlisting-nonShipped {
    margin-bottom: 12.5px;
  }
  /* /stylesheets/modules/common/order-listing.less:L303 */
  .mz-orderlisting .mz-order-history-return-status {
    text-align: center;
    padding: 6.25px;
    margin: 0 -12.5px;
    background: limegreen;
  }
  /* /stylesheets/modules/common/order-listing.less:L309 */
  /* /stylesheets/modules/common/order-listing.less:L310 */
  .mz-orderlisting .mz-order-packages > div.mz-order-package {
    margin: 12.5px 0;
    padding: 12.5px 0;
    border-bottom: 1px solid #999999;
  }
  /* /stylesheets/modules/common/order-listing.less:L315 */
  .mz-orderlisting .mz-order-packages > div.mz-order-package:last-child {
    border-bottom: 0px;
  }
  /* /stylesheets/modules/common/order-listing.less:L319 */
  .mz-orderlisting .mz-order-history-package {
    overflow: hidden;
  }
  /* /stylesheets/modules/common/order-listing.less:L321 */
  .mz-orderlisting .mz-order-history-package .mz-order-package-items {
    width: 75%;
    float: left;
  }
  /* /stylesheets/modules/common/order-listing.less:L324 */
  .mz-orderlisting .mz-order-history-package .mz-order-package-items input {
    display: inline-block;
    margin: 25px 10px;
    float: left;
  }
  /* /stylesheets/modules/common/order-listing.less:L331 */
  .mz-orderlisting .mz-order-history-package .mz-order-package-actions {
    width: 25%;
    float: right;
  }
  /* /stylesheets/modules/common/order-listing.less:L334 */
  .mz-orderlisting .mz-order-history-package .mz-order-package-actions .mz-itemlisting-action {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* /stylesheets/modules/common/order-listing.less:L345 */
  /* /stylesheets/modules/common/order-listing.less:L346 */
  .mz-list-order .mz-order-detail {
    display: none;
  }
  /* /stylesheets/modules/common/order-listing.less:L350 */
  /* /stylesheets/modules/common/order-listing.less:L351 */
  .mz-list .mz-order-detail-second {
    display: none;
  }
  /* /stylesheets/modules/common/order-listing.less:L356 */
  .mz-orders {
    display: none;
  }
  /* /stylesheets/modules/common/order-listing.less:L359 */
  .mz-orderlisting-headings {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: -45px;
  }
  /* /stylesheets/modules/common/order-listing.less:L360 */
  .mz-orderlisting-headings #shipping-heading {
    display: none !important;
  }
  /* /stylesheets/modules/common/order-listing.less:L367 */
  .mz-orderlisting-headings #mz-listing-paragraph {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin-top: 5%;
  }
  /* /stylesheets/modules/common/order-listing.less:L374 */
  .mz-orderlisting-headings {
    justify-content: space-between;
  }
  /* /stylesheets/modules/common/order-listing.less:L377 */
  /* /stylesheets/modules/common/order-listing.less:L378 */
  .mz-orderlisting-headings .mz-order-time {
    border: none;
    border-bottom: 1px solid black;
    width: 130px;
    padding-left: 0;
    font-weight: bold;
  }
  /* /stylesheets/modules/common/order-listing.less:L384 */
  .mz-orderlisting-headings .mz-order-time input:focus,
  .mz-orderlisting-headings .mz-order-time select:focus,
  .mz-orderlisting-headings .mz-order-time textarea:focus,
  .mz-orderlisting-headings .mz-order-time button:focus {
    outline: 0px;
    box-shadow: 0px;
    border: none;
    border: white;
  }
  /* /stylesheets/modules/common/order-listing.less:L393 */
  .mz-orderlisting-headings .mz-order-time option {
    background-color: #757575;
    color: white;
  }
  /* /stylesheets/modules/common/order-listing.less:L399 */
  .mz-orderlisting-headings .mz-order-time option {
    background-color: #757575;
    color: white;
  }
  /* /stylesheets/modules/common/order-listing.less:L404 */
  .top-hr {
    width: 90%;
    display: none;
  }
  /* /stylesheets/modules/common/order-listing.less:L408 */
  /* /stylesheets/modules/common/order-listing.less:L409 */
  .mz-orderhistory-section.mz-l-paginatedlist {
    margin: 0px !important;
    width: 100%;
  }
  /* /stylesheets/modules/common/order-listing.less:L415 */
  .mz-l-stack-sectiontitle {
    border-bottom: none !important;
    margin: 0px !important;
  }
  /* /stylesheets/modules/common/order-listing.less:L420 */
  .mz-orderlisting {
    position: relative;
  }
  /* /stylesheets/modules/common/order-listing.less:L425 */
  .mz-orderlisting .mz-orderlisting-detail {
    position: block;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    padding: 12.5px;
    margin-bottom: -5%;
    overflow: hidden !important;
  }
  /* /stylesheets/modules/common/order-listing.less:L434 */
  .mz-orderlisting .mz-orderlisting-detail .order-heading {
    font-size: 28px;
  }
  /* /stylesheets/modules/common/order-listing.less:L437 */
  .mz-orderlisting .mz-orderlisting-detail .order-heading-dates {
    display: grid;
  }
  /* /stylesheets/modules/common/order-listing.less:L440 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: 50%;
    width: 100%;
  }
  /* /stylesheets/modules/common/order-listing.less:L448 */
  .mz-orderlisting .mz-orderlisting-detail .down-hr {
    text-align: center;
    padding-left: 553%;
    margin-left: -13px;
    margin-top: 2px;
  }
  /* /stylesheets/modules/common/order-listing.less:L454 */
  .mz-orderlisting .mz-orderlisting-detail .item-hr {
    display: none;
  }
  /* /stylesheets/modules/common/order-listing.less:L457 */
  /* /stylesheets/modules/common/order-listing.less:L458 */
  .mz-orderlisting .mz-orderlisting-detail .order-button .back-button {
    box-sizing: border-box;
    height: 48px;
    width: 200px;
    border: 1px solid #cccccc;
    background-color: #d7d7d7;
    font-size: 14px;
    font-weight: bold;
  }
  /* /stylesheets/modules/common/order-listing.less:L467 */
  .mz-orderlisting .mz-orderlisting-detail .order-button .cancel-button {
    box-sizing: border-box;
    height: 48px;
    width: 120px;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
  }
  /* /stylesheets/modules/common/order-listing.less:L475 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item {
    width: 100%;
    padding: 5px;
    font-weight: 600;
  }
  /* /stylesheets/modules/common/order-listing.less:L480 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order {
    margin: 0px;
  }
  /* /stylesheets/modules/common/order-listing.less:L482 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order dd,
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order dt {
    display: block;
    float: none;
    width: -100px !important;
    margin-left: -10px;
  }
  /* /stylesheets/modules/common/order-listing.less:L488 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order dt {
    width: 100px;
    margin-left: -10px;
  }
  /* /stylesheets/modules/common/order-listing.less:L492 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .totalAmount {
    padding-left: 190px;
  }
  /* /stylesheets/modules/common/order-listing.less:L495 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .totalAmount-new-structure {
    padding-left: 0;
    padding-top: 10px;
  }
  /* /stylesheets/modules/common/order-listing.less:L499 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .currency-headings {
    font-weight: bold;
    margin-right: 10px;
  }
  /* /stylesheets/modules/common/order-listing.less:L503 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .total {
    padding-left: 25px;
  }
  /* /stylesheets/modules/common/order-listing.less:L506 */
  /* /stylesheets/modules/common/order-listing.less:L510 */
  /* /stylesheets/modules/common/order-listing.less:L511 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .address .delivery-header {
    font-size: 18px;
    font-weight: bold;
  }
  /* /stylesheets/modules/common/order-listing.less:L515 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .address .delivery-address {
    font-size: 16px;
    padding-top: 15px;
  }
  /* /stylesheets/modules/common/order-listing.less:L519 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .address .address-hr {
    display: none;
  }
  /* /stylesheets/modules/common/order-listing.less:L524 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .mz-vieworder-button {
    height: 30px;
    width: 118px;
    background-color: #bdd755;
    font-weight: bold;
  }
  /* /stylesheets/modules/common/order-listing.less:L530 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order span {
    font-size: 14px;
  }
  /* /stylesheets/modules/common/order-listing.less:L536 */
  .mz-orderlisting .mz-orderlisting-details-list dd::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
  /* /stylesheets/modules/common/order-listing.less:L546 */
  .mz-orderlisting .mz-orderlisting-items {
    width: 96%;
    padding: 0 2% 12.5px 2%;
  }
  /* /stylesheets/modules/common/order-listing.less:L550 */
  .mz-orderlisting .mz-orderlisting-footer {
    text-align: right;
  }
  /* /stylesheets/modules/common/order-listing.less:L553 */
  .mz-orderlisting .mz-orderlisting-date {
    margin: 6.25px 0;
  }
  /* /stylesheets/modules/common/order-listing.less:L558 */
  /* /stylesheets/modules/common/order-listing.less:L559 */
  .mz-orderlisting .mz-orderlisting-prompt {
    display: none;
    text-align: center;
    margin: 0 -12.5px;
  }
  /* /stylesheets/modules/common/order-listing.less:L565 */
  .mz-orderlisting .mz-orderlisting-nonShipped {
    margin-bottom: 12.5px;
  }
  /* /stylesheets/modules/common/order-listing.less:L568 */
  .mz-orderlisting .mz-order-history-return-status {
    text-align: center;
    padding: 6.25px;
    margin: 0 -12.5px;
    background: limegreen;
  }
  /* /stylesheets/modules/common/order-listing.less:L574 */
  /* /stylesheets/modules/common/order-listing.less:L575 */
  .mz-orderlisting .mz-order-packages > div.mz-order-package {
    margin: 12.5px 0;
    padding: 12.5px 0;
    border-bottom: 1px solid #999999;
  }
  /* /stylesheets/modules/common/order-listing.less:L580 */
  .mz-orderlisting .mz-order-packages > div.mz-order-package:last-child {
    border-bottom: 0px;
  }
  /* /stylesheets/modules/common/order-listing.less:L584 */
  /* /stylesheets/modules/common/order-listing.less:L586 */
  .mz-orderlisting .mz-order-history-package .mz-order-package-items {
    width: 75%;
    float: left;
  }
  /* /stylesheets/modules/common/order-listing.less:L589 */
  .mz-orderlisting .mz-order-history-package .mz-order-package-items input {
    display: inline-block;
    margin: 25px 10px;
    float: left;
  }
  /* /stylesheets/modules/common/order-listing.less:L596 */
  .mz-orderlisting .mz-order-history-package .mz-order-package-actions {
    width: 25%;
    float: right;
  }
  /* /stylesheets/modules/common/order-listing.less:L599 */
  .mz-orderlisting .mz-order-history-package .mz-order-package-actions .mz-itemlisting-action {
    display: inline-block;
    width: 100%;
  }
}
/* /stylesheets/modules/common/order-listing.less:L607 */
.order-button .cancel-button:disabled,
.order-button .cancel-button[disabled] {
  cursor: not-allowed;
  color: #aaaaaa !important;
}
/* /stylesheets/modules/common/order-listing.less:L611 */
.cancelled-item-rows {
  display: none !important;
}
/* /stylesheets/modules/common/order-summary.less:L1 */
.mz-ordersummary {
  background: #eeeeee;
}
/* /stylesheets/modules/common/order-summary.less:L3 */
.mz-ordersummary th {
  text-align: right;
  padding: 12.5px 25px;
  border-bottom: 1px solid white;
}
/* /stylesheets/modules/common/order-summary.less:L7 */
.mz-ordersummary th.mz-ordersummary-header-product {
  text-align: left;
}
/* /stylesheets/modules/common/order-summary.less:L11 */
.mz-ordersummary td {
  text-align: right;
  padding: 12.5px 25px;
}
/* /stylesheets/modules/common/order-summary.less:L14 */
.mz-ordersummary td.mz-ordersummary-item-product {
  text-align: left;
}
/* /stylesheets/modules/common/order-summary.less:L18 */
.mz-ordersummary .mz-ordersummary-lineitems tr:last-child td {
  border-bottom: 1px solid white;
}
/* /stylesheets/modules/common/order-summary.less:L21 */
.mz-ordersummary .mz-ordersummary-totals {
  float: right;
}
/* /stylesheets/modules/common/order-summary.less:L23 */
.mz-ordersummary .mz-ordersummary-totals td:last-child {
  padding-right: 0;
}
/* /stylesheets/modules/common/order-summary.less:L27 */
.mz-ordersummary .mz-ordersummary-totalname,
.mz-ordersummary .mz-ordersummary-discountname {
  display: inline-block;
  padding-right: 25px;
}
/* /stylesheets/modules/common/order-summary.less:L31 */
.mz-ordersummary .mz-ordersummary-grandtotal {
  border-top: 1px solid white;
  font-size: 20px;
}
/* /stylesheets/modules/common/order-summary.less:L35 */
.mz-ordersummary .mz-ordersummary-totalvalue,
.mz-ordersummary .mz-ordersummary-itemtotal {
  font-weight: bold;
}
/* /stylesheets/modules/common/order-summary.less:L39 */
.mz-ordersummary .mz-item-discount,
.mz-ordersummary .mz-ordersummary-discount {
  font-weight: bold;
}
/* /stylesheets/modules/common/order-summary.less:L42 */
.mz-ordersummary .mz-item-discount .mz-item-discountamt,
.mz-ordersummary .mz-ordersummary-discount .mz-item-discountamt,
.mz-ordersummary .mz-item-discount .mz-ordersummary-discountamt,
.mz-ordersummary .mz-ordersummary-discount .mz-ordersummary-discountamt {
  color: #990000;
}
/* /stylesheets/modules/common/order-summary.less:L47 */
.mz-ordersummary-checkout {
  margin-bottom: 25px;
}
/* /stylesheets/modules/common/order-summary.less:L49 */
.mz-ordersummary-checkout .mz-formstep-header {
  margin-bottom: 0;
}
/* /stylesheets/modules/common/order-summary.less:L52 */
.mz-ordersummary-checkout .mz-formstep-body {
  font-size: 16px;
}
/* /stylesheets/modules/common/order-summary.less:L57 */
.mz-confirmation-container {
  width: 50%;
  padding: 6.25px 12.5px 6.25px 12.5px;
  margin: 12.5px 0 12.5px 0;
  box-shadow: 0 1px 3px #dddddd, 0 1px 2px #eeeeee;
}
/* /stylesheets/modules/common/order-summary.less:L62 */
@media only screen {
  
}
@media only screen and (max-width: 768px) {
  .mz-confirmation-container {
    width: 100%;
  }
}
/* /stylesheets/modules/common/order-summary.less:L69 */
.mz-confirmation-price-summary {
  background-color: #f7f7f7;
  width: 50%;
  padding: 6.25px 12.5px 6.25px 12.5px;
  margin: 12.5px 0 12.5px 0;
  box-shadow: 0 1px 3px #eeeeee, 0 1px 2px #e7e7e7;
}
/* /stylesheets/modules/common/order-summary.less:L76 */
.mz-confirmation-price-summary .mz-ordersummary-confirmation {
  border-bottom: 0px;
}
/* /stylesheets/modules/common/order-summary.less:L80 */
@media only screen {
  
}
@media only screen and (max-width: 768px) {
  .mz-confirmation-price-summary {
    width: 100%;
  }
}
/* /stylesheets/modules/common/order-summary.less:L87 */
.mz-ordersummary-checkout .mz-confirmation-price-summary {
  background-color: #f7f7f7;
  width: 100%;
  margin: 12.5px 0 12.5px 0;
  box-sizing: border-box;
  box-shadow: none;
}
/* /stylesheets/modules/common/order-summary.less:L95 */
.mz-ordersummary-checkout .mz-confirmation-price-summary .mz-ordersummary-ms2-checkout {
  border-bottom: 0px;
}
/* /stylesheets/modules/common/order-summary.less:L98 */
.mz-ordersummary-checkout .mz-confirmation-price-summary .mz-ordersummary-ms2-checkout .mz-ordersummary-discount {
  font-weight: bold;
}
/* /stylesheets/modules/common/order-summary.less:L102 */
.mz-ordersummary-checkout .mz-confirmation-price-summary .mz-ordersummary-ms2-checkout .mz-ordersummary-discountamt {
  color: #990000;
}
/* /stylesheets/modules/common/order-summary.less:L111 */
.mz-ordercomments-header {
  size: 13px;
  border-bottom: 0.5px solid #dddddd;
  width: 100%;
  font-weight: bold;
}
/* /stylesheets/modules/common/order-summary.less:L118 */
.mz-confirmation-shoppernotes {
  margin: 6.25px;
}
/* /stylesheets/modules/common/order-summary.less:L122 */
.mz-ordersummary-ms2-checkout {
  background: #eeeeee;
  width: 100%;
  margin: 6.25px 0px 6.25px 0px;
}
/* /stylesheets/modules/common/order-summary.less:L127 */
.mz-ordersummary-ms2-checkout th {
  text-align: right;
  padding: 12.5px 25px;
  border-bottom: 1px solid white;
}
/* /stylesheets/modules/common/order-summary.less:L131 */
.mz-ordersummary-ms2-checkout th.mz-ordersummary-header-product {
  text-align: left;
}
/* /stylesheets/modules/common/order-summary.less:L135 */
.mz-ordersummary-ms2-checkout td {
  background-color: #f7f7f7;
  text-align: right;
  padding: 6.25px 25px;
}
/* /stylesheets/modules/common/order-summary.less:L139 */
.mz-ordersummary-ms2-checkout td.mz-ordersummary-item-product {
  text-align: left;
}
/* /stylesheets/modules/common/order-summary.less:L145 */
.mz-ordersummary-ms2-checkout .mz-ordersummary-lineitems tr:last-child td {
  border-bottom: 1px solid white;
}
/* /stylesheets/modules/common/order-summary.less:L148 */
.mz-ordersummary-ms2-checkout .mz-ordersummary-totals {
  float: right;
}
/* /stylesheets/modules/common/order-summary.less:L150 */
.mz-ordersummary-ms2-checkout .mz-ordersummary-totals td:last-child {
  padding-right: 0;
}
/* /stylesheets/modules/common/order-summary.less:L154 */
.mz-ordersummary-ms2-checkout .mz-ordersummary-totalname,
.mz-ordersummary-ms2-checkout .mz-ordersummary-discountname {
  display: inline-block;
  padding-right: 25px;
}
/* /stylesheets/modules/common/order-summary.less:L158 */
.mz-ordersummary-ms2-checkout .mz-ordersummary-grandtotal {
  font-size: 20px;
}
/* /stylesheets/modules/common/order-summary.less:L161 */
.mz-ordersummary-ms2-checkout .mz-ordersummary-totalvalue,
.mz-ordersummary-ms2-checkout .mz-ordersummary-itemtotal {
  font-weight: bold;
}
/* /stylesheets/modules/common/order-summary.less:L165 */
.mz-ordersummary-ms2-checkout .mz-item-rowtotal {
  color: black;
}
/* /stylesheets/modules/common/order-summary.less:L169 */
.mz-ordersummary-ms2-checkout .mz-item-discount,
.mz-ordersummary-ms2-checkout .mz-ordersummary-discount {
  font-weight: bold;
}
/* /stylesheets/modules/common/order-summary.less:L172 */
.mz-ordersummary-ms2-checkout .mz-item-discount .mz-item-discountamt,
.mz-ordersummary-ms2-checkout .mz-ordersummary-discount .mz-item-discountamt,
.mz-ordersummary-ms2-checkout .mz-item-discount .mz-ordersummary-discountamt,
.mz-ordersummary-ms2-checkout .mz-ordersummary-discount .mz-ordersummary-discountamt {
  color: #990000;
}
/* /stylesheets/modules/common/order-summary.less:L180 */
.mz-ordersummary-checkout {
  margin-bottom: 25px;
}
/* /stylesheets/modules/common/order-summary.less:L182 */
.mz-ordersummary-checkout .mz-formstep-header {
  margin-bottom: 0;
}
/* /stylesheets/modules/common/order-summary.less:L185 */
.mz-ordersummary-checkout .mz-formstep-body {
  font-size: 16px;
}
/* /stylesheets/modules/common/order-summary.less:L190 */
.mz-ordersummary-confirmation {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
/* /stylesheets/modules/common/order-summary.less:L194 */
.mz-ordersummary-confirmation th {
  text-align: right;
  padding: 12.5px 12.5px;
  border-bottom: 1px solid #dddddd;
}
/* /stylesheets/modules/common/order-summary.less:L198 */
.mz-ordersummary-confirmation th.mz-ordersummary-header-product {
  text-align: left;
}
/* /stylesheets/modules/common/order-summary.less:L202 */
.mz-ordersummary-confirmation td {
  text-align: right;
  padding: 12.5px 12.5px;
}
/* /stylesheets/modules/common/order-summary.less:L205 */
.mz-ordersummary-confirmation td.mz-ordersummary-item-product {
  text-align: left;
}
/* /stylesheets/modules/common/order-summary.less:L211 */
.mz-ordersummary-confirmation .mz-ordersummary-grandtotal {
  color: #ae1231;
}
/* /stylesheets/modules/common/order-summary.less:L215 */
.mz-ordersummary-confirmation .mz-ordersummary-totals {
  float: right;
}
/* /stylesheets/modules/common/order-summary.less:L217 */
.mz-ordersummary-confirmation .mz-ordersummary-totals td:last-child {
  padding-right: 0;
}
/* /stylesheets/modules/common/order-summary.less:L221 */
.mz-ordersummary-confirmation .mz-ordersummary-totalname,
.mz-ordersummary-confirmation .mz-ordersummary-discountname {
  display: inline-block;
  padding-right: 25px;
}
/* /stylesheets/modules/common/order-summary.less:L225 */
.mz-ordersummary-confirmation .mz-ordersummary-grandtotal {
  font-size: 20px;
}
/* /stylesheets/modules/common/order-summary.less:L228 */
.mz-ordersummary-confirmation .mz-ordersummary-totalvalue,
.mz-ordersummary-confirmation .mz-ordersummary-itemtotal {
  font-weight: bold;
}
/* /stylesheets/modules/common/order-summary.less:L232 */
.mz-ordersummary-confirmation .mz-item-discount,
.mz-ordersummary-confirmation .mz-ordersummary-discount {
  font-weight: bold;
}
/* /stylesheets/modules/common/order-summary.less:L235 */
.mz-ordersummary-confirmation .mz-item-discount .mz-item-discountamt,
.mz-ordersummary-confirmation .mz-ordersummary-discount .mz-item-discountamt,
.mz-ordersummary-confirmation .mz-item-discount .mz-ordersummary-discountamt,
.mz-ordersummary-confirmation .mz-ordersummary-discount .mz-ordersummary-discountamt {
  color: #990000;
}
/* /stylesheets/modules/common/payment-method.less:L2 */
/* /stylesheets/modules/common/payment-method.less:L3 */
/* /stylesheets/modules/common/payment-method.less:L4 */
.mz-myaccount .mz-paymentmethod .mz-paymentmethod-actions {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .mz-myaccount .mz-paymentmethod .mz-paymentmethod-actions {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .mz-myaccount .mz-paymentmethod .mz-paymentmethod-actions {
    margin-bottom: 40px;
  }
}
/* /stylesheets/modules/common/payment-method.less:L15 */
/* /stylesheets/modules/common/payment-method.less:L16 */
/* /stylesheets/modules/common/payment-method.less:L17 */
.mz-paymentmethod .mz-paymentmethod-actions a {
  color: #666666;
  text-decoration: none;
  display: inline-block;
}
/* /stylesheets/base/mixins.less:L7 */
.mz-paymentmethod .mz-paymentmethod-actions a:visited,
.mz-paymentmethod .mz-paymentmethod-actions a:focus,
.mz-paymentmethod .mz-paymentmethod-actions a:active {
  color: #666666;
}
/* /stylesheets/base/mixins.less:L11 */
.mz-paymentmethod .mz-paymentmethod-actions a:hover,
.mz-paymentmethod .mz-paymentmethod-actions a:focus,
.mz-paymentmethod .mz-paymentmethod-actions a:active {
  text-decoration: underline;
}
/* /stylesheets/modules/common/payment-method.less:L22 */
.mz-paymentmethod .mz-paymentmethod-methoddetails {
  position: relative;
  align-items: flex-start;
  margin-top: 0;
}
/* /stylesheets/modules/common/payment-method.less:L26 */
.mz-paymentmethod .mz-paymentmethod-methoddetails .savedcards-container {
  padding: 15px;
}
/* /stylesheets/modules/common/payment-method.less:L30 */
.mz-paymentmethod .primary-card-block {
  box-sizing: border-box;
  border: 1px solid #bed855;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(142, 142, 142, 0.5);
}
/* /stylesheets/modules/common/payment-method.less:L37 */
.is-primary,
.is-not-primary {
  width: 100%;
  padding: 15px 0px 15px 15px;
  box-sizing: border-box;
  min-height: 56px;
}
/* /stylesheets/modules/common/payment-method.less:L43 */
.is-primary {
  background: #f8f8f8;
}
/* /stylesheets/modules/common/payment-method.less:L45 */
.is-primary img {
  width: 26px;
  margin-right: 5px;
}
/* /stylesheets/modules/common/payment-method.less:L51 */
/* /stylesheets/modules/common/payment-method.less:L52 */
.payment-methods-container .mz-l-stack-sectiontitle,
.mz-accountaddressbook .mz-l-stack-sectiontitle {
  padding-bottom: 10px;
  border-bottom: none;
}
/* /stylesheets/modules/common/payment-method.less:L56 */
.payment-methods-container .cards-info,
.mz-accountaddressbook .cards-info {
  font-size: 18px;
  border-bottom: 1px solid #666666;
  padding-bottom: 10px;
}
/* /stylesheets/modules/common/payment-method.less:L62 */
.mz-paymentmethod-cardnumber {
  margin-top: 10px;
  color: #666666;
}
/* /stylesheets/modules/common/payment-method.less:L65 */
.mz-paymentmethod-cardnumber strong {
  color: black;
}
/* /stylesheets/modules/common/payment-method.less:L69 */
.edit-action-link,
.delete-action-link {
  position: relative;
}
/* /stylesheets/modules/common/payment-method.less:L71 */
.edit-action-link:before,
.delete-action-link:before {
  width: 30px;
  height: 30px;
  background-size: 50% 50%;
  content: '';
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  left: 5px;
  top: 9px;
}
/* /stylesheets/modules/common/payment-method.less:L83 */
/* /stylesheets/modules/common/payment-method.less:L84 */
.delete-action-link:before {
  background-image: url('../resources/images/icons//svg/Add.svg');
}
/* /stylesheets/modules/common/payment-method.less:L89 */
/* /stylesheets/modules/common/payment-method.less:L90 */
.edit-action-link:before {
  background-image: url('../resources/images/icons//svg/edit.svg');
}
/* /stylesheets/modules/common/payment-method.less:L97 */
.savedcards-wrapper {
  min-height: 340px;
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 0;
  box-shadow: 0 0 5px 0 rgba(142, 142, 142, 0.5);
  box-sizing: border-box;
  position: relative;
  float: none;
}
@media only screen and (min-width: 1248px) {
  .savedcards-wrapper {
    width: 100%;
  }
}
/* /stylesheets/modules/common/payment-method.less:L112 */
.savedcards-wrapper a {
  text-decoration: none;
}
/* /stylesheets/modules/common/payment-method.less:L115 */
.savedcards-wrapper dd {
  margin: 0;
  color: #333333;
}
/* /stylesheets/modules/common/payment-method.less:L118 */
.savedcards-wrapper dd dl {
  margin: 0;
}
/* /stylesheets/modules/common/payment-method.less:L122 */
/* /stylesheets/modules/common/payment-method.less:L123 */
.savedcards-wrapper .mz-paymentmethod-actions a,
.savedcards-wrapper .mz-accountaddressbook-actions a {
  text-decoration: none;
  background: #eeeeee;
  font-weight: 700;
  margin-top: 10px;
  margin-right: 10px;
}
/* /stylesheets/modules/common/payment-method.less:L130 */
.savedcards-wrapper .mz-paymentmethod-actions a:last-child,
.savedcards-wrapper .mz-accountaddressbook-actions a:last-child {
  margin-right: 0;
}
/* /stylesheets/modules/common/payment-method.less:L134 */
/* /stylesheets/modules/common/payment-method.less:L135 */
.savedcards-wrapper .mz-paymentmethod-actions a {
  padding: 6px 15px;
  border: 1px solid #cccccc;
}
/* /stylesheets/modules/common/payment-method.less:L139 */
.savedcards-wrapper .mz-paymentmethod-actions .mz-paymentmethod-delete {
  padding: 6px 15px 6px 30px;
}
/* /stylesheets/modules/common/payment-method.less:L143 */
/* /stylesheets/modules/common/payment-method.less:L144 */
.savedcards-wrapper .mz-accountaddressbook-actions a {
  padding: 6px 15px 6px 30px;
}
/* /stylesheets/modules/common/payment-method.less:L148 */
.savedcards-wrapper .title {
  font-weight: 600;
  color: black;
  font-size: 20px;
  margin: 10px 0 5px 0;
}
/* /stylesheets/modules/common/payment-method.less:L156 */
.no-savedcards-wrapper {
  width: 100%;
  text-align: center;
  padding: 0 15px;
  justify-content: center;
}
/* /stylesheets/modules/common/payment-method.less:L161 */
.no-savedcards-wrapper img {
  width: 120px;
}
/* /stylesheets/modules/common/payment-method.less:L166 */
.cards-list,
.no-savedcards-wrapper {
  margin-bottom: 0px;
}
/* /stylesheets/modules/common/payment-method.less:L170 */
.is-primary.primary-card {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* /stylesheets/modules/common/price.less:L1 */
.mz-price {
  display: inline-block;
}
/* /stylesheets/modules/common/price.less:L3 */
/* /stylesheets/modules/common/price.less:L7 */
.discountedPrice-div {
  padding: 7px 0 10px 20px;
  border: 1px solid #a6192e;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 80%;
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/common/price.less:L21 */
.Offers-div {
  width: 20%;
  text-align: center;
  /* height: 36px; */
  /* width: 120px; */
  border-radius: 3px 0 0 3px;
  background-color: #a6192e;
  padding-top: 8px;
  padding-bottom: 10px;
  color: white;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}
@media only screen and (max-width: 500px) {
  .Offers-div {
    width: 40%;
  }
}
/* /stylesheets/modules/common/price.less:L39 */
.discount-main-div {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 36px;
}
/* /stylesheets/modules/common/price.less:L46 */
.mz-product-price-discount {
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/modules/common/price.less:L55 */
.mz-product-price-discount .mz-help-icon {
  width: 20px;
  height: 25px;
  position: absolute;
  right: 15px;
  margin-left: 15px;
  cursor: pointer;
  top: 6px;
}
@media only screen and (max-width: 500px) {
  .mz-product-price-discount .mz-help-icon {
    top: 6px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  
}
/* /stylesheets/modules/common/price.less:L76 */
/* /stylesheets/modules/common/price.less:L77 */
@media only screen and (max-width: 500px) {
  .mz-product .mz-productdetail {
    margin-top: 15px;
  }
}
/* /stylesheets/modules/common/price.less:L82 */
.mz-product .discount-price-pdp-hide {
  display: none;
}
/* /stylesheets/modules/common/price.less:L86 */
.Offer-text {
  height: 45px;
  width: 350px;
  border-radius: 3px 3px 0 0;
  background-color: #005640;
  color: white;
  font-family: "MSLondon";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  padding-top: 19px;
}
/* /stylesheets/modules/common/price.less:L100 */
.offer-value {
  height: 28px;
  width: 100%;
  color: black;
  font-family: "MSLondon";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 32px;
}
/* /stylesheets/modules/common/price.less:L113 */
.mz-offer-separator {
  box-sizing: border-box;
  height: 1px;
  width: 318px;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
}
/* /stylesheets/modules/common/price.less:L121 */
.mz-offer-terms-conditions {
  margin: 31px 24px 32px 26px;
  text-align: left;
}
/* /stylesheets/modules/common/price.less:L126 */
.tc-title {
  height: 23.5px;
  width: 253px;
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23.5px;
}
/* /stylesheets/modules/common/price.less:L136 */
.offer-value-text {
  margin-top: 30px;
  margin-bottom: 32px;
}
/* /stylesheets/modules/common/price.less:L140 */
.discount-offer-div {
  box-sizing: border-box;
  width: 352px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: white;
  margin: 0 auto;
  margin-top: 25px;
}
/* /stylesheets/modules/common/price.less:L150 */
.tc-content {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24.5px;
}
/* /stylesheets/modules/common/page-numbers.less:L1 */
/* /stylesheets/modules/common/page-numbers.less:L2 */
.mz-pagenumbers .mz-pagenumbers-number.is-current {
  font-weight: bold;
  text-decoration: none;
}
/* /stylesheets/modules/common/page-title.less:L1 */
.mz-pagetitle {
  clear: both;
}
/* /stylesheets/modules/common/page-title.less:L3 */
.mz-pagetitle .mz-pagetitle-note {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  float: right;
}
/* /stylesheets/modules/common/paging-controls.less:L1 */
/* /stylesheets/modules/common/paging-controls.less:L2 */
.mz-pagingcontrols .mz-pagingcontrols-pagestate-label {
  display: inline-block;
  margin-left: 25px;
}
/* /stylesheets/modules/common/paging-controls.less:L6 */
.mz-pagingcontrols .mz-pagingcontrols-pagesize-label {
  display: inline-block;
}
/* /stylesheets/modules/common/paging-controls.less:L9 */
.mz-pagingcontrols .mz-pagingcontrols-pagesize-dropdown {
  width: 60px;
  display: inline-block;
  padding: 2px;
}
/* /stylesheets/modules/common/page-sort.less:L1 */
/* /stylesheets/modules/common/page-sort.less:L2 */
.mz-pagesort .mz-pagingcontrols-pagesort-label {
  display: block;
  margin-top: 10px;
}
/* /stylesheets/modules/common/page-sort.less:L6 */
.mz-pagesort .mz-pagingcontrols-pagesort-dropdown {
  display: inline-block;
  padding: 2px;
  margin: 0 5px;
}
/* /stylesheets/modules/common/page-sort.less:L12 */
/* /stylesheets/modules/common/page-sort.less:L13 */
@media only screen and (max-width: 500px) {
  .mz-sortby .mz-pagingcontrols-pagesort-dropdown {
    width: 201px !important;
  }
}
/* /stylesheets/modules/common/placeholder-polyfill.less:L1 */
span.placeholder {
  position: absolute;
  font-size: 75%;
  color: #999999;
  font-family: sans-serif;
  padding: 4px 3px;
  z-index: 1;
  cursor: text;
}
/* /stylesheets/modules/common/placeholder-polyfill.less:L11 */
span.placeholder-hide-except-screenreader {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
/* /stylesheets/modules/common/placeholder-polyfill.less:L21 */
span.placeholder-hide {
  display: none;
}
/* overwrite for the HTML5 Boilerplate way to hide labels */

/* /stylesheets/modules/common/placeholder-polyfill.less:L26 */
label.visuallyhidden-with-placeholder {
  /*clip: auto !important;*/
  height: auto !important;
  overflow: visible !important;
  position: absolute !important;
  left: -999em;
}
/* /stylesheets/modules/common/property-list.less:L1 */
.mz-propertylist {
  *zoom: 1;
  clear: both;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-propertylist:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-propertylist:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/modules/common/property-list.less:L5 */
.mz-propertylist dt {
  float: left;
  clear: both;
  font-weight: bold;
}
/* /stylesheets/modules/common/property-list.less:L10 */
.mz-propertylist dt:after,
.mz-propertylist dt::after {
  font-weight: bold;
  content: ':';
}
/* /stylesheets/modules/common/property-list.less:L17 */
.mz-propertylist dd {
  float: left;
  clear: right;
  margin-left: 12.5px;
}
/* /stylesheets/modules/common/property-list.less:L23 */
.mz-propertylist.mz-propertylist-justified dd {
  float: right;
  clear: right;
}
/* /stylesheets/modules/common/property-list.less:L28 */
.mz-propertylist.mz-propertylist-inline {
  clear: none;
}
/* /stylesheets/modules/common/property-list.less:L31 */
.mz-propertylist.mz-propertylist-inline + .mz-propertylist-inline {
  margin-left: 12.5px;
}
/* /stylesheets/modules/common/property-list.less:L38 */
.mz-property {
  white-space: pre-wrap;
}
/* /stylesheets/modules/common/scroll-nav.less:L1 */
/* /stylesheets/modules/common/scroll-nav.less:L2 */
.mz-scrollnav .mz-scrollnav-item {
  margin: 6.25px 0;
}
/* /stylesheets/modules/common/scroll-nav.less:L4 */
.mz-scrollnav .mz-scrollnav-item.active .mz-scrollnav-link {
  font-weight: bold;
  color: #444444;
}
/* /stylesheets/modules/common/scroll-nav.less:L9 */
.mz-scrollnav .mz-scrollnav-link {
  color: #999999;
  text-decoration: none;
}
/* /stylesheets/base/mixins.less:L7 */
.mz-scrollnav .mz-scrollnav-link:visited,
.mz-scrollnav .mz-scrollnav-link:focus,
.mz-scrollnav .mz-scrollnav-link:active {
  color: #999999;
}
/* /stylesheets/base/mixins.less:L11 */
.mz-scrollnav .mz-scrollnav-link:hover,
.mz-scrollnav .mz-scrollnav-link:focus,
.mz-scrollnav .mz-scrollnav-link:active {
  text-decoration: underline;
}
/* /stylesheets/modules/common/scroll-nav.less:L12 */
.mz-scrollnav.affix {
  position: fixed;
  top: 25px;
}
/* /stylesheets/modules/common/scroll-nav.less:L17 */
.mz-scrollnav.affix-bottom {
  position: absolute;
}
/* /stylesheets/modules/common/signup-popover.less:L1 */
.mz-popover-signup {
  width: 200px;
}
/* /stylesheets/modules/common/signup-popover.less:L5 */
.mz-popover-signup input {
  float: left;
  width: 187.5px;
}
/* /stylesheets/modules/common/signup-popover.less:L10 */
.mz-popover-signup input[type=checkbox] {
  text-align: left;
  width: auto;
  margin: 6.25px;
}
/* /stylesheets/modules/common/signup-popover.less:L15 */
.mz-popover-signup label {
  font-size: 12px;
}
/* /stylesheets/modules/common/signup-popover.less:L19 */
.mz-popover-signup .mz-popover-signup-firstname {
  width: 96.875px;
  margin-right: 6.234413965px;
  box-sizing: border-box;
}
/* /stylesheets/modules/common/signup-popover.less:L25 */
.mz-popover-signup .mz-popover-signup-lastname {
  width: 96.875px;
  box-sizing: border-box;
}
/* /stylesheets/modules/common/signup-popover.less:L30 */
.mz-popover-signup .mz-button {
  float: right;
  margin-bottom: 12.5px;
}
/* /stylesheets/modules/common/signup-popover.less:L35 */
.mz-popover-signup .mz-validationmessage {
  display: inline-block;
  margin: 6.25px 12.5px;
}
/* /stylesheets/modules/common/table.less:L1 */
.mz-table {
  width: 100%;
}
/* /stylesheets/modules/common/table.less:L4 */
.mz-table th {
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
}
/* /stylesheets/modules/common/table.less:L10 */
.mz-table td {
  padding: 12.5px 0 0;
  vertical-align: middle;
}
/* /stylesheets/modules/common/validation-message.less:L1 */
.mz-validationmessage {
  color: #b94a48;
  font-size: 12px;
  display: block;
}
/* /stylesheets/modules/common/modal.less:L1 */
[role="button"] {
  cursor: pointer;
}
/* /stylesheets/modules/common/modal.less:L4 */
.modal-open {
  overflow: hidden;
}
/* /stylesheets/modules/common/modal.less:L7 */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* /stylesheets/modules/common/modal.less:L19 */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* /stylesheets/modules/common/modal.less:L28 */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* /stylesheets/modules/common/modal.less:L34 */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* /stylesheets/modules/common/modal.less:L38 */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
/* /stylesheets/modules/common/modal.less:L43 */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
/* /stylesheets/modules/common/modal.less:L55 */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
/* /stylesheets/modules/common/modal.less:L64 */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* /stylesheets/modules/common/modal.less:L68 */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* /stylesheets/modules/common/modal.less:L72 */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
/* /stylesheets/modules/common/modal.less:L77 */
.modal-header .close {
  margin-top: -2px;
}
/* /stylesheets/modules/common/modal.less:L80 */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
/* /stylesheets/modules/common/modal.less:L84 */
.modal-body {
  position: relative;
  padding: 15px;
}
/* /stylesheets/modules/common/modal.less:L88 */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* /stylesheets/modules/common/modal.less:L93 */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* /stylesheets/modules/common/modal.less:L97 */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* /stylesheets/modules/common/modal.less:L100 */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* /stylesheets/modules/common/modal.less:L103 */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/* /stylesheets/modules/common/modal.less:L110 */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=20);
  opacity: .2;
}
/* /stylesheets/modules/common/modal.less:L120 */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
/* /stylesheets/modules/common/modal.less:L127 */
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
@media (min-width: 768px) {
  /* /stylesheets/modules/common/modal.less:L135 */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* /stylesheets/modules/common/modal.less:L139 */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* /stylesheets/modules/common/modal.less:L143 */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* /stylesheets/modules/common/modal.less:L148 */
  .modal-lg {
    width: 900px;
  }
}
/* /stylesheets/modules/common/modal.less:L152 */
[role="button"] {
  cursor: pointer;
}
/* /stylesheets/modules/common/modal.less:L155 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* /stylesheets/modules/common/modal.less:L176 */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* /stylesheets/modules/common/modal.less:L186 */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
/* /stylesheets/modules/common/modal.less:L192 */
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* /stylesheets/modules/common/modal.less:L199 */
.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;
}
/* /stylesheets/modules/common/modal.less:L209 */
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
/* /stylesheets/modules/common/modal.less:L214 */
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* /stylesheets/modules/common/modal.less:L224 */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
/* /stylesheets/modules/common/modal.less:L229 */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
/* /stylesheets/modules/common/modal.less:L250 */
.btn-default .badge {
  color: white;
  background-color: #333333;
}
/* /stylesheets/modules/common/modal.less:L254 */
.btn-primary {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* /stylesheets/modules/common/modal.less:L259 */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
/* /stylesheets/modules/common/modal.less:L269 */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
/* /stylesheets/modules/common/modal.less:L274 */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* /stylesheets/modules/common/modal.less:L295 */
.btn-primary .badge {
  color: #337ab7;
  background-color: white;
}
/* /stylesheets/modules/common/modal.less:L299 */
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* /stylesheets/modules/common/modal.less:L304 */
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
/* /stylesheets/modules/common/modal.less:L314 */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
/* /stylesheets/modules/common/modal.less:L319 */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* /stylesheets/modules/common/modal.less:L340 */
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}
/* /stylesheets/modules/common/modal.less:L344 */
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* /stylesheets/modules/common/modal.less:L349 */
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* /stylesheets/modules/common/modal.less:L359 */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
/* /stylesheets/modules/common/modal.less:L364 */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* /stylesheets/modules/common/modal.less:L385 */
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}
/* /stylesheets/modules/common/modal.less:L389 */
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* /stylesheets/modules/common/modal.less:L394 */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
/* /stylesheets/modules/common/modal.less:L404 */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
/* /stylesheets/modules/common/modal.less:L409 */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* /stylesheets/modules/common/modal.less:L430 */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}
/* /stylesheets/modules/common/modal.less:L434 */
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* /stylesheets/modules/common/modal.less:L439 */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* /stylesheets/modules/common/modal.less:L449 */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
/* /stylesheets/modules/common/modal.less:L454 */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* /stylesheets/modules/common/modal.less:L475 */
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}
/* /stylesheets/modules/common/modal.less:L479 */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* /stylesheets/modules/common/modal.less:L484 */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* /stylesheets/modules/common/modal.less:L493 */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
/* /stylesheets/modules/common/modal.less:L499 */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* /stylesheets/modules/common/modal.less:L505 */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
/* /stylesheets/modules/common/modal.less:L512 */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* /stylesheets/modules/common/modal.less:L518 */
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* /stylesheets/modules/common/modal.less:L524 */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* /stylesheets/modules/common/modal.less:L530 */
.btn-block {
  display: block;
  width: 100%;
}
/* /stylesheets/modules/common/modal.less:L534 */
.btn-block + .btn-block {
  margin-top: 5px;
}
/* /stylesheets/modules/common/modal.less:L537 */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* /stylesheets/modules/common/modal.less:L542 */
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
/* /stylesheets/modules/common/modal.less:L549 */
.clearfix:after,
.modal-footer:after {
  clear: both;
}
/* /stylesheets/modules/common/modal.less:L553 */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* /stylesheets/modules/common/modal.less:L558 */
.pull-right {
  float: right !important;
}
/* /stylesheets/modules/common/modal.less:L561 */
.pull-left {
  float: left !important;
}
/* /stylesheets/modules/common/modal.less:L564 */
.hide {
  display: none !important;
}
/* /stylesheets/modules/common/modal.less:L567 */
.show {
  display: block !important;
}
/* /stylesheets/modules/common/modal.less:L570 */
.invisible {
  visibility: hidden;
}
/* /stylesheets/modules/common/modal.less:L573 */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* /stylesheets/modules/common/modal.less:L580 */
.hidden {
  display: none !important;
}
/* /stylesheets/modules/common/modal.less:L583 */
.affix {
  position: fixed;
}
/* /stylesheets/modules/common/cnc-modal.less:L1 */
#mz-location-selector::-webkit-scrollbar {
  display: none;
}
/* /stylesheets/modules/common/cnc-modal.less:L4 */
#mz-location-selector {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* /stylesheets/modules/common/cnc-modal.less:L7 */
#mz-location-selector * {
  font-family: 'MSLondon', sans-serif;
}
/* /stylesheets/modules/common/cnc-modal.less:L11 */
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-dialog {
    margin: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
  #mz-location-selector .modal-dialog {
    margin-left: 1.5em;
  }
}
@media only screen and (min-width: 819px) and (max-width: 822px) {
  #mz-location-selector .modal-dialog {
    margin-left: 3.5em;
  }
}
@media only screen and (min-width: 822px) and (max-width: 1023px) {
  #mz-location-selector .modal-dialog {
    margin-left: 1.5em;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L26 */
#mz-location-selector .modal-content {
  max-height: 800px;
  width: 720px;
  overflow: scroll;
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-content {
    width: 100%;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L37 */
#mz-location-selector button {
  background-color: white;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
/* /stylesheets/modules/common/cnc-modal.less:L43 */
#mz-location-selector .location-modal-header {
  display: flex;
  align-content: space-between;
}
/* /stylesheets/modules/common/cnc-modal.less:L46 */
#mz-location-selector .location-modal-header h4 {
  font-size: 20px;
}
/* /stylesheets/modules/common/cnc-modal.less:L49 */
#mz-location-selector .location-modal-header button {
  border: none;
}
@media only screen and (min-width: 390px) and (max-width: 490px) {
  #mz-location-selector .location-modal-header button {
    position: relative;
    bottom: 1.2em;
    left: 0.5em;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L57 */
#mz-location-selector .location-modal-header h4 {
  flex: 1;
}
/* /stylesheets/modules/common/cnc-modal.less:L60 */
#mz-location-selector .location-modal-header img {
  width: 22px;
  height: auto;
}
/* /stylesheets/modules/common/cnc-modal.less:L65 */
#mz-location-selector .modal-header {
  margin: 0 35px;
  padding: 0;
  border-bottom: 1.5px solid #cccccc;
}
/* /stylesheets/modules/common/cnc-modal.less:L69 */
#mz-location-selector .modal-header h4 {
  margin: 30px 0 23px 0;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-header h4 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-header {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 490px) {
  #mz-location-selector .modal-header {
    margin: 0 10px;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L83 */
#mz-location-selector .modal-body {
  padding: 0;
}
/* /stylesheets/modules/common/cnc-modal.less:L86 */
#mz-location-selector .modal-body #googlemap {
  max-width: 715px;
  height: 500px;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body #googlemap {
    width: 100%;
    height: 400px;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L96 */
#mz-location-selector .modal-body .no-results-display-message {
  display: flex;
  flex-direction: column;
  padding: 10px 60px;
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .no-results-display-message {
    padding: 10px 15px;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L104 */
#mz-location-selector .modal-body .no-results-display-message p {
  margin: 5px 0;
  font-size: 16px;
  color: #333333;
  font-family: "MSLondon";
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .no-results-display-message p {
    width: 335px;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L118 */
#mz-location-selector .modal-body .list-map-toggle-item {
  display: none;
}
/* /stylesheets/modules/common/cnc-modal.less:L122 */
#mz-location-selector .modal-body .list-map-toggle-item.active {
  display: block;
}
/* /stylesheets/modules/common/cnc-modal.less:L125 */
#mz-location-selector .modal-body .search-locations-container {
  display: flex;
  flex-direction: column;
  padding: 10px 35px;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .search-locations-container {
    padding: 10px 26px;
    padding-bottom: 20px;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L135 */
#mz-location-selector .modal-body .search-locations-container .get-location-mobile-text {
  display: none;
  text-decoration: underline;
  font-weight: 600;
  font-size: 15px;
  padding-left: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .search-locations-container .get-location-mobile-text {
    display: inline;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L149 */
#mz-location-selector .modal-body .search-locations-container .search-bar-container {
  display: flex;
  margin: 16px 0 10px 0;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .search-locations-container .search-bar-container {
    flex-direction: column;
    margin: 16px 0 0 0;
  }
  /* /stylesheets/modules/common/cnc-modal.less:L156 */
  #mz-location-selector .modal-body .search-locations-container .search-bar-container input {
    width: 100%;
    height: 40px;
  }
  /* /stylesheets/modules/common/cnc-modal.less:L160 */
  #mz-location-selector .modal-body .search-locations-container .search-bar-container .search-bar-input-container {
    width: 84%;
  }
  /* /stylesheets/modules/common/cnc-modal.less:L163 */
  #mz-location-selector .modal-body .search-locations-container .search-bar-container .location-button-container {
    width: 20%;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L167 */
#mz-location-selector .modal-body .search-locations-container .search-bar-container .get-location-button {
  box-sizing: border-box;
  width: 41.5px;
  border: none;
  padding: 0;
}
/* /stylesheets/modules/common/cnc-modal.less:L172 */
#mz-location-selector .modal-body .search-locations-container .search-bar-container .get-location-button img {
  width: 41.5px;
  height: 41.5px;
}
/* /stylesheets/modules/common/cnc-modal.less:L178 */
#mz-location-selector .modal-body .search-locations-container .search-bar-container .search-bar-input-container {
  position: relative;
  height: 40px;
  display: flex;
  flex: 80%;
  margin-right: 10px;
  margin-bottom: 8px;
  border: 1px solid black;
}
/* /stylesheets/modules/common/cnc-modal.less:L189 */
#mz-location-selector .modal-body .search-locations-container .search-bar-container .search-bar-input-container .search-bar-button.disabled {
  background-image: url('../resources/images/icons/svg/Search.svg');
  background-color: #666666;
  cursor: auto;
}
/* /stylesheets/modules/common/cnc-modal.less:L195 */
#mz-location-selector .modal-body .search-locations-container .search-bar-container .search-bar-input-container .search-bar-button {
  cursor: pointer;
  border: none;
  max-height: 50px;
  width: 41px;
  margin: -1px;
  display: none;
  background-color: #627786;
  background-image: url('../resources/images/icons/svg/Search-white.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
/* /stylesheets/modules/common/cnc-modal.less:L212 */
#mz-location-selector .modal-body .search-locations-container .search-bar-container .search-bar-input-container .search-bar-input,
#mz-location-selector .modal-body .search-locations-container .search-bar-container .search-bar-input-container .search-bar-input::placeholder {
  flex: 1;
  font-size: 16px;
  font-family: 'MSLondon', sans-serif;
  text-indent: 8px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
}
/* /stylesheets/modules/common/cnc-modal.less:L229 */
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .search-locations-container .search-bar-container .location-button-container {
    position: absolute;
    left: 82%;
    flex: 20%;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L237 */
#mz-location-selector .modal-body .search-locations-container .map-toggle-container {
  margin: 15px 0 5px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .search-locations-container .map-toggle-container {
    margin-top: 10px;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L245 */
#mz-location-selector .modal-body .search-locations-container .map-toggle-container .toggle-container {
  display: flex;
  width: 250px;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .search-locations-container .map-toggle-container .toggle-container {
    margin-bottom: 16px;
    width: 100%;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L254 */
#mz-location-selector .modal-body .search-locations-container .map-toggle-container .update-location-button {
  padding: .7rem 2rem;
  width: 210px;
  background-color: #bed855;
  border: none;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .search-locations-container .map-toggle-container .update-location-button {
    width: 100%;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L263 */
#mz-location-selector .modal-body .search-locations-container .map-toggle-container .toggle-button {
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  align-content: center;
  justify-content: center;
  padding: .7rem 2rem;
  border: 1px solid #cccccc;
  cursor: pointer;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .search-locations-container .map-toggle-container .toggle-button {
    width: 50%;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L278 */
#mz-location-selector .modal-body .search-locations-container .map-toggle-container .toggle-button.active {
  background-color: black;
  color: white;
  background-image: url('../resources/images/icons/svg/white-tick.svg');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 15% 48%;
  border: 1px solid black;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .search-locations-container .map-toggle-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 390px) and (max-width: 490px) {
  #mz-location-selector .modal-body .search-locations-container {
    padding: 10px 30px 23px;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L296 */
#mz-location-selector .modal-body .location-select-container {
  border-top: 1px solid #cccccc;
  font-size: 15px;
}
/* /stylesheets/modules/common/cnc-modal.less:L300 */
#mz-location-selector .modal-body .location-select-container.active + .dropdown-info-container {
  display: block;
  margin-left: 5rem;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .location-select-container.active + .dropdown-info-container {
    margin-left: 0;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L309 */
#mz-location-selector .modal-body .location-select-container.active + .dropdown-info-container .location-select-logo {
  width: 35px;
  height: auto;
  margin: 0 1rem 0 2rem;
}
/* /stylesheets/modules/common/cnc-modal.less:L315 */
#mz-location-selector .modal-body .location-select-container + .dropdown-info-container {
  display: none;
}
/* /stylesheets/modules/common/cnc-modal.less:L319 */
/* /stylesheets/modules/common/cnc-modal.less:L320 */
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .dropdown-info-container .dropdown-info {
    padding-left: 2.5rem;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L325 */
#mz-location-selector .modal-body .dropdown-info-container .location-address-line {
  margin-bottom: 20px;
  font-size: 15px;
  color: #333333;
  font-family: "MSLondon";
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
@media only screen and (min-width: 374px) and (max-width: 389px) {
  #mz-location-selector .modal-body .dropdown-info-container .location-address-line {
    width: 231px;
  }
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .dropdown-info-container .location-address-line {
    width: 262px;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L342 */
#mz-location-selector .modal-body .dropdown-info-container .opening-hours-display {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}
/* /stylesheets/modules/common/cnc-modal.less:L347 */
#mz-location-selector .modal-body .dropdown-info-container .opening-hours-display div {
  width: 116px;
  color: black;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/common/cnc-modal.less:L356 */
#mz-location-selector .modal-body .dropdown-info-container .opening-hours-display .store-opening-times {
  margin-left: 5px;
}
/* /stylesheets/modules/common/cnc-modal.less:L359 */
#mz-location-selector .modal-body .dropdown-info-container .opening-hours-display p {
  margin: 5px 0;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/common/cnc-modal.less:L369 */
#mz-location-selector .modal-body .dropdown-info-container .opening-hours-display .hours-dropdown {
  padding: 0;
  margin: 10px 0;
}
/* /stylesheets/modules/common/cnc-modal.less:L372 */
#mz-location-selector .modal-body .dropdown-info-container .opening-hours-display .hours-dropdown .hours-dropdown-day {
  padding: 0;
  font-weight: normal;
}
/* /stylesheets/modules/common/cnc-modal.less:L377 */
#mz-location-selector .modal-body .dropdown-info-container .opening-hours-display .hours-dropdown-container {
  display: none;
}
/* /stylesheets/modules/common/cnc-modal.less:L380 */
#mz-location-selector .modal-body .dropdown-info-container .opening-hours-display .hours-dropdown-container.active {
  display: block;
  padding-left: 20px;
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/modules/common/cnc-modal.less:L385 */
#mz-location-selector .modal-body .dropdown-info-container .opening-hours-display .dropdown-select-container {
  font-weight: normal;
  font-size: 12px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0 5px;
  background-image: url(../resources/images/icons/svg/right-arrow.svg);
  background-position-x: 1%;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 15px 15px;
}
/* /stylesheets/modules/common/cnc-modal.less:L398 */
#mz-location-selector .modal-body .dropdown-info-container .opening-hours-display .dropdown-select-container.active {
  background-image: url(../resources/images/icons/svg/downArrow.svg);
  background-position-x: 1%;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 15px 15px;
  border-bottom: none;
}
/* /stylesheets/modules/common/cnc-modal.less:L406 */
#mz-location-selector .modal-body .dropdown-info-container .opening-hours-display .store-opening-times {
  padding: 10px 15px;
}
@media only screen and (min-width: 374px) and (max-width: 389px) {
  #mz-location-selector .modal-body .dropdown-info-container .opening-hours-display {
    margin-left: 12px;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L413 */
#mz-location-selector .modal-body .dropdown-info-container .select-store-btn-display {
  display: flex;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .dropdown-info-container .select-store-btn-display {
    align-items: center;
    justify-content: center;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L420 */
#mz-location-selector .modal-body .dropdown-info-container .cnc-select-button {
  border: none;
  color: white;
  padding: .7rem 6rem;
  background-color: #627786;
  margin-bottom: 15px;
  line-height: 21px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .dropdown-info-container .cnc-select-button {
    width: 95%;
    padding: 1rem;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L446 */
#mz-location-selector .modal-body .dropdown-info-container .cnc-select-button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}
/* /stylesheets/modules/common/cnc-modal.less:L449 */
#mz-location-selector .modal-body .dropdown-info-container .cnc-select-button:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4) 0 0);
}
/* /stylesheets/modules/common/cnc-modal.less:L454 */
#mz-location-selector .modal-body .location-dropdown-container.active {
  background-image: url(../resources/images/icons/svg/downArrow.svg);
}
/* /stylesheets/modules/common/cnc-modal.less:L458 */
#mz-location-selector .modal-body .location-dropdown-container {
  display: grid;
  grid-template-columns: 8fr 4fr;
  align-items: center;
  background-image: url(../resources/images/icons/svg/right-arrow.svg);
  background-position-x: 1%;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 15px;
  margin-left: 3.1rem;
  cursor: pointer;
  padding-right: 35px;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .location-dropdown-container {
    grid-template-columns: 7fr 2fr;
    margin-left: .5rem;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 374px) and (max-width: 389px) {
  
}
/* /stylesheets/modules/common/cnc-modal.less:L479 */
#mz-location-selector .modal-body .location-dropdown-container .location-select-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 30px;
}
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/modules/common/cnc-modal.less:L491 */
#mz-location-selector .modal-body .location-dropdown-container .location-info-container {
  display: flex;
  justify-content: end;
}
/* /stylesheets/modules/common/cnc-modal.less:L496 */
#mz-location-selector .modal-body .location-dropdown-container .location-select-logo {
  width: 35px;
  height: 22px;
  margin: 0 1rem 0 2rem;
}
/* /stylesheets/modules/common/cnc-modal.less:L501 */
#mz-location-selector .modal-body .location-dropdown-container .location-distance-display {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  padding-left: 1em;
  white-space: nowrap;
}
@media only screen and (min-width: 390px) and (max-width: 1023px) {
  #mz-location-selector .modal-body .location-dropdown-container .location-distance-display {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 374px) and (max-width: 389px) {
  #mz-location-selector .modal-body .location-dropdown-container .location-distance-display {
    white-space: nowrap;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L517 */
#mz-location-selector .modal-body .location-dropdown-container .selected-store-display.active {
  display: flex;
  justify-content: flex-end;
}
/* /stylesheets/modules/common/cnc-modal.less:L520 */
#mz-location-selector .modal-body .location-dropdown-container .selected-store-display.active img {
  width: 20px;
  height: 20px;
  padding-right: 5px;
}
/* /stylesheets/modules/common/cnc-modal.less:L525 */
#mz-location-selector .modal-body .location-dropdown-container .selected-store-display.active .selected-store-message {
  white-space: nowrap;
}
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .location-dropdown-container .selected-store-display.active .selected-store-message {
    display: none;
    align-self: right;
  }
}
@media only screen and (min-width: 390px) and (max-width: 1023px) {
  #mz-location-selector .modal-body .location-dropdown-container .selected-store-display.active {
    margin-left: 0.3em;
  }
}
/* /stylesheets/modules/common/cnc-modal.less:L538 */
#mz-location-selector .modal-body .location-dropdown-container .selected-store-display {
  display: none;
}
/* /stylesheets/modules/common/cnc-modal.less:L543 */
@media only screen and (max-width: 500px) {
  #mz-location-selector .modal-body .list-map-toggle-container {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 1023px) {
  
}
/* /stylesheets/modules/common/cnc-modal.less:L554 */
.location-alert-msg {
  text-align: left;
  margin: 50px;
  color: #ea122a;
  background: #ffe4e8;
  margin-top: 20%;
  padding: 20px 25px;
  display: flex;
}
/* /stylesheets/modules/common/cnc-modal.less:L562 */
.location-alert-msg .mz-help-icon {
  width: 28px;
  height: 28px;
}
/* /stylesheets/modules/common/cnc-modal.less:L566 */
.location-alert-msg .map-label-msg {
  font-weight: 600;
  font-size: 16px;
  margin-left: 10px;
}
@supports (-webkit-appearance: -apple-pay-button) {
  /* /stylesheets/modules/common/apple-pay.less:L2 */
  .apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
  }
  
  /* /stylesheets/modules/common/apple-pay.less:L6 */
  .apple-pay-button-black {
    -apple-pay-button-style: black;
  }
  
  /* /stylesheets/modules/common/apple-pay.less:L9 */
  .apple-pay-button-white {
    -apple-pay-button-style: white;
  }
  
  /* /stylesheets/modules/common/apple-pay.less:L13 */
  .apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  /* /stylesheets/modules/common/apple-pay.less:L18 */
  .apple-pay-button {
    display: inline-block;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  
  /* /stylesheets/modules/common/apple-pay.less:L30 */
  .apple-pay-button-black {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  
  /* /stylesheets/modules/common/apple-pay.less:L34 */
  .apple-pay-button-white {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  
  /* /stylesheets/modules/common/apple-pay.less:L38 */
  .apple-pay-button-white-with-line {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
    border: .5px solid black;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L1 */
/* /stylesheets/modules/common/confirmation-modal.less:L3 */
#confirmation-modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
/* /stylesheets/modules/common/confirmation-modal.less:L10 */
#confirmation-modal .vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
/* /stylesheets/modules/common/confirmation-modal.less:L16 */
#confirmation-modal .modal-content {
  max-width: 800px;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}
@media (max-width: 768px) {
  #confirmation-modal .modal-content {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L26 */
#confirmation-modal .modal-header {
  padding: 33px 16px 33px 32px;
}
@media only screen and (max-width: 500px) {
  #confirmation-modal .modal-header {
    padding: 24px 16px 24px 8px;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L32 */
@media only screen and (max-width: 500px) {
  #confirmation-modal .modal-dialog {
    min-width: 300px;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L37 */
#confirmation-modal .modal-footer {
  padding: 32px;
}
@media only screen and (max-width: 500px) {
  #confirmation-modal .modal-footer {
    padding: 16px 8px;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L43 */
#confirmation-modal .modal-header,
#confirmation-modal .modal-footer {
  border: none;
}
/* /stylesheets/modules/common/confirmation-modal.less:L46 */
#confirmation-modal .modal-body {
  background-color: #f8f8f8;
  padding: 16px 32px;
}
@media only screen and (max-width: 500px) {
  #confirmation-modal .modal-body {
    padding: 16px 8px;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L56 */
#confirmation-modal .product-confirmation-message {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  #confirmation-modal .product-confirmation-message {
    font-size: 14px;
    align-items: flex-start;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L64 */
#confirmation-modal .product-confirmation-message strong {
  font-size: 20px;
}
/* /stylesheets/modules/common/confirmation-modal.less:L67 */
#confirmation-modal .product-confirmation-message .affirmation-message {
  font-weight: bold;
}
/* /stylesheets/modules/common/confirmation-modal.less:L69 */
#confirmation-modal .product-confirmation-message .affirmation-message .add-to-bag {
  font-size: 16px;
}
/* /stylesheets/modules/common/confirmation-modal.less:L73 */
#confirmation-modal .product-confirmation-message .affirmation-message {
  margin-left: 10px;
}
@media only screen and (max-width: 500px) {
  #confirmation-modal .product-confirmation-message .affirmation-message {
    display: flex;
    flex-direction: column;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L80 */
#confirmation-modal .product-confirmation-message span {
  flex: 1;
  margin-left: 5px;
}
@media only screen and (max-width: 500px) {
  #confirmation-modal .product-confirmation-message span {
    margin-left: 0;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L87 */
#confirmation-modal .product-confirmation-message .confirmation-tick,
#confirmation-modal .product-confirmation-message .close-modal {
  width: 25px;
  height: auto;
}
/* /stylesheets/modules/common/confirmation-modal.less:L92 */
#confirmation-modal .product-confirmation-message .close-modal {
  width: 20px;
  cursor: pointer;
}
/* /stylesheets/modules/common/confirmation-modal.less:L97 */
#confirmation-modal .product-confirmation-modal-container {
  display: flex;
  margin: 0 10px 0 0;
  font-size: 20px;
  align-items: center;
}
/* /stylesheets/modules/common/confirmation-modal.less:L102 */
#confirmation-modal .product-confirmation-modal-container h4 {
  margin: 0 0 10px 0;
}
/* /stylesheets/modules/common/confirmation-modal.less:L105 */
#confirmation-modal .product-confirmation-modal-container img,
#confirmation-modal .product-confirmation-modal-container .item-noImg {
  max-width: 90px;
  height: auto;
  margin-right: 32px;
  object-fit: contain;
}
@media only screen and (max-width: 500px) {
  #confirmation-modal .product-confirmation-modal-container img,
  #confirmation-modal .product-confirmation-modal-container .item-noImg {
    margin-right: 16px;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L115 */
#confirmation-modal .product-confirmation-modal-container .item-noImg {
  height: 117px;
  width: 90px;
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #aaaaaa;
  align-items: center;
}
/* /stylesheets/modules/common/confirmation-modal.less:L125 */
@media only screen and (max-width: 500px) {
  #confirmation-modal .product-confirmation-modal-container .product-confirmation-product-info {
    flex: 1;
    word-break: break-all;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L130 */
/* /stylesheets/modules/common/confirmation-modal.less:L131 */
#confirmation-modal .product-confirmation-modal-container .product-confirmation-product-info .product-details .mz-strikethrough {
  margin-left: 10px;
}
/* /stylesheets/modules/common/confirmation-modal.less:L134 */
#confirmation-modal .product-confirmation-modal-container .product-confirmation-product-info .product-details .confirmation-box-product-options {
  margin-left: 10px;
}
@media only screen and (max-width: 500px) {
  #confirmation-modal .product-confirmation-modal-container .product-confirmation-product-info .product-details .confirmation-box-product-options {
    margin-left: 0;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L142 */
#confirmation-modal .product-confirmation-modal-container .product-details {
  display: flex;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  #confirmation-modal .product-confirmation-modal-container .product-details {
    flex-direction: column;
    font-size: 16px !important;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L150 */
#confirmation-modal .product-confirmation-modal-container .product-details .sale-price {
  color: #a6192e;
}
/* /stylesheets/modules/common/confirmation-modal.less:L155 */
#confirmation-modal .product-confirmation-button-container {
  display: flex;
  grid-template-columns: auto auto;
}
@media only screen and (max-width: 500px) {
  #confirmation-modal .product-confirmation-button-container {
    flex-direction: column;
    grid-template-columns: auto;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L166 */
#confirmation-modal .product-confirmation-button-container button {
  flex: 1;
  font-weight: bold;
  padding: 15px 0;
  color: #333333;
}
@media only screen and (max-width: 500px) {
  #confirmation-modal .product-confirmation-button-container button {
    padding: 15px 0;
  }
}
/* /stylesheets/modules/common/confirmation-modal.less:L178 */
#confirmation-modal .product-confirmation-button-container button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
}
/* /stylesheets/modules/common/confirmation-modal.less:L182 */
#confirmation-modal .product-confirmation-button-container .continue-shopping {
  border: 1px solid black;
  font-size: 16px;
  background-color: white;
}
/* /stylesheets/modules/common/confirmation-modal.less:L187 */
#confirmation-modal .product-confirmation-button-container .go-to-checkout {
  border: none;
  background-color: #bed855;
  font-size: 16px;
  margin-left: 10px;
}
@media only screen and (max-width: 500px) {
  #confirmation-modal .product-confirmation-button-container .go-to-checkout {
    margin-top: 10px;
    margin-left: 0px;
  }
}
/* /stylesheets/modules/common/global-nav-d-no-categories.less:L1 */
.global-nav-d-no-categories {
  width: 98%;
  display: flex;
  flex-direction: column;
}
/* /stylesheets/modules/common/global-nav-d-no-categories.less:L6 */
.global-nav-d-no-categories .no-categories-img {
  width: 78px;
  height: 85px;
  margin: 27px auto;
}
/* /stylesheets/modules/common/global-nav-d-no-categories.less:L12 */
.global-nav-d-no-categories div {
  margin: 0 auto;
}
/* /stylesheets/modules/common/global-nav-d-no-categories.less:L15 */
.global-nav-d-no-categories .categoryListing.no-categories {
  width: 75%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 60px 0 0;
  margin-bottom: 0;
}
/* /stylesheets/modules/common/global-nav-d-no-categories.less:L21 */
.global-nav-d-no-categories .categoryListing.no-categories .mainCategories {
  column-gap: 0;
}
/* /stylesheets/modules/common/global-nav-d-no-categories.less:L24 */
.global-nav-d-no-categories .categoryListing.no-categories .mainCategories::-webkit-scrollbar {
  display: none;
}
/* /stylesheets/modules/common/global-nav-d-no-categories.less:L27 */
/* /stylesheets/modules/common/global-nav-d-no-categories.less:L28 */
.global-nav-d-no-categories .categoryListing.no-categories .categoriesBlock img {
  margin: 0 auto;
}
/* /stylesheets/modules/common/global-nav-d-no-categories.less:L36 */
.global-nav-d-no-categories .no-categories-whoops {
  font-size: 36px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 20px;
}
/* /stylesheets/modules/common/global-nav-d-no-categories.less:L42 */
.global-nav-d-no-categories .check-other-categores {
  font-size: 14px;
}
/* /stylesheets/modules/common/global-nav-m-no-categories.less:L1 */
.mz-sitenav-sub-container-mobile > .global-nav-m-no-categories {
  display: flex;
  flex-direction: column;
}
/* /stylesheets/modules/common/global-nav-m-no-categories.less:L5 */
.mz-sitenav-sub-container-mobile > .global-nav-m-no-categories img {
  width: 78px;
  height: 85px;
  margin: 27px auto;
}
/* /stylesheets/modules/common/global-nav-m-no-categories.less:L11 */
.mz-sitenav-sub-container-mobile > .global-nav-m-no-categories div {
  margin: 0 auto;
}
/* /stylesheets/modules/common/global-nav-m-no-categories.less:L14 */
.mz-sitenav-sub-container-mobile > .global-nav-m-no-categories .categoryListing.no-categories {
  width: 100%;
  padding-top: 48px;
}
/* /stylesheets/modules/common/global-nav-m-no-categories.less:L17 */
.mz-sitenav-sub-container-mobile > .global-nav-m-no-categories .categoryListing.no-categories .mainCategories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow-x: hidden;
}
/* /stylesheets/modules/common/global-nav-m-no-categories.less:L21 */
.mz-sitenav-sub-container-mobile > .global-nav-m-no-categories .categoryListing.no-categories .mainCategories .categoriesBlock {
  width: inherit;
}
/* /stylesheets/modules/common/global-nav-m-no-categories.less:L24 */
.mz-sitenav-sub-container-mobile > .global-nav-m-no-categories .categoryListing.no-categories .mainCategories .categoriesBlock,
.mz-sitenav-sub-container-mobile > .global-nav-m-no-categories .categoryListing.no-categories .mainCategories img {
  margin: 0;
}
/* /stylesheets/modules/common/global-nav-m-no-categories.less:L29 */
.mz-sitenav-sub-container-mobile > .global-nav-m-no-categories .no-categories-whoops {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
}
/* /stylesheets/modules/common/global-nav-m-no-categories.less:L36 */
.mz-sitenav-sub-container-mobile > .global-nav-m-no-categories .check-other-categories-m {
  font-size: 14px;
  text-align: center;
}
/* /stylesheets/modules/common/signup-email.less:L1 */
/* /stylesheets/modules/common/signup-email.less:L2 */
.mz-signup-email-main .mz-sinup-email-footer-clp {
  background-color: #e8ebe7;
  height: 158px;
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 120px;
}
@media (max-width: 992px) {
  .mz-signup-email-main .mz-sinup-email-footer-clp {
    flex-flow: wrap;
    padding: 30px 20px;
    height: auto;
  }
}
/* /stylesheets/modules/common/signup-email.less:L14 */
.mz-signup-email-main .mz-sinup-email-footer-clp .mz-sinup-email-footer-clp-text {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
  color: black;
  width: 420px;
}
@media (max-width: 992px) {
  .mz-signup-email-main .mz-sinup-email-footer-clp .mz-sinup-email-footer-clp-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 19px;
    text-align: left;
    padding: 0 5px;
    flex: 0 0 100%;
  }
}
/* /stylesheets/modules/common/signup-email.less:L29 */
.mz-signup-email-main .mz-sinup-email-footer-clp .mz-sinup-email-footer-clp-field {
  width: 530px;
}
@media (max-width: 992px) {
  .mz-signup-email-main .mz-sinup-email-footer-clp .mz-sinup-email-footer-clp-field {
    flex: 0 0 100%;
  }
}
/* /stylesheets/modules/common/signup-email.less:L34 */
.mz-signup-email-main .mz-sinup-email-footer-clp .mz-sinup-email-footer-clp-field form {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .mz-signup-email-main .mz-sinup-email-footer-clp .mz-sinup-email-footer-clp-field form {
    justify-content: center;
  }
}
/* /stylesheets/modules/common/signup-email.less:L41 */
.mz-signup-email-main .mz-sinup-email-footer-clp .mz-sinup-email-footer-clp-field .sinup-email-field {
  width: 100%;
  padding: 13px 14px;
  margin: 0;
  border-color: #cccccc;
  background: white;
  font-size: 14px;
  line-height: 20px !important;
  letter-spacing: 0;
  max-width: 526px;
  color: #333333;
}
@media (max-width: 1199px) {
  .mz-signup-email-main .mz-sinup-email-footer-clp .mz-sinup-email-footer-clp-field .sinup-email-field {
    max-width: unset;
    min-width: unset;
  }
}
@media only screen and (max-width: 500px) {
  .mz-signup-email-main .mz-sinup-email-footer-clp .mz-sinup-email-footer-clp-field .sinup-email-field {
    font-weight: normal;
  }
}
/* /stylesheets/modules/common/signup-email.less:L60 */
.mz-signup-email-main .mz-sinup-email-footer-clp .mz-sinup-email-footer-clp-field .sinup-email-submit {
  background: #627786;
  color: white;
  height: 48px;
  width: 61px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
@media only screen and (max-width: 500px) {
  .mz-signup-email-main .mz-sinup-email-footer-clp .mz-sinup-email-footer-clp-field .sinup-email-submit {
    width: 82px;
  }
}
/* /stylesheets/modules/common/signup-email.less:L78 */
/* /stylesheets/modules/common/signup-email.less:L79 */
@media only screen and (max-width: 500px) {
  .mz-homepage .mz-signup-email-main {
    padding: 0!important;
  }
}
/* /stylesheets/modules/location/location-list.less:L1 */
.mz-locationlist {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-locationlist {
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .mz-locationlist {
    margin-left: 0;
  }
}
@media only screen and (min-width: 410px) and (max-width: 412px) {
  
}
@media only screen and (min-width: 810px) and (max-width: 820px) {
  .mz-locationlist {
    margin-left: 18px !important;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1061px) {
  .mz-locationlist {
    margin-left: -2px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) {
  .mz-locationlist {
    margin-left: 34px;
  }
}
/* /stylesheets/modules/location/location-list.less:L32 */
.mz-locationlisting {
  width: 100%;
}
/* /stylesheets/modules/location/location-list.less:L37 */
.mz-locationlisting .mz-openingtime-title + .mz-openingtime-details,
.mz-locationlisting .mz-department-title + .mz-location-departments {
  display: none;
}
/* /stylesheets/modules/location/location-list.less:L41 */
.mz-locationlisting .mz-openingtime.active + .mz-openingtime-details,
.mz-locationlisting .mz-department-title.active + .mz-location-departments {
  display: block;
}
/* /stylesheets/modules/location/location-list.less:L46 */
/* /stylesheets/modules/location/location-list.less:L47 */
.mz-locationlisting .mz-locationlisting-title .mz-locationlisting-name {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  margin: 16px 0;
}
/* /stylesheets/modules/location/location-list.less:L57 */
.mz-locationlisting .mz-locationlisting-title .stores-distance {
  color: black;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: right;
  margin-top: -35px;
  position: absolute;
  margin-left: 536px;
}
@media only screen and (max-width: 500px) {
  .mz-locationlisting .mz-locationlisting-title .stores-distance {
    margin-top: -38px;
    margin-left: 281px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-locationlisting .mz-locationlisting-title .stores-distance {
    margin-left: 240px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 820px) {
  .mz-locationlisting .mz-locationlisting-title .stores-distance {
    margin-left: 290px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1061px) {
  .mz-locationlisting .mz-locationlisting-title .stores-distance {
    margin-left: 340px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .mz-locationlisting .mz-locationlisting-title .stores-distance {
    margin-left: 270px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) {
  .mz-locationlisting .mz-locationlisting-title .stores-distance {
    margin-left: 370px;
  }
}
@media only screen and (min-width: 1330px) and (max-width: 1370px) {
  .mz-locationlisting .mz-locationlisting-title .stores-distance {
    margin-left: 492px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-locationlisting .mz-locationlisting-title {
    margin-bottom: -7px;
  }
}
/* /stylesheets/modules/location/location-list.less:L97 */
@media only screen and (min-width: 810px) and (max-width: 820px) and (orientation: portrait) {
  .mz-locationlisting .mz-locationlisting-details {
    margin-top: -30px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1061px) and (orientation: landscape) {
  .mz-locationlisting .mz-locationlisting-details {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) and (orientation: landscape) {
  .mz-locationlisting .mz-locationlisting-details {
    margin-left: 0;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) and (orientation: portrait) {
  .mz-locationlisting .mz-locationlisting-details {
    margin-left: 0;
  }
}
/* /stylesheets/modules/location/location-list.less:L112 */
@media only screen and (min-width: 1001px) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary {
    margin-top: -22px;
    margin-left: 45px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 820px) and (orientation: portrait) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary {
    padding-left: 42px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1061px) and (orientation: landscape) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary {
    padding-left: 50px;
    margin-top: -12px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) and (orientation: landscape) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary {
    padding-left: 45px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) and (orientation: portrait) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary {
    margin-top: -30px;
    margin-left: 42px;
  }
}
/* /stylesheets/modules/location/location-list.less:L136 */
.mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-name,
.mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-first-address,
.mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-second-address,
.mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-third-address,
.mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-city,
.mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-state {
  display: inline-block;
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
}
/* /stylesheets/modules/location/location-list.less:L150 */
@media only screen and (min-width: 1130px) and (max-width: 1138px) and (orientation: landscape) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-city {
    margin-left: 4px !important;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1062px) and (orientation: landscape) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-city {
    margin-left: 4px !important;
  }
}
/* /stylesheets/modules/location/location-list.less:L158 */
@media only screen and (min-width: 1130px) and (max-width: 1138px) and (orientation: landscape) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-state {
    margin-left: 4px !important;
  }
}
/* /stylesheets/modules/location/location-list.less:L163 */
@media only screen and (min-width: 1050px) and (max-width: 1061px) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-name {
    margin-left: -4px;
  }
}
/* /stylesheets/modules/location/location-list.less:L168 */
@media only screen and (min-width: 810px) and (max-width: 820px) and (orientation: portrait) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-first-address {
    margin-top: 20px;
    margin-left: -4px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) and (orientation: portrait) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-first-address {
    margin-top: 20px;
    margin-left: -4px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 414px) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-first-address {
    margin-left: -4px;
    margin-top: 15px;
  }
}
/* /stylesheets/modules/location/location-list.less:L182 */
@media only screen and (min-width: 410px) and (max-width: 414px) {
  
}
/* /stylesheets/modules/location/location-list.less:L187 */
.mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-phone-number {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  padding-top: 5px;
}
@media only screen and (min-width: 1001px) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-phone-number {
    margin-left: 4px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-location-phone-number {
    padding-top: 5px;
  }
}
/* /stylesheets/modules/location/location-list.less:L202 */
.mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-click-collect {
  color: #a6192e;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  padding-top: 10px;
}
@media only screen and (min-width: 1001px) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-click-collect {
    margin-left: 4px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-click-collect {
    padding-top: 14px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 820px) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-click-collect {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1061px) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-click-collect {
    padding-top: 5px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-click-collect {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) and (orientation: landscape) {
  .mz-locationlisting .mz-locationlisting-details .mz-addresssummary .mz-click-collect {
    margin-left: 4px;
  }
}
/* /stylesheets/modules/location/location-list.less:L232 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 0;
  margin-top: 10px;
}
@media only screen and (min-width: 1001px) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime {
    margin: 15px .5em 0;
    padding: 10px 0 9px 0;
    padding-left: 58px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 820px) and (orientation: portrait) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime {
    margin-top: 5px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1061px) and (orientation: landscape) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) and (orientation: landscape) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) and (orientation: portrait) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime {
    padding-left: 60px;
  }
}
/* /stylesheets/modules/location/location-list.less:L258 */
/* /stylesheets/modules/location/location-list.less:L259 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-title label {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/location/location-list.less:L268 */
/* /stylesheets/modules/location/location-list.less:L269 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-title.active .mz-openingtime-open-icon {
  transform: rotate(90deg);
}
/* /stylesheets/modules/location/location-list.less:L273 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details {
  padding-left: 42px;
  margin-top: 10px;
}
/* /stylesheets/modules/location/location-list.less:L276 */
/* /stylesheets/modules/location/location-list.less:L277 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours span {
  padding-top: 5px;
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
/* /stylesheets/modules/location/location-list.less:L286 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .monday {
  margin-right: 42px;
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .monday {
    margin-right: 26px;
  }
}
/* /stylesheets/modules/location/location-list.less:L292 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .tuesday {
  margin-right: 40px;
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .tuesday {
    margin-right: 24px;
  }
}
/* /stylesheets/modules/location/location-list.less:L298 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .wednesday {
  margin-right: 18px;
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .wednesday {
    margin-right: 2px;
  }
}
/* /stylesheets/modules/location/location-list.less:L304 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .thursday {
  margin-right: 34px;
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .thursday {
    margin-right: 18px;
  }
}
/* /stylesheets/modules/location/location-list.less:L310 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .friday {
  margin-right: 54px;
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .friday {
    margin-right: 38px;
  }
}
/* /stylesheets/modules/location/location-list.less:L316 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .saturday {
  margin-right: 35px;
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .saturday {
    margin-right: 19px;
  }
}
/* /stylesheets/modules/location/location-list.less:L322 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .sunday {
  margin-right: 46px;
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details .mz-openingtime-hours .sunday {
    margin-right: 29px;
  }
}
/* /stylesheets/modules/location/location-list.less:L330 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details.deactive {
  display: none;
}
/* /stylesheets/modules/location/location-list.less:L333 */
.mz-locationlisting .mz-locationlisting-details .mz-location-openingtime .mz-openingtime-details.active {
  display: block;
}
/* /stylesheets/modules/location/location-list.less:L337 */
.mz-locationlisting .mz-locationlisting-details .mz-location-departments {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1001px) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-departments {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-departments {
    padding-left: 65px;
  }
  /* /stylesheets/modules/location/location-list.less:L344 */
  .mz-locationlisting .mz-locationlisting-details .mz-location-departments .mz-location-department-list {
    margin-left: -25px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 820px) and (orientation: portrait) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-departments {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1061px) and (orientation: landscape) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-departments {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) and (orientation: landscape) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-departments {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) and (orientation: portrait) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-departments {
    padding-left: 60px;
  }
}
/* /stylesheets/modules/location/location-list.less:L361 */
/* /stylesheets/modules/location/location-list.less:L362 */
.mz-locationlisting .mz-locationlisting-details .mz-location-departments .mz-department-title label {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/location/location-list.less:L371 */
/* /stylesheets/modules/location/location-list.less:L372 */
.mz-locationlisting .mz-locationlisting-details .mz-location-departments .mz-department-title.active .mz-department-open-icon {
  transform: rotate(90deg);
}
/* /stylesheets/modules/location/location-list.less:L376 */
.mz-locationlisting .mz-locationlisting-details .mz-location-departments .mz-location-departments.deactive {
  display: none;
}
/* /stylesheets/modules/location/location-list.less:L379 */
.mz-locationlisting .mz-locationlisting-details .mz-location-departments .mz-location-departments.active {
  display: block;
}
/* /stylesheets/modules/location/location-list.less:L382 */
.mz-locationlisting .mz-locationlisting-details .mz-location-departments .department-list-name {
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-locationlisting .mz-locationlisting-details .mz-location-departments .department-list-name {
    margin-bottom: 5px;
  }
}
/* /stylesheets/modules/location/location-list.less:L392 */
.mz-locationlisting .mz-address-open-icon.active,
.mz-locationlisting .mz-address-close-icon.active {
  display: inline;
}
/* /stylesheets/modules/location/location-list.less:L397 */
.mz-locationlisting .mz-address-open-icon.deactive,
.mz-locationlisting .mz-address-close-icon.deactive {
  display: none;
}
/* /stylesheets/modules/location/location-list.less:L402 */
.mz-locationlisting .mz-address-open-icon,
.mz-locationlisting .mz-address-close-icon {
  width: 15px;
  height: 15px;
}
/* /stylesheets/modules/location/location-list.less:L408 */
.mz-locationlisting .mz-address-close-icon {
  transform: rotate(90deg);
}
/* /stylesheets/modules/location/location-list.less:L411 */
.mz-locationlisting .mz-openingtime-open-icon,
.mz-locationlisting .mz-department-open-icon {
  width: 15px;
  height: 15px;
  margin-top: -2px;
  margin-right: 0;
}
@media only screen and (min-width: 410px) and (max-width: 412px) {
  .mz-locationlisting .mz-openingtime-open-icon,
  .mz-locationlisting .mz-department-open-icon {
    width: 14px;
    height: 14px;
  }
}
/* /stylesheets/modules/location/location-list.less:L422 */
.mz-locationlisting .telephone-icon {
  width: 10px;
  height: 12px;
  margin-right: 5px;
  margin-top: -2px;
}
/* /stylesheets/modules/location/location-list.less:L428 */
/* /stylesheets/modules/location/location-list.less:L429 */
.mz-locationlisting input.toggleLocationDetails ~ .mz-locationlisting-details {
  display: none;
}
/* /stylesheets/modules/location/location-list.less:L433 */
/* /stylesheets/modules/location/location-list.less:L434 */
.mz-locationlisting input.toggleLocationDetails:checked ~ .mz-locationlisting-details {
  display: block;
}
/* /stylesheets/modules/location/location-list.less:L438 */
/* /stylesheets/modules/location/location-list.less:L441 */
/* /stylesheets/modules/location/location-list.less:L444 */
/* /stylesheets/modules/location/no-locations.less:L1 */
.no-location-found {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 500px) {
  .no-location-found {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1061px) {
  .no-location-found {
    margin-left: 25px !important;
  }
}
@media only screen and (min-width: 1001px) {
  
}
/* /stylesheets/modules/location/no-locations.less:L16 */
.no-location-found .mz-no-location-text {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 410px) and (max-width: 414px) {
  .no-location-found .mz-no-location-text {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) {
  .no-location-found .mz-no-location-text {
    margin-left: 0;
  }
}
@media only screen and (min-width: 810px) and (max-width: 820px) {
  .no-location-found .mz-no-location-text {
    margin-left: -9px;
  }
}
/* /stylesheets/modules/location/no-locations.less:L29 */
.no-location-found .mz-nolocation-found {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  padding-left: 3px;
  position: relative;
  margin-top: 10px;
}
@media only screen and (max-width: 375px) {
  .no-location-found .mz-nolocation-found {
    padding-left: 0;
  }
}
@media only screen and (min-width: 410px) and (max-width: 412px) {
  .no-location-found .mz-nolocation-found {
    padding-left: 18px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 820px) {
  .no-location-found .mz-nolocation-found {
    padding-left: 18px;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1180px) {
  .no-location-found .mz-nolocation-found {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .no-location-found .mz-nolocation-found {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) {
  .no-location-found .mz-nolocation-found {
    padding-left: 32px;
  }
}
/* /stylesheets/modules/location/no-locations.less:L61 */
.no-location-found .no-location-text {
  position: relative;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  padding-left: 3px;
  margin-top: 30px;
}
@media only screen and (max-width: 500px) {
  .no-location-found .no-location-text {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .no-location-found .no-location-text {
    padding-left: 0;
  }
}
@media only screen and (min-width: 410px) and (max-width: 412px) {
  .no-location-found .no-location-text {
    padding-left: 18px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 820px) {
  .no-location-found .no-location-text {
    padding-left: 18px;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1180px) {
  .no-location-found .no-location-text {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .no-location-found .no-location-text {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) {
  .no-location-found .no-location-text {
    padding-left: 32px;
  }
}
/* /stylesheets/modules/location/no-locations.less:L95 */
.no-location-found .no-location {
  position: relative;
  margin-top: 20px;
  list-style: disc;
}
@media only screen and (max-width: 500px) {
  .no-location-found .no-location {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .no-location-found .no-location {
    margin-top: 15px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 410px) and (max-width: 414px) {
  .no-location-found .no-location {
    padding-left: 54px;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1180px) {
  .no-location-found .no-location {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .no-location-found .no-location {
    margin-left: 0;
    padding-left: 17px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) {
  .no-location-found .no-location {
    padding-left: 32px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 820px) {
  .no-location-found .no-location {
    padding-left: 27px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1061px) {
  .no-location-found .no-location {
    padding-left: 3px;
  }
}
/* /stylesheets/modules/location/no-locations.less:L130 */
.no-location-found .no-location .no-location-text1,
.no-location-found .no-location .no-location-text2,
.no-location-found .no-location .no-location-text3 {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
@media only screen and (min-width: 810px) and (max-width: 820px) {
  .no-location-found .no-location .no-location-text1,
  .no-location-found .no-location .no-location-text2,
  .no-location-found .no-location .no-location-text3 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1180px) {
  .no-location-found .no-location .no-location-text1,
  .no-location-found .no-location .no-location-text2,
  .no-location-found .no-location .no-location-text3 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .no-location-found .no-location .no-location-text1,
  .no-location-found .no-location .no-location-text2,
  .no-location-found .no-location .no-location-text3 {
    padding-left: 0;
  }
}
/* /stylesheets/modules/page-header/cart-monitor.less:L1 */
/* /stylesheets/modules/page-header/search-box.less:L1 */
.searchbox {
  order: 2;
}
/* /stylesheets/modules/page-header/search-box.less:L3 */
/* /stylesheets/modules/page-header/search-box.less:L5 */
.searchbox .mz-searchbox .mz-searchbox-field {
  display: flex;
  position: relative;
}
/* /stylesheets/modules/page-header/search-box.less:L9 */
.searchbox .mz-searchbox .mz-searchbox-field .twitter-typeahead {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .searchbox .mz-searchbox .mz-searchbox-field {
    border: 1px solid #d0d0d0;
  }
}
@media only screen and (max-width: 500px) {
  .searchbox .mz-searchbox .mz-searchbox-field {
    height: 45px;
    border: 1px solid #d0d0d0;
    margin-right: 18px;
    margin-left: 19px;
    background: none;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L26 */
.searchbox .mz-searchbox .mz-searchbox-input {
  display: flex;
  width: 90%;
  box-sizing: border-box;
  height: 100%;
  font-family: 'MSLondon', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  outline-width: 0;
  color: black;
}
/* /stylesheets/modules/page-header/search-box.less:L35 */
.searchbox .mz-searchbox .mz-searchbox-input:focus {
  outline-width: 0;
}
/* /stylesheets/modules/page-header/search-box.less:L39 */
.searchbox .mz-searchbox .mz-searchbox-input::placeholder {
  height: 21px;
  width: 202px;
  color: #757575;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}
@media only screen and (min-width: 310px) and (max-width: 321px) {
  /* /stylesheets/modules/page-header/search-box.less:L51 */
  .searchbox .mz-searchbox .mz-searchbox-input .recent-data-history {
    width: 280px;
  }
}
@media only screen and (min-width: 322px) and (max-width: 365px) {
  /* /stylesheets/modules/page-header/search-box.less:L56 */
  .searchbox .mz-searchbox .mz-searchbox-input .recent-data-history {
    width: 320px;
  }
}
@media only screen and (min-width: 370px) and (max-width: 400px) {
  /* /stylesheets/modules/page-header/search-box.less:L61 */
  .searchbox .mz-searchbox .mz-searchbox-input .recent-data-history {
    width: 343px;
  }
}
@media only screen and (min-width: 410px) and (max-width: 416px) {
  /* /stylesheets/modules/page-header/search-box.less:L66 */
  .searchbox .mz-searchbox .mz-searchbox-input .recent-data-history {
    width: 380px !important;
  }
}
@media only screen and (min-width: 491px) and (max-width: 590px) {
  /* /stylesheets/modules/page-header/search-box.less:L71 */
  .searchbox .mz-searchbox .mz-searchbox-input .recent-data-history {
    width: 480px;
  }
}
@media only screen and (min-width: 591px) and (max-width: 690px) {
  /* /stylesheets/modules/page-header/search-box.less:L76 */
  .searchbox .mz-searchbox .mz-searchbox-input .recent-data-history {
    width: 540px;
  }
}
@media only screen and (min-width: 691px) and (max-width: 767px) {
  /* /stylesheets/modules/page-header/search-box.less:L81 */
  .searchbox .mz-searchbox .mz-searchbox-input .recent-data-history {
    width: 454px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  /* /stylesheets/modules/page-header/search-box.less:L86 */
  .searchbox .mz-searchbox .mz-searchbox-input .recent-data-history {
    width: 400px;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L91 */
@media only screen and (min-width: 1001px) {
  .searchbox .mz-searchbox .mz-search-button {
    position: absolute;
    display: block;
    width: 39px;
    height: 42px;
    float: right;
    right: 0px;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L101 */
.searchbox .mz-searchbox .mz-searchbox-button {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 10px;
  right: 15px;
  height: 21px;
  width: 21px;
  margin-left: -1em;
  background-image: url('../resources/images/icons/svg/Search.svg');
  background-repeat: no-repeat;
  text-indent: -999em;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .searchbox .mz-searchbox .mz-searchbox-button {
    background-color: white;
  }
}
@media only screen and (min-width: 711px) and (max-width: 713px) {
  .searchbox .mz-searchbox .mz-searchbox-button {
    right: 0;
    left: 31em;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L124 */
.searchbox .mz-searchbox .mz-searchbox-button .black-searchIcon.deactive {
  display: none;
}
/* /stylesheets/modules/page-header/search-box.less:L127 */
.searchbox .mz-searchbox .mz-searchbox-button .black-searchIcon.active {
  height: 42px;
  position: absolute;
  display: block;
  top: -10.5px;
  right: -15px;
}
@media only screen and (max-width: 500px) {
  .searchbox .mz-searchbox .mz-searchbox-button .black-searchIcon.active {
    display: none;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .searchbox .mz-searchbox .mz-searchbox-button .black-searchIcon.active {
    right: -12px;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L142 */
.searchbox .mz-searchbox .mz-searchbox-clear {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 13px;
  right: 50px;
  height: 17px;
  width: 16px;
  background-image: url('../resources/images/icons/svg/Close.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-color: white;
  margin-left: -1em;
  text-indent: -999em;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .searchbox .mz-searchbox .mz-searchbox-clear {
    right: 39px;
    top: 14px;
    text-decoration: underline;
    text-indent: 0;
    background-image: url('../resources/images/icons/svg/Close.svg');
    background-repeat: no-repeat;
    color: #757575;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .searchbox .mz-searchbox .mz-searchbox-clear {
    right: 10px !important;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L172 */
.searchbox .mz-searchbox .mz-searchbox-categories {
  vertical-align: top;
  width: 100px;
  background: #eeeeee;
}
/* /stylesheets/modules/page-header/search-box.less:L177 */
.searchbox .mz-searchbox .tt-dropdown-menu {
  box-sizing: border-box;
  margin-top: 0.5rem;
  width: 410px;
  background: #eeeeee;
}
@media only screen and (max-width: 500px) {
  .searchbox .mz-searchbox .tt-dropdown-menu {
    width: 338px;
  }
}
@media only screen and (min-width: 310px) and (max-width: 321px) {
  .searchbox .mz-searchbox .tt-dropdown-menu {
    width: 280px !important;
  }
}
@media only screen and (min-width: 322px) and (max-width: 365px) {
  .searchbox .mz-searchbox .tt-dropdown-menu {
    width: 320px !important;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .searchbox .mz-searchbox .tt-dropdown-menu {
    width: 454px !important;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L195 */
.searchbox .mz-searchbox .tt-suggestion {
  padding: 0;
  margin-top: 10px;
  margin-bottom: -25px;
  color: #333333;
}
@media only screen and (max-width: 500px) {
  .searchbox .mz-searchbox .tt-suggestion {
    margin-bottom: -45px;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L204 */
.searchbox .mz-searchbox .tt-suggestion.tt-cursor {
  background: #f4f4f4;
}
/* /stylesheets/modules/page-header/search-box.less:L208 */
/* /stylesheets/modules/page-header/search-box.less:L209 */
.searchbox .mz-searchbox .tt-dataset-terms p {
  margin: 0;
}
/* /stylesheets/modules/page-header/search-box.less:L215 */
.searchbox .mz-searchbox .tt-dataset-products,
.searchbox .mz-searchbox .tt-dataset-categories,
.searchbox .mz-searchbox .tt-dataset-terms {
  background-color: white;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  text-align: start;
  padding: 10px 16px;
}
/* /stylesheets/modules/page-header/search-box.less:L225 */
.searchbox .mz-searchbox .tt-dataset-products .tt-suggestions,
.searchbox .mz-searchbox .tt-dataset-categories .tt-suggestions,
.searchbox .mz-searchbox .tt-dataset-terms .tt-suggestions {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .searchbox .mz-searchbox .tt-dataset-products .tt-suggestions,
  .searchbox .mz-searchbox .tt-dataset-categories .tt-suggestions,
  .searchbox .mz-searchbox .tt-dataset-terms .tt-suggestions {
    border-bottom: none;
    padding-bottom: 0;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L234 */
.searchbox .mz-searchbox .tt-dataset-products .tt-suggestion,
.searchbox .mz-searchbox .tt-dataset-categories .tt-suggestion,
.searchbox .mz-searchbox .tt-dataset-terms .tt-suggestion {
  display: table;
}
/* /stylesheets/modules/page-header/search-box.less:L237 */
.searchbox .mz-searchbox .tt-dataset-products .mz-itemlisting,
.searchbox .mz-searchbox .tt-dataset-categories .mz-itemlisting,
.searchbox .mz-searchbox .tt-dataset-terms .mz-itemlisting {
  display: table-row;
}
/* /stylesheets/modules/page-header/search-box.less:L239 */
.searchbox .mz-searchbox .tt-dataset-products .mz-itemlisting .mz-itemlisting-title,
.searchbox .mz-searchbox .tt-dataset-categories .mz-itemlisting .mz-itemlisting-title,
.searchbox .mz-searchbox .tt-dataset-terms .mz-itemlisting .mz-itemlisting-title {
  color: #333333;
  font-weight: 600;
}
/* /stylesheets/modules/page-header/search-box.less:L244 */
.searchbox .mz-searchbox .tt-dataset-products .mz-itemlisting-thumb,
.searchbox .mz-searchbox .tt-dataset-categories .mz-itemlisting-thumb,
.searchbox .mz-searchbox .tt-dataset-terms .mz-itemlisting-thumb,
.searchbox .mz-searchbox .tt-dataset-products .mz-itemlisting-details,
.searchbox .mz-searchbox .tt-dataset-categories .mz-itemlisting-details,
.searchbox .mz-searchbox .tt-dataset-terms .mz-itemlisting-details {
  float: none;
  display: table-cell;
  vertical-align: top;
}
/* /stylesheets/modules/page-header/search-box.less:L251 */
/* /stylesheets/modules/page-header/search-box.less:L252 */
.searchbox .mz-searchbox .recentsearch-dropdown .recentsearch-data {
  box-sizing: border-box;
  background: white;
  top: 100%;
  position: absolute;
  z-index: 101;
  padding: 0 16px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .searchbox .mz-searchbox .recentsearch-dropdown .recentsearch-data {
    width: 410px;
  }
}
@media only screen and (max-width: 500px) {
  .searchbox .mz-searchbox .recentsearch-dropdown .recentsearch-data {
    width: 338px;
    left: 20px;
    padding-top: 18px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 491px) and (max-width: 590px) {
  .searchbox .mz-searchbox .recentsearch-dropdown .recentsearch-data {
    width: 480px;
  }
}
@media only screen and (min-width: 591px) and (max-width: 690px) {
  .searchbox .mz-searchbox .recentsearch-dropdown .recentsearch-data {
    width: 540px;
  }
}
@media only screen and (min-width: 691px) and (max-width: 767px) {
  .searchbox .mz-searchbox .recentsearch-dropdown .recentsearch-data {
    width: 454px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .searchbox .mz-searchbox .recentsearch-dropdown .recentsearch-data {
    width: 410px;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L283 */
.searchbox .mz-searchbox .recentsearch-data {
  color: #333333;
  font-size: 16px;
  display: flex;
  text-align: start;
}
/* /stylesheets/modules/page-header/search-box.less:L289 */
.searchbox .mz-searchbox .data-ordered {
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0;
  padding: 18px 0 0 0;
  padding-bottom: 34px;
  width: 100%;
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .searchbox .mz-searchbox .data-ordered {
    padding: 0;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L303 */
.searchbox .mz-searchbox .data-ordered li {
  font-weight: 600;
  list-style: none;
  margin-top: 15px;
  cursor: pointer;
}
/* /stylesheets/modules/page-header/search-box.less:L314 */
.mz-searchbackdrop.active {
  display: block;
  position: fixed;
  background-color: grey;
  z-index: 7;
  opacity: 0.4;
}
@media only screen and (max-width: 1024px) {
  .mz-searchbackdrop.active {
    top: 0px;
    width: calc(110%);
    height: calc(200%);
    margin-left: -30px;
  }
}
@media only screen and (min-width: 1025px) {
  .mz-searchbackdrop.active {
    top: 0px !important;
    left: 0px !important;
    width: 100%;
    height: 100%;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L333 */
.mz-searchbackdrop.deactive {
  display: none;
}
/* /stylesheets/modules/page-header/search-box.less:L336 */
.searchbox.mz-searchbox-container.mobile.deactive {
  display: none;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  font-size: 100px;
}
@media only screen and (max-width: 1000px) {
  /* /stylesheets/modules/page-header/search-box.less:L343 */
  .mz-searchbox-container.mobile.active {
    height: 100%;
    position: fixed;
    background: white;
    top: 0px;
    z-index: 8;
    overflow-y: auto;
    width: 100%;
    display: block;
    right: 0px;
    left: 0;
  }
  /* /stylesheets/modules/page-header/search-box.less:L354 */
  .mz-searchbox-container.mobile.active .mz-close-icon {
    height: 20px;
    width: 20px;
    top: 15px;
    position: absolute;
    right: 16px;
  }
  /* /stylesheets/modules/page-header/search-box.less:L361 */
  .mz-searchbox-container.mobile.active .mz-searchbox {
    width: 100%;
    position: absolute;
    left: 0 !important;
    top: 4.5em !important;
  }
  /* /stylesheets/modules/page-header/search-box.less:L366 */
  .mz-searchbox-container.mobile.active .mz-searchbox .mz-searchbox-field {
    height: 46px;
    display: block;
    position: relative;
    margin-right: 7px;
    margin-left: 8px;
    border: 1px solid #cccccc;
    background: none;
    width: auto !important;
  }
  /* /stylesheets/modules/page-header/search-box.less:L376 */
  .mz-searchbox-container.mobile.active .mz-searchbox .mz-searchbox-field .clear-recent.suggestion.disabled {
    display: none !important;
  }
  /* /stylesheets/modules/page-header/search-box.less:L380 */
  .mz-searchbox-container.mobile.active .mz-searchbox .mz-searchbox-field .clear-recent.suggestion.active {
    display: inline-block !important;
    top: 10px !important;
    right: 0px !important;
  }
  /* /stylesheets/modules/page-header/search-box.less:L386 */
  /* /stylesheets/modules/page-header/search-box.less:L387 */
  .mz-searchbox-container.mobile.active .mz-searchbox .tt-dropdown-menu .tt-dataset-products,
  .mz-searchbox-container.mobile.active .mz-searchbox .tt-dropdown-menu .tt-dataset-categories,
  .mz-searchbox-container.mobile.active .mz-searchbox .tt-dropdown-menu .tt-dataset-terms {
    padding: 0;
  }
  /* /stylesheets/modules/page-header/search-box.less:L391 */
  /* /stylesheets/modules/page-header/search-box.less:L392 */
  .mz-searchbox-container.mobile.active .mz-searchbox .recentsearch-dropdown .recentsearch-data {
    width: 359px;
    left: 0;
    padding: 0 8px;
  }
  /* /stylesheets/modules/page-header/search-box.less:L396 */
  .mz-searchbox-container.mobile.active .mz-searchbox .recentsearch-dropdown .recentsearch-data .data-ordered {
    padding: 16px 0;
  }
  /* /stylesheets/modules/page-header/search-box.less:L403 */
  .mz-searchbox-container.mobile.deactive {
    display: none;
  }
  /* /stylesheets/modules/page-header/search-box.less:L406 */
  .mz-searchbox-container.mobile.active {
    display: block;
  }
}
@media only screen and (min-width: 410px) and (max-width: 414px) {
  /* /stylesheets/modules/page-header/search-box.less:L411 */
  /* /stylesheets/modules/page-header/search-box.less:L416 */
  /* /stylesheets/modules/page-header/search-box.less:L417 */
  .mz-searchbox-container.mobile.active .recent-data-history .recentsearch-data {
    left: 17px !important;
  }
  /* /stylesheets/modules/page-header/search-box.less:L422 */
  /* /stylesheets/modules/page-header/search-box.less:L423 */
  .mz-searchbox-container.mobile.active .tt-dataset-products .recentsearch-data,
  .mz-searchbox-container.mobile.active .tt-dataset-categories .recentsearch-data,
  .mz-searchbox-container.mobile.active .tt-dataset-terms .recentsearch-data {
    left: 0 !important;
  }
}
@media only screen and (min-width: 370px) and (max-width: 375px) {
  /* /stylesheets/modules/page-header/search-box.less:L430 */
  /* /stylesheets/modules/page-header/search-box.less:L431 */
  /* /stylesheets/modules/page-header/search-box.less:L432 */
  /* /stylesheets/modules/page-header/search-box.less:L433 */
  .mz-searchbox-container.mobile.active .mz-searchbox .mz-searchbox-field .mz-searchbox-input {
    padding: 12px 135px 12px 13px !important;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L440 */
/* /stylesheets/modules/page-header/search-box.less:L441 */
/* /stylesheets/modules/page-header/search-box.less:L442 */
/* /stylesheets/modules/page-header/search-box.less:L443 */
/* /stylesheets/modules/page-header/search-box.less:L444 */
@media only screen and (max-width: 500px) {
  .mz-mobile-header.navbar-mobile .mz-subheader-container-mobile .mz-mobile-searchbox .mz-searchbox-container.mobile.active .mz-searchbox-field {
    width: calc(100vw - 16px) !important;
    margin: 0 auto !important;
    justify-content: center;
    border: none !important;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L452 */
@media only screen and (max-width: 500px) {
  .mz-mobile-header.navbar-mobile .mz-subheader-container-mobile .mz-mobile-searchbox .mz-searchbox-container.mobile.active .mz-searchbox-field .twitter-typeahead {
    border: 1px solid #cccccc;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L458 */
/* /stylesheets/modules/page-header/search-box.less:L459 */
@media only screen and (max-width: 500px) {
  .mz-mobile-header.navbar-mobile .mz-subheader-container-mobile .mz-mobile-searchbox .mz-searchbox-container.mobile.active .mz-searchbox-field .tt-hint,
  .mz-mobile-header.navbar-mobile .mz-subheader-container-mobile .mz-mobile-searchbox .mz-searchbox-container.mobile.active .mz-searchbox-field .tt-input {
    width: calc(100vw - 16px) !important;
    margin: 0 auto !important;
    justify-content: center;
    border: none !important;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L469 */
@media only screen and (max-width: 500px) {
  .mz-mobile-header.navbar-mobile .mz-subheader-container-mobile .mz-mobile-searchbox .mz-searchbox-container.mobile.active .mz-searchbox {
    right: 0 !important;
    width: auto !important;
    height: auto !important;
    left: 0 !important;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L482 */
/* /stylesheets/modules/page-header/search-box.less:L483 */
/* /stylesheets/modules/page-header/search-box.less:L484 */
/* /stylesheets/modules/page-header/search-box.less:L485 */
@media only screen and (max-width: 500px) {
  .mz-searchbox-container.mobile.active .mz-searchbox .recentsearch-dropdown .recentsearch-data {
    left: 0 !important;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L491 */
@media only screen and (max-width: 500px) {
  .mz-searchbox-container.mobile.active .mz-searchbox .recentsearch-dropdown button.clear-recent.dropdown {
    right: 8px !important;
    padding: 0;
  }
}
@media (min-width: 992px) {
  /* /stylesheets/modules/page-header/search-box.less:L504 */
  /* /stylesheets/modules/page-header/search-box.less:L505 */
  /* /stylesheets/modules/page-header/search-box.less:L506 */
  /* /stylesheets/modules/page-header/search-box.less:L507 */
  .searchbox.desktop .mz-searchbox .mz-searchbox-input {
    width: 420px;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L515 */
/* /stylesheets/modules/page-header/search-box.less:L516 */
@media (min-width: 992px) {
  .afg-ms-pageheader .searchbox {
    margin-left: 6%;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L520 */
/* /stylesheets/modules/page-header/search-box.less:L521 */
/* /stylesheets/modules/page-header/search-box.less:L522 */
.afg-ms-pageheader .searchbox.desktop .mz-searchbox .mz-searchbox-input {
  border: none !important;
  font-size: 14px;
  line-height: 18px;
  color: black;
  padding: 11px 20px;
}
/* /stylesheets/modules/page-header/search-box.less:L530 */
.afg-ms-pageheader .searchbox.desktop .mz-searchbox .mz-searchbox-input::placeholder {
  font-size: 14px;
  color: black;
  text-align: left;
}
/* /stylesheets/modules/page-header/search-box.less:L537 */
.afg-ms-pageheader .searchbox.desktop .mz-searchbox .mz-searchbox-field {
  height: 40px;
  background-color: white;
  border: 1px solid #d0d0d0;
}
/* /stylesheets/modules/page-header/search-box.less:L543 */
.afg-ms-pageheader .searchbox.desktop .mz-searchbox .mz-searchbox-button {
  background-color: white;
  background-size: 20px;
}
/* /stylesheets/modules/page-header/search-box.less:L548 */
/* /stylesheets/modules/page-header/search-box.less:L549 */
.afg-ms-pageheader .searchbox.desktop .mz-searchbox .recentsearch-dropdown .recentsearch-data {
  width: 420px;
}
/* /stylesheets/modules/page-header/search-box.less:L555 */
.afg-ms-pageheader .searchbox.desktop .tt-dropdown-menu {
  width: 100%;
}
/* /stylesheets/modules/page-header/search-box.less:L560 */
/* /stylesheets/modules/page-header/search-box.less:L561 */
@media (min-width: 992px) {
  .afg-ms-pageheader .searchbox .mz-searchbox .mz-search-button {
    height: 40px;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L566 */
/* /stylesheets/modules/page-header/search-box.less:L567 */
@media (min-width: 992px) {
  .afg-ms-pageheader .searchbox .mz-searchbox .mz-search-button .black-searchIcon.active {
    height: 40px;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L578 */
/* /stylesheets/modules/page-header/search-box.less:L579 */
/* /stylesheets/modules/page-header/search-box.less:L580 */
.afg-ms-mobile-header .mz-searchbackdrop.active {
  left: 0;
  right: 0;
}
/* /stylesheets/modules/page-header/search-box.less:L587 */
@media (max-width: 992px) {
  /* /stylesheets/modules/page-header/search-box.less:L588 */
  /* /stylesheets/modules/page-header/search-box.less:L589 */
  /* /stylesheets/modules/page-header/search-box.less:L590 */
  /* /stylesheets/modules/page-header/search-box.less:L591 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-searchbox .mz-searchbox-input {
    width: 100% !important;
    margin: 0;
    padding: 11px 14px !important;
    display: block;
    height: 38px;
    background: transparent;
  }
  /* /stylesheets/modules/page-header/search-box.less:L600 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-searchbox .mz-searchbox-input::placeholder {
    text-align: left;
  }
  /* /stylesheets/modules/page-header/search-box.less:L604 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-searchbox .mz-searchbox-field {
    display: block;
    height: 38px !important;
  }
  /* /stylesheets/modules/page-header/search-box.less:L608 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-searchbox .mz-searchbox-field .twitter-typeahead {
    width: 100%;
    height: 100%;
  }
  /* /stylesheets/modules/page-header/search-box.less:L615 */
  /* /stylesheets/modules/page-header/search-box.less:L620 */
  /* /stylesheets/modules/page-header/search-box.less:L621 */
  /* /stylesheets/modules/page-header/search-box.less:L622 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-searchbox .mz-searchbox-container.mobile.active {
    padding-top: 21px;
  }
  /* /stylesheets/modules/page-header/search-box.less:L625 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-searchbox .mz-searchbox-container.mobile.active .mz-close-icon {
    position: static;
    display: flex;
    margin-left: auto;
    padding: 0 15px 30px 0;
  }
  /* /stylesheets/modules/page-header/search-box.less:L632 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-searchbox .mz-searchbox-container.mobile.active .mz-searchbox-field {
    margin-right: 8px;
  }
  /* /stylesheets/modules/page-header/search-box.less:L635 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-searchbox .mz-searchbox-container.mobile.active .mz-searchbox-field .twitter-typeahead {
    width: 100%;
    height: 100% !important;
  }
  /* /stylesheets/modules/page-header/search-box.less:L640 */
  /* /stylesheets/modules/page-header/search-box.less:L641 */
  /* /stylesheets/modules/page-header/search-box.less:L642 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-searchbox .mz-searchbox-container.mobile.active .mz-searchbox-field .clear-recent.suggestion.active {
    left: unset !important;
    top: 4px !important;
    right: 5px !important;
  }
  /* /stylesheets/modules/page-header/search-box.less:L650 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-searchbox .mz-searchbox-container.mobile.active .mz-searchbox-field .tt-dropdown-menu {
    width: 100%;
    top: 108% !important;
  }
  /* /stylesheets/modules/page-header/search-box.less:L660 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-searchbox .mz-searchbox-container.desktop {
    margin-bottom: 18px;
  }
}
@media (max-width: 992px) and (min-width: 501px) and (max-width: 992px) {
  .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-searchbox {
    margin: 0 20px;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L669 */
.recentsearch-dropdown {
  position: absolute;
  top: 100%;
  z-index: 100;
  right: auto;
  display: block;
}
@media only screen and (max-width: 500px) {
  .recentsearch-dropdown {
    position: relative;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L680 */
.recent-search-inlinecss {
  left: 0;
}
@media only screen and (max-width: 500px) {
  .recent-search-inlinecss {
    position: relative;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L710 */
.recent-search-nopadding-noleft {
  padding: 0;
  left: 0;
}
/* /stylesheets/modules/page-header/search-box.less:L714 */
.clear-recent {
  z-index: 103;
  left: 340px !important;
  position: absolute;
}
@media only screen and (max-width: 500px) {
  .clear-recent {
    left: 330px !important;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L722 */
.clear-recent-inlinecss {
  z-index: 103;
  position: absolute;
}
@media only screen and (max-width: 500px) {
  .clear-recent-inlinecss {
    display: none;
  }
}
/* /stylesheets/modules/page-header/search-box.less:L732 */
/* /stylesheets/modules/page-header/search-box.less:L733 */
@media only screen and (max-width: 500px) {
  .recentsearch-dropdown .recentsearch-data {
    width: 330px !important;
  }
}
@media screen and (max-width: 1023px) {
  /* /stylesheets/modules/page-header/search-box.less:L742 */
  .mz-searchbox-container.desktop {
    display: none ;
    margin-bottom: 0.5rem;
  }
}
/* /stylesheets/modules/page-header/store-branding.less:L1 */
/* /stylesheets/modules/page-header/store-branding.less:L2 */
.mz-storebranding a {
  text-decoration: none;
}
/* /stylesheets/modules/page-header/store-branding.less:L8 */
/* /stylesheets/modules/page-header/store-branding.less:L9 */
/* /stylesheets/modules/page-header/store-branding.less:L10 */
/* /stylesheets/modules/page-header/store-branding.less:L11 */
@media (min-width: 992px) {
  .afg-ms-pageheader .mz-storebranding a .mz-site-logo {
    width: 80px;
    height: 46.51px;
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  /* /stylesheets/modules/page-header/store-branding.less:L22 */
  /* /stylesheets/modules/page-header/store-branding.less:L23 */
  /* /stylesheets/modules/page-header/store-branding.less:L24 */
  /* /stylesheets/modules/page-header/store-branding.less:L25 */
  /* /stylesheets/modules/page-header/store-branding.less:L26 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-storebranding a .mz-site-logo {
    width: 52.05px;
    height: 30px;
    object-fit: contain;
  }
  /* /stylesheets/modules/page-header/store-branding.less:L33 */
  /* /stylesheets/modules/page-header/store-branding.less:L34 */
  /* /stylesheets/modules/page-header/store-branding.less:L35 */
  /* /stylesheets/modules/page-header/store-branding.less:L36 */
  .afg-ms-pageheader .afg-ms-mobile-header.scrolled .mz-storebranding a .mz-site-logo {
    width: 47.73px;
  }
}
/* /stylesheets/modules/page-header/utility-nav.less:L1 */
.mz-utilitynav {
  color: black;
}
/* /stylesheets/modules/page-header/utility-nav.less:L3 */
.mz-utilitynav .mz-utilitynav-link {
  color: black;
  text-decoration: none;
}
/* /stylesheets/base/mixins.less:L7 */
.mz-utilitynav .mz-utilitynav-link:visited,
.mz-utilitynav .mz-utilitynav-link:focus,
.mz-utilitynav .mz-utilitynav-link:active {
  color: black;
}
/* /stylesheets/base/mixins.less:L11 */
.mz-utilitynav .mz-utilitynav-link:hover,
.mz-utilitynav .mz-utilitynav-link:focus,
.mz-utilitynav .mz-utilitynav-link:active {
  text-decoration: underline;
}
/* /stylesheets/modules/page-header/utility-nav.less:L6 */
.mz-utilitynav .mz-utility-signin-icon,
.mz-utilitynav .mz-empty-bag-icon {
  width: 30px;
  height: 30px;
  position: relative;
}
/* /stylesheets/modules/page-header/utility-nav.less:L12 */
@media only screen and (max-width: 1000px) {
  .mz-utilitynav .mz-utility-signin-icon {
    display: none;
  }
}
/* /stylesheets/modules/page-header/utility-nav.less:L17 */
.mz-utilitynav .mz-wishlist-icon {
  position: relative;
}
/* /stylesheets/modules/page-header/utility-nav.less:L20 */
.mz-utilitynav .mz-utility-signin {
  background: transparent;
  border: none;
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .mz-utilitynav .mz-utility-signin {
    display: none;
  }
}
/* /stylesheets/modules/page-header/utility-nav.less:L34 */
.mz-utilitynav .mz-utility-signin-mobile {
  background: transparent;
  border: none;
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}
/* /stylesheets/modules/page-header/utility-nav.less:L45 */
/* /stylesheets/modules/page-header/utility-nav.less:L46 */
/* /stylesheets/modules/page-header/utility-nav.less:L47 */
.mz-utilitynav .mz-bag-container .mz-utilitynav-link-cart .mz-cartmonitor {
  color: black;
  font-family: "MSLondon";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  top: 5px;
}
@media (max-width: 768px) {
  .mz-utilitynav .mz-bag-container .mz-utilitynav-link-cart .mz-cartmonitor {
    top: 6px !important;
  }
}
/* /stylesheets/modules/page-header/utility-nav.less:L59 */
.mz-utilitynav .mz-bag-container .mz-utilitynav-link-cart:hover {
  text-decoration: none;
}
/* /stylesheets/modules/page-header/utility-nav.less:L64 */
.mz-utilitynav .mz-utilitynav-list {
  display: flex;
  align-items: center;
}
/* /stylesheets/modules/page-header/utility-nav.less:L71 */
/* /stylesheets/modules/page-header/utility-nav.less:L72 */
.afg-ms-pageheader .mz-utilitynav {
  padding-top: 10px;
}
/* /stylesheets/modules/page-header/utility-nav.less:L74 */
.afg-ms-pageheader .mz-utilitynav .mz-utility-signin {
  padding: 0;
  color: black;
}
/* /stylesheets/modules/page-header/utility-nav.less:L78 */
@media (max-width: 992px) {
  .afg-ms-pageheader .mz-utilitynav .mz-profile-icon-container {
    margin-right: 15px;
  }
}
/* /stylesheets/modules/page-header/utility-nav.less:L82 */
.afg-ms-pageheader .mz-utilitynav .mz-profile-icon-container .mz-utility-signin-icon {
  width: 24px;
  height: 24px;
}
/* /stylesheets/modules/page-header/utility-nav.less:L87 */
.afg-ms-pageheader .mz-utilitynav .mz-wishlist-icon {
  width: 24px;
  height: 24px;
  margin: 0 30px;
}
/* /stylesheets/modules/page-header/utility-nav.less:L92 */
.afg-ms-pageheader .mz-utilitynav .bag-iconfilled,
.afg-ms-pageheader .mz-utilitynav .mz-empty-bag-icon {
  width: 24px;
  height: 24px;
}
/* /stylesheets/modules/page-header/utility-nav.less:L97 */
.afg-ms-pageheader .mz-utilitynav .mz-bag-container {
  position: relative;
}
/* /stylesheets/modules/page-header/utility-nav.less:L99 */
.afg-ms-pageheader .mz-utilitynav .mz-bag-container .mz-cartmonitor {
  top: 7px;
  left: 0;
  width: 100%;
}
/* /stylesheets/modules/page-header/utility-nav.less:L105 */
/* /stylesheets/modules/page-header/utility-nav.less:L106 */
@media (min-width: 1001px) and (max-width: 1299px) {
  .afg-ms-pageheader .mz-utilitynav .minicart-popup-container .mz-minicart-popover {
    right: 0!important;
  }
}
/* /stylesheets/modules/page-header/utility-nav.less:L112 */
.afg-ms-pageheader .mz-utilitynav .popup-container {
  right: 0;
  position: absolute;
}
/* /stylesheets/modules/page-header/utility-nav.less:L116 */
/* /stylesheets/modules/page-header/utility-nav.less:L117 */
@media (min-width: 992px) {
  .afg-ms-pageheader .mz-utilitynav .mz-wishlist-container .wishlist-loader {
    position: absolute;
    bottom: -3px;
    left: 30px;
    z-index: 9999;
    padding: 0;
    width: 40px;
    height: 34px;
    background-color: white;
  }
}
@media (max-width: 992px) {
  /* /stylesheets/modules/page-header/utility-nav.less:L133 */
  /* /stylesheets/modules/page-header/utility-nav.less:L134 */
  /* /stylesheets/modules/page-header/utility-nav.less:L135 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-utilitynav {
    padding-top: 0;
  }
}
/* /stylesheets/modules/page-header/utility-nav.less:L142 */
.mz-signin-popover:before {
  content: '';
  width: 50%;
  height: 50px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
/* /stylesheets/modules/page-header/branding-search-utility.less:L1 */
/* /stylesheets/modules/page-header/branding-search-utility.less:L2 */
.mz-pageheader .mz-subheader-conatiner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* /stylesheets/modules/page-header/branding-search-utility.less:L6 */
@media only screen and (max-width: 767px) {
  .mz-pageheader .mz-subheader-conatiner #searchbox {
    order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .mz-pageheader .mz-subheader-conatiner #searchbox {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .mz-pageheader .mz-subheader-conatiner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 470px) {
  .mz-pageheader .mz-subheader-conatiner {
    width: 87%;
  }
}
@media only screen and (min-width: 475px) and (max-width: 767px) {
  .mz-pageheader .mz-subheader-conatiner {
    width: 86%;
  }
}
@media only screen and (max-width: 360px) {
  .mz-pageheader .mz-subheader-conatiner {
    width: 91%;
  }
}
@media only screen and (max-width: 325px) {
  .mz-pageheader .mz-subheader-conatiner {
    width: 80%;
  }
}
/* /stylesheets/modules/page-header/branding-search-utility.less:L33 */
/* /stylesheets/modules/page-header/branding-search-utility.less:L34 */
/* /stylesheets/modules/page-header/branding-search-utility.less:L35 */
.mz-pageheader .mz-subheader-conatiner .mz-searchbox-container.desktop #searchbox button.clear-recent {
  font-weight: bold!important;
  color: #333333 !important;
}
/* /stylesheets/modules/page-header/branding-search-utility.less:L39 */
/* /stylesheets/modules/page-header/branding-search-utility.less:L40 */
.mz-pageheader .mz-subheader-conatiner .mz-searchbox-container.desktop #searchbox .tt-suggestion hr {
  margin: 20px 0 0 0;
}
/* /stylesheets/modules/page-header/branding-search-utility.less:L44 */
/* /stylesheets/modules/page-header/branding-search-utility.less:L45 */
.mz-pageheader .mz-subheader-conatiner .mz-searchbox-container.desktop #searchbox .recentsearch-data .recent-link {
  color: #333333;
}
/* /stylesheets/modules/page-header/signin-popover.less:L1 */
/* /stylesheets/modules/page-header/signin-popover.less:L2 */
.mz-utilitynav .popup-container {
  padding-right: 27.5px;
  padding-left: 27.5px;
  box-sizing: border-box;
  height: 420px;
  width: 380px;
  position: absolute;
  top: 40px;
  z-index: 10;
  display: none;
}
@media (max-width: 992px) {
  .mz-utilitynav .popup-container {
    display: none!important;
  }
}
/* /stylesheets/modules/page-header/signin-popover.less:L16 */
.mz-utilitynav .mz-signin-popover {
  padding-right: 27.5px;
  padding-left: 27.5px;
  box-sizing: border-box;
  width: 341px;
  border: 1px solid #cccccc;
  background-color: white;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  display: none;
}
/* /stylesheets/modules/page-header/signin-popover.less:L29 */
.mz-utilitynav .mz-signin-popover:hover {
  display: block;
}
/* /stylesheets/modules/page-header/signin-popover.less:L33 */
.mz-utilitynav .mz-signin-popover:after {
  content: "";
  border: 15px solid;
  border-color: transparent transparent #cccccc;
  position: absolute;
  top: -31px;
  left: 293px;
}
/* /stylesheets/modules/page-header/signin-popover.less:L41 */
.mz-utilitynav .arrow {
  border: 14px solid;
  border-color: transparent transparent white;
  position: absolute;
  top: -28px;
  right: 17px;
  z-index: 5;
}
/* /stylesheets/modules/page-header/signin-popover.less:L49 */
.mz-utilitynav .mz-profile-icon-container + .mz-signin-popover {
  right: 84px;
}
/* /stylesheets/modules/page-header/signin-popover.less:L52 */
@media only screen and (max-width: 767px) {
  .mz-utilitynav .mz-wishlist-container {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-utilitynav .mz-wishlist-container {
    display: none !important;
  }
}
/* /stylesheets/modules/page-header/signin-popover.less:L60 */
.mz-utilitynav .display-in-mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mz-utilitynav .display-in-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-utilitynav .display-in-mobile {
    display: block !important;
  }
}
/* /stylesheets/modules/page-header/signin-popover.less:L68 */
@media only screen and (max-width: 1000px) {
  .mz-utilitynav .display-in-mobile .mz-utility-signin-icon {
    display: block !important;
  }
}
/* /stylesheets/modules/page-header/signin-popover.less:L74 */
.mz-utilitynav .display-in-mobile-unauth {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mz-utilitynav .display-in-mobile-unauth {
    display: block !important;
    position: relative;
    top: 0px;
    right: 3px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 412px) {
  .mz-utilitynav .display-in-mobile-unauth {
    right: 25px;
    top: -6px;
  }
}
@media only screen and (min-width: 413px) and (max-width: 420px) {
  .mz-utilitynav .display-in-mobile-unauth {
    right: 25px;
    top: -6px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-utilitynav .display-in-mobile-unauth {
    display: block !important;
    position: relative;
    top: 6px;
    right: 4px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 715px) {
  .mz-utilitynav .display-in-mobile-unauth {
    top: -3px;
    right: -107px;
  }
}
/* /stylesheets/modules/page-header/signin-popover.less:L100 */
@media only screen and (max-width: 1000px) {
  .mz-utilitynav .display-in-mobile-unauth .mz-utility-signin-icon {
    display: block !important;
    position: relative;
    top: 2px;
    left: 8px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 715px) {
  .mz-utilitynav .display-in-mobile-unauth .mz-utility-signin-icon {
    top: -2px;
    left: 131px;
  }
}
/* /stylesheets/modules/page-header/anonymous-user.less:L1 */
/* /stylesheets/modules/page-header/anonymous-user.less:L2 */
/* /stylesheets/modules/page-header/anonymous-user.less:L3 */
.mz-utilitynav .mz-signin-popover .mz-anonymous-signin-container,
.mz-utilitynav .mz-signin-popover .mz-anonymous-signup-container,
.mz-utilitynav .mz-signin-popover .mz-anonymous-order-track-container,
.mz-utilitynav .mz-signin-popover .mz-anonymous-loyalty-container {
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/modules/page-header/anonymous-user.less:L9 */
.mz-utilitynav .mz-signin-popover .mz-signin-link,
.mz-utilitynav .mz-signin-popover .mz-signup-link,
.mz-utilitynav .mz-signin-popover .mz-blueloyality-link,
.mz-utilitynav .mz-signin-popover .mz-order-track {
  padding-bottom: 17.65px;
  padding-top: 17.55px;
  padding-left: 18px;
  display: inline-block;
}
/* /stylesheets/modules/page-header/anonymous-user.less:L17 */
.mz-utilitynav .mz-signin-popover .mz-signin-link > a,
.mz-utilitynav .mz-signin-popover .mz-signup-link > a,
.mz-utilitynav .mz-signin-popover .mz-blueloyality-link > a,
.mz-utilitynav .mz-signin-popover .mz-order-track > a {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
}
/* /stylesheets/modules/page-header/anonymous-user.less:L27 */
.mz-utilitynav .mz-signin-popover .mz-blueloyality-link {
  border-bottom: none;
  padding-bottom: 44px;
}
/* /stylesheets/modules/page-header/anonymous-user.less:L31 */
/* /stylesheets/modules/page-header/anonymous-user.less:L32 */
.mz-utilitynav .mz-signin-popover .mz-signup-message .sign-in-or-create-an {
  color: black;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  padding-top: 26px;
}
/* /stylesheets/modules/page-header/anonymous-user.less:L41 */
.mz-utilitynav .mz-signin-popover .mz-signup-message ul {
  padding-left: 17px;
}
/* /stylesheets/modules/page-header/anonymous-user.less:L42 */
.mz-utilitynav .mz-signin-popover .mz-signup-message li {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  list-style-type: square;
}
/* /stylesheets/modules/page-header/anonymous-user.less:L53 */
.mz-utilitynav .mz-signin-popover .mz-sinin-icon,
.mz-utilitynav .mz-signin-popover .mz-creataccount-icon,
.mz-utilitynav .mz-signin-popover .mz-ordertracking-icon,
.mz-utilitynav .mz-signin-popover .mz-loyalty-icon {
  width: 29px;
  height: 29px;
}
/* /stylesheets/modules/page-header/anonymous-user.less:L62 */
@media only screen and (max-width: 500px) {
  .forDesktop {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .forDesktop {
    display: none;
  }
}
/* /stylesheets/modules/page-header/anonymous-user.less:L70 */
.forMobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .forMobile {
    display: block;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .forMobile {
    display: block;
  }
}
/* /stylesheets/modules/page-header/non-anonymous-user.less:L1 */
/* /stylesheets/modules/page-header/non-anonymous-user.less:L2 */
/* /stylesheets/modules/page-header/non-anonymous-user.less:L3 */
.mz-utilitynav .mz-signin-popover .mz-nona-order-history-link-container,
.mz-utilitynav .mz-signin-popover .mz-nona-loyalty-container,
.mz-utilitynav .mz-signin-popover .mz-nona-payment-link-container,
.mz-utilitynav .mz-signin-popover .mz-nona-account-settings-link-container,
.mz-utilitynav .mz-signin-popover .mz-nona-return-information-link-container,
.mz-utilitynav .mz-signin-popover .mz-nona-help-link-container,
.mz-utilitynav .mz-signin-popover .mz-nona-signout-link-container {
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/modules/page-header/non-anonymous-user.less:L12 */
.mz-utilitynav .mz-signin-popover .mz-order-history-link,
.mz-utilitynav .mz-signin-popover .mz-payment-section-link,
.mz-utilitynav .mz-signin-popover .mz-blueloyality-link,
.mz-utilitynav .mz-signin-popover .mz-account-page-link,
.mz-utilitynav .mz-signin-popover .mz-return-information-link,
.mz-utilitynav .mz-signin-popover .mz-help-section-link,
.mz-utilitynav .mz-signin-popover .mz-signout {
  padding-bottom: 17.65px;
  padding-top: 17.55px;
  padding-left: 18px;
  display: inline-block;
}
/* /stylesheets/modules/page-header/non-anonymous-user.less:L23 */
.mz-utilitynav .mz-signin-popover .mz-order-history-link > a,
.mz-utilitynav .mz-signin-popover .mz-payment-section-link > a,
.mz-utilitynav .mz-signin-popover .mz-blueloyality-link > a,
.mz-utilitynav .mz-signin-popover .mz-account-page-link > a,
.mz-utilitynav .mz-signin-popover .mz-return-information-link > a,
.mz-utilitynav .mz-signin-popover .mz-help-section-link > a,
.mz-utilitynav .mz-signin-popover .mz-signout > a {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
}
/* /stylesheets/modules/page-header/non-anonymous-user.less:L33 */
.mz-utilitynav .mz-signin-popover .mz-signout {
  border-bottom: none;
  padding-bottom: 30px;
}
/* /stylesheets/modules/page-header/non-anonymous-user.less:L37 */
.mz-utilitynav .mz-signin-popover #mz-logged-in-notice {
  color: black;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  padding-top: 26px;
}
/* /stylesheets/modules/page-header/non-anonymous-user.less:L47 */
.mz-utilitynav .mz-signin-popover .mz-sinin-icon,
.mz-utilitynav .mz-signin-popover .mz-creataccount-icon,
.mz-utilitynav .mz-signin-popover .mz-return-icon,
.mz-utilitynav .mz-signin-popover .mz-order-history-icon,
.mz-utilitynav .mz-signin-popover .mz-help-icon,
.mz-utilitynav .mz-signin-popover .mz-sigout-icon,
.mz-utilitynav .mz-signin-popover .mz-loyalty-icon,
.mz-utilitynav .mz-signin-popover .mz-creditcard-icon {
  width: 29px;
  height: 29px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L1 */
.mz-hamburgmenu-container {
  order: 1;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L3 */
.mz-hamburgmenu-container .mz-hamburgmenu-icon {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1000px) {
  /* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L8 */
  .mz-hamburgmenu-container .mz-searchbox-icon {
    position: relative;
  }
  /* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L11 */
  .mz-hamburgmenu-container .mz-searchbox-icon img {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 2px;
  }
  /* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L18 */
  .mz-hamburgmenu-container .safari-search-icon {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .mz-hamburgmenu-container {
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .mz-hamburgmenu-container {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  /* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L31 */
  .mz-searchbox-icon.safari-search-icon.desktop {
    display: none;
  }
}
@media screen and (min-width: 1023px) {
  /* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L37 */
  .mz-searchbox-icon.mobile {
    display: none;
  }
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L42 */
.mz-hamburgmenu-option-container {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  background-color: white;
  display: none;
  overflow: hidden scroll;
  overscroll-behavior: contain;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L52 */
.mz-hamburgmenu-option-container .mz-menu-header {
  border-bottom: 1px solid black;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L55 */
.mz-hamburgmenu-option-container .mz-menu-header.deactive {
  display: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L58 */
.mz-hamburgmenu-option-container .mz-menu-footer {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .mz-hamburgmenu-option-container .mz-menu-footer {
    margin-top: 0px;
  }
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L63 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L64 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-anonymous-order-track-container {
  padding-bottom: 15px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L67 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-signin-link,
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-signup-link,
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-order-track,
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-signin-link,
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-signout {
  padding-top: 17.55px;
  display: inline-block;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L74 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-signin-link > a,
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-signup-link > a,
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-order-track > a,
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-signin-link > a,
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-signout > a {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L84 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section.active {
  display: block;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L87 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section.deactive {
  display: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L90 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L91 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-footer-country-selector .mz-country-selector-name {
  color: black;
  font-family: "MSLondon";
  letter-spacing: 0;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L97 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-footer-country-selector.active {
  display: flex;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L100 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-footer-country-selector.deactive {
  display: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L103 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector {
  margin-top: 20px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L105 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .label-for-country {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L113 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-country-data-container {
  margin-top: 5px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L115 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-country-data-container .mz-country-selector-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 16px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L121 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-country-data-container .country-data-field {
  width: 100%;
  height: 40px;
  border: 1px solid #cccccc;
  appearance: none;
  background-image: url(../resources/images/icons/svg/downArrow.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 236px;
  background-position-y: center;
  padding-left: 50px;
  font-size: 14px;
  font-weight: 600;
  background-color: white;
  color: black;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L137 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-country-data-container select.country-data-field:focus {
  outline: none;
  box-shadow: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L141 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-country-data-container select,
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-country-data-container option {
  width: 287px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L145 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .label-for-language {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 5px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L154 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-language-data-container {
  margin-top: 5px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L156 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-language-data-container .language-data-field {
  width: 100%;
  height: 40px;
  border: 1px solid #cccccc;
  appearance: none;
  background-image: url(../resources/images/icons/svg/downArrow.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 236px;
  background-position-y: center;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 600;
  background-color: white;
  color: black;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L172 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-language-data-container select.language-data-field:focus {
  outline: none;
  box-shadow: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L176 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-language-data-container select,
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-language-data-container option {
  width: 287px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L180 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-button-container {
  margin-top: 15px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L182 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-button-container .button-go-to-site {
  background-color: #bed855;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  padding-right: 40px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L191 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector .country-selector-button-container .button-go-to-site:after {
  background: url('../resources/images/icons//Arrow.svg') no-repeat;
  content: '';
  display: inline-block;
  position: absolute;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L200 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector.is-active {
  display: block;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L203 */
.mz-hamburgmenu-option-container .mz-menu-footer .mz-menu-country-dropdown-selector.deactive {
  display: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L207 */
.mz-hamburgmenu-option-container .mz-menu-footer + .mz-seprator.deactive {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .mz-hamburgmenu-option-container {
    display: none !important;
  }
}
@media only screen and (max-width: 380px) {
  .mz-hamburgmenu-option-container {
    max-height: 102vh;
  }
}
@media only screen and (min-width: 381px) and (max-width: 400px) {
  .mz-hamburgmenu-option-container {
    max-height: 83vh;
  }
}
@media only screen and (min-width: 401px) and (max-width: 450px) {
  .mz-hamburgmenu-option-container {
    max-height: 78vh;
  }
}
@media only screen and (min-width: 451px) and (max-width: 500px) {
  .mz-hamburgmenu-option-container {
    max-height: 68vh;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .mz-hamburgmenu-option-container {
    max-height: 98vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 791px) {
  .mz-hamburgmenu-option-container {
    max-height: 68vh;
  }
}
@media only screen and (min-width: 792px) and (max-width: 810px) {
  .mz-hamburgmenu-option-container {
    max-height: 55vh;
  }
}
@media only screen and (min-width: 810px) and (max-width: 850px) {
  .mz-hamburgmenu-option-container {
    max-height: 59vh;
  }
}
@media only screen and (min-width: 851px) and (max-width: 920px) {
  .mz-hamburgmenu-option-container {
    max-height: 55vh;
  }
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L241 */
.mz-hamburgmenu-option-container::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L245 */
.mz-hamburgmenu-fixed-container {
  display: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L247 */
.mz-hamburgmenu-fixed-container .mz-locator-loyality-container {
  display: flex;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L249 */
.mz-hamburgmenu-fixed-container .mz-locator-loyality-container .mz-menu-find-store-container,
.mz-hamburgmenu-fixed-container .mz-locator-loyality-container .mz-nona-loyalty-container {
  border: 1px solid black;
  text-align: center;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L254 */
.mz-hamburgmenu-fixed-container .mz-locator-loyality-container .mz-find-store-link,
.mz-hamburgmenu-fixed-container .mz-locator-loyality-container .mz-blueloyality-link {
  display: inline-block;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L257 */
.mz-hamburgmenu-fixed-container .mz-locator-loyality-container .mz-find-store-link > a,
.mz-hamburgmenu-fixed-container .mz-locator-loyality-container .mz-blueloyality-link > a {
  color: black;
  font-family: "MSLondon";
  letter-spacing: 0;
  text-decoration: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L265 */
.mz-hamburgmenu-fixed-container .mz-help-contact-register-container {
  display: flex;
  flex-wrap: wrap;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L268 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L271 */
.mz-hamburgmenu-fixed-container .mz-help-contact-register-container .mz-help-link > a,
.mz-hamburgmenu-fixed-container .mz-help-contact-register-container .mz-contact-link > a,
.mz-hamburgmenu-fixed-container .mz-help-contact-register-container .mz-register-link > a {
  color: #333333;
  font-family: "MSLondon";
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L279 */
.mz-hamburgmenu-fixed-container .mz-help-contact-register-container .mz-seprator {
  color: #333333;
  font-family: "MSLondon";
  font-weight: 600;
  letter-spacing: 0;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L287 */
.mz-hamburgmenu-fixed-container.active {
  display: block;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L290 */
.mz-hamburgmenu-fixed-container.deactive {
  display: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L293 */
.mz-hamburgmenu-fixed-container.iphone13andpro {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  /* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L299 */
  body .mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-signin-link,
  body .mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-signout,
  body .mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-signup-link,
  body .mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-order-track {
    padding-top: 0px;
  }
  /* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L306 */
  body  .mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section .mz-signout {
    padding-left: 7px;
  }
  /* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L309 */
  .mz-hamburgmenu-option-container .mz-menu-footer .mz-account-section.active > div:last-child {
    padding-bottom: 0px !important;
  }
  /* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L316 */
  .mz-hamburgmenu-fixed-container.active {
    display: block;
  }
  /* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L319 */
  .mz-hamburgmenu-fixed-container .mz-locator-loyality-container {
    background-color: white;
  }
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L325 */
.afg-ms-hamburgmenu-option-container {
  width: 307px;
  padding-bottom: 0;
  top: 0!important;
  bottom: 0;
  position: fixed;
  max-height: 100vh;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L340 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L341 */
.afg-ms-hamburgmenu-option-container .mz-menu-header.active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-top: 0.1px solid black;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L348 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L349 */
.afg-ms-hamburgmenu-option-container .mz-menu-header .mz-menu-site-logo img {
  width: 52.5px!important;
  height: 30px!important;
  object-fit: contain;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L355 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L356 */
.afg-ms-hamburgmenu-option-container .mz-menu-header .mz-menu-close-icon img {
  width: 21px;
  height: 21px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L362 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L363 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L364 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.active {
  padding: 18px 0 17.5px;
  margin: 0 20px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L368 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border {
  padding-top: 0;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L370 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L371 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border .mz-sitenav-item-inner-mobile-header.active-header {
  justify-content: flex-start;
  background-color: black;
  padding: 19px 20px;
  margin-left: -20px;
  margin-right: -20px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L377 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L378 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border .mz-sitenav-item-inner-mobile-header.active-header .mz-parent-category-left-arrow.active {
  width: 16px;
  height: 16px;
  filter: invert(1);
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L386 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L387 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border .mz-sitenav-link-mobile.align-center {
  line-height: 15px;
  color: white;
  width: 100%;
  text-align: center;
  padding-right: 10px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L395 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L396 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L397 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border .mz-sitenav-sub-container-mobile.active .second-level-item-mobile {
  padding: 17.5px 0;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L399 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border .mz-sitenav-sub-container-mobile.active .second-level-item-mobile.afg-active {
  background: whitesmoke;
  margin-left: -20px;
  margin-right: -20px;
  padding: 17.5px 20px!important;
  margin-top: -2px;
  border: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L407 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border .mz-sitenav-sub-container-mobile.active .second-level-item-mobile .mz-sitenav-sub-sub-item {
  padding: 8px 0;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L409 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border .mz-sitenav-sub-container-mobile.active .second-level-item-mobile .mz-sitenav-sub-sub-item:last-child {
  padding-bottom: 0;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L412 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L413 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border .mz-sitenav-sub-container-mobile.active .second-level-item-mobile .mz-sitenav-sub-sub-item .mz-sitenav-sub-sub-item-link.mz-view-category {
  color: black;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L415 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border .mz-sitenav-sub-container-mobile.active .second-level-item-mobile .mz-sitenav-sub-sub-item .mz-sitenav-sub-sub-item-link.mz-view-category img {
  display: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L422 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border .mz-sitenav-sub-container-mobile.active .mz-placeholder-sitenav-link-mobile {
  line-height: 15px;
  font-size: 14px;
  text-transform: capitalize;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L427 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border .mz-sitenav-sub-container-mobile.active .no-child-item {
  padding: 17.5px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L436 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-link-mobile {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L442 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-sitenav-item-inner-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L447 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L448 */
.afg-ms-hamburgmenu-option-container .mz-mobile-site-nav .mz-parent-category-right-arrow.active {
  width: 16px;
  height: 16px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L454 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L455 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L456 */
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-account-section.active {
  padding: 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L460 */
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-account-section.active img {
  width: 20px;
  height: 20px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L464 */
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-account-section.active .mz-signin-link,
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-account-section.active .mz-order-track {
  padding-left: 7px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L468 */
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-account-section.active .wishlist-popup-mob {
  padding-bottom: 20px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L471 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L473 */
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-account-section.active .mz-order-track > a,
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-account-section.active .mz-signin-link > a {
  line-height: 20px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L477 */
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-account-section.active .mz-anonymous-signup-container {
  display: none;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L482 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L483 */
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-menu-footer-country-selector.active {
  padding: 20px 20px 0;
  justify-content: space-between;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L486 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L487 */
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-menu-footer-country-selector.active .mz-country-selector-icon-container img {
  width: 20px;
  height: 20px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L492 */
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-menu-footer-country-selector.active .mz-country-selector-name {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L499 */
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-menu-footer-country-selector.active .afg-ms-menu-footer-country-selector {
  display: flex;
  align-items: center;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L503 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L504 */
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-menu-footer-country-selector.active .mz-country-selector-expand-container .mz-l-two-arrow-expand {
  width: 16px;
  height: 16px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L509 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L510 */
.afg-ms-hamburgmenu-option-container .mz-menu-footer .mz-menu-footer-country-selector.active.is-open .mz-l-two-arrow-expand {
  transform: rotate(-90deg);
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L517 */
.afg-ms-hamburgmenu-option-container .mz-menu-country-dropdown-selector {
  margin-right: 20px;
  margin-left: 20px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L520 */
.afg-ms-hamburgmenu-option-container .mz-menu-country-dropdown-selector .button-go-to-site {
  height: 40px;
  width: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L527 */
.afg-ms-hamburgmenu-option-container .mz-menu-country-dropdown-selector .button-go-to-site::after {
  right: 100px;
  width: 20px;
  height: 20px;
  background-size: 100%!important;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L534 */
.afg-ms-hamburgmenu-option-container .mz-menu-country-dropdown-selector .mz-country-selector-icon {
  margin-top: 11px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L538 */
.afg-ms-hamburgmenu-option-container .mz-locator-loyality-container {
  margin-top: 20px;
  padding-bottom: 36px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
  column-gap: 7px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L545 */
.afg-ms-hamburgmenu-option-container .mz-locator-loyality-container .mz-menu-find-store-container,
.afg-ms-hamburgmenu-option-container .mz-locator-loyality-container .mz-nona-loyalty-container {
  width: 100%;
  padding: 9px 0;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L550 */
.afg-ms-hamburgmenu-option-container .mz-locator-loyality-container img {
  width: 20px;
  height: 20px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L554 */
.afg-ms-hamburgmenu-option-container .mz-locator-loyality-container a {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L560 */
.afg-ms-hamburgmenu-option-container .mz-help-contact-register-container {
  border: 1px solid #f3f3f3;
  background-color: whitesmoke;
  padding: 9px 0;
  justify-content: center;
  align-items: center;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L566 */
.afg-ms-hamburgmenu-option-container .mz-help-contact-register-container a {
  font-size: 12px;
  line-height: 16px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L570 */
.afg-ms-hamburgmenu-option-container .mz-help-contact-register-container .mz-seprator {
  font-size: 13px;
  line-height: normal;
  padding: 0 10px;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L576 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L577 */
.afg-ms-hamburgmenu-option-container .mz-hamburgmenu-fixed-container.iphone13andpro {
  margin-bottom: 0;
}
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L581 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L582 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L583 */
/* /stylesheets/modules/page-header/hamburg-menu/hamburg-menu.less:L584 */
.afg-ms-hamburgmenu-option-container .afg-humburgmenu-content .mz-mobile-site-nav .mz-sitenav-item-mobile.no-border {
  padding-bottom: 0;
}
/* /stylesheets/modules/page-header/checkout-header.less:L1 */
.mz-checkout .mz-pageheader {
  padding: 0 !important;
}
/* /stylesheets/modules/page-header/checkout-header.less:L4 */
/* /stylesheets/modules/page-header/checkout-header.less:L5 */
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-l-pagecontent {
    padding: 25px 0 !important;
  }
}
@media only screen and (min-width: 390px) and (max-width: 767px) {
  .mz-checkout .mz-l-pagecontent {
    overflow-x: hidden;
  }
}
/* /stylesheets/modules/page-header/checkout-header.less:L14 */
.mz-checkout-header-container {
  display: grid;
  width: 100%;
  height: 81px;
  background-color: white;
  border-bottom: 1px solid #cccccc;
  padding: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px !important;
}
@media only screen and (max-width: 819px) {
  .mz-checkout-header-container {
    border-bottom: none;
    height: 52px;
  }
  /* /stylesheets/modules/page-header/checkout-header.less:L27 */
  .mz-checkout-header-container div:nth-child(3) {
    visibility: hidden;
  }
}
/* /stylesheets/modules/page-header/checkout-header.less:L32 */
.mz-checkout-header-container .mz-secureLock-Logo {
  margin: 22px auto 22px 130px;
  justify-self: center;
}
/* /stylesheets/modules/page-header/checkout-header.less:L35 */
.mz-checkout-header-container .mz-secureLock-Logo .lockImage {
  width: 29px;
  height: 29px;
}
@media only screen and (max-width: 767px) {
  .mz-checkout-header-container .mz-secureLock-Logo {
    margin: 12px auto 12px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mz-checkout-header-container .mz-secureLock-Logo {
    margin: 22px auto 12px 44px;
  }
}
/* /stylesheets/modules/page-header/checkout-header.less:L48 */
.mz-checkout-header-container .mz-msLogo {
  justify-self: center;
  margin-top: 10px;
}
/* /stylesheets/modules/page-header/checkout-header.less:L51 */
.mz-checkout-header-container .mz-msLogo .mainImage {
  width: 80px;
  height: 46.51px;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .mz-checkout-header-container .mz-msLogo .mainImage {
    width: 80px;
    height: 46.51px;
    object-fit: contain;
  }
}
/* /stylesheets/modules/page-header/checkout-header.less:L64 */
.mz-checkout-header-container .mz-paymentLogos {
  justify-self: center;
  margin-top: 20px;
}
/* /stylesheets/modules/page-header/checkout-header.less:L68 */
.mz-checkout-header-container .mz-paymentLogos .paymentImageV {
  width: 48px ;
  height: 35x;
  margin-right: 8px;
}
/* /stylesheets/modules/page-header/checkout-header.less:L73 */
.mz-checkout-header-container .mz-paymentLogos .paymentImageA {
  width: 70px;
  height: 28px ;
}
/* /stylesheets/modules/page-header/checkout-header.less:L77 */
.mz-checkout-header-container .mz-paymentLogos .paymentImageM {
  width: 64px ;
  height: 22px;
  margin-left: 8px;
}
/* /stylesheets/modules/page-header/checkout-header.less:L85 */
/* /stylesheets/modules/page-header/checkout-header.less:L87 */
.checkout_mz-pagefooter {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
/* /stylesheets/modules/page-header/checkout-header.less:L94 */
.checkout_paymentBrandLogos {
  display: flex;
  align-items: center;
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 820px) {
  .checkout_paymentBrandLogos {
    display: block;
    text-align: center;
  }
  /* /stylesheets/modules/page-header/checkout-header.less:L102 */
  .checkout_paymentBrandLogos img {
    width: 52px;
    padding: 1rem 0.6rem;
  }
}
/* /stylesheets/modules/page-header/checkout-header.less:L108 */
.checkout_sub-foot {
  background-color: #eeeeee;
  border-top: 1px solid #333333;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid white;
}
/* /stylesheets/modules/page-header/checkout-header.less:L115 */
.checkout_sub-foot--main {
  line-height: 40px;
}
/* /stylesheets/modules/page-header/checkout-header.less:L117 */
.checkout_sub-foot--main .rights-reserved {
  background-color: #333333;
  color: white;
  line-height: 32px;
  margin: 0;
  height: 32px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
/* /stylesheets/modules/page-header/checkout-header.less:L132 */
.checkout_sub-foot--main a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-decoration: none;
  color: #111111;
}
/* /stylesheets/modules/page-header/mobile-header.less:L2 */
.mz-mobile-header {
  position: relative;
}
/* /stylesheets/modules/page-header/mobile-header.less:L4 */
.mz-mobile-header .mz-subheader-container-mobile {
  display: flex;
  justify-content: space-between;
}
/* /stylesheets/modules/page-header/mobile-header.less:L7 */
.mz-mobile-header .mz-subheader-container-mobile .mz-mobile-hamburg {
  display: flex;
  justify-items: center;
}
/* /stylesheets/modules/page-header/mobile-header.less:L10 */
.mz-mobile-header .mz-subheader-container-mobile .mz-mobile-hamburg .mz-hamburgmenu-option-container {
  top: -32px;
}
/* /stylesheets/modules/page-header/mobile-header.less:L12 */
/* /stylesheets/modules/page-header/mobile-header.less:L13 */
.mz-mobile-header .mz-subheader-container-mobile .mz-mobile-hamburg .mz-hamburgmenu-option-container .mz-menu-site-logo img {
  height: 44px;
  width: 70px;
}
/* /stylesheets/modules/page-header/mobile-header.less:L20 */
/* /stylesheets/modules/page-header/mobile-header.less:L21 */
.mz-mobile-header .mz-subheader-container-mobile .mz-mobile-utility .mz-utilitynav {
  position: initial;
  margin-bottom: 0 !important;
}
/* /stylesheets/modules/page-header/mobile-header.less:L24 */
/* /stylesheets/modules/page-header/mobile-header.less:L25 */
.mz-mobile-header .mz-subheader-container-mobile .mz-mobile-utility .mz-utilitynav .mz-bag-container .mz-utilitynav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}
@media (max-width: 768px) {
  /* /stylesheets/modules/page-header/mobile-header.less:L40 */
  /* /stylesheets/modules/page-header/mobile-header.less:L41 */
  body .navbar-mobile .mz-subheader-container-mobile {
    padding: 20px 18px 20px 13px;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L47 */
  body.mz-category .navbar-mobile .mz-subheader-container-mobile {
    border-bottom: 1px solid #cccccc;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L50 */
  body.mz-homepage .navbar-mobile .mz-subheader-container-mobile {
    border-bottom-width: 0px;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L53 */
  body .mz-utility-signin-mobile {
    font-size: 12px !important;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L56 */
  body .mz-mobile-header.navbar-mobile .mz-subheader-container-mobile .mz-mobile-searchbox .mz-searchbox-field,
  body .mz-mobile-header.navbar-mobile .mz-subheader-container-mobile .mz-mobile-searchbox .mz-searchbox-field .tt-hint,
  body .mz-mobile-header .mz-subheader-container-mobile .mz-mobile-searchbox .mz-searchbox-field .tt-input {
    width: calc(100vw - 31px) !important;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L62 */
  body .mz-utilitynav .display-in-mobile-unauth {
    top: 3px;
    right: 5px;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L66 */
  /* /stylesheets/modules/page-header/mobile-header.less:L67 */
  /* /stylesheets/modules/page-header/mobile-header.less:L68 */
  .scroll-height .navbar-mobile .mz-subheader-container-mobile,
  .mz-category .navbar-mobile .mz-subheader-container-mobile,
  .mz-guest-checkout-signin .navbar-mobile .mz-subheader-container-mobile {
    border-bottom: 1px solid #cccccc;
  }
}
/* /stylesheets/modules/page-header/mobile-header.less:L76 */
/* /stylesheets/modules/page-header/mobile-header.less:L77 */
.mz-mobile-header.scrolled .mz-subheader-container-mobile {
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
/* /stylesheets/modules/page-header/mobile-header.less:L81 */
.mz-mobile-header.scrolled .mz-subheader-container-mobile .mz-mobile-hamburg {
  display: flex;
  justify-items: center;
}
/* /stylesheets/modules/page-header/mobile-header.less:L84 */
/* /stylesheets/modules/page-header/mobile-header.less:L85 */
.mz-mobile-header.scrolled .mz-subheader-container-mobile .mz-mobile-hamburg .mz-hamburgmenu-container img {
  top: 0;
  width: 24px;
  height: 24px;
}
/* /stylesheets/modules/page-header/mobile-header.less:L91 */
.mz-mobile-header.scrolled .mz-subheader-container-mobile .mz-mobile-hamburg .mz-hamburgmenu-option-container {
  top: -32px;
}
/* /stylesheets/modules/page-header/mobile-header.less:L95 */
/* /stylesheets/modules/page-header/mobile-header.less:L96 */
/* /stylesheets/modules/page-header/mobile-header.less:L97 */
.mz-mobile-header.scrolled .mz-subheader-container-mobile .mz-mobile-utility .mz-utilitynav img {
  width: 24px;
  height: 24px;
}
/* /stylesheets/modules/page-header/mobile-header.less:L101 */
.mz-mobile-header.scrolled .mz-subheader-container-mobile .mz-mobile-utility .mz-utilitynav .mz-utilitynav-item.mz-sigin-container {
  top: -1px !important;
}
/* /stylesheets/modules/page-header/mobile-header.less:L111 */
@media (min-width: 992px) {
  /* /stylesheets/modules/page-header/mobile-header.less:L112 */
  .afg-ms-mobile-header {
    display: flex;
    justify-content: space-between;
    margin: 17px 0 10px;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L119 */
  .afg-ms-mobile-header .mz-subheader-container-mobile {
    flex: 1 1 100%;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L121 */
  .afg-ms-mobile-header .mz-subheader-container-mobile .mz-mobile-searchbox {
    margin-left: 6%;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L123 */
  .afg-ms-mobile-header .mz-subheader-container-mobile .mz-mobile-searchbox .searchbox {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1299px) {
  .afg-ms-mobile-header {
    margin: 17px 22px 10px;
  }
}
@media (max-width: 992px) {
  /* /stylesheets/modules/page-header/mobile-header.less:L131 */
  /* /stylesheets/modules/page-header/mobile-header.less:L132 */
  /* /stylesheets/modules/page-header/mobile-header.less:L133 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-subheader-container-mobile {
    padding: 12px 20px;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L136 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-brand {
    position: relative;
    left: 7%;
    width: 60px;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L141 */
  /* /stylesheets/modules/page-header/mobile-header.less:L142 */
  /* /stylesheets/modules/page-header/mobile-header.less:L143 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-hamburg .mz-hamburgmenu-container img {
    width: 24px;
    height: 24px;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L148 */
  /* /stylesheets/modules/page-header/mobile-header.less:L149 */
  .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-hamburg .mz-searchbox-icon img {
    margin-left: 15px;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L154 */
  .afg-ms-pageheader .afg-ms-mobile-header.scrolled {
    margin-bottom: 0;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L156 */
  .afg-ms-pageheader .afg-ms-mobile-header.scrolled .mz-subheader-container-mobile {
    padding: 10px 20px;
  }
  /* /stylesheets/modules/page-header/mobile-header.less:L162 */
  /* /stylesheets/modules/page-header/mobile-header.less:L163 */
  /* /stylesheets/modules/page-header/mobile-header.less:L164 */
  /* /stylesheets/modules/page-header/mobile-header.less:L165 */
  /* /stylesheets/modules/page-header/mobile-header.less:L166 */
  .agf-ms-pagewrapper.sticky .afg-ms-mobile-header.scrolled .mz-fade-out {
    display: none!important;
  }
}
@media screen and (min-width: 1023px) {
  /* /stylesheets/modules/page-header/mobile-header.less:L176 */
  .afg-ms-mobile-header {
    display: none;
  }
}
/* /stylesheets/modules/product/price-stack.less:L1 */
.mz-pricestack {
  position: relative;
}
/* /stylesheets/modules/product/price-stack.less:L3 */
/* /stylesheets/modules/product/price-stack.less:L4 */
.mz-pricestack .mz-pricestack-price-lower::after {
  content: "\2014";
}
/* /stylesheets/modules/product/product-list.less:L1 */
/* /stylesheets/modules/product/product-list.less:L2 */
/* /stylesheets/modules/product/product-list.less:L3 */
/* /stylesheets/modules/product/product-listing.less:L1 */
/* /stylesheets/modules/product/product-listing.less:L3 */
.mz-productlisting .mz-productlisting-info {
  margin-top: 5px;
}
/* /stylesheets/modules/product/product-listing.less:L5 */
.mz-productlisting .mz-productlisting-info .mz-brand-name {
  color: #333333;
  font-family: "MSLondon";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  padding-bottom: 3px;
}
/* /stylesheets/modules/product/product-listing.less:L14 */
.mz-productlisting .mz-productlisting-info .mz-item-sale {
  color: #a6192e;
  font-family: "MSLondon";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/product/product-listing.less:L23 */
.mz-productlisting .mz-productlisting-title {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
}
/* /stylesheets/modules/product/product-listing.less:L32 */
.mz-productlisting .mz-productlisting-shortdesc {
  margin: 6.25px 12.5px 6.25px 0;
}
/* /stylesheets/modules/product/product-listing.less:L35 */
.mz-productlisting .mz-productlisting-productcode {
  font-size: 14px;
  font-weight: bold;
  font-family: 'MSLondon', sans-serif;
  letter-spacing: 0;
  line-height: 24px;
  color: #333333;
}
/* /stylesheets/modules/product/product-listing.less:L44 */
.mz-productlisting .mz-productlisting-imageplaceholder {
  display: block;
  height: 278px;
  background: #eeeeee;
  text-align: center;
  color: #aaaaaa;
}
/* /stylesheets/modules/product/product-listing.less:L55 */
.mz-productlisting .mz-productlisting-imageplaceholder > * {
  vertical-align: middle;
}
/* /stylesheets/modules/product/product-listing.less:L59 */
.mz-productlisting .mz-productlisting-imageplaceholder > .mz-productlisting-imageplaceholdertext {
  vertical-align: top;
}
/* /stylesheets/modules/product/product-listing.less:L63 */
/* /stylesheets/modules/product/product-listing.less:L64 */
.mz-productlisting .mz-productlisting-image img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/modules/product/product-listing.less:L75 */
/* /stylesheets/modules/product/product-listing.less:L76 */
.mz-productlisting.mz-productlisting-forlocation .mz-productlisting-image,
.mz-productlisting.mz-productlisting-forlocation .mz-productlisting-info {
  float: left;
  margin: 12.5px;
}
/* /stylesheets/modules/product/product-listing.less:L84 */
/* /stylesheets/modules/product/product-listing.less:L85 */
/* /stylesheets/modules/product/product-listing.less:L86 */
/* /stylesheets/modules/product/product-listing.less:L87 */
.porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-price.is-crossedout,
.porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-price {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
/* /stylesheets/modules/product/product-listing.less:L96 */
.porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-price {
  font-weight: bold;
}
/* /stylesheets/modules/product/product-listing.less:L99 */
.porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-price.is-crossedout {
  padding-left: 3px;
}
/* /stylesheets/modules/product/product-listing.less:L102 */
.porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-price.is-saleprice {
  color: #a6192e;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  padding-top: 3px;
}
/* /stylesheets/modules/product/product-listing.less:L111 */
/* /stylesheets/modules/product/product-listing.less:L112 */
.porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-productoptions-color-container .mz-colour-swatches-container-plp {
  margin: 0.5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* /stylesheets/modules/product/product-listing.less:L117 */
/* /stylesheets/modules/product/product-listing.less:L120 */
.porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-productoptions-color-container .mz-colour-swatches-container-plp .mz-swatch-img-container.selected-swatch {
  box-sizing: border-box;
  border: 1px solid #333333;
}
/* /stylesheets/modules/product/product-listing.less:L123 */
.porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-productoptions-color-container .mz-colour-swatches-container-plp .mz-swatch-img-container.selected-swatch img {
  box-sizing: border-box;
  border: 2px solid white;
}
/* /stylesheets/modules/product/product-listing.less:L128 */
.porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-productoptions-color-container .mz-colour-swatches-container-plp .mz-swatch-img-container {
  margin-right: .4rem;
  cursor: pointer;
}
/* /stylesheets/modules/product/product-listing.less:L131 */
.porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-productoptions-color-container .mz-colour-swatches-container-plp .mz-swatch-img-container .mz-colour-swatch-img {
  width: 1.75rem;
  margin-top: 4px;
}
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/modules/product/product-listing.less:L140 */
.porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-productoptions-color-container .img-color-icon-mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-productoptions-color-container .img-color-icon-mobile {
    display: none;
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }
}
/* /stylesheets/modules/product/product-listing.less:L149 */
.porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-productoptions-color-container .mz-img-color-option-count {
  color: #333333;
  font-family: "MSLondon";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: -6px;
}
@media only screen and (max-width: 500px) {
  .porduct-listing-page .mz-productlisting .mz-productlisting-info .mz-productoptions-color-container .mz-img-color-option-count {
    margin-left: 20px;
    margin-top: -20px;
  }
}
/* /stylesheets/modules/product/product-listing.less:L169 */
/* /stylesheets/modules/product/product-listing.less:L170 */
.mz-product .product-slider-bottom {
  padding-top: 52px;
}
@media (max-width: 992px) {
  .mz-product .product-slider-bottom {
    padding-left: 10px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .mz-product .product-slider-bottom {
    padding-left: 16px;
    padding-top: 0;
  }
}
/* /stylesheets/modules/product/product-listing.less:L180 */
.mz-product .product-slider-bottom .mz-cms-row {
  max-width: 100%;
}
/* /stylesheets/modules/product/product-listing.less:L182 */
.mz-product .product-slider-bottom .mz-cms-row .slick-list {
  max-width: 1320px;
  margin: 0 auto;
}
/* /stylesheets/modules/product/product-listing.less:L186 */
.mz-product .product-slider-bottom .mz-cms-row .slick-track {
  display: flex;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .mz-product .product-slider-bottom .mz-cms-row .slick-track {
    margin-bottom: 0;
  }
}
/* /stylesheets/modules/product/product-listing.less:L192 */
.mz-product .product-slider-bottom .mz-cms-row .slick-track .slick-slide {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .mz-product .product-slider-bottom .mz-cms-row .slick-track .slick-slide {
    padding: 0 4px;
  }
}
/* /stylesheets/modules/product/product-listing.less:L199 */
.mz-product .product-slider-bottom .mz-cms-row h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  max-width: 1320px;
  margin: 0 auto 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .mz-product .product-slider-bottom .mz-cms-row h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 auto 20px;
  }
}
/* /stylesheets/modules/product/product-listing.less:L213 */
.mz-product .product-slider-bottom .mz-cms-row .mz-cms-content {
  padding: 0;
}
/* /stylesheets/modules/product/product-listing.less:L216 */
.mz-product .product-slider-bottom .mz-cms-row .mz-l-carousel {
  height: auto;
  margin-bottom: 49.74px!important;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .mz-product .product-slider-bottom .mz-cms-row .mz-l-carousel {
    margin-bottom: 0!important;
  }
}
@media (max-width: 767px) {
  .mz-product .product-slider-bottom .mz-cms-row .mz-l-carousel {
    margin-bottom: 30px!important;
  }
}
/* /stylesheets/modules/product/product-listing.less:L228 */
/* /stylesheets/modules/product/product-listing.less:L229 */
.mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-image .mz-productlisting-imageplaceholder,
.mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-image img {
  height: 259px;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-image .mz-productlisting-imageplaceholder,
  .mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-image img {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-image .mz-productlisting-imageplaceholder,
  .mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-image img {
    height: 194.15px;
  }
}
/* /stylesheets/modules/product/product-listing.less:L239 */
.mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-image .mz-productlisting-imageplaceholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* /stylesheets/modules/product/product-listing.less:L245 */
.mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-info {
  margin-top: 10.31px;
  display: flex;
  flex-flow: wrap column;
}
@media (max-width: 767px) {
  .mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-info {
    margin-top: 7.31px;
  }
}
/* /stylesheets/modules/product/product-listing.less:L252 */
.mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-info .mz-price {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}
/* /stylesheets/modules/product/product-listing.less:L257 */
.mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-info .mz-price.is-saleprice {
  padding-right: 3px;
  color: #a6192e;
}
/* /stylesheets/modules/product/product-listing.less:L261 */
.mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-info .mz-price.is-crossedout {
  font-weight: 600;
}
/* /stylesheets/modules/product/product-listing.less:L265 */
.mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-info .mz-brand-name {
  padding-bottom: 4px;
  color: black;
}
/* /stylesheets/modules/product/product-listing.less:L269 */
@media (max-width: 767px) {
  .mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-info .mz-pricestack-range {
    display: flex;
    flex-flow: wrap column;
  }
}
/* /stylesheets/modules/product/product-listing.less:L276 */
.mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  padding: 0 0 4px;
}
@media (max-width: 767px) {
  .mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-title {
    padding: 0 2px 4px 0;
  }
}
/* /stylesheets/modules/product/product-listing.less:L286 */
.mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-productcode,
.mz-product .product-slider-bottom .mz-cms-row .mz-productoptions-color-container,
.mz-product .product-slider-bottom .mz-cms-row .mz-item-sale,
.mz-product .product-slider-bottom .mz-cms-row .mz-productlisting-shortdesc {
  display: none;
}
/* /stylesheets/modules/product/product-listing.less:L292 */
.mz-product .product-slider-bottom .mz-cms-row .slick-dotted.slick-slider {
  margin-bottom: 0;
}
/* /stylesheets/modules/product/product-listing.less:L295 */
.mz-product .product-slider-bottom .mz-cms-row .slick-dots {
  bottom: -7px;
  display: flex!important;
  justify-content: center;
}
/* /stylesheets/modules/product/product-listing.less:L299 */
/* /stylesheets/modules/product/product-listing.less:L300 */
/* /stylesheets/modules/product/product-listing.less:L301 */
.mz-product .product-slider-bottom .mz-cms-row .slick-dots li button::before {
  font-size: 8px;
}
/* /stylesheets/modules/product/product-listing.less:L307 */
.mz-product .product-slider-bottom .mz-cms-row .slick-prev,
.mz-product .product-slider-bottom .mz-cms-row .slick-next {
  width: 40px;
  height: 40px;
  top: 34%;
  z-index: 11;
  display: flex!important;
  align-items: center;
  justify-content: center;
  background: white;
}
/* /stylesheets/modules/product/product-listing.less:L309 */
.mz-product .product-slider-bottom .mz-cms-row .slick-prev:before,
.mz-product .product-slider-bottom .mz-cms-row .slick-next:before {
  content: '';
  background-size: 17px!important;
  width: 15.41px;
  height: 17px;
}
@media (min-width: 1400px) and (max-width: 1460px) {
  .mz-product .product-slider-bottom .mz-cms-row .slick-prev,
  .mz-product .product-slider-bottom .mz-cms-row .slick-next {
    background: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .mz-product .product-slider-bottom .mz-cms-row .slick-prev,
  .mz-product .product-slider-bottom .mz-cms-row .slick-next {
    top: 26%;
  }
}
/* /stylesheets/modules/product/product-listing.less:L331 */
/* /stylesheets/modules/product/product-listing.less:L333 */
.mz-product .product-slider-bottom .mz-cms-row .slick-prev.slick-disabled:before,
.mz-product .product-slider-bottom .mz-cms-row .slick-next.slick-disabled:before {
  opacity: .15!important;
}
/* /stylesheets/modules/product/product-listing.less:L337 */
.mz-product .product-slider-bottom .mz-cms-row .slick-next {
  right: 0;
}
@media (min-width: 1400px) and (max-width: 1460px) {
  .mz-product .product-slider-bottom .mz-cms-row .slick-next {
    right: -8px;
  }
}
/* /stylesheets/modules/product/product-listing.less:L342 */
.mz-product .product-slider-bottom .mz-cms-row .slick-next:before {
  background: url('../resources/images/icons//rightarrow.svg') no-repeat;
}
/* /stylesheets/modules/product/product-listing.less:L346 */
.mz-product .product-slider-bottom .mz-cms-row .slick-prev {
  left: 0;
}
@media (min-width: 1400px) and (max-width: 1460px) {
  .mz-product .product-slider-bottom .mz-cms-row .slick-prev {
    left: -8px;
  }
}
/* /stylesheets/modules/product/product-listing.less:L351 */
.mz-product .product-slider-bottom .mz-cms-row .slick-prev:before {
  background: url('../resources/images/icons//rightarrow.svg') no-repeat;
  transform: rotate(180deg);
}
/* /stylesheets/modules/product/product-listing-badges.less:L2 */
/* /stylesheets/modules/product/product-listing-badges.less:L3 */
/* /stylesheets/modules/product/product-listing-badges.less:L4 */
.mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
  top: 26.7em;
}
@media only screen and (max-width: 767px) {
  .mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 31.5em;
    padding: 2px 10px 2px 5px !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 712px) {
  .mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 24em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 23.9em;
  }
}
@media only screen and (min-width: 800px) and (max-width: 820px) {
  .mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 23.9em;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 19.7em;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1138px) {
  .mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 19.7em;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1328px) {
  .mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 26.7em;
  }
}
/* /stylesheets/modules/product/product-listing-badges.less:L29 */
.mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge + .mz-product-promotions-offer {
  top: 31.1em;
  bottom: unset;
}
@media only screen and (min-width: 700px) and (max-width: 713px) {
  .mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge + .mz-product-promotions-offer {
    top: 27.9em;
  }
}
@media only screen and (min-width: 800px) and (max-width: 820px) {
  .mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge + .mz-product-promotions-offer {
    top: 27.7em;
  }
}
@media only screen and (min-width: 1021px) and (max-width: 1249px) {
  .mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge + .mz-product-promotions-offer {
    top: 22.9em;
  }
}
@media only screen and (max-width: 500px) {
  .mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge + .mz-product-promotions-offer {
    top: 36.6em;
  }
}
/* /stylesheets/modules/product/product-listing-badges.less:L50 */
/* /stylesheets/modules/product/product-listing-badges.less:L51 */
/* /stylesheets/modules/product/product-listing-badges.less:L52 */
.mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
  top: 19.28em;
}
@media only screen and (min-width: 360px) and (max-width: 375px) {
  .mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 14.6em;
  }
}
@media only screen and (min-width: 400px) and (max-width: 412px) {
  .mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 14.6em;
  }
}
@media only screen and (max-width: 500px) {
  .mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 14.6em;
    padding: 2px 10px 2px 5px !important;
  }
}
@media only screen and (min-width: 699px) and (max-width: 767px) {
  .mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 14.85em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 14.9em;
  }
}
@media only screen and (min-width: 800px) and (max-width: 820px) {
  .mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 14.9em;
  }
}
@media only screen and (min-width: 1021px) and (max-width: 1249px) {
  .mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 14em;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1138px) {
  .mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 14em;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1328px) {
  .mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
    top: 19.3em;
  }
}
/* /stylesheets/modules/product/product-listing-badges.less:L84 */
.mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge + .mz-product-promotions-offer {
  top: 22.5em;
  bottom: unset;
}
@media only screen and (max-width: 500px) {
  .mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge + .mz-product-promotions-offer {
    padding: 2px 10px 2px 5px !important;
    top: unset;
    bottom: 22px;
  }
}
/* /stylesheets/modules/product/product-listing-badges.less:L105 */
/* /stylesheets/modules/product/product-listing-badges.less:L107 */
/* /stylesheets/modules/product/product-listing-badges.less:L108 */
.mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge,
.mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge {
  background-color: black;
  width: max-content;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  position: absolute;
}
/* /stylesheets/modules/product/product-listing-badges.less:L115 */
.mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge span,
.mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge span {
  color: white;
  font-family: "MSLondon";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
}
/* /stylesheets/modules/product/product-listing-badges.less:L123 */
.mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge.sale-badge,
.mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-detail-badge.sale-badge {
  background-color: #a6192e;
}
/* /stylesheets/modules/product/product-listing-badges.less:L130 */
.mz-productlist-list.three-column .mz-productlisting .mz-productlisting-image .mz-product-promotions-offer,
.mz-productlist-list.four-column .mz-productlisting .mz-productlisting-image .mz-product-promotions-offer {
  background-color: #f4c800;
  color: #333333 !important;
  font-family: "MSLondon";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  width: max-content;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}
/* /stylesheets/modules/product/product-listing-badges.less:L156 */
.mz-product-promotions-offer-discription {
  height: 14px;
  width: 217px;
  color: #a6192e;
  font-family: "MSLondon";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 14px;
}
@media only screen and (max-width: 500px) {
  .mz-product-promotions-offer-discription {
    width: 174px;
  }
}
/* /stylesheets/modules/product/product-listing-badges.less:L169 */
.mz-productlisting .mz-productlisting-image {
  position: relative;
}
/* /stylesheets/modules/product/product-listing-badges.less:L172 */
/* /stylesheets/modules/product/product-listing-badges.less:L176 */
.mz-productlisting-info .mz-product-promotions-offer-discount {
  background-color: #f4c800;
  color: #333333;
  font-family: "MSLondon";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  width: max-content;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  position: absolute;
  top: -94px;
  display: none;
}
@media only screen and (max-width: 500px) {
  
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  
}
/* /stylesheets/modules/product/product-listing-badges.less:L200 */
/* /stylesheets/modules/product/product-listing-badges.less:L201 */
.mz-homepage .mz-product-promotions-offer-discription {
  display: none !important;
}
/* /stylesheets/modules/product/product-listing-badges.less:L206 */
/* /stylesheets/modules/product/product-listing-badges.less:L214 */
@media only screen and (min-width: 790px) and (max-width: 830px) {
  .mz-category .mz-l-pagecontent {
    overflow-x: hidden;
  }
}
/* /stylesheets/modules/product/product-listing-badges.less:L222 */
/* /stylesheets/modules/product/product-listing-badges.less:L223 */
.mz-related-products .mz-product-detail-badge {
  top: unset !important;
  bottom: 0;
}
/* /stylesheets/modules/product/product-listing-badges.less:L227 */
.mz-related-products .mz-product-detail-badge + .mz-product-promotions-offer {
  top: 17.5em !important;
  bottom: unset;
}
@media only screen and (min-width: 360px) and (max-width: 375px) {
  .mz-related-products .mz-product-detail-badge + .mz-product-promotions-offer {
    top: 9.6em !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 412px) {
  .mz-related-products .mz-product-detail-badge + .mz-product-promotions-offer {
    top: 9.6em !important;
  }
}
@media only screen and (max-width: 500px) {
  .mz-related-products .mz-product-detail-badge + .mz-product-promotions-offer {
    top: 12.5em !important;
    padding: 2px 10px 2px 5px !important;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1328px) {
  .mz-related-products .mz-product-detail-badge + .mz-product-promotions-offer {
    top: 17.5em !important;
  }
}
/* /stylesheets/modules/product/product-images.less:L1 */
/* /stylesheets/modules/product/product-images.less:L2 */
.mz-productimages .mz-productimages-main {
  display: block;
}
/* /stylesheets/modules/product/product-images.less:L5 */
.mz-productimages .mz-productimages-thumbs {
  display: block;
}
/* /stylesheets/modules/product/product-images.less:L7 */
.mz-productimages .mz-productimages-thumbs .slick-list {
  margin: 0 -37.5px !important;
}
@media (max-width: 992px) {
  .mz-productimages .mz-productimages-thumbs .slick-list {
    margin: 0px !important;
  }
}
/* /stylesheets/modules/product/product-images.less:L13 */
.mz-productimages .mz-productimages-thumbs .slick-dots {
  bottom: 22px;
}
/* /stylesheets/modules/product/product-images.less:L15 */
.mz-productimages .mz-productimages-thumbs .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 22px 0 0;
}
/* /stylesheets/modules/product/product-images.less:L19 */
/* /stylesheets/modules/product/product-images.less:L20 */
/* /stylesheets/modules/product/product-images.less:L21 */
.mz-productimages .mz-productimages-thumbs .slick-dots li.slick-active button::before {
  background-color: white;
}
/* /stylesheets/modules/product/product-images.less:L27 */
.mz-productimages .mz-productimages-thumbs .slick-dots button {
  width: 10px;
  height: 10px;
}
/* /stylesheets/modules/product/product-images.less:L30 */
.mz-productimages .mz-productimages-thumbs .slick-dots button::before {
  content: '';
  border: 1px solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  color: white;
  opacity: 1;
}
/* /stylesheets/modules/product/product-images.less:L42 */
.mz-productimages .mz-productimages-thumb {
  display: inline-block;
  margin: 12.5px 12.5px 0 0;
  border: 1px solid #999999;
}
/* /stylesheets/modules/product/product-images.less:L46 */
.mz-productimages .mz-productimages-thumb:hover {
  border-color: #cccccc;
}
/* /stylesheets/modules/product/product-detail.less:L1 */
/* /stylesheets/modules/product/product-detail.less:L2 */
.mz-productdetail .mz-productdetail-qty {
  width: 75px;
  display: inline-block;
  margin-right: 25px;
}
/* /stylesheets/modules/product/product-detail.less:L8 */
.mz-productdetail .mz-price {
  font-size: 20px;
  vertical-align: top;
}
/* /stylesheets/modules/product/product-detail.less:L13 */
.mz-productdetail .mz-price-discountname {
  display: block;
  font-size: 12px;
  font-style: italic;
}
/* /stylesheets/modules/product/product-detail.less:L19 */
.mz-productdetail .mz-price-msrp {
  display: block;
  font-size: 12px;
  color: #262626;
}
/* /stylesheets/modules/product/product-detail.less:L23 */
.mz-productdetail .mz-price-msrp .mz-price {
  font-size: 12px;
}
/* /stylesheets/modules/product/product-detail.less:L28 */
.mz-productdetail .mz-productdetail-notpurchasable {
  font-size: 12px;
  margin: 5px 0;
  color: #999999;
}
/* /stylesheets/modules/product/product-detail.less:L34 */
.mz-productdetail .mz-productdetail-conversion {
  *zoom: 1;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-productdetail .mz-productdetail-conversion:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-productdetail .mz-productdetail-conversion:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/modules/product/product-detail.less:L36 */
/* /stylesheets/modules/product/product-detail.less:L37 */
.mz-productdetail .mz-productdetail-conversion.sticky-product-controls .mz-productdetail-conversion-buttons {
  position: fixed;
  bottom: 0;
  z-index: 9;
  left: 0;
  right: 0;
  background-color: white;
  padding: 20px;
  width: auto;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
}
/* /stylesheets/modules/product/product-detail.less:L47 */
.mz-productdetail .mz-productdetail-conversion.sticky-product-controls .mz-productdetail-conversion-buttons.hidStickyAddToCart {
  z-index: 0;
}
/* /stylesheets/modules/product/product-detail.less:L51 */
/* /stylesheets/modules/product/product-detail.less:L52 */
.mz-productdetail .mz-productdetail-conversion.sticky-product-controls .mz-productdetail-conversion-controls .mz-product-quantity {
  width: 106px;
}
/* /stylesheets/modules/product/product-detail.less:L61 */
.mz-productdetail .mz-productdetail-conversion-controls {
  vertical-align: middle;
}
/* /stylesheets/modules/product/product-detail.less:L65 */
.mz-productdetail .mz-productdetail-conversion-buttons .mz-button {
  margin: 0 0 12.5px;
}
/* /stylesheets/modules/product/product-detail.less:L69 */
.mz-productdetail .mz-productbundle-measurements-product {
  clear: both;
}
/* /stylesheets/modules/product/product-detail.less:L73 */
.mz-productdetail .mz-productbundle-measurements-productname {
  font-weight: bold;
}
/* /stylesheets/modules/product/product-detail.less:L78 */
.mz-productdetail-measurements .mz-propertylist,
.mz-productdetail-properties .mz-propertylist,
.mz-productdetail-bundleitems .mz-propertylist {
  float: left;
  max-width: 400px;
}
/* /stylesheets/modules/product/product-options.less:L1 */
.mz-productoptions {
  margin-top: 25px;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  line-height: 20px !important;
}
@media only screen and (max-width: 500px) {
  .mz-productoptions {
    margin-top: 15px;
  }
}
/* /stylesheets/modules/product/product-options.less:L10 */
.mz-productoptions .mz-select-size-notification {
  background-color: #f2dede;
  border-radius: 3px;
  border-left: 5px solid #ea122a;
  padding: 10px;
  margin-bottom: 10px;
  width: 75%;
  display: block;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .mz-productoptions .mz-select-size-notification {
    width: 70%;
  }
}
/* /stylesheets/modules/product/product-options.less:L26 */
@media only screen and (max-width: 1000px) {
  .mz-productoptions .mz-select-size-notification.mz-select-size-notification-for-wishlist + label {
    margin-bottom: 10px !important;
  }
}
/* /stylesheets/modules/product/product-options.less:L32 */
.mz-productoptions .mz-productoptions-optionlabel {
  font-weight: 600;
}
/* /stylesheets/modules/product/product-options.less:L35 */
.mz-productoptions .mz-productoptions-optioncontainer {
  margin-top: 25px;
}
@media only screen and (max-width: 500px) {
  .mz-productoptions .mz-productoptions-optioncontainer {
    margin-top: 19px;
  }
}
/* /stylesheets/modules/product/product-options.less:L40 */
@media only screen and (max-width: 500px) {
  .mz-productoptions .mz-productoptions-optioncontainer .mz-signleSizeLable {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
  }
}
/* /stylesheets/modules/product/product-options.less:L47 */
/* /stylesheets/modules/product/product-options.less:L48 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .product-attribute-details {
  flex-direction: column;
}
/* /stylesheets/modules/product/product-options.less:L51 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .option-select-size-dropdown {
  width: auto;
  max-width: 100%;
  border: 1px solid #cccccc;
  background-color: white;
  padding: 0px;
  cursor: pointer;
  margin: 9px 0 10px;
}
@media only screen and (max-width: 500px) {
  .mz-productoptions .mz-productoptions-optioncontainer.option-size-div .option-select-size-dropdown {
    margin: 10px 0 10px;
  }
}
/* /stylesheets/modules/product/product-options.less:L62 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .option-select-size-dropdown.active {
  margin: 9px 0;
}
/* /stylesheets/modules/product/product-options.less:L64 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .option-select-size-dropdown.active .mz-down-cart-icon {
  transform: rotate(-180deg);
  transition: 0.5s ease-in-out;
}
/* /stylesheets/modules/product/product-options.less:L69 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .option-select-size-dropdown .selectedProductAttribute-size,
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .option-select-size-dropdown .selectedProductAttribute {
  padding: 0;
  margin: 0;
}
/* /stylesheets/modules/product/product-options.less:L74 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .option-select-size-dropdown li {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* /stylesheets/modules/product/product-options.less:L84 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .option-select-size-dropdown .mz-down-cart-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  transition: 0.5s ease-in-out;
}
/* /stylesheets/modules/product/product-options.less:L91 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .afg-selected-size-field {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/product/product-options.less:L96 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .afg-selected-size-field .selectedProductAttribute-size,
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .afg-selected-size-field .selectedProductAttribute {
  display: none;
}
/* /stylesheets/modules/product/product-options.less:L100 */
@media only screen and (max-width: 500px) {
  .mz-productoptions .mz-productoptions-optioncontainer.option-size-div .afg-selected-size-field .mz-productoptions-optionlabel {
    display: block!important;
    margin: 0;
  }
}
/* /stylesheets/modules/product/product-options.less:L106 */
@media only screen and (max-width: 1000px) {
  .mz-productoptions .mz-productoptions-optioncontainer.option-size-div .afg-selected-size-field .mz-productoptions-optionlabel.size-label {
    margin-bottom: 10px;
  }
}
/* /stylesheets/modules/product/product-options.less:L112 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop {
  padding: 0;
}
/* /stylesheets/modules/product/product-options.less:L114 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-option-view {
  margin-bottom: 26px;
}
/* /stylesheets/modules/product/product-options.less:L117 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container {
  box-shadow: 0 2px 10px 4px rgba(204, 204, 204, 0.4);
  flex-direction: row;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: whitesmoke;
  padding: 0px;
  margin: 0;
  max-height: 371px;
  overflow-y: auto;
}
/* /stylesheets/modules/product/product-options.less:L127 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container::-webkit-scrollbar-thumb {
  background: #e6e6e6;
}
@media only screen and (max-width: 500px) {
  .mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container {
    max-height: 238px;
  }
}
/* /stylesheets/modules/product/product-options.less:L133 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .mz-secondary-size {
  margin-bottom: 15px;
  flex-direction: column;
}
/* /stylesheets/modules/product/product-options.less:L136 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .mz-secondary-size:first-child {
  margin-top: 17px;
}
/* /stylesheets/modules/product/product-options.less:L139 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .mz-secondary-size:last-child {
  margin-bottom: 0;
}
/* /stylesheets/modules/product/product-options.less:L141 */
/* /stylesheets/modules/product/product-options.less:L142 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .mz-secondary-size:last-child .product-size-variant:last-child {
  border-bottom: 0;
}
/* /stylesheets/modules/product/product-options.less:L148 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .product-size-secondary {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  color: #999999;
  margin: 0 42.5px 0;
}
/* /stylesheets/modules/product/product-options.less:L156 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .product-size-variant {
  width: 100%;
  border: none;
  background-color: whitesmoke;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid #cccccc;
  min-height: auto;
  min-width: auto;
}
/* /stylesheets/modules/product/product-options.less:L166 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .product-size-variant span {
  margin: 0;
}
/* /stylesheets/modules/product/product-options.less:L169 */
/* /stylesheets/modules/product/product-options.less:L170 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .product-size-variant.selected-size span {
  color: black;
  font-weight: bold;
}
/* /stylesheets/modules/product/product-options.less:L174 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .product-size-variant.selected-size.out-of-stock {
  border: none;
  background-color: rgba(153, 153, 153, 0.2);
  cursor: not-allowed;
}
/* /stylesheets/modules/product/product-options.less:L180 */
/* /stylesheets/modules/product/product-options.less:L181 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .product-size-variant .size-swatches-link.selected-size {
  position: relative;
}
/* /stylesheets/modules/product/product-options.less:L183 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .product-size-variant .size-swatches-link.selected-size.out-of-stock {
  background-color: transparent;
}
/* /stylesheets/modules/product/product-options.less:L186 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .product-size-variant .size-swatches-link.selected-size::before {
  content: '';
  background-image: url(../resources/images/icons/svg/white-tick.svg);
  background-size: contain;
  filter: invert(1);
  width: 16px;
  height: 16px;
  left: 20px;
  position: absolute;
  background-repeat: no-repeat;
}
/* /stylesheets/modules/product/product-options.less:L200 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container .size-swatches-link {
  justify-content: flex-start;
  font-size: 14px;
  color: black;
  line-height: 20px;
  min-height: 50px;
  min-width: auto;
  padding-left: 42.5px;
  width: auto;
}
/* /stylesheets/modules/product/product-options.less:L210 */
/* /stylesheets/modules/product/product-options.less:L211 */
/* /stylesheets/modules/product/product-options.less:L212 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .size-range-container.single-size .product-size-variant:last-child {
  border-bottom: 0;
}
/* /stylesheets/modules/product/product-options.less:L218 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .display-size-value {
  flex: 0 0 100% !important;
  text-align: left;
}
/* /stylesheets/modules/product/product-options.less:L222 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-size-container-desktop .out-of-stock-message {
  float: right;
  margin-right: 10px !important;
  color: #b94a48 !important;
}
/* /stylesheets/modules/product/product-options.less:L228 */
/* /stylesheets/modules/product/product-options.less:L229 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .mz-productoptions-valuecontainer .mz-signleSizeLable {
  display: none;
}
/* /stylesheets/modules/product/product-options.less:L233 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .product-details-block {
  position: relative;
}
/* /stylesheets/modules/product/product-options.less:L235 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .product-details-block .afg-size-chart-link {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
}
/* /stylesheets/modules/product/product-options.less:L240 */
.mz-productoptions .mz-productoptions-optioncontainer.option-size-div .product-details-block .afg-size-chart-link .chart-label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
}
/* /stylesheets/modules/product/product-options.less:L252 */
.mz-productoptions .mz-colour-swatches-container {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 500px) {
  .mz-productoptions .mz-colour-swatches-container {
    margin-top: 15px;
    margin-bottom: 13px;
  }
}
/* /stylesheets/modules/product/product-options.less:L263 */
.mz-productoptions .mz-colour-swatches-container img {
  border: 1px solid #cccccc;
}
/* /stylesheets/modules/product/product-options.less:L267 */
.mz-productoptions .mz-colour-swatches-container .mz-swatch-img-container.selected-swatch {
  box-sizing: border-box;
  border: 1px solid #333333;
}
/* /stylesheets/modules/product/product-options.less:L270 */
.mz-productoptions .mz-colour-swatches-container .mz-swatch-img-container.selected-swatch img {
  box-sizing: border-box;
  border: 2px solid white;
}
/* /stylesheets/modules/product/product-options.less:L275 */
.mz-productoptions .mz-colour-swatches-container .mz-swatch-img-container {
  margin-right: .45rem;
  margin-bottom: .45rem;
  cursor: pointer;
}
/* /stylesheets/modules/product/product-options.less:L282 */
.mz-productoptions .mz-colour-swatches-container .mz-swatch-img-container .mz-colour-swatch-img {
  width: 2.5rem;
  height: 2.5rem;
}
/* /stylesheets/modules/product/product-options.less:L287 */
.mz-productoptions .mz-colour-swatches-container .mz-color-swatch-sale {
  width: 2.5rem;
  color: #a6192e;
  font-family: 'MSLondon', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/modules/product/product-options.less:L303 */
.mz-productoptions .product-attribute-details {
  display: flex;
  flex-direction: row;
}
/* /stylesheets/modules/product/product-options.less:L306 */
.mz-productoptions .product-attribute-details .selectedProductAttribute {
  font-weight: bold;
  margin-left: .5rem;
}
@media only screen and (max-width: 500px) {
  .mz-productoptions .product-attribute-details .selectedProductAttribute {
    margin-left: 0;
    color: black;
    font-family: 'MSLondon', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
  }
}
/* /stylesheets/modules/product/product-options.less:L320 */
.mz-productoptions .product-attribute-details .size-label {
  min-width: 6rem;
}
@media only screen and (max-width: 500px) {
  .mz-productoptions .product-attribute-details .size-label {
    margin-bottom: 20px;
  }
}
/* /stylesheets/modules/product/product-options.less:L327 */
.mz-productoptions .product-attribute-details .quantity-purchase-alert {
  font-weight: bold;
  color: #a6192e;
  padding-left: 5px;
}
/* /stylesheets/modules/product/product-options.less:L332 */
.mz-productoptions .product-attribute-details .selectedProductAttribute-size {
  padding-left: 35px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .mz-productoptions .product-attribute-details .selectedProductAttribute-size {
    padding-left: 0;
    margin-left: -42px;
  }
}
/* /stylesheets/modules/product/product-options.less:L340 */
.mz-productoptions .product-attribute-details .out-of-stock-message {
  color: #b94a48;
}
/* /stylesheets/modules/product/product-options.less:L345 */
.mz-productoptions .mz-size-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
/* /stylesheets/modules/product/product-options.less:L351 */
.mz-productoptions .mz-size-container .mz-secondary-size {
  display: flex;
  width: 100%;
}
/* /stylesheets/modules/product/product-options.less:L358 */
.mz-productoptions .mz-size-container .product-size-secondary {
  font-weight: 700;
  margin-top: 1.6rem;
  min-width: 6rem;
  display: block;
}
@media only screen and (max-width: 500px) {
  .mz-productoptions .mz-size-container .product-size-secondary {
    font-weight: 700;
    margin-top: 1.6rem;
    min-width: 4rem;
    display: block;
    margin-left: 1.6rem;
  }
}
/* /stylesheets/modules/product/product-options.less:L372 */
.mz-productoptions .mz-size-container .single-size {
  padding-left: 5px;
}
/* /stylesheets/modules/product/product-options.less:L377 */
.mz-productoptions .mz-size-container .size-range-container {
  margin-left: -0.4rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
/* /stylesheets/modules/product/product-options.less:L384 */
.mz-productoptions .mz-size-container .size-range-container .product-size-variant {
  cursor: pointer;
  list-style: none;
  box-sizing: border-box;
  min-height: 40px;
  min-width: 40px;
  border: 1px solid #cccccc;
  background-color: white;
  margin-right: 6px;
  margin-bottom: 10px;
  width: max-content;
  position: relative;
  white-space: nowrap;
}
/* /stylesheets/modules/product/product-options.less:L425 */
.mz-productoptions .mz-size-container .size-range-container .product-size-variant .selected-size {
  background-color: transparent;
}
/* /stylesheets/modules/product/product-options.less:L427 */
.mz-productoptions .mz-size-container .size-range-container .product-size-variant .selected-size span {
  color: white;
}
/* /stylesheets/modules/product/product-options.less:L431 */
.mz-productoptions .mz-size-container .size-range-container .product-size-variant .selected-size.out-of-stock {
  background-color: white;
}
/* /stylesheets/modules/product/product-options.less:L433 */
.mz-productoptions .mz-size-container .size-range-container .product-size-variant .selected-size.out-of-stock span {
  color: black;
}
/* /stylesheets/modules/product/product-options.less:L439 */
.mz-productoptions .mz-size-container .size-range-container .product-size-variant .size-swatches-link {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
}
/* /stylesheets/modules/product/product-options.less:L459 */
.mz-productoptions .mz-size-container .size-range-container .product-size-variant span {
  margin: 0 10px;
}
/* /stylesheets/modules/product/product-options.less:L465 */
.mz-productoptions .mz-size-container .size-range-container .product-size-variant.selected-size.out-of-stock {
  border: 1px solid black;
}
/* /stylesheets/modules/product/product-options.less:L468 */
.mz-productoptions .mz-size-container .size-range-container .product-size-variant.selected-size {
  border: 1px solid black;
  background-color: black;
}
/* /stylesheets/modules/product/product-options.less:L478 */
/* /stylesheets/modules/product/product-options.less:L479 */
.mz-productoptions .mz-size-container-mobile #dropdown-select-size {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: white;
  color: black;
  height: 3rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../resources/images/icons/svg/downArrow.svg);
  background-position-x: 95%;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 18px 18px;
}
/* /stylesheets/modules/product/volume-pricing.less:L1 */
.mz-price-container {
  float: left;
}
/* /stylesheets/modules/product/volume-pricing.less:L4 */
.mz-volume-price-container {
  float: left;
  padding-left: 25px;
  padding-bottom: 25px;
}
/* /stylesheets/modules/product/volume-pricing.less:L9 */
.mz-volume-pricing {
  font-size: 14px;
}
/* /stylesheets/modules/product/volume-pricing.less:L12 */
.mz-volume-pricing .mz-volume-price {
  padding-left: 2px;
  padding-right: 2px;
}
/* /stylesheets/modules/product/volume-pricing.less:L16 */
/* /stylesheets/modules/product/volume-pricing.less:L17 */
.mz-volume-pricing .mz-volume-price-lower::after {
  content: "\2014";
}
/* /stylesheets/modules/product/volume-pricing.less:L21 */
.mz-volume-pricing th {
  text-align: center;
  padding: 12.5px 25px;
  color: #eeeeee;
  background-color: #666666;
  border-bottom: 1px solid white;
}
/* /stylesheets/modules/product/volume-pricing.less:L28 */
.mz-volume-pricing tr.mz-volume-pricing-active-band {
  background-color: lightyellow;
}
/* /stylesheets/modules/product/volume-pricing.less:L31 */
.mz-volume-pricing td {
  text-align: center;
}
/* /stylesheets/modules/product/volume-pricing.less:L33 */
.mz-volume-pricing td.mz-volume-pricing-cell-price {
  text-align: right;
  padding-right: 10px;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L1 */
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L2 */
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L3 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-information-text,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-details-information-text {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  border-left: none;
  border-right: none;
  border-top: 1px solid #cccccc;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 0;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-information-text,
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-details-information-text {
    padding-top: 21.5px!important;
    padding-bottom: 19.5px;
  }
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L26 */
@media only screen and (max-width: 500px) {
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-information-text {
    width: 100%;
    padding-top: 17px;
  }
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L34 */
@media only screen and (max-width: 500px) {
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-details-information-text {
    margin-left: 0px;
    width: 100%;
    padding-top: 17px;
  }
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L44 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-information-text.active,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-details-information-text.active {
  border-bottom: none;
  background-image: url('../resources/images/icons/svg/upArrow1.svg');
  background-size: 25px;
  background-position: 100%;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L50 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-information-text.deactive,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-details-information-text.deactive {
  background-image: url('../resources/images/icons/svg/downArrow.svg');
  background-size: 21px;
  background-position: 100%;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L55 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-information-text.active + .mz-container,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-details-information-text.active + .mz-container {
  display: block;
  padding-bottom: 21px;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L59 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-information-text.deactive + .mz-container,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-details-information-text.deactive + .mz-container {
  display: none;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L63 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-delivery-info-headline,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collection-info-headline {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L73 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-tracked-delivery-info,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-cashed-delivery-info,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collect-store-info,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-tracked-delivery-text,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-cashed-delivery-text,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collect-store-text {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
@media only screen and (max-width: 500px) {
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-tracked-delivery-info,
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-cashed-delivery-info,
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collect-store-info,
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-tracked-delivery-text,
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-cashed-delivery-text,
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collect-store-text {
    margin-left: 45px;
    font-family: 'MSLondon', sans-serif;
    letter-spacing: 0;
    line-height: 21px;
  }
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L92 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-tracked-delivery-info,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-cashed-delivery-info,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collect-store-info {
  font-weight: bold;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L97 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-tracked-delivery-container,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-cashed-delivery-container,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collect-store-container {
  display: grid;
  grid-template-columns: 1fr 3.5fr 6fr;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-tracked-delivery-container,
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-cashed-delivery-container,
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collect-store-container {
    display: flex;
    flex-direction: column;
    align-items: unset;
  }
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L109 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-tracked-delivery-text,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-cashed-delivery-text,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collect-store-text {
  font-weight: 600;
  color: black;
}
@media only screen and (max-width: 500px) {
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-tracked-delivery-text,
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-cashed-delivery-text,
  .mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collect-store-text {
    width: 215px;
    /* float: left; */
    position: absolute;
    margin-left: 45px;
    font-family: 'MSLondon', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
  }
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L125 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collection-info-container {
  margin-top: 21px;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L128 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-tracked-delivery-container,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collect-store-container {
  margin-top: 16px;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L132 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-cashed-delivery-container {
  margin-top: 16px;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L135 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-delivery-informaion-link,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-return-refund-link {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L143 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-delivery-informaion-link {
  margin-top: 21px;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L144 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-return-refund-link {
  margin-top: 15px;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L145 */
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-track-delivery-icon,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-cash-delivery-icon,
.mz-product-container .mz-delivery-information-container .mz-collection-information-container .mz-collect-icon {
  height: 28px;
  width: 28px;
  position: relative;
  bottom: 2px;
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L158 */
.mz-product-container .mz-delivery-information-container.mz-deliveryCollectionReturn {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 500px) {
  .mz-product-container .mz-delivery-information-container.mz-deliveryCollectionReturn {
    width: auto;
    /* margin-right: 17px; */
    margin-left: 0px;
  }
}
/* /stylesheets/modules/product/product-detail/product-delivery-information.less:L167 */
.mz-deliveryCollectionReturn {
  margin-bottom: 40px;
}
/* /stylesheets/modules/product/product-detail/product-care.less:L1 */
.product-details-care-container {
  display: grid;
  grid-template-columns: 2fr 8fr;
  font-size: 14px;
  padding-bottom: 16px;
}
/* /stylesheets/modules/product/product-detail/product-care.less:L6 */
.product-details-care-container:last-child {
  padding-bottom: 0;
}
/* /stylesheets/modules/product/product-detail/product-care.less:L8 */
/* /stylesheets/modules/product/product-detail/product-care.less:L9 */
/* /stylesheets/modules/product/product-detail/product-care.less:L10 */
@media only screen and (max-width: 500px) {
  .product-details-care-container:last-child ul li:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .product-details-care-container {
    display: block;
    font-size: 14px;
  }
}
/* /stylesheets/modules/product/product-detail/product-care.less:L22 */
.product-details-care-container .product-details-care-name {
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  .product-details-care-container .product-details-care-name {
    padding-bottom: 10px;
  }
}
/* /stylesheets/modules/product/product-detail/product-care.less:L29 */
.product-details-care-container ul {
  margin: 0;
  padding: 0;
}
/* /stylesheets/modules/product/product-detail/product-care.less:L32 */
.product-details-care-container ul li {
  margin: 0;
  padding-bottom: 8px;
  word-wrap: break-word;
  padding-left: 20px;
}
@media only screen and (max-width: 500px) {
  .product-details-care-container ul li {
    padding-left: 0;
  }
}
/* /stylesheets/modules/product/product-detail/product-care.less:L42 */
.product-details-care-container ul li img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/modules/product/product-color-options.less:L1 */
.mz-product-color-options-container {
  height: 76px;
  background-color: whitesmoke;
  margin-top: 32px;
}
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/modules/product/product-color-options.less:L12 */
.mz-product-color-options-container .mz-color-chart-display {
  padding: 24px 0 24px 16px;
}
@media only screen and (max-width: 500px) {
  .mz-product-color-options-container .mz-color-chart-display {
    border: 1px solid #979797;
  }
}
/* /stylesheets/modules/product/product-color-options.less:L17 */
.mz-product-color-options-container .mz-color-chart-display .color-label {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/modules/product/product-color-options.less:L24 */
.mz-product-color-options-container .mz-color-chart-display .color-label .color-name {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #333333;
}
/* /stylesheets/modules/product/product-email-notify.less:L1 */
.mz-email-notify-popup-container {
  height: 242.44px;
  width: 592px;
  background-color: white;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin-left: -174px;
  margin-top: 13px;
}
@media only screen and (max-width: 500px) {
  .mz-email-notify-popup-container {
    height: 263px;
    width: 342px;
    margin-left: -10px;
    margin-top: 20px;
  }
}
/* /stylesheets/modules/product/product-email-notify.less:L16 */
.mz-email-notify-popup-container .email-notify-text-label {
  padding: 33px 60px 15px 24px;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
@media only screen and (max-width: 500px) {
  .mz-email-notify-popup-container .email-notify-text-label {
    padding: 33px 15px 10px 16px;
  }
}
/* /stylesheets/modules/product/product-email-notify.less:L28 */
.mz-email-notify-popup-container .arrow {
  border: 14px solid;
  border-color: transparent transparent white;
  position: absolute;
  top: -28px;
  right: 270px;
  z-index: 5;
}
@media only screen and (max-width: 500px) {
  .mz-email-notify-popup-container .arrow {
    right: 148px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-email-notify-popup-container .arrow {
    right: 276px;
  }
}
/* /stylesheets/modules/product/product-email-notify.less:L43 */
.mz-email-notify-popup-container .email-text-input-container {
  padding: 0 24px;
}
@media only screen and (max-width: 500px) {
  .mz-email-notify-popup-container .email-text-input-container {
    padding: 0 16px 0 15px;
  }
}
/* /stylesheets/modules/product/product-email-notify.less:L49 */
.mz-email-notify-popup-container .email-text-input-container .mz-email-input {
  box-sizing: border-box;
  height: 48px;
  width: 544px;
  border: 1px solid #cccccc;
  background-color: white;
  color: #757575;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  padding: 13px 0 14px 11px;
}
@media only screen and (max-width: 500px) {
  .mz-email-notify-popup-container .email-text-input-container .mz-email-input {
    width: 311px;
  }
}
/* /stylesheets/modules/product/product-email-notify.less:L68 */
.mz-email-notify-popup-container .product-notifyBtn {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 7px;
  height: 48px;
  width: 544px;
  background-color: #bed855;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .mz-email-notify-popup-container .product-notifyBtn {
    width: 311px;
    margin-left: 16px;
    margin-right: 15px;
  }
}
/* /stylesheets/modules/product/product-email-notify.less:L89 */
.mz-email-notify-popup-container.deactive {
  display: none;
}
/* /stylesheets/modules/product/product-email-notify.less:L92 */
.mz-email-notify-popup-container.active {
  display: block;
}
/* /stylesheets/modules/product/product-email-notify.less:L95 */
.mz-email-notify-popup-container:after {
  content: "";
  border: 15px solid;
  border-color: transparent transparent #cccccc;
  position: absolute;
  top: -31px;
  left: 293px;
}
@media only screen and (max-width: 500px) {
  .mz-email-notify-popup-container:after {
    left: 165px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-email-notify-popup-container:after {
    left: 287px;
  }
}
/* /stylesheets/modules/product/product-find-store.less:L1 */
.pdp-find-in-store-container {
  position: absolute;
  top: 45px;
  right: 50%;
  box-sizing: border-box;
  min-height: 332px;
  width: 802px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: white;
  z-index: 12;
}
/* /stylesheets/modules/product/product-find-store.less:L13 */
@media only screen and (max-width: 500px) {
  .pdp-find-in-store-container::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .pdp-find-in-store-container {
    width: 100%;
    height: 100%;
    position: fixed;
    background: white;
    top: 0px;
    z-index: 8;
    left: 0;
    overflow: hidden scroll;
  }
}
/* /stylesheets/modules/product/product-find-store.less:L30 */
.pdp-find-in-store-container .text-label-find-store {
  color: black;
  font-family: "MSLondon";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  padding: 12px 0 21px 314px;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  .pdp-find-in-store-container .text-label-find-store {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding: 21px 0 20px 18px;
    text-transform: none;
  }
}
/* /stylesheets/modules/product/product-find-store.less:L50 */
.pdp-find-in-store-container .mz-close-icon {
  height: 21px;
  width: 20px;
  position: absolute;
  top: 18px;
  right: 34px;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .pdp-find-in-store-container .mz-close-icon {
    top: 21px;
    right: 29px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 415px) {
  .pdp-find-in-store-container .mz-close-icon {
    right: 17px;
  }
}
/* /stylesheets/modules/product/product-find-store.less:L67 */
.pdp-find-in-store-container .mz-seprator {
  width: 802px;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  .pdp-find-in-store-container .mz-seprator {
    width: 355px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 415px) {
  .pdp-find-in-store-container .mz-seprator {
    width: 95.2% !important;
  }
}
/* /stylesheets/modules/product/product-find-store.less:L82 */
@media only screen and (min-width: 1001px) {
  .pdp-find-in-store-container .mz-find-store-location-data {
    max-height: 650px;
    overflow-y: auto;
  }
}
/* /stylesheets/modules/product/product-find-store.less:L89 */
.pdp-find-in-store-container .store-data {
  padding: 0 0 0 26px;
}
@media only screen and (max-width: 500px) {
  .pdp-find-in-store-container .store-data {
    padding: 0 0 0 16px;
  }
}
/* /stylesheets/modules/product/product-find-store.less:L96 */
.pdp-find-in-store-container .store-data .find-store-data {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cccccc;
  width: 96.8%;
  padding-bottom: 16px;
  padding-top: 15px;
  color: black;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
@media only screen and (max-width: 500px) {
  .pdp-find-in-store-container .store-data .find-store-data {
    width: 94.2%;
  }
}
/* /stylesheets/modules/product/product-find-store.less:L113 */
.pdp-find-in-store-container .store-data .find-store-data .mz-message-instock {
  color: #1e5a7a;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/modules/product/product-find-store.less:L122 */
.pdp-find-in-store-container .store-data .find-store-data .mz-message-outofstock {
  color: #a6192e;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/modules/product/product-find-store.less:L134 */
.pdp-find-in-store-container.deactive {
  display: none;
}
/* /stylesheets/modules/product/product-find-store.less:L138 */
.pdp-find-in-store-container.active {
  display: block;
}
/* /stylesheets/pages/cart.less:L1 */
/* /stylesheets/pages/cart.less:L2 */
/* /stylesheets/pages/cart.less:L3 */
.mz-cart .is-loading .mz-lock-checkout-icon {
  display: none;
}
/* /stylesheets/pages/cart.less:L7 */
.mz-cart .mz-breadcrumbs {
  display: none;
}
/* /stylesheets/pages/cart.less:L10 */
.mz-cart .mz-pagetitle {
  display: none;
}
/* /stylesheets/pages/cart.less:L13 */
.mz-cart .mz-l-pagecontent {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 0 25px;
  overflow: unset;
}
@media only screen and (max-width: 1000px) {
  .mz-cart .mz-l-pagecontent {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .mz-cart .mz-l-pagecontent {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-cart .mz-l-pagecontent {
    padding: 5px 10px 25px;
  }
}
/* /stylesheets/pages/cart.less:L29 */
.mz-cart .mz-continue-shopping-cart {
  padding-top: 43px;
  border-top: 1px solid #cccccc;
  margin-top: 40px;
}
/* /stylesheets/pages/cart.less:L33 */
.mz-cart .mz-continue-shopping-cart .mz-continue-shopping-link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
}
/* /stylesheets/pages/cart.less:L41 */
.mz-cart .mz-cart-multiple-location-message {
  background: #ffffca !important;
  border-color: #ffcd00 !important;
  margin: 0 0 20px!important;
}
@media only screen and (max-width: 1250px) and (min-width: 1001px) {
  .mz-cart .mz-cart-multiple-location-message {
    padding: 18px 0!important;
  }
}
@media only screen and (max-width: 1000px) {
  .mz-cart .mz-cart-multiple-location-message {
    padding: 18px 0!important;
  }
}
@media only screen and (max-width: 500px) {
  .mz-cart .mz-cart-multiple-location-message {
    padding: 18px 17px!important;
  }
}
/* /stylesheets/pages/cart.less:L54 */
.mz-cart .mz-cart-multiple-location-message .mz-location-cart-message {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
}
@media only screen and (max-width: 500px) {
  .mz-cart .mz-cart-multiple-location-message .mz-location-cart-message {
    font-size: 14px;
  }
}
/* /stylesheets/pages/cart.less:L65 */
.mz-cart .mz-item-removed-message-container,
.mz-cart .mz-cart-multiple-location-message {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f9e5;
  padding: 18px 270px;
  border-radius: 3px;
  border: 1px solid #a9c14b;
  margin: 20px 0;
}
@media (min-width: 710px) and (max-width: 1025px) {
  .mz-cart .mz-item-removed-message-container,
  .mz-cart .mz-cart-multiple-location-message {
    padding: 18px 0;
  }
}
@media only screen and (max-width: 500px) {
  .mz-cart .mz-item-removed-message-container,
  .mz-cart .mz-cart-multiple-location-message {
    padding: 19px 17px;
    margin: 0 0 16px 0!important;
  }
}
/* /stylesheets/pages/cart.less:L82 */
.mz-cart .mz-item-removed-message-container .mz-item-removed-main,
.mz-cart .mz-cart-multiple-location-message .mz-item-removed-main,
.mz-cart .mz-item-removed-message-container .mz-cart-help-icon,
.mz-cart .mz-cart-multiple-location-message .mz-cart-help-icon {
  padding-right: 13px;
}
/* /stylesheets/pages/cart.less:L86 */
.mz-cart .mz-item-removed-message-container .mz-help-icon,
.mz-cart .mz-cart-multiple-location-message .mz-help-icon {
  width: 23.52px;
  height: 23.52px;
}
/* /stylesheets/pages/cart.less:L90 */
.mz-cart .mz-item-removed-message-container .mz-item-removed-content,
.mz-cart .mz-cart-multiple-location-message .mz-item-removed-content,
.mz-cart .mz-item-removed-message-container .mz-location-cart-message,
.mz-cart .mz-cart-multiple-location-message .mz-location-cart-message {
  width: 600px;
}
@media only screen and (max-width: 500px) {
  .mz-cart .mz-item-removed-message-container .mz-item-removed-content,
  .mz-cart .mz-cart-multiple-location-message .mz-item-removed-content,
  .mz-cart .mz-item-removed-message-container .mz-location-cart-message,
  .mz-cart .mz-cart-multiple-location-message .mz-location-cart-message {
    width: auto;
  }
}
/* /stylesheets/pages/cart.less:L97 */
.mz-cart .mz-item-removed-message-container .mz-item-remove-popup,
.mz-cart .mz-cart-multiple-location-message .mz-item-remove-popup {
  cursor: pointer;
  position: absolute;
  right: 20px;
}
@media only screen and (max-width: 500px) {
  .mz-cart .mz-item-removed-message-container .mz-item-remove-popup,
  .mz-cart .mz-cart-multiple-location-message .mz-item-remove-popup {
    right: 10px;
  }
}
/* /stylesheets/pages/cart.less:L105 */
.mz-cart .mz-item-removed-message-container .mz-item-removed-head,
.mz-cart .mz-cart-multiple-location-message .mz-item-removed-head {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/cart.less:L111 */
.mz-cart .mz-item-removed-message-container .mz-item-removed-product-link,
.mz-cart .mz-cart-multiple-location-message .mz-item-removed-product-link {
  text-decoration: underline;
}
/* /stylesheets/pages/cart.less:L114 */
.mz-cart .mz-item-removed-message-container .mz-item-removed-product-link,
.mz-cart .mz-cart-multiple-location-message .mz-item-removed-product-link,
.mz-cart .mz-item-removed-message-container .mz-item-removed-title,
.mz-cart .mz-cart-multiple-location-message .mz-item-removed-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}
/* /stylesheets/pages/cart.less:L122 */
/* /stylesheets/pages/cart.less:L123 */
/* /stylesheets/pages/cart.less:L124 */
@media only screen and (max-width: 500px) {
  .mz-cart .mz-messagebar .mz-success .mz-message-item {
    white-space: normal;
  }
}
/* /stylesheets/pages/cart.less:L130 */
.mz-cart .mz-messagebar .mz-OOS-error-item {
  background: #eee4e4;
  padding: 24px 0;
  border: 1px solid #ea122a;
  border-radius: 3px;
}
@media only screen and (max-width: 500px) {
  .mz-cart .mz-messagebar .mz-OOS-error-item {
    padding: 18px 17px;
  }
}
/* /stylesheets/pages/cart.less:L138 */
.mz-cart .mz-messagebar .mz-OOS-error-item .cart-error-msg {
  display: flex;
  justify-content: center;
  width: 96%;
}
@media (max-width: 600px) {
  .mz-cart .mz-messagebar .mz-OOS-error-item .cart-error-msg {
    width: auto;
  }
}
/* /stylesheets/pages/cart.less:L145 */
.mz-cart .mz-messagebar .mz-OOS-error-item .cart-error-msg img {
  width: 28px;
  height: 28px;
}
/* /stylesheets/pages/cart.less:L150 */
.mz-cart .mz-messagebar .mz-OOS-error-item .mz-err-text {
  width: 554px;
  white-space: normal;
}
@media (max-width: 600px) {
  .mz-cart .mz-messagebar .mz-OOS-error-item .mz-err-text {
    width: auto;
  }
}
/* /stylesheets/pages/cart.less:L157 */
.mz-cart .mz-messagebar .mz-OOS-error-item .mz-message-item {
  margin: 0!important;
}
/* /stylesheets/pages/cart.less:L160 */
.mz-cart .mz-messagebar .mz-OOS-error-item .mz-error-msg-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  font-style: normal;
  color: black;
  padding-left: 13px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 500px) {
  .mz-cart .mz-messagebar .mz-OOS-error-item .mz-error-msg-text {
    font-size: 14px;
  }
}
@media screen and (orientation: portrait) and (max-width: 1023px) {
  /* /stylesheets/pages/cart.less:L180 */
  /* /stylesheets/pages/cart.less:L181 */
  .mz-cart .mz-searchbox-container.desktop {
    display: block !important;
  }
  /* /stylesheets/pages/cart.less:L184 */
  .mz-cart .mz-searchbox-icon {
    visibility: hidden;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  /* /stylesheets/pages/cart.less:L190 */
  /* /stylesheets/pages/cart.less:L191 */
  .mz-cart .mz-searchbox-icon {
    visibility: visible !important;
  }
}
/* /stylesheets/pages/cart.less:L196 */
/* /stylesheets/pages/cart.less:L199 */
@media only screen and (max-width: 1000px) {
  .mz-cart .mz-table-cart {
    padding-top: 0px;
  }
}
/* /stylesheets/pages/cart.less:L207 */
/* /stylesheets/pages/cart.less:L211 */
@media only screen and (max-width: 1000px) {
  .mz-cart .mz-subheader-container-mobile,
  .mz-guestcheckout-page .mz-subheader-container-mobile,
  .mz-guest-checkout-signin .mz-subheader-container-mobile,
  .mz-guestcheckout-page .mz-subheader-container-mobile {
    border-bottom: 1px solid #cccccc;
  }
}
/* /stylesheets/pages/cart.less:L216 */
@media only screen and (max-width: 1000px) {
  .mz-cart .mz-mobile-searchbox,
  .mz-guestcheckout-page .mz-mobile-searchbox,
  .mz-guest-checkout-signin .mz-mobile-searchbox,
  .mz-guestcheckout-page .mz-mobile-searchbox {
    display: none !important;
  }
}
/* /stylesheets/pages/cart.less:L220 */
.mz-cart .mz-mobile-searchbox .searchbox,
.mz-guestcheckout-page .mz-mobile-searchbox .searchbox,
.mz-guest-checkout-signin .mz-mobile-searchbox .searchbox,
.mz-guestcheckout-page .mz-mobile-searchbox .searchbox,
.mz-cart .mz-mobile-searchbox .mz-sitenav ul,
.mz-guestcheckout-page .mz-mobile-searchbox .mz-sitenav ul,
.mz-guest-checkout-signin .mz-mobile-searchbox .mz-sitenav ul,
.mz-guestcheckout-page .mz-mobile-searchbox .mz-sitenav ul {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .mz-cart .mz-mobile-searchbox .searchbox,
  .mz-guestcheckout-page .mz-mobile-searchbox .searchbox,
  .mz-guest-checkout-signin .mz-mobile-searchbox .searchbox,
  .mz-guestcheckout-page .mz-mobile-searchbox .searchbox,
  .mz-cart .mz-mobile-searchbox .mz-sitenav ul,
  .mz-guestcheckout-page .mz-mobile-searchbox .mz-sitenav ul,
  .mz-guest-checkout-signin .mz-mobile-searchbox .mz-sitenav ul,
  .mz-guestcheckout-page .mz-mobile-searchbox .mz-sitenav ul {
    display: none !important;
  }
}
/* /stylesheets/pages/cart.less:L227 */
.mz-cart .searchbox,
.mz-guestcheckout-page .searchbox,
.mz-guest-checkout-signin .searchbox,
.mz-guestcheckout-page .searchbox,
.mz-cart .mz-sitenav ul,
.mz-guestcheckout-page .mz-sitenav ul,
.mz-guest-checkout-signin .mz-sitenav ul,
.mz-guestcheckout-page .mz-sitenav ul {
  display: none;
}
/* /stylesheets/pages/cart.less:L231 */
@media only screen and (max-width: 1000px) {
  .mz-cart .mz-mobile-hamburg,
  .mz-guestcheckout-page .mz-mobile-hamburg,
  .mz-guest-checkout-signin .mz-mobile-hamburg,
  .mz-guestcheckout-page .mz-mobile-hamburg {
    display: none !important;
  }
}
/* /stylesheets/pages/cart.less:L236 */
@media only screen and (max-width: 1000px) {
  .mz-cart .mz-slugBanner.isMobile,
  .mz-guestcheckout-page .mz-slugBanner.isMobile,
  .mz-guest-checkout-signin .mz-slugBanner.isMobile,
  .mz-guestcheckout-page .mz-slugBanner.isMobile {
    max-height: 27px;
  }
}
/* /stylesheets/pages/cart.less:L241 */
@media only screen and (max-width: 1000px) {
  .mz-cart .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-brand,
  .mz-guestcheckout-page .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-brand,
  .mz-guest-checkout-signin .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-brand,
  .mz-guestcheckout-page .afg-ms-pageheader .afg-ms-mobile-header .mz-mobile-brand {
    left: 0% !important;
  }
}
/* /stylesheets/pages/cart.less:L246 */
@media only screen and (max-width: 767px) {
  .mz-cart .mz-wishlist-container.mz-utilitynav-item,
  .mz-guestcheckout-page .mz-wishlist-container.mz-utilitynav-item,
  .mz-guest-checkout-signin .mz-wishlist-container.mz-utilitynav-item,
  .mz-guestcheckout-page .mz-wishlist-container.mz-utilitynav-item {
    display: block !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-cart .mz-wishlist-container.mz-utilitynav-item,
  .mz-guestcheckout-page .mz-wishlist-container.mz-utilitynav-item,
  .mz-guest-checkout-signin .mz-wishlist-container.mz-utilitynav-item,
  .mz-guestcheckout-page .mz-wishlist-container.mz-utilitynav-item {
    display: block !important;
  }
}
/* /stylesheets/pages/cart.less:L253 */
/* /stylesheets/pages/cart.less:L254 */
@media only screen and (max-width: 1000px) {
  .mz-cart .mz-wishlist-container.mz-utilitynav-item .wishlist-popup .mz-wishlist-icon,
  .mz-guestcheckout-page .mz-wishlist-container.mz-utilitynav-item .wishlist-popup .mz-wishlist-icon,
  .mz-guest-checkout-signin .mz-wishlist-container.mz-utilitynav-item .wishlist-popup .mz-wishlist-icon,
  .mz-guestcheckout-page .mz-wishlist-container.mz-utilitynav-item .wishlist-popup .mz-wishlist-icon {
    margin: 0 20px 0 0;
  }
}
/* /stylesheets/pages/cart.less:L261 */
.mz-cart .afg-sign-popup.guest-user,
.mz-guestcheckout-page .afg-sign-popup.guest-user,
.mz-guest-checkout-signin .afg-sign-popup.guest-user,
.mz-guestcheckout-page .afg-sign-popup.guest-user {
  display: none;
}
/* /stylesheets/pages/cart.less:L265 */
/* /stylesheets/pages/cart.less:L266 */
@media only screen and (max-width: 1000px) {
  .mz-guest-checkout-signin .mz-utility-signin-mobile,
  .mz-guestcheckout-page .mz-utility-signin-mobile,
  .mz-cart .mz-utility-signin-mobile {
    display: none;
  }
}
/* /stylesheets/pages/cart.less:L271 */
.mz-guest-checkout-signin .mz-utility-signin.mz-display-popup,
.mz-guestcheckout-page .mz-utility-signin.mz-display-popup,
.mz-cart .mz-utility-signin.mz-display-popup {
  display: none;
}
/* /stylesheets/pages/cart.less:L274 */
.mz-guest-checkout-signin .mz-promo-bar,
.mz-guestcheckout-page .mz-promo-bar,
.mz-cart .mz-promo-bar {
  display: none;
}
/* /stylesheets/pages/cart.less:L276 */
/* /stylesheets/pages/cart.less:L277 */
@media only screen and (max-width: 1000px) {
  .mz-for-mobile-wishlist #wishlist-popover-mobile .mz-wishlist-popover-container {
    z-index: 9999;
  }
}
/* /stylesheets/pages/cart.less:L284 */
@media only screen and (max-width: 1000px) {
  #wishlist-popover .mz-wishlist-popover-container {
    z-index: -1;
  }
}
/* /stylesheets/pages/cart.less:L290 */
/* /stylesheets/pages/cart.less:L292 */
/* /stylesheets/pages/cart.less:L293 */
@media only screen and (max-width: 1000px) {
  .mz-wishlist-container .wishlist-popup .mz-wishlist-icon.mz-wishlist-icon-green {
    width: 27px;
    height: 20px;
  }
}
/* /stylesheets/pages/cart.less:L299 */
@media only screen and (max-width: 1000px) {
  .mz-wishlist-container .wishlist-popup .afg-wishlist-count {
    bottom: 10px;
    left: 18px;
    right: auto;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L1 */
.mz-table-cart {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}
/* /stylesheets/modules/cart/cart-table.less:L7 */
.mz-table-cart .mz-table-cart-items {
  width: calc(65% - 45px);
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(176, 176, 176, 0.5);
  padding: 20px;
}
@media (max-width: 1024px) {
  .mz-table-cart .mz-table-cart-items {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-table-cart-items {
    padding: 20px 24px;
    margin-top: 16px;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L22 */
.mz-table-cart .mz-table-cart-items.mz-table-cart-isempty {
  width: 100%;
}
/* /stylesheets/modules/cart/cart-table.less:L24 */
.mz-table-cart .mz-table-cart-items.mz-table-cart-isempty .mz-carttable-heading {
  border-bottom: 0.5px solid #e0e0e0;
}
/* /stylesheets/modules/cart/cart-table.less:L27 */
.mz-table-cart .mz-table-cart-items.mz-table-cart-isempty .mz-carttable-noitems {
  display: flex;
  justify-content: center;
}
/* /stylesheets/modules/cart/cart-table.less:L30 */
.mz-table-cart .mz-table-cart-items.mz-table-cart-isempty .mz-carttable-noitems .mz-emplty-bag {
  font-size: 20px;
  font-weight: 700;
}
/* /stylesheets/modules/cart/cart-table.less:L34 */
.mz-table-cart .mz-table-cart-items.mz-table-cart-isempty .mz-carttable-noitems .mz-empty-bag-text {
  font-size: 18px;
}
/* /stylesheets/modules/cart/cart-table.less:L37 */
.mz-table-cart .mz-table-cart-items.mz-table-cart-isempty .mz-carttable-noitems .mz-continueshopping-btn-label {
  font-size: 15px;
  background-color: #627786;
  color: white;
  width: 350px;
  display: block;
  padding: 9px 0px;
  text-decoration: none;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-table-cart-items.mz-table-cart-isempty .mz-carttable-noitems .mz-continueshopping-btn-label {
    width: 265px;
    padding: 13px 0;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L56 */
.mz-table-cart .mz-carttable-item-image {
  float: left;
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-item-image {
    width: 80px;
    height: 103px;
    object-fit: cover;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L67 */
.mz-table-cart .mz-carttable-header-price,
.mz-table-cart .mz-carttable-header-fulfillment,
.mz-table-cart .mz-carttable-header-total,
.mz-table-cart .mz-carttable-item-price,
.mz-table-cart .mz-carttable-item-total,
.mz-table-cart .mz-carttable-shipping-row td,
.mz-table-cart .mz-carttable-total-row td,
.mz-table-cart .mz-carttable-checkout-row td {
  text-align: right;
}
/* /stylesheets/modules/cart/cart-table.less:L74 */
.mz-table-cart .mz-carttable-header-qty,
.mz-table-cart .mz-carttable-item-qty,
.mz-table-cart .mz-carttable-noitems {
  text-align: center;
}
/* /stylesheets/modules/cart/cart-table.less:L78 */
.mz-table-cart .mz-carttable-item-info-wrap {
  overflow: hidden;
}
/* /stylesheets/modules/cart/cart-table.less:L81 */
.mz-table-cart .mz-carttable-item-info-wrap .mz-propertylist {
  float: right;
  margin: 0;
  width: 40%;
}
/* /stylesheets/modules/cart/cart-table.less:L88 */
.mz-table-cart .mz-carttable-item-title {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  width: 81%;
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-item-title {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 5px;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L101 */
.mz-table-cart .mz-carttable-item-code {
  float: left;
  clear: both;
  font-size: 12px;
}
/* /stylesheets/modules/cart/cart-table.less:L107 */
.mz-table-cart .mz-carttable-item-pickuplocation {
  float: left;
  clear: both;
  margin: 2px 0 0;
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-item-pickuplocation {
    font-size: 14px;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    width: 165px;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L119 */
.mz-table-cart .mz-carttable-item-pickuplocation strong {
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-item-pickuplocation strong {
    word-break: break-word;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L126 */
.mz-table-cart .mz-carttable-item-pickuplocation .mz-desktop-collectAt {
  display: block;
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-table-cart .mz-carttable-item-pickuplocation .mz-desktop-collectAt {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-item-pickuplocation .mz-desktop-collectAt {
    display: none;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L135 */
.mz-table-cart .mz-carttable-item-pickuplocation .mz-desktop-collectAt strong {
  text-decoration: underline;
}
/* /stylesheets/modules/cart/cart-table.less:L139 */
.mz-table-cart .mz-carttable-item-pickuplocation .mz-mobile-click-collectAt {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-item-pickuplocation .mz-mobile-click-collectAt {
    display: block;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L147 */
.mz-table-cart .mz-carttable-qty-field {
  width: 75px;
  height: 48px;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
/* /stylesheets/modules/cart/cart-table.less:L158 */
.mz-table-cart .mz-carttable-item-remove {
  width: 40px;
  text-align: center;
}
/* /stylesheets/modules/cart/cart-table.less:L163 */
.mz-table-cart .mz-carttable-total-row {
  font-size: 20px;
}
/* /stylesheets/modules/cart/cart-table.less:L167 */
.mz-table-cart .mz-carttable-total {
  display: inline-block;
  margin-left: 12.5px;
}
/* /stylesheets/modules/cart/cart-table.less:L172 */
.mz-table-cart .mz-carttable-emptylink {
  font-size: 12px;
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}
/* /stylesheets/modules/cart/cart-table.less:L179 */
.mz-table-cart .mz-item-discount {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* /stylesheets/modules/cart/cart-table.less:L185 */
.mz-table-cart .mz-item-discount .mz-item-discountamt,
.mz-table-cart .mz-item-discount .mz-item-discountname {
  color: #c4201d;
}
/* /stylesheets/modules/cart/cart-table.less:L191 */
.mz-table-cart .mz-carttable-item-total {
  display: flex;
  padding: 0;
}
/* /stylesheets/modules/cart/cart-table.less:L196 */
.mz-table-cart .mz-carttable-checkout-couponcode {
  float: left;
  text-align: left;
}
/* /stylesheets/modules/cart/cart-table.less:L201 */
.mz-table-cart .mz-carttable-thirdpartypayment {
  margin-bottom: 10px;
}
/* /stylesheets/modules/cart/cart-table.less:L205 */
.mz-table-cart .mz-carttable-item-autoAddDiscount {
  padding: 6px 10px;
  background: #ffefcf;
}
/* /stylesheets/modules/cart/cart-table.less:L208 */
.mz-table-cart .mz-carttable-item-autoAddDiscount .mz-carttable-item-autoAddDiscount-actions {
  float: right;
  margin-right: 15px;
}
/* /stylesheets/modules/cart/cart-table.less:L218 */
.mz-table-cart .mz-carttable-footer {
  border: 1px solid #e0e0e0;
  padding: 24px 25px;
  border-radius: 4px;
  width: 34.4%;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(176, 176, 176, 0.5);
  height: 100%;
}
@media (max-width: 1024px) {
  .mz-table-cart .mz-carttable-footer {
    width: 100%;
    margin-top: 30px;
    padding: 16px 10px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-footer {
    padding: 16px 17px;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L238 */
.mz-table-cart .mz-carttable-footer.hide-content-empty {
  visibility: hidden;
  margin: 0;
  padding: 0;
  height: 0;
}
/* /stylesheets/modules/cart/cart-table.less:L244 */
.mz-table-cart .mz-carttable-footer .mz-carttable-summery-heading {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 22px;
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-footer .mz-carttable-summery-heading {
    margin-bottom: 10px;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L250 */
.mz-table-cart .mz-carttable-footer .mz-carttable-summery-heading .mz-carttable-sec-right {
  margin-top: 0;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 27px;
  color: #333333;
}
@media (max-width: 1024px) {
  .mz-table-cart .mz-carttable-footer .mz-carttable-summery-heading .mz-carttable-sec-right {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L263 */
.mz-table-cart .mz-carttable-footer .mz-carttable-summery-heading .mz-carttable-summery-head {
  padding: 0;
}
@media (max-width: 1024px) {
  .mz-table-cart .mz-carttable-footer .mz-carttable-summery-heading .mz-carttable-summery-head {
    padding-top: 0;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L271 */
.mz-table-cart .mz-carttable-footer .mz-carttable-total-wrap {
  font-weight: 700;
  display: block;
  text-align: left;
  padding-top: 0px;
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .mz-table-cart .mz-carttable-footer .mz-carttable-total-wrap {
    font-size: 16px;
    line-height: 21px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L287 */
.mz-table-cart .mz-carttable-footer .mz-carttable-total-wrap .mz-carttable-total-ed {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  font-family: 'MSLondon', sans-serif !important;
}
@media (max-width: 1024px) {
  .mz-table-cart .mz-carttable-footer .mz-carttable-total-wrap .mz-carttable-total-ed {
    line-height: 18px;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L297 */
/* /stylesheets/modules/cart/cart-table.less:L298 */
.mz-table-cart .mz-carttable-footer .mz-carttable-total-wrap .mz-total-text > span {
  font-family: 'MSLondon', Bold;
}
@media (min-width: 501px) {
  .mz-table-cart .mz-carttable-footer .mz-carttable-total-wrap .mz-total-text > span {
    color: #333333;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L305 */
.mz-table-cart .mz-carttable-footer .mz-carttable-total-wrap .mz-carttable-total {
  font-family: 'MSLondon', Bold;
}
@media (min-width: 501px) {
  .mz-table-cart .mz-carttable-footer .mz-carttable-total-wrap .mz-carttable-total {
    font-size: 22px!important;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L313 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row {
  display: block;
}
/* /stylesheets/modules/cart/cart-table.less:L315 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row .mz-carttable-ordervalue-wrap,
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row .mz-carttable-total-saving-wrap {
  display: flex;
  justify-content: space-between;
}
/* /stylesheets/modules/cart/cart-table.less:L320 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row .mz-carttable-total-saving-wrap {
  padding: 0;
}
/* /stylesheets/modules/cart/cart-table.less:L322 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row .mz-carttable-total-saving-wrap .mz-down-cart-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
/* /stylesheets/modules/cart/cart-table.less:L327 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row .mz-carttable-total-saving-wrap #mz-total-saving {
  padding-left: 23px;
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-footer .mz-carttable-footer-row .mz-carttable-total-saving-wrap #mz-total-saving {
    padding-left: 9px;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L334 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row .mz-ordervalue-text,
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row .mz-carttable-total,
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row .mz-total-saving-text,
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row .mz-item-discount {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  color: #333333;
}
/* /stylesheets/modules/cart/cart-table.less:L344 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row .mz-total-saving-text {
  cursor: pointer;
}
/* /stylesheets/modules/cart/cart-table.less:L347 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row .mz-item-discount {
  padding-bottom: 5px;
}
/* /stylesheets/modules/cart/cart-table.less:L350 */
/* /stylesheets/modules/cart/cart-table.less:L351 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row.mz-carttable-total-saving .mz-down-cart-icon {
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
/* /stylesheets/modules/cart/cart-table.less:L356 */
/* /stylesheets/modules/cart/cart-table.less:L357 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row.mz-collapse-active .mz-down-cart-icon {
  transform: rotate(180deg);
}
/* /stylesheets/modules/cart/cart-table.less:L361 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row#mz-discount-cart-section {
  padding-left: 44px;
  padding-bottom: 16px;
  margin-top: -9px;
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-footer .mz-carttable-footer-row#mz-discount-cart-section {
    padding-left: 30px;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L368 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row#mz-discount-cart-section .mz-item-discountname {
  flex: 1 1 25%;
  text-align: left;
}
/* /stylesheets/modules/cart/cart-table.less:L372 */
.mz-table-cart .mz-carttable-footer .mz-carttable-footer-row#mz-discount-cart-section .mz-item-discountamt {
  flex: 1;
}
/* /stylesheets/modules/cart/cart-table.less:L378 */
/* /stylesheets/modules/cart/cart-table.less:L379 */
.mz-table-cart .mz-carttable-footer .mz-carttable-checkout-row .mz-carttable-checkout-btn {
  display: block;
  padding-top: 24px;
}
/* /stylesheets/modules/cart/cart-table.less:L385 */
.mz-table-cart .mz-carttable-footer .mz-carttable-total {
  float: right;
}
/* /stylesheets/modules/cart/cart-table.less:L390 */
.mz-table-cart .mz-carttable-tablehead {
  width: calc(65% - 45px);
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .mz-table-cart .mz-carttable-tablehead {
    width: 100%;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L401 */
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-tablehead .mz-saved-wishlist-items {
    width: 100%;
    display: block;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L408 */
.mz-table-cart .mz-carttable-tablehead .mz-carttable-wishlist-items {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  padding: 13px 19px;
  border: 1px solid black;
}
@media (min-width: 501px) {
  .mz-table-cart .mz-carttable-tablehead .mz-carttable-wishlist-items {
    padding: 13px 0;
    width: 192px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-tablehead .mz-carttable-wishlist-items {
    display: block;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L426 */
.mz-table-cart .mz-carttable-heading {
  display: flex;
}
/* /stylesheets/modules/cart/cart-table.less:L428 */
.mz-table-cart .mz-carttable-heading .mz-carttable-head {
  flex: 1;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 27px;
  font-weight: bold;
  color: #333333;
  padding: 7px 0 0;
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-heading .mz-carttable-head {
    font-size: 16px;
    margin-bottom: 16px;
    padding: 0;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L446 */
.mz-table-cart .mz-carttable-heading .mz-carttable-header-qty,
.mz-table-cart .mz-carttable-heading .mz-carttable-header-total {
  color: #333333;
  font-weight: 700;
  font-size: 15px;
  padding-top: 14px;
}
@media only screen and (max-width: 500px) {
  .mz-table-cart .mz-carttable-heading .mz-carttable-header-qty,
  .mz-table-cart .mz-carttable-heading .mz-carttable-header-total {
    display: none;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L456 */
.mz-table-cart .mz-carttable-heading .mz-carttable-header-total {
  padding-left: 10px;
}
/* /stylesheets/modules/cart/cart-table.less:L459 */
.mz-table-cart .mz-carttable-heading .mz-carttable-header-qty {
  padding-right: 60px;
}
/* /stylesheets/modules/cart/cart-table.less:L464 */
@media (max-width: 1024px) {
  .mz-table-cart .mz-total-text {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    flex-direction: column;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L473 */
.mz-table-cart .mz-carttable-button-active {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border-radius: 0;
  background: #bed855;
  border-color: #bed855;
  line-height: 21px;
}
/* /stylesheets/modules/cart/cart-table.less:L482 */
.mz-table-cart .mz-carttable-button-active:hover {
  background: #a1b748;
}
/* /stylesheets/modules/cart/cart-table.less:L485 */
.mz-table-cart .mz-carttable-button-active .mz-lock-checkout-icon {
  padding-right: 8px;
  margin-top: -4px;
}
/* /stylesheets/modules/cart/cart-table.less:L494 */
.location-select-option {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12.5px;
}
/* /stylesheets/modules/cart/cart-table.less:L499 */
.mz-locationselect-available {
  font-weight: bold;
  text-transform: uppercase;
  color: #237e0e;
}
/* /stylesheets/modules/cart/cart-table.less:L505 */
.mz-locationselect-unavailable {
  font-weight: bold;
  text-transform: uppercase;
  color: #ae1231;
}
/* /stylesheets/modules/cart/cart-table.less:L511 */
.mz-fulfillment-options {
  list-style: none;
}
/* /stylesheets/modules/cart/cart-table.less:L514 */
.mz-fulfillment-options input {
  margin: 0 12.5px 12.5px 0;
}
/* /stylesheets/modules/cart/cart-table.less:L518 */
.mz-fulfillment-options input:disabled {
  cursor: default;
}
/* /stylesheets/modules/cart/cart-table.less:L522 */
.mz-fulfillment-options label,
.mz-fulfillment-options span,
.mz-fulfillment-options p {
  font-size: 15px;
  margin: 6.25px 0 6.25px 0;
}
/* /stylesheets/modules/cart/cart-table.less:L527 */
.mz-fulfillment-options input:disabled + label {
  color: #cccccc;
  cursor: default;
}
/* /stylesheets/modules/cart/cart-table.less:L532 */
.mz-fulfillment-options .fulfillment-unavailable-message {
  color: #cccccc;
  margin-left: 30px;
}
/* /stylesheets/modules/cart/cart-table.less:L538 */
/* /stylesheets/modules/cart/cart-table.less:L539 */
@media (min-width: 993px) {
  .mz-sticky-checkout-main .mz-sticky-checkout {
    display: none;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L543 */
@media (max-width: 992px) {
  .mz-sticky-checkout-main .mz-sticky-checkout.show-for-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    display: block;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .mz-sticky-checkout-main .mz-sticky-checkout.show-for-sticky {
    width: 100%;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L556 */
@media (max-width: 992px) {
  .mz-sticky-checkout-main .mz-sticky-checkout.show-for-sticky .cart-sticky-checkout {
    display: block;
    padding: 11px 10px;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L562 */
@media (max-width: 992px) {
  .mz-sticky-checkout-main .mz-sticky-checkout.show-for-sticky .cart-sticky-checkout-total {
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 10px;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L569 */
.mz-sticky-checkout-main .mz-sticky-checkout.show-for-sticky .cart-sticky-checkout-total .mz-carttable-total {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
}
/* /stylesheets/modules/cart/cart-table.less:L576 */
.mz-sticky-checkout-main .mz-sticky-checkout.show-for-sticky .cart-sticky-checkout-total .mz-carttable-total-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
/* /stylesheets/modules/cart/cart-table.less:L582 */
.mz-sticky-checkout-main .mz-sticky-checkout.show-for-sticky .mz-carttable-checkout-btn {
  display: block;
  padding: 0;
}
/* /stylesheets/modules/cart/cart-table.less:L586 */
@media (max-width: 992px) {
  .mz-sticky-checkout-main .mz-sticky-checkout.show-for-sticky .mz-total-text {
    flex-direction: unset;
  }
}
/* /stylesheets/modules/cart/cart-table.less:L590 */
.mz-sticky-checkout-main .mz-sticky-checkout.show-for-sticky .mz-total-text span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/cart/cart-table.less:L596 */
.mz-sticky-checkout-main .mz-sticky-checkout.show-for-sticky .mz-total-text .mz-carttable-total-ed {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  padding-left: 8px;
}
/* /stylesheets/modules/cart/cart-table.less:L604 */
.mz-sticky-checkout-main .mz-sticky-checkout.show-for-sticky .mz-carttable-button-active {
  padding: 9px 0;
}
/* /stylesheets/modules/cart/discount-modal.less:L1 */
/* /stylesheets/modules/cart/discount-modal.less:L3 */
.mz-discount-modal .modal-dialog {
  width: 90%;
}
/* /stylesheets/modules/cart/discount-modal.less:L6 */
.mz-discount-modal .modal-close-x {
  position: absolute;
  right: 20px;
  top: 14px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
}
/* /stylesheets/modules/cart/discount-modal.less:L14 */
.mz-discount-modal .modal-body {
  overflow: hidden;
}
/* /stylesheets/modules/cart/discount-modal.less:L16 */
.mz-discount-modal .modal-body .mz-productlist-tiled .mz-productlist-item {
  width: 30%;
  margin: 0 10%;
  max-width: 300px;
}
/* /stylesheets/modules/b2b-account/wishlists.less:L1 */
/* /stylesheets/modules/b2b-account/wishlists.less:L2 */
.mz-b2b-wishlists .wishlist-btns {
  text-align: right;
}
/* /stylesheets/modules/b2b-account/wishlists.less:L6 */
.mz-b2b-wishlists .mz-b2b-wishlists-grid.is-loading {
  display: block;
  width: 100%;
  background-position: 50% 50%;
  height: 100%;
  opacity: .5;
  animation: loadingthrob 1s linear 0s alternate infinite;
  -webkit-animation: loadingthrob 1s linear 0s alternate infinite;
}
/* /stylesheets/modules/b2b-account/wishlists.less:L15 */
.mz-b2b-wishlists .mz-b2b-wishlists-grid {
  position: relative;
  background-image: url('../resources/images/button-loading.gif');
  background-repeat: no-repeat;
  background-position: -9999px -9999px;
}
/* /stylesheets/modules/b2b-account/wishlists.less:L22 */
/* /stylesheets/modules/b2b-account/wishlists.less:L23 */
.mz-b2b-wishlists .mz-itemlisting-actions .mz-itemlisting-action {
  display: inline-block;
}
/* /stylesheets/modules/b2b-account/wishlists.less:L26 */
.mz-b2b-wishlists .mz-itemlisting-actions .mz-carttable-qty-field {
  max-width: 75px;
  margin: 0px 15px;
}
/* /stylesheets/modules/b2b-account/wishlists.less:L32 */
/* /stylesheets/modules/b2b-account/wishlists.less:L33 */
.mz-b2b-wishlists .wishlist-edit-form .wishlist-edit-form-section {
  margin-bottom: 15px;
}
/* /stylesheets/modules/b2b-account/wishlists.less:L35 */
.mz-b2b-wishlists .wishlist-edit-form .wishlist-edit-form-section > div {
  float: left;
  margin-right: 15px;
}
/* /stylesheets/modules/b2b-account/wishlists.less:L41 */
/* /stylesheets/modules/b2b-account/wishlists.less:L42 */
.mz-b2b-wishlists .wishlist-edit-form .wishlist-edit-form-section.productPicker .mz-button {
  float: right;
}
/* /stylesheets/modules/b2b-account/wishlists.less:L46 */
.mz-b2b-wishlists .wishlist-edit-form .wishlist-edit-label {
  display: block;
  font-size: .8em;
  font-weight: bold;
  margin: 6px 0;
}
/* /stylesheets/modules/b2b-account/wishlists.less:L54 */
.mz-b2b-wishlists .mz-searchbox.mz-searchbox-expands .mz-searchbox-input {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  width: 320px;
}
/* /stylesheets/modules/b2b-account/orders.less:L1 */
/* /stylesheets/modules/b2b-account/orders.less:L2 */
.mz-b2b-orders .mz-btns,
.mz-b2b-returns .mz-btns {
  padding: 6.25px 0 6.25px 0;
}
/* /stylesheets/modules/b2b-account/orders.less:L5 */
.mz-b2b-orders .mz-btns button,
.mz-b2b-returns .mz-btns button {
  margin: 0 6.25px 0 0;
}
/* /stylesheets/modules/b2b-account/orders.less:L10 */
.mz-b2b-orders .mz-b2b-orders-grid.is-loading,
.mz-b2b-returns .mz-b2b-orders-grid.is-loading,
.mz-b2b-orders .mz-b2b-returns-grid.is-loading,
.mz-b2b-returns .mz-b2b-returns-grid.is-loading {
  display: block;
  width: 100%;
  background-position: 50% 50%;
  height: 100%;
  opacity: .5;
  animation: loadingthrob 1s linear 0s alternate infinite;
  -webkit-animation: loadingthrob 1s linear 0s alternate infinite;
}
/* /stylesheets/modules/b2b-account/orders.less:L20 */
.mz-b2b-orders .mz-b2b-orders-grid,
.mz-b2b-returns .mz-b2b-orders-grid,
.mz-b2b-orders .mz-b2b-returns-grid,
.mz-b2b-returns .mz-b2b-returns-grid {
  position: relative;
  background-image: url('../resources/images/button-loading.gif');
  background-repeat: no-repeat;
  background-position: -9999px -9999px;
}
/* /stylesheets/modules/b2b-account/orders.less:L25 */
.mz-b2b-orders .mz-b2b-orders-grid .grid-tooltip,
.mz-b2b-returns .mz-b2b-orders-grid .grid-tooltip,
.mz-b2b-orders .mz-b2b-returns-grid .grid-tooltip,
.mz-b2b-returns .mz-b2b-returns-grid .grid-tooltip {
  position: relative;
  border-bottom: 1px dotted black;
}
/* /stylesheets/modules/b2b-account/orders.less:L30 */
.mz-b2b-orders .mz-b2b-orders-grid .grid-tooltip .tooltiptext,
.mz-b2b-returns .mz-b2b-orders-grid .grid-tooltip .tooltiptext,
.mz-b2b-orders .mz-b2b-returns-grid .grid-tooltip .tooltiptext,
.mz-b2b-returns .mz-b2b-returns-grid .grid-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #cccccc;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}
/* /stylesheets/modules/b2b-account/orders.less:L46 */
.mz-b2b-orders .mz-b2b-orders-grid .grid-tooltip:hover .tooltiptext,
.mz-b2b-returns .mz-b2b-orders-grid .grid-tooltip:hover .tooltiptext,
.mz-b2b-orders .mz-b2b-returns-grid .grid-tooltip:hover .tooltiptext,
.mz-b2b-returns .mz-b2b-returns-grid .grid-tooltip:hover .tooltiptext {
  visibility: visible;
}
/* /stylesheets/modules/b2b-account/account-settings.less:L1 */
/* /stylesheets/modules/b2b-account/account-settings.less:L2 */
.mz-b2b-accountsettings .mz-b2b-link-edit-accountsettings {
  float: none;
  line-height: inherit;
  margin-left: 12.5px;
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  color: black;
  text-decoration: none;
}
/* /stylesheets/base/mixins.less:L7 */
.mz-b2b-accountsettings .mz-b2b-link-edit-accountsettings:visited,
.mz-b2b-accountsettings .mz-b2b-link-edit-accountsettings:focus,
.mz-b2b-accountsettings .mz-b2b-link-edit-accountsettings:active {
  color: black;
}
/* /stylesheets/base/mixins.less:L11 */
.mz-b2b-accountsettings .mz-b2b-link-edit-accountsettings:hover,
.mz-b2b-accountsettings .mz-b2b-link-edit-accountsettings:focus,
.mz-b2b-accountsettings .mz-b2b-link-edit-accountsettings:active {
  text-decoration: underline;
}
/* /stylesheets/modules/b2b-account/account-settings.less:L12 */
.mz-b2b-accountsettings .mz-accountsettings-label {
  display: block;
  color: #999999;
  font-size: 80%;
}
/* /stylesheets/modules/b2b-account/account-settings.less:L18 */
.mz-b2b-accountsettings .mz-b2b-passwordsection {
  margin-top: 25px;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L1 */
.mz-carttable-item-v2 {
  display: block;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L3 */
/* /stylesheets/modules/cart/cart-table-item-v2.less:L4 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2:last-child .mz-carttable-item-product {
    padding-bottom: 0;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L10 */
.mz-carttable-item-v2 .mz-carttable-item-product {
  display: flex;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding: 24px 0;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-product {
    position: relative;
    min-height: 135px;
    padding: 22px 0;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L20 */
.mz-carttable-item-v2 .mz-carttable-item-product .mz-item-image {
  width: 130px;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-product .mz-item-image {
    width: 80px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L25 */
.mz-carttable-item-v2 .mz-carttable-item-product .mz-item-image .mz-noImg-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 167px;
  width: 130px;
  background: #eeeeee;
  text-align: center;
  color: #aaaaaa;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-product .mz-item-image .mz-noImg-section {
    width: 80px;
    height: 103px;
    object-fit: cover;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L41 */
.mz-carttable-item-v2 .mz-carttable-item-product .mz-oos-error-msg {
  display: none!important;
  height: 40px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  color: #ea122a;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: -20px;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L54 */
.mz-carttable-item-v2 .mz-carttable-item-product .mz-oos-error-msg .mz-error-cart-icon {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L59 */
.mz-carttable-item-v2 .mz-carttable-item-product .mz-oos-error-msg .help-icon-bogo {
  height: 16px;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L61 */
.mz-carttable-item-v2 .mz-carttable-item-product .mz-oos-error-msg .help-icon-bogo svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L68 */
/* /stylesheets/modules/cart/cart-table-item-v2.less:L69 */
.mz-carttable-item-v2 .mz-carttable-item-product.mz-oos-product-disable .mz-item-link,
.mz-carttable-item-v2 .mz-carttable-item-product.mz-oos-product-disable .pr-details-first,
.mz-carttable-item-v2 .mz-carttable-item-product.mz-oos-product-disable .mz-item-details-second,
.mz-carttable-item-v2 .mz-carttable-item-product.mz-oos-product-disable .mz-collect-pickupAt {
  opacity: .4;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L75 */
.mz-carttable-item-v2 .mz-carttable-item-product.mz-oos-product-disable .mz-carttable-item-qty {
  pointer-events: none;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L79 */
.mz-carttable-item-v2 .mz-carttable-item-product.mz-oos-product-disable,
.mz-carttable-item-v2 .mz-carttable-item-product.mz-carttable-item-product-discount,
.mz-carttable-item-v2 .mz-carttable-item-product.mz-limited-stock-product {
  min-height: 155px;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L86 */
.mz-carttable-item-v2 .mz-item-item-details {
  flex: 1;
  padding-left: 20px;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-item-details {
    padding-left: 11px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L94 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-image {
    height: 103px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L101 */
.mz-carttable-item-v2 .mz-item-brand {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: uppercase;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L112 */
.mz-carttable-item-v2 .mz-item-details-row.pr-details-first {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-row.pr-details-first {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    min-height: 94px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L123 */
.mz-carttable-item-v2 .mz-carttable-item-heading {
  flex: 1;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-heading {
    order: 1;
    max-width: 138px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L129 */
.mz-carttable-item-v2 .mz-carttable-item-heading .mz-cartItemOptions-mob {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-heading .mz-cartItemOptions-mob {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    color: black;
    display: block;
    margin: 0;
    width: 90%;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L141 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-heading .mz-cartItemOptions-mob .mz-property-value {
    margin: 0 4px 0 0;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L159 */
.mz-carttable-item-v2 .mz-carttable-item-qty {
  padding: 0 20px;
  position: relative;
  height: 47px;
  margin-top: -9px;
  width: 75px;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-qty {
    padding: 0;
    order: 5;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L170 */
.mz-carttable-item-v2 .mz-carttable-item-qty .mz-down-cart-icon {
  position: absolute;
  width: 16px;
  height: 8px;
  right: 30%;
  top: 42%;
  display: inline-block;
  pointer-events: none;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-qty .mz-down-cart-icon {
    right: 16%;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L182 */
.mz-carttable-item-v2 .mz-carttable-item-qty .mz-carttable-qty-field {
  outline: none;
  background-color: white !important;
  color: black;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L187 */
/* /stylesheets/modules/cart/cart-table-item-v2.less:L188 */
.mz-carttable-item-v2 .mz-carttable-item-qty.mz-limited-stock-qty::before {
  content: '';
  width: 40px;
  height: 40px;
  clip-path: polygon(0% 0, 50% 0%, 0 50%);
  position: absolute;
  background-color: #cccccc;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L198 */
/* /stylesheets/modules/cart/cart-table-item-v2.less:L199 */
.mz-carttable-item-v2 .mz-carttable-item-qty.mz-limited-stock-qty_discount::before {
  content: '';
  width: 40px;
  height: 40px;
  clip-path: polygon(0% 0, 0% 0%, 0 0%);
  position: absolute;
  background-color: #cccccc;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L210 */
/* /stylesheets/modules/cart/cart-table-item-v2.less:L211 */
.mz-carttable-item-v2 .carttable-item-product-info .mz-carttable-item-qty {
  margin-top: -11px;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L214 */
.mz-carttable-item-v2 .carttable-item-product-info .mz-oos-error-msg {
  font-size: 15px;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L220 */
.mz-carttable-item-v2 .mz-item-details-third {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  justify-content: flex-end;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third {
    margin-top: 10px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L230 */
.mz-carttable-item-v2 .mz-item-details-third .mz-collect-pickupAt {
  flex: 1;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L232 */
.mz-carttable-item-v2 .mz-item-details-third .mz-collect-pickupAt .mz-current-pickup-location {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L238 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third .mz-carttable-savelater-remove {
    position: absolute;
    left: 0;
    margin-top: 10px;
    top: 125px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L246 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third .mz-carttable-savelater-remove.mz-saveRemove-set {
    top: 144px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L251 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third .mz-carttable-savelater-remove.mz-bogo-saveRemove-set {
    top: 142px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L257 */
.mz-carttable-item-v2 .mz-item-details-third .mz-carttable-removeItem {
  padding-left: 15px;
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third .mz-carttable-removeItem {
    position: relative;
    position: absolute;
    left: 36px;
    top: 75%;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L267 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third .mz-carttable-removeItem .mz-remove-cart-icon {
    width: 21px;
    height: 18px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L273 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third .mz-carttable-removeItem::before {
    content: '';
    border-left: 1px solid #cccccc;
    position: absolute;
    left: 4px;
    top: 2px;
    height: 20px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L283 */
.mz-carttable-item-v2 .mz-item-details-third .mz-carttable-removeItem .mz-icon {
  text-indent: inherit;
  color: #333333;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L287 */
.mz-carttable-item-v2 .mz-item-details-third .mz-carttable-removeItem .mz-cart-remove {
  text-decoration: underline;
  padding-left: 5px;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third .mz-carttable-removeItem .mz-cart-remove {
    display: none;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L295 */
.mz-carttable-item-v2 .mz-item-details-third .mz-carttable-save-later {
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third .mz-carttable-save-later {
    position: absolute;
    left: 7px;
    top: 75%;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L302 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third .mz-carttable-save-later .mz-heart-cart-icon {
    height: 20px;
    padding-top: 4px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L308 */
.mz-carttable-item-v2 .mz-item-details-third .mz-carttable-save-later .mz-save-later {
  text-decoration: underline;
  padding-left: 5px;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third .mz-carttable-save-later .mz-save-later {
    display: none;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L317 */
/* /stylesheets/modules/cart/cart-table-item-v2.less:L318 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third .cart-savelater-icon .mz-heart-cart-icon {
    height: 20px;
    padding-top: 0px;
    vertical-align: bottom;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L325 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-third .cart-savelater-icon.mz-saveRemove-set {
    top: 144px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L334 */
/* /stylesheets/modules/cart/cart-table-item-v2.less:L335 */
/* /stylesheets/modules/cart/cart-table-item-v2.less:L336 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-product-discount .mz-carttable-item-price .is-crossedout,
  .mz-carttable-item-v2 .mz-carttable-item-product-discount .mz-carttable-item-price .is-saleprice {
    position: static;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L343 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-product-discount .mz-carttable-item-qty {
    display: none;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L350 */
.mz-carttable-item-v2 .mz-carttable-item-price {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-price {
    font-size: 16px;
    line-height: 21px;
    order: 4;
    font-weight: bold;
    margin-left: auto;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L364 */
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-price .mz-item-price {
    position: absolute;
    right: 0;
    top: 82px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L371 */
.mz-carttable-item-v2 .mz-carttable-item-price .is-saleprice {
  order: 1;
  font-weight: 600;
  color: #c4201d;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-price .is-saleprice {
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 66px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L382 */
.mz-carttable-item-v2 .mz-carttable-item-price .is-crossedout {
  order: 2;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-price .is-crossedout {
    position: absolute;
    right: 0;
    top: 85px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L393 */
.mz-carttable-item-v2 .mz-carttable-item-total-price {
  font-size: 16px;
  display: flex;
  flex-flow: column;
  width: 18%;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .mz-carttable-item-v2 .mz-carttable-item-total-price {
    width: auto;
  }
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-carttable-item-total-price {
    display: none;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L404 */
.mz-carttable-item-v2 .mz-carttable-item-total-price .mz-item-rowtotal {
  color: #333333;
  font-weight: bold;
  order: 1;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L409 */
.mz-carttable-item-v2 .mz-carttable-item-total-price .mz-item-discount {
  flex-direction: column;
  font-size: 12px;
  order: 2;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L414 */
.mz-carttable-item-v2 .mz-carttable-item-total-price .is-crossedout {
  display: none;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L419 */
.mz-carttable-item-v2 .mz-item-details-second {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  width: 45%;
}
@media only screen and (min-width: 501px) {
  .mz-carttable-item-v2 .mz-item-details-second {
    display: block;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L428 */
/* /stylesheets/modules/cart/cart-table-item-v2.less:L429 */
.mz-carttable-item-v2 .mz-item-details-second .mz-bundledProduct-content .mz-bundleProduct-name {
  margin-left: 0;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-second {
    display: none;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L436 */
@media only screen and (min-width: 501px) {
  .mz-carttable-item-v2 .mz-item-details-second.mz-item-mobile {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-second.mz-item-mobile {
    font-size: 12px;
    width: 60%;
    line-height: 16px;
    order: 3;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    display: none;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L450 */
.mz-carttable-item-v2 .mz-item-details-second.mz-item-mobile .mz-propertylist {
  margin: 0;
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L454 */
.mz-carttable-item-v2 .mz-item-details-second .mz-property-value {
  margin-left: 0;
  margin: 0 4px 0 0;
}
@media only screen and (max-width: 500px) {
  .mz-carttable-item-v2 .mz-item-details-second .mz-property-value {
    margin-left: 0;
    margin-right: 1px;
  }
}
/* /stylesheets/modules/cart/cart-table-item-v2.less:L461 */
.mz-carttable-item-v2 .mz-item-details-second .mz-property-value:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1250px) and (min-width: 1001px) {
  .mz-carttable-item-v2 .mz-item-details-second .mz-property-value {
    margin-right: 5px;
    margin-left: 0;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L1 */
.mz-collection-delivery-options-section {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(176, 176, 176, 0.5);
  padding: 24px 25px 29px;
  margin-top: 30px;
}
@media only screen and (max-width: 1250px) and (min-width: 1001px) {
  .mz-collection-delivery-options-section {
    width: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .mz-collection-delivery-options-section {
    width: auto;
    padding: 16px 17px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-collection-delivery-options-section {
    display: none;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L18 */
.mz-collection-delivery-options-section .mz-collection-delivery-options-heading {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding-bottom: 28px;
}
@media only screen and (max-width: 500px) {
  .mz-collection-delivery-options-section .mz-collection-delivery-options-heading {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 16px;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L33 */
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L34 */
.mz-collection-delivery-options-section .mz-collection-delivery-options-content .cnc-disabled {
  opacity: 30%;
  pointer-events: none;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L38 */
.mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row {
  display: flex;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
@media only screen and (max-width: 500px) {
  .mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row {
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L51 */
.mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .cnc-disabled {
  opacity: 30%;
  pointer-events: none;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L55 */
.mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .collect-location {
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L60 */
@media only screen and (max-width: 500px) {
  .mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .mz-desktop-collectAt {
    display: none;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L65 */
.mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .mz-mobile-click-collectAt {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .mz-mobile-click-collectAt {
    display: block;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L72 */
.mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .fulfillment-selection {
  margin-right: 28px;
  accent-color: #005640;
}
@media only screen and (max-width: 500px) {
  .mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .fulfillment-selection {
    margin-right: 16px;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L79 */
.mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .icon {
  margin-right: 28px;
}
@media only screen and (max-width: 500px) {
  .mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .icon {
    margin-right: 16px;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L85 */
.mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .details {
  display: flex;
  flex-direction: column;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L89 */
.mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .details.fulfillment {
  justify-content: center;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L92 */
@media only screen and (max-width: 500px) {
  .mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .title {
    display: flex;
    flex-wrap: wrap;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L97 */
@media only screen and (max-width: 500px) {
  .mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .title .business-days {
    width: 100%;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L103 */
.mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row .price {
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L110 */
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L111 */
.mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row.mz-cod-section .price {
  width: 100px;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .mz-collection-delivery-options-section .mz-collection-delivery-options-content .mz-content-row.mz-cod-section .price {
    width: 50%;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L123 */
.cnc-warning-box {
  line-height: 21px;
  font-size: 14px;
  background-color: #ffffca;
  border: 1px solid #ffcd00;
  margin-top: 10px;
  margin-left: 40px;
  display: flex;
  width: 70%;
  align-items: flex-start;
  gap: 8px;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L135 */
.cnc-warning-box .cnc-warning-img {
  padding-left: 7.6px;
  padding-top: 8.6px;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L139 */
@media only screen and (max-width: 500px) {
  .cnc-warning-box .cnc-warning-img .warning-img {
    width: 15.8px;
    height: 15.8px;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L147 */
.cnc-warning-box .cnc-warning-msg {
  padding: 10px 10px 10px 0px;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .cnc-warning-box .cnc-warning-msg {
    padding-left: 0px;
    padding-top: 9.6px;
  }
}
@media only screen and (max-width: 500px) {
  .cnc-warning-box {
    margin-left: 0px;
    width: 100%;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L162 */
@media only screen and (max-width: 500px) {
  .mz-cart-collection-delivery-mobile {
    display: block!important;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L166 */
.mz-cart-collection-delivery-mobile .mz-collection-delivery-details {
  padding: 0;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L169 */
.mz-cart-collection-delivery-mobile .mz-collection-delivery-options-section {
  display: block;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L172 */
.mz-cart-collection-delivery-mobile td.mz-collection-delivery-details.fulfillment {
  width: 100vw;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L175 */
.mz-cart-collection-delivery-mobile .fulfillment-options-mobile {
  width: 100vw;
  max-width: 452px;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L181 */
.mz-collection-delivery-options-main {
  display: flex;
  width: calc(65% - 45px);
}
@media (max-width: 1025px) {
  .mz-collection-delivery-options-main {
    width: 100%;
  }
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L187 */
.mz-collection-delivery-options-main .mz-collection-delivery-list {
  width: 100%;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L190 */
.mz-collection-delivery-options-main .mz-collection-delivery-data {
  display: block;
}
/* /stylesheets/modules/cart/cart-collection-delivery-options.less:L195 */
@media only screen and (max-width: 500px) {
  .cart-collection-delivery-options {
    width: 100%;
  }
  /* /stylesheets/modules/cart/cart-collection-delivery-options.less:L198 */
  .cart-collection-delivery-options tr,
  .cart-collection-delivery-options td {
    width: 100%;
    display: block;
  }
}
/* /stylesheets/modules/checkout/checkout-store-credit.less:L1 */
/* /stylesheets/modules/checkout/checkout-store-credit.less:L2 */
.mz-checkout-storecredit .mz-checkout-storecredit-list {
  margin: 0 12.5px 12.5px;
}
/* /stylesheets/modules/checkout/checkout-store-credit.less:L5 */
.mz-checkout-storecredit .mz-checkout-storecredit-appliedcreditslist {
  margin: 12.5px 0;
  padding: 0;
}
/* /stylesheets/modules/checkout/checkout-store-credit.less:L9 */
.mz-checkout-storecredit .mz-checkout-storecredit-credit {
  display: block;
  margin: 0 12.5px;
}
/* /stylesheets/modules/checkout/checkout-store-credit.less:L12 */
.mz-checkout-storecredit .mz-checkout-storecredit-credit input {
  vertical-align: top;
}
/* /stylesheets/modules/checkout/checkout-store-credit.less:L15 */
.mz-checkout-storecredit .mz-checkout-storecredit-credit .mz-icon {
  vertical-align: middle;
  margin-left: 6.25px;
}
/* /stylesheets/modules/checkout/checkout-store-credit.less:L20 */
.mz-checkout-storecredit .mz-checkout-appliedcredits-remainingtotal {
  margin: 12.5px 18.75px;
  font-weight: bold;
  font-size: 20px;
}
/* /stylesheets/modules/checkout/checkout-store-credit.less:L25 */
.mz-checkout-storecredit .mz-checkout-storecredit-creditamount {
  display: inline-block;
  font-weight: bold;
  margin: 0 6.25px;
  vertical-align: middle;
}
/* /stylesheets/modules/checkout/checkout-store-credit.less:L31 */
.mz-checkout-storecredit .mz-checkout-storecredit-creditcode {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-style: italic;
}
/* /stylesheets/modules/checkout/checkout-store-credit.less:L38 */
.mz-checkout-storecredit .mz-checkout-storecredit-applyamount {
  margin: 25px 0 12.5px;
}
/* /stylesheets/modules/checkout/checkout-digital-credit.less:L1 */
/* /stylesheets/modules/checkout/checkout-digital-credit.less:L2 */
.mz-checkout-digitalcredit th {
  text-align: right;
  padding: 12.5px 25px;
  color: #eeeeee;
  background-color: #666666;
  border-bottom: 1px solid white;
}
/* /stylesheets/modules/checkout/checkout-digital-credit.less:L8 */
.mz-checkout-digitalcredit th.mz-checkout-digitalcredit-header-code {
  text-align: left;
}
/* /stylesheets/modules/checkout/checkout-digital-credit.less:L11 */
.mz-checkout-digitalcredit th.mz-checkout-digitalcredit-header-unlabeled {
  padding-right: 0;
  padding-left: 0;
}
/* /stylesheets/modules/checkout/checkout-digital-credit.less:L16 */
.mz-checkout-digitalcredit td {
  text-align: right;
  padding: 12.5px 25px;
}
/* /stylesheets/modules/checkout/checkout-digital-credit.less:L19 */
.mz-checkout-digitalcredit td.mz-checkout-digitalcredit-cell-enable,
.mz-checkout-digitalcredit td.mz-checkout-digitalcredit-cell-code,
.mz-checkout-digitalcredit td.mz-checkout-digitalcredit-cell-savetoaccount,
.mz-checkout-digitalcredit td.mz-checkout-digitalcredit-cell-savetoaccount-label {
  text-align: left;
  padding-right: 0;
}
/* /stylesheets/modules/checkout/checkout-digital-credit.less:L25 */
.mz-checkout-digitalcredit input {
  text-align: left;
}
/* /stylesheets/modules/checkout/checkout-digital-credit.less:L27 */
.mz-checkout-digitalcredit input.data-mz-credit-amt-to-apply {
  text-align: right;
  width: 100px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1 */
.mz-checkout-payment {
  clear: both;
  min-width: 340px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L5 */
.mz-checkout-payment .mz-checkout-paymenttitle {
  border-bottom: 1px solid #eeeeee;
  font-weight: normal;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L8 */
.mz-checkout-payment .mz-checkout-paymenttitle strong {
  font-size: 16px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L14 */
.mz-checkout-payment-change,
.mz-checkout-payment-done {
  float: right;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L19 */
/* /stylesheets/modules/checkout/checkout-payment.less:L20 */
.mz-paymentselector.mz-l-formfieldgroup .mz-digitalwallets {
  padding-top: 12.5px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L23 */
.mz-paymentselector.mz-l-formfieldgroup .mz-l-formfieldgroup .mz-l-formfieldgroup-row {
  display: table-row;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L26 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-option .mz-checkoutform-radio {
  text-align: left;
  display: block;
  font-size: 16px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L31 */
/* /stylesheets/modules/checkout/checkout-payment.less:L32 */
.mz-paymentselector.mz-l-formfieldgroup .mz-l-formfieldgroup-cell > label {
  text-align: right;
  display: block;
  min-width: 155px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L37 */
/* /stylesheets/modules/checkout/checkout-payment.less:L39 */
.mz-paymentselector.mz-l-formfieldgroup .mz-l-formfieldgroup-cell .mz-paymentselector-reenter-cvv label {
  text-align: left;
  min-width: auto;
  display: inline-block;
  margin-right: 6.25px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L47 */
.mz-paymentselector.mz-l-formfieldgroup .mz-payment-credit-card-savepayment-row {
  margin-left: 155px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L52 */
.mz-paymentselector-label-separator {
  text-align: center;
  border-bottom: 1px dashed #eeeeee;
  text-decoration: none;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L58 */
.mz-paymentselector-separator {
  border-top: 1px solid #eeeeee;
  padding-top: 25px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L63 */
.mz-paymentselector-newcreditcard .mz-l-formfieldgroup-cell:first-child label {
  min-width: 155px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L69 */
.mz-card-payment-selector {
  height: 49px;
  width: 212px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L74 */
.credit-debit-card-div {
  display: flex;
  margin-bottom: 25px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L77 */
@media only screen and (max-width: 500px) {
  /* /stylesheets/modules/checkout/checkout-payment.less:L82 */
  .credit-debit-card-div .credit-debit-card-div-info {
    display: flex;
    padding-bottom: 10px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L88 */
.mz-forms-edit-button {
  color: black;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L91 */
.credit-debit-card-div-radio {
  margin-top: 37px;
  margin-right: 10px;
}
@media only screen and (max-width: 500px) {
  .credit-debit-card-div-radio {
    margin-left: -4px;
    margin-right: 8px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L99 */
.credit-debit-card {
  height: 21px;
  width: 150px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 10px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L112 */
.card-payment {
  margin-top: 20px;
  margin-right: 17px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L118 */
.card-payment-cvv {
  margin-top: -5px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L121 */
.card-payment-detail-div {
  float: right;
  /* margin-left: 40px; */
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L128 */
.knet-card {
  min-width: 50px;
  margin-block-start: 8%;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L132 */
.use-card-info {
  height: 18px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L142 */
.total-to-pay-div {
  border: 1px solid #cccccc;
  height: 76px;
  border-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .total-to-pay-div {
    min-width: 355px;
    height: 56px;
    margin: 0 10px 0 10px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L155 */
.total-to-pay {
  margin: 32px 469px 24px 33px;
  height: 20px;
  width: 400px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}
@media only screen and (max-width: 500px) {
  .total-to-pay {
    margin: 20px 169px 16px 12px;
    font-size: 16px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L170 */
.total-amount-span {
  margin-top: 0.5px;
  position: absolute;
  margin-left: 7.5px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L175 */
.payment-method-div {
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: row;
  height: 76px;
  border-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .payment-method-div {
    min-width: 355px;
    height: 92px;
    margin: 0 10px 0 10px;
    display: grid;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L192 */
.payment-method {
  margin-bottom: 23px;
  margin-top: 28.8px;
  height: 21px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  margin-left: 33px;
}
@media only screen and (max-width: 500px) {
  .payment-method {
    width: 355px;
    margin-top: 19.8px;
    margin-left: 12px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .payment-method {
    width: 240px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L216 */
.payment-method-type {
  margin-right: 20px;
  margin-bottom: 23px;
}
@media only screen {
  .payment-method-type {
    text-align: right;
    flex: auto;
  }
}
@media only screen and (max-width: 500px) {
  .payment-method-type {
    margin: 0;
    width: 355px;
    margin-top: -15px;
    margin-left: 7px;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1090px) {
  .payment-method-type {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 1091px) and (max-width: 1200px) {
  .payment-method-type {
    margin-left: 130px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L237 */
.payment-option-selector {
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 500px) {
  .payment-option-selector {
    min-width: 355px;
    margin: 0 10px 0 10px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L249 */
.payment-option-selector .mz-paymentselector-validation {
  display: inline !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L253 */
.choose-payment-div {
  height: 21px;
  width: 214px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 31.8px;
  margin-left: 25px;
}
@media only screen and (max-width: 500px) {
  .choose-payment-div {
    margin-left: 13px;
    margin-top: 19.8px;
    margin-bottom: 20px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L269 */
.choose-payment-div .forDesktopPay {
  display: block;
}
@media only screen and (max-width: 500px) {
  .choose-payment-div .forDesktopPay {
    display: none;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L275 */
.choose-payment-div .forMobilePay {
  display: none;
}
@media only screen and (max-width: 500px) {
  .choose-payment-div .forMobilePay {
    display: block;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L282 */
.rectangle {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: white;
  margin: 24px 34px 24px 34px;
}
@media only screen and (max-width: 500px) {
  .rectangle {
    min-width: 331px;
    margin: 16px 11px 16px 13px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L299 */
.card-type {
  margin-top: 13px;
}
@media only screen and (max-width: 500px) {
  .card-type {
    margin-top: 13px;
    width: 42px;
    height: 55px;
    object-fit: cover;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L312 */
.mz-paymenttype-input {
  margin-left: 18px !important;
  width: 18px !important;
  height: 18px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L317 */
.new-card-div {
  height: 18px;
  width: 96px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 29.2px;
  margin-bottom: 20px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L330 */
@media only screen and (min-width: 400px) and (max-width: 768px) {
  .mz-payment-step-container {
    width: 355px;
    margin: 0 10px 0 10px;
  }
}
@media only screen and (min-width: 355px) and (max-width: 380px) {
  .mz-payment-step-container {
    width: 355px;
    margin-left: -18px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L343 */
.mz-checkout-form .mz-l-column {
  width: 52% !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L346 */
.card-text-input {
  box-sizing: border-box;
  height: 40px;
  width: 361px !important;
  border: 1px solid #cccccc !important;
  background-color: white;
  padding-left: 16px !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 500px) {
  .card-text-input {
    width: 311px !important;
  }
}
@media only screen and (min-width: 389px) and (max-width: 400px) {
  .card-text-input {
    width: 327px !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 413px) {
  .card-text-input {
    width: 348px !important;
  }
}
@media only screen and (min-width: 413px) and (max-width: 450px) {
  .card-text-input {
    width: 350px !important;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L368 */
.card-text-input-number {
  box-sizing: border-box;
  height: 40px;
  width: 361px !important;
  border: 1px solid #cccccc !important;
  background-color: white;
  padding-left: 63px !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 500px) {
  .card-text-input-number {
    width: 311px !important;
  }
}
@media only screen and (min-width: 389px) and (max-width: 400px) {
  .card-text-input-number {
    width: 327px !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 413px) {
  .card-text-input-number {
    width: 348px !important;
  }
}
@media only screen and (min-width: 413px) and (max-width: 450px) {
  .card-text-input-number {
    width: 350px !important;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L389 */
.mz-payment-card-row {
  width: 100%;
  height: 70px;
  margin-top: 20px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L395 */
.card-payment-main-container {
  width: 361px !important;
  margin-left: 76px;
}
@media only screen and (max-width: 500px) {
  .card-payment-main-container {
    width: 331px !important;
    padding: 10px;
    margin-left: 0;
    margin-top: -38px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L407 */
.card-text-input-half {
  box-sizing: border-box;
  height: 40px;
  width: 60px !important;
  border: 1px solid #cccccc !important;
  background-color: white;
  padding-left: 21px !important;
  margin-bottom: 0 !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L416 */
.card-slash {
  margin: 14.8px 5px 14px 5px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L419 */
.card-cvv {
  box-sizing: border-box;
  height: 40px;
  width: 90px !important;
  border: 1px solid #cccccc !important;
  background-color: white;
  padding-left: 32px !important;
  margin-bottom: 0 !important;
  margin-right: 12px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L429 */
.card-cvv-saved {
  box-sizing: border-box;
  height: 40px;
  width: 90px !important;
  border: 1px solid black !important;
  background-color: white;
  padding-left: 32px !important;
  margin-bottom: 0 !important;
  margin-right: 12px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L439 */
.card-text-title {
  height: 18px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 5px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L449 */
.useshippinglabel {
  height: 24px;
  width: 519px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
@media only screen and (max-width: 500px) {
  .useshippinglabel {
    width: 273px;
    margin-bottom: 10px;
    margin-top: -3px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L464 */
/* /stylesheets/modules/checkout/checkout-payment.less:L465 */
.mz-paymentselector .mz-checkoutform-active {
  background-color: transparent;
  border: 1px solid black;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L469 */
.mz-paymentselector .mz-payment-selected {
  background-color: transparent;
  border: 1px solid black;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L480 */
.mz-checkoutform-active1 {
  border: 1px solid black;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L483 */
.card-payment-main-container .mz-l-stack-section {
  margin-top: 25px !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L487 */
.mz-billing-address-div {
  display: flex;
  margin-top: 25px !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L490 */
.mz-billing-address-div .container {
  margin-left: 0 !important;
  margin-right: 14px !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L494 */
.mz-billing-address-div .address-type-image {
  display: none;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L499 */
/* /stylesheets/modules/checkout/checkout-payment.less:L501 */
.credit-debit-card-div-radio .container,
.mz-billing-address-div .container,
.toSaveCardDetails .container {
  display: block;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  margin-left: 18px;
  cursor: pointer !important;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L516 */
.credit-debit-card-div-radio .container input,
.mz-billing-address-div .container input,
.toSaveCardDetails .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L525 */
.credit-debit-card-div-radio .checkmark,
.mz-billing-address-div .checkmark,
.toSaveCardDetails .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px !important;
  width: 16px !important;
  background-color: white;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L535 */
.credit-debit-card-div-radio .container:hover input ~ .checkmark,
.mz-billing-address-div .container:hover input ~ .checkmark,
.toSaveCardDetails .container:hover input ~ .checkmark {
  background-color: white;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L540 */
.credit-debit-card-div-radio .container input:checked ~ .checkmark,
.mz-billing-address-div .container input:checked ~ .checkmark,
.toSaveCardDetails .container input:checked ~ .checkmark {
  background-color: #005640;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L545 */
.credit-debit-card-div-radio .container .mz-bluePaymentRequested ~ .checkmark,
.mz-billing-address-div .container .mz-bluePaymentRequested ~ .checkmark,
.toSaveCardDetails .container .mz-bluePaymentRequested ~ .checkmark {
  background-color: #005640;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L552 */
.credit-debit-card-div-radio .checkmark:after,
.mz-billing-address-div .checkmark:after,
.toSaveCardDetails .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L559 */
.credit-debit-card-div-radio .container input:checked ~ .checkmark:after,
.mz-billing-address-div .container input:checked ~ .checkmark:after,
.toSaveCardDetails .container input:checked ~ .checkmark:after,
.credit-debit-card-div-radio .container .mz-bluePaymentRequested ~ .checkmark:after,
.mz-billing-address-div .container .mz-bluePaymentRequested ~ .checkmark:after,
.toSaveCardDetails .container .mz-bluePaymentRequested ~ .checkmark:after {
  display: block;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L565 */
.credit-debit-card-div-radio .container .checkmark:after,
.mz-billing-address-div .container .checkmark:after,
.toSaveCardDetails .container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* /stylesheets/modules/checkout/checkout-payment.less:L577 */
.credit-debit-card-div-radio .container-radio,
.mz-billing-address-div .container-radio,
.toSaveCardDetails .container-radio {
  display: block;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  margin-left: 18px;
  cursor: pointer !important;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L592 */
.credit-debit-card-div-radio .container-radio input,
.mz-billing-address-div .container-radio input,
.toSaveCardDetails .container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L601 */
.credit-debit-card-div-radio .checkmark-radio,
.mz-billing-address-div .checkmark-radio,
.toSaveCardDetails .checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L613 */
.credit-debit-card-div-radio .container-radio:hover input ~ .checkmark-radio,
.mz-billing-address-div .container-radio:hover input ~ .checkmark-radio,
.toSaveCardDetails .container-radio:hover input ~ .checkmark-radio {
  background-color: white;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L617 */
.credit-debit-card-div-radio .checkmark-radio-selected,
.mz-billing-address-div .checkmark-radio-selected,
.toSaveCardDetails .checkmark-radio-selected {
  background-color: #005640 !important;
  width: 13px;
  height: 13px;
  border: 3px solid #eeeeee;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L625 */
/* /stylesheets/modules/checkout/checkout-payment.less:L626 */
.credit-debit-card-div-radio .cash-ondelivery-payment .checkmark-radio-selected,
.mz-billing-address-div .cash-ondelivery-payment .checkmark-radio-selected,
.toSaveCardDetails .cash-ondelivery-payment .checkmark-radio-selected {
  width: 16px;
  height: 16px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L632 */
.credit-debit-card-div-radio .container-radio input:checked ~ .checkmark-radio,
.mz-billing-address-div .container-radio input:checked ~ .checkmark-radio,
.toSaveCardDetails .container-radio input:checked ~ .checkmark-radio {
  background-color: #005640;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L637 */
.credit-debit-card-div-radio .checkmark-radio:after,
.mz-billing-address-div .checkmark-radio:after,
.toSaveCardDetails .checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L644 */
.credit-debit-card-div-radio .container-radio input:checked ~ .checkmark-radio:after,
.mz-billing-address-div .container-radio input:checked ~ .checkmark-radio:after,
.toSaveCardDetails .container-radio input:checked ~ .checkmark-radio:after {
  display: block;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L649 */
.credit-debit-card-div-radio .container-radio .checkmark-radio:after,
.mz-billing-address-div .container-radio .checkmark-radio:after,
.toSaveCardDetails .container-radio .checkmark-radio:after {
  top: -3px;
  left: -3px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 3px solid #eeeeee;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L665 */
.credit-card-image {
  left: 10px;
  top: 1px;
  /* position: relative; */
  /* margin-left: -5px; */
  position: absolute;
  width: 38px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L676 */
.card-number-input-div {
  position: relative;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L679 */
/* /stylesheets/modules/checkout/checkout-payment.less:L680 */
.mz-paymentselector .mz-validationmessage {
  font-size: 12px;
  display: block;
  /* width: 142px; */
  color: #a6192e;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 10px;
  margin-top: 6px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L695 */
.cvv-div {
  display: flex;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L699 */
.save-card-button-div {
  margin-left: 372px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 500px) {
  .save-card-button-div {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L711 */
.save-card-button-div .save-card-details-btn {
  height: 48px;
  width: 176px;
  background-color: #627786;
  color: white;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .save-card-button-div .save-card-details-btn {
    width: 311px;
  }
}
@media only screen and (min-width: 389px) and (max-width: 400px) {
  .save-card-button-div .save-card-details-btn {
    width: 327px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 413px) {
  .save-card-button-div .save-card-details-btn {
    width: 348px;
  }
}
@media only screen and (min-width: 413px) and (max-width: 450px) {
  .save-card-button-div .save-card-details-btn {
    width: 350px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L738 */
/* /stylesheets/modules/checkout/checkout-payment.less:L739 */
.mz-checkout .mz-l-2column-right .mz-l-column + .mz-l-column {
  padding-left: 0;
  padding-right: 25px;
  margin-right: 35px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  /* /stylesheets/modules/checkout/checkout-payment.less:L748 */
  /* /stylesheets/modules/checkout/checkout-payment.less:L749 */
  .mz-checkout #checkout-rightcol {
    display: none;
  }
  /* /stylesheets/modules/checkout/checkout-payment.less:L752 */
  .mz-checkout .mz-l-2column-right .mz-l-column {
    float: left;
    width: 100%;
  }
  /* /stylesheets/modules/checkout/checkout-payment.less:L756 */
  .mz-checkout .mz-l-2column-right .mz-l-column + .mz-l-column {
    padding-left: 25px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L761 */
.billing-address-container {
  width: 436px;
  margin-left: 20px;
}
@media only screen and (max-width: 500px) {
  .billing-address-container {
    margin-left: 15px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L770 */
.billing-address-container .is-required {
  color: #333333 !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L773 */
.billing-address-container .mz-addressform-comments {
  display: none !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L776 */
@media only screen and (max-width: 500px) {
  .billing-address-container .mz-l-formfieldgroup-cell input[type=text] {
    width: 311px !important;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L781 */
@media only screen and (max-width: 500px) {
  .billing-address-container .mz-l-formfieldgroup-cell select {
    width: 311px !important;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L786 */
.billing-address-container .mz-address-field {
  width: 436px !important;
}
@media only screen and (max-width: 500px) {
  .billing-address-container .mz-address-field {
    width: 311px !important;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L792 */
/* /stylesheets/modules/checkout/checkout-payment.less:L793 */
.billing-address-container .mz-l-formfieldgroup-cell label {
  height: 18px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L803 */
.billing-address-container .mz-required-field {
  display: none !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L806 */
.billing-address-container .mz-l-formfieldgroup-row {
  height: 63px;
  width: 255px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .billing-address-container .mz-l-formfieldgroup-row {
    width: 311px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L814 */
.billing-address-container .mz-l-formfieldgroup .mz-l-formfieldgroup-cell {
  padding-bottom: 5px !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L817 */
.billing-address-container .address-type-billing .mz-l-formfieldgroup-cell:nth-child(odd) {
  padding-bottom: 12px !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L820 */
.billing-address-container .billing-home-address-type {
  width: 18px !important;
  height: 18px !important;
  margin-top: 14px;
}
@media only screen and (max-width: 500px) {
  .billing-address-container .billing-home-address-type {
    width: 18px !important;
    height: 18px !important;
    margin-top: 14px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L830 */
.billing-address-container .billing-office-address-type {
  width: 18px !important;
  height: 18px !important;
  margin-top: 14px;
}
@media only screen and (max-width: 500px) {
  .billing-address-container .billing-office-address-type {
    width: 18px !important;
    height: 18px !important;
    margin-top: 14px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L842 */
/* /stylesheets/modules/checkout/checkout-payment.less:L843 */
.mz-checkoutform-paymentinfo .mz-l-stack-section {
  clear: none !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L849 */
.mz-payment-cvv-div {
  margin-top: 11px;
  height: 86px;
  width: 568px;
  background-color: #e0e4e7;
  margin-left: -77px;
  display: grid;
  padding-left: 75px;
  padding-top: 18px;
  border-left: 5px solid black;
  border-right: 0.5px solid #e0e4e7;
}
@media only screen and (max-width: 500px) {
  .mz-payment-cvv-div {
    width: 339px;
    border-right: 0.5px solid #e0e4e7;
    margin-left: -11px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 374px) and (max-width: 388px) {
  .mz-payment-cvv-div {
    width: 305px;
    border-right: 0.5px solid #e0e4e7;
  }
}
@media only screen and (min-width: 389px) and (max-width: 400px) {
  .mz-payment-cvv-div {
    width: 317px;
    border-right: 0.5px solid #e0e4e7;
  }
}
@media only screen and (min-width: 410px) and (max-width: 413px) {
  .mz-payment-cvv-div {
    width: 338.5px;
  }
}
@media only screen and (min-width: 413px) and (max-width: 415px) {
  .mz-payment-cvv-div {
    width: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 808px) {
  .mz-payment-cvv-div {
    width: 519px;
  }
}
@media only screen and (min-width: 809px) and (max-width: 818px) {
  .mz-payment-cvv-div {
    width: 561px;
  }
}
@media only screen and (min-width: 819px) and (max-width: 900px) {
  .mz-payment-cvv-div {
    width: 633px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .mz-payment-cvv-div {
    width: 779px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 713px) {
  .mz-payment-cvv-div {
    width: 530px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L907 */
.your-card-details {
  height: 18px;
  width: 119px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 24px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L918 */
.your-card-details-div {
  margin-bottom: 10px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L921 */
.saved-pyament-select {
  height: 48px !important;
  width: 361px !important;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .saved-pyament-select {
    width: 311px !important;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L929 */
/* /stylesheets/modules/checkout/checkout-payment.less:L930 */
.saved-pyament-select option:hover {
  background-color: #cccccc;
  width: 361px;
}
@media only screen and (max-width: 500px) {
  .saved-pyament-select option:hover {
    width: 311px;
    background-color: #cccccc;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L941 */
.display-image {
  position: absolute;
  left: 207px;
  margin-top: 5px;
}
@media only screen and (max-width: 500px) {
  .display-image {
    position: absolute;
    left: 33px;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .display-image {
    position: absolute;
    left: 125px;
    margin-top: 7px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L971 */
.card-img {
  margin-top: 0 !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L974 */
.card-jcb-img {
  margin-top: 5px !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L977 */
.model-display-img {
  position: absolute;
  left: 207px;
  padding-top: 0px;
}
@media only screen and (max-width: 500px) {
  .model-display-img {
    position: absolute;
    left: 33px;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .model-display-img {
    position: absolute;
    left: 125px;
    padding-top: 0px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L998 */
.cc-img {
  position: absolute;
  padding-top: 12px;
  left: 206px;
}
@media only screen and (max-width: 500px) {
  .cc-img {
    position: absolute;
    left: 28px;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .cc-img {
    position: absolute;
    left: 125px;
    padding-top: 12px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1026 */
.cc-model-img {
  position: absolute;
  padding-top: 6px;
  left: 204px;
}
@media only screen and (max-width: 500px) {
  .cc-model-img {
    position: absolute;
    left: 28px;
    padding-top: 6px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .cc-model-img {
    position: absolute;
    left: 120px;
    padding-top: 6px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1042 */
.saveCardView {
  float: right;
  right: -180px;
  position: relative;
  top: -42px;
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .saveCardView {
    right: -130px;
  }
}
@media only screen and (max-width: 500px) {
  .saveCardView {
    right: 24px;
  }
}
@media only screen and (min-width: 389px) and (max-width: 400px) {
  .saveCardView {
    right: 5px;
  }
}
@media only screen and (min-width: 410px) and (max-width: 413px) {
  .saveCardView {
    right: -12px;
  }
}
@media only screen and (min-width: 413px) and (max-width: 450px) {
  .saveCardView {
    right: -16px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1067 */
.payment-header {
  height: 49px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc !important;
  padding-top: 24px !important;
}
@media only screen and (max-width: 500px) {
  .payment-header {
    margin-left: 11px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1077 */
.payment-header-incomplete {
  padding-top: 24px !important;
}
@media only screen and (max-width: 500px) {
  .payment-header-incomplete {
    margin-left: 11px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1084 */
.addnewcard {
  position: relative;
  left: 321px;
  text-decoration: underline;
  color: #757575;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .addnewcard {
    left: 100px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .addnewcard {
    left: 277px;
  }
}
@media only screen and (min-width: 819px) and (max-width: 900px) {
  .addnewcard {
    left: 375px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 411px) {
  .addnewcard {
    left: 131px;
  }
}
@media only screen and (min-width: 412px) and (max-width: 412px) {
  .addnewcard {
    left: 110px;
  }
}
@media only screen and (min-width: 413px) and (max-width: 415px) {
  .addnewcard {
    left: 131px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1119 */
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-checkoutform-paymentinfo {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-paymentinfo {
    margin-left: -11px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1127 */
.mz-paymentselector {
  display: inline !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1130 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1131 */
.savecard-select-div select {
  background-color: white;
  border: thin solid grey;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1145 */
.savecard-select-div select.arrows {
  background: url(../resources/images/icons/svg/downArrow.svg), url(../resources/images/icons/svg/upArrow.svg);
  background-position: 95.6% 80%,101% 52%;
  background-size: 15px,34px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .savecard-select-div select.arrows {
    background-position: 94.9% 80%,101% 52% !important;
  }
}
@media only screen and (max-width: 500px) {
  .savecard-select-div select.arrows {
    background-position: 95% 80%,101.5% 52%;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1157 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1161 */
.savecard-select-div select.arrows:focus {
  border-color: gray;
  outline: 0;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1166 */
.payment-method-type-header {
  right: 0;
  top: 2px;
  position: absolute;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1171 */
.checkout-display-payment-method {
  display: none;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1174 */
.mz-checkoutform-paymentinfo.is-new .checkout-display-payment-method {
  display: block;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1177 */
.place-order-btn {
  margin-left: 70px;
  margin-top: -11px;
  width: 288px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  background-color: #bed855;
  background-image: url('../resources/images/icons/svg/Lock.svg');
  background-repeat: no-repeat;
  background-position: 58px;
  background-size: 21px;
  padding: 13px 55px 12px 88px;
  margin-bottom: 32px;
  border: none !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1196 */
.place-order-btn:hover {
  background-color: #bed855;
}
@media only screen and (max-width: 500px) {
  .place-order-btn {
    margin-top: 0;
    float: none;
    width: 100%;
    margin-left: -12px;
    background-position: 92px;
    padding: 0;
  }
}
@media only screen and (min-width: 389px) and (max-width: 400px) {
  .place-order-btn {
    background-position: 85px;
  }
}
@media only screen and (max-width: 376px) {
  .place-order-btn {
    padding: 13px 55px 12px 88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1090px) {
  .place-order-btn {
    margin-top: 12px;
    margin-right: 20%;
  }
}
@media only screen and (min-width: 1091px) and (max-width: 1200px) {
  .place-order-btn {
    margin-top: 12px;
    margin-right: 26%;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1227 */
.place-order-btn-apple-pay-new {
  background: black;
  color: white !important;
  padding: 2px 35px 12px 47px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  margin-left: 70px;
  margin-top: -11px;
  width: 288px;
  height: 48px;
  background-color: black;
  margin-bottom: 32px;
  border: none !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1246 */
.place-order-btn-apple-pay-new:hover {
  background: black;
}
@media only screen and (max-width: 500px) {
  .place-order-btn-apple-pay-new {
    margin-top: 0;
    float: none;
    width: 100%;
    margin-left: 0px;
    background-position: 92px;
    padding: 0;
  }
}
@media only screen and (min-width: 389px) and (max-width: 400px) {
  .place-order-btn-apple-pay-new {
    background-position: 85px;
  }
}
@media only screen and (max-width: 376px) {
  .place-order-btn-apple-pay-new {
    padding: 0px 55px 12px 55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1090px) {
  .place-order-btn-apple-pay-new {
    margin-top: 12px;
    margin-right: 20%;
  }
}
@media only screen and (min-width: 1091px) and (max-width: 1200px) {
  .place-order-btn-apple-pay-new {
    margin-top: 12px;
    margin-right: 26%;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1276 */
.mobile-checkout {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mobile-checkout {
    display: block;
    text-align: center;
    width: 286px;
    margin-top: -60px;
  }
}
@media only screen and (min-width: 389px) and (max-width: 768px) {
  .mobile-checkout {
    margin-left: 17px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1288 */
.term-agree-label {
  font-size: 13px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  margin-left: -14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .term-agree-label {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1091px) and (max-width: 1200px) {
  .term-agree-label {
    margin-left: 100px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1301 */
@media only screen and (max-width: 500px) {
  .desktop-checkout {
    display: none;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1306 */
.current-payment-data {
  margin-left: 35px;
  font-size: 14px;
  font-family: 'MSLondon', sans-serif;
  color: #333333;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 500px) {
  .current-payment-data {
    margin-left: 95px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1317 */
.card-edit {
  margin-top: 16px;
  position: absolute;
  left: 45%;
}
@media only screen and (max-width: 500px) {
  .card-edit {
    left: 84%;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .card-edit {
    left: 84%;
  }
}
@media only screen and (min-width: 1910px) and (max-width: 1940px) {
  .card-edit {
    left: 39%;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1332 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1333 */
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-messagebar {
    top: 0;
    position: relative;
    margin-top: 22px;
    z-index: 10;
    width: 100%;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1342 */
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1348 */
.shipping-method-nxt-btn {
  width: 288px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  background-color: #bed855;
  background-image: url(../resources/images/icons/Lock.svg);
  background-repeat: no-repeat;
  background-position: 58px;
  background-size: 21px;
  float: right;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1362 */
.edit-card-btn {
  height: 28px;
  width: 26px;
  color: #757575;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-align: right;
  text-decoration: underline;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1374 */
.loader-btn {
  background-image: url(../resources/images/icons/svg/Loader-Icon.svg);
  color: transparent;
  background-position: 135px;
  background-size: 29px;
  pointer-events: none;
  width: 288px;
  background-color: #e4e4e4 !important;
}
@media only screen and (max-width: 500px) {
  .loader-btn {
    margin-top: 0;
    float: none;
    width: 100%;
    margin-left: -7px;
    background-position: 165px;
    padding: 0;
  }
}
@media only screen and (max-width: 376px) {
  .loader-btn {
    padding: 13px 55px 12px 88px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1090px) {
  .loader-btn {
    margin-top: 12px;
    margin-right: 20%;
  }
}
@media only screen and (min-width: 1091px) and (max-width: 1200px) {
  .loader-btn {
    margin-top: 12px;
    margin-right: 26%;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1404 */
.loader-btn-place {
  background-image: url(../resources/images/icons/svg/Loader-Icon.svg);
  color: transparent;
  background-position: 135px;
  background-size: 29px;
  pointer-events: none;
  width: 288px;
  background-color: #e4e4e4 !important;
  margin-top: -39px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  float: right;
  padding: 13px 55px 12px 88px;
  margin-bottom: 55px;
  border: none !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1423 */
.jcb {
  top: 6px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1426 */
.jcb-img {
  position: absolute;
  left: 211px;
  margin-top: 11px;
}
@media only screen and (max-width: 500px) {
  .jcb-img {
    left: 37px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .jcb-img {
    left: 127px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1436 */
.jcb-img img {
  height: 38px;
  width: 38px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1441 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1443 */
.credit-debit-card-div-radio .checkmark-radio-selected,
.toSaveCardDetails .checkmark-radio-selected,
.mz-billing-address-div .checkmark-radio-selected {
  width: 16px;
  height: 16px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1449 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1450 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1451 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1452 */
.credit-cart-payment .checkout-payment-saved-cards .savecard-select-div select {
  padding: 0.5em 3.5em 0.5em 5em;
}
@media only screen and (max-width: 500px) {
  .credit-cart-payment .checkout-payment-saved-cards .savecard-select-div select {
    width: 100%!important;
    padding: 0.5em 3.5em 0.5em 4em;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1458 */
@media (max-width: 480px) and (min-width: 400px) {
  .credit-cart-payment .checkout-payment-saved-cards .savecard-select-div select.arrows {
    background-position: 94.9% 80%,100% 52% !important;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1468 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1469 */
@media only screen and (max-width: 500px) {
  .mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard {
    display: block!important;
    padding: 0!important;
    border: none;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1475 */
@media only screen and (max-width: 500px) {
  .mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .card-payment-main-container {
    width: 100%!important;
    box-sizing: border-box;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1480 */
@media only screen and (max-width: 500px) {
  .mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .card-payment-main-container .saveCardView {
    right: 0;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1485 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1486 */
@media only screen and (max-width: 500px) {
  .mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .card-payment-main-container .mz-payment-new-card-add .mz-l-stack-section {
    margin: 30px 0 0!important;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1492 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1493 */
@media only screen and (max-width: 500px) {
  .mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .card-payment-main-container .checkout-payment-saved-cards .mz-l-formfieldgroup-row {
    display: block;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1500 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container {
  width: 360px;
  margin-left: 32px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container {
    width: 100%;
    margin-left: 0;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1507 */
@media only screen and (max-width: 500px) {
  .mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-addressform-container {
    margin-left: 0;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1512 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address {
  display: block;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1514 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1515 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-l-formfieldgroup-cell:nth-child(even) {
  padding: 0!important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1518 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-l-formfieldgroup-cell:nth-child(odd) {
  padding-bottom: 10px!important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1521 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-l-formfieldgroup-cell input,
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-l-formfieldgroup-cell select {
  width: 100%!important;
  border-color: #cccccc !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  color: black;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1530 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-l-formfieldgroup-cell input::placeholder,
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-l-formfieldgroup-cell select::placeholder {
  color: #999999;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1534 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1535 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-l-formfieldgroup-cell:first-child label {
  margin: 0;
  min-width: auto;
  color: black;
  font-weight: 600;
  line-height: 20px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1544 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1545 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1546 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child {
  display: grid;
  grid-template-columns: 1fr 3fr 0;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1549 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child select {
  width: 90px!important;
  margin-right: 10px;
  color: black;
  font-weight: bold;
  background-size: 16px;
  background-position-y: center;
  background-position-x: 80%;
  background-repeat: no-repeat;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1563 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1564 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1565 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-state .mz-l-formfieldgroup-cell select {
  background-image: url(../resources/images/icons/svg/downArrow.svg);
  background-size: 16px;
  background-position-y: center;
  background-position-x: 95%;
  background-repeat: no-repeat;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1574 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1575 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1576 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-country .mz-l-formfieldgroup-cell select {
  background-color: whitesmoke;
  font-weight: bold;
  color: #999999;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1581 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-country .mz-l-formfieldgroup-cell img {
  display: none;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1586 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .address-type-billing {
  margin-bottom: 20px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1588 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1589 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .address-type-billing .mz-l-formfieldgroup-cell input,
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .address-type-billing .mz-l-formfieldgroup-cell label {
  margin-top: 0;
  min-width: auto;
  color: black;
  font-weight: 600;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1596 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .address-type-billing .mz-l-formfieldgroup-cell .address-office {
  margin-left: 0;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .address-type-billing .mz-l-formfieldgroup-cell .address-office {
    margin-left: 0!important;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1602 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .address-type-billing .mz-l-formfieldgroup-cell input {
  width: 18px!important;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .address-type-billing .mz-l-formfieldgroup-cell input {
    margin-left: 0!important;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1608 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .address-type-billing .mz-l-formfieldgroup-cell .mz-address-type {
  column-gap: 16px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1610 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .address-type-billing .mz-l-formfieldgroup-cell .mz-address-type label {
  font-size: 15px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1616 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1617 */
@media only screen and (max-width: 500px) {
  .mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-billing-address-div .useshippinglabel {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1626 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-comments {
  margin: 0;
  position: relative;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1629 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-comments .mz-l-formfieldgroup-cell {
  display: flex;
  column-gap: 12px;
  padding-bottom: 0;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1633 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-comments .mz-l-formfieldgroup-cell input {
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1645 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1646 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-comments .mz-l-formfieldgroup-cell input:checked ~ .checkmark {
  background-color: #005640;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1648 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-comments .mz-l-formfieldgroup-cell input:checked ~ .checkmark::after {
  display: block;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1654 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-comments .mz-l-formfieldgroup-cell label {
  min-width: 20px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1657 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-comments .mz-l-formfieldgroup-cell .makedefaultText {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  color: black;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1666 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-comments .checkmark {
  width: 18px;
  height: 18px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1669 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-address .mz-addressform-comments .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 2.5px;
  height: 6.3px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1686 */
.mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .billing-address-container .mz-l-formfieldgroup-row {
  display: block;
  height: auto;
  width: auto;
  margin-bottom: 11px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1693 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1694 */
@media only screen and (max-width: 500px) {
  .mz-paymentselector.mz-l-formfieldgroup .mz-paymentselector-newcreditcard .save-card-button-div .save-card-details-btn {
    width: 100%;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1702 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1703 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1704 */
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-checkoutform-review .place-order-btn {
    background-image: none;
    padding: 0;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1709 */
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-checkoutform-review .place-order-btn span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1717 */
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-checkoutform-review .place-order-btn span::before {
    content: '';
    background-image: url('../resources/images/icons/svg/Lock.svg');
    background-repeat: no-repeat;
    background-size: 21px;
    width: 21px;
    height: 21px;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1732 */
.checkout-agreeToTerms {
  font-size: 13px;
  font-weight: semibold;
  font-weight: 600;
  color: #ea122a;
  /* width: 72%; */
  margin-left: -14px;
  margin-top: 5px;
  width: 110%;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1743 */
.step-review-main-div {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 500px) {
  .step-review-main-div {
    display: inline;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1749 */
.step-review-main-div .mz-formstep-next {
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .step-review-main-div .mz-formstep-next {
    width: 100%;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1755 */
.step-review-main-div .desktop-checkout {
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .step-review-main-div .desktop-checkout {
    width: 100%;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1763 */
.apple-payment-img {
  width: 50px;
  height: 30px;
  margin-top: 32px;
  margin-right: 17px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1770 */
.apple-payment-img-header {
  width: 34.904762px;
  height: 22px;
  margin-right: -6px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1776 */
/* /stylesheets/modules/checkout/checkout-payment.less:L1777 */
.apple-pay-payment select {
  padding: 0.5em 3.5em 0.5em 5em;
}
@media only screen and (max-width: 500px) {
  .apple-pay-payment select {
    width: 100%!important;
    padding: 0.5em 3.5em 0.5em 4em;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1783 */
@media (max-width: 480px) and (min-width: 400px) {
  .apple-pay-payment select.arrows {
    background-position: 94.9% 80%,100% 52% !important;
  }
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1790 */
.toSaveCardDetails {
  margin-top: 25px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1792 */
.toSaveCardDetails .container {
  margin-left: 0 !important;
  margin-right: 9px !important;
  display: inline-block;
  height: 5px;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1798 */
.toSaveCardDetails .container .mz-billingShippingAddressCheck {
  display: inline-block;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1803 */
.mz-billing-address-div {
  margin-top: 15px !important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1804 */
.toSaveCardDetails + .mz-l-stack-section {
  margin-top: 0px !Important;
}
/* /stylesheets/modules/checkout/checkout-payment.less:L1807 */
.toSaveCardDetails + .mz-l-stack-section:before {
  display: none !important;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1 */
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L2 */
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L3 */
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L4 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup {
  box-sizing: border-box;
  height: auto;
  width: 684px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 100px 0 rgba(176, 176, 176, 0.5);
  position: absolute;
  right: 28%;
  top: 20%;
  z-index: 10;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup {
    height: 113%;
    width: 100%;
    left: 0;
    top: -25px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup {
    left: 53px;
    top: 200px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 820px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup {
    left: 86px;
    top: 225px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1062px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup {
    left: 165px;
    top: 480px;
  }
}
@media only screen and (min-device-width: 819px) and (max-width: 821px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup {
    left: 88px;
    top: 38%;
  }
}
@media only screen and (min-width: 711px) and (max-width: 713px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup {
    top: 671px;
    left: 36px;
  }
}
@media only screen and (min-device-width: 712px) and (max-device-width: 1138px) and (orientation: portrait) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup {
    top: 671px;
  }
}
@media only screen and (min-width: 762px) and (max-width: 780px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup {
    left: 24px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L86 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header {
  box-sizing: border-box;
  width: 638px;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header {
    width: 100%;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L96 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-open-arrow-icon {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  margin-left: 15px;
  position: relative;
  top: 25px;
  cursor: pointer;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L108 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-lable {
  color: black;
  font-family: "MSLondon";
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  padding-top: 22px;
  padding-bottom: 16px;
  padding-left: 14px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-lable {
    width: 100%;
  }
}
@media only screen and (max-width: 361px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-lable {
    width: 290px;
  }
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-lable {
    width: 100%;
  }
}
@media only screen and (min-width: 389px) and (max-width: 395px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-lable {
    width: 310px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L135 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-lable.active {
  padding-top: 21px;
  margin-left: 15px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L140 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-lable.deactive {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L146 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-popup-close-container {
  position: relative;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L148 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-popup-close-container .mz-close-icon {
  height: 20px;
  width: 20px;
  padding-top: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-popup-close-container .mz-close-icon {
    display: flex;
    padding-top: 24px;
    cursor: pointer;
    box-sizing: content-box;
  }
}
@media only screen and (min-width: 374px) and (max-width: 376px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-popup-close-container .mz-close-icon {
    cursor: pointer;
    box-sizing: content-box;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L170 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-popup-close-container.active {
  left: 69%;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-popup-close-container.active {
    left: 0 !important;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 440px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-popup-close-container.active {
    left: 0 !important;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L181 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-popup-close-container.deactive {
  left: 67%;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-header .mz-blue-popup-close-container.deactive {
    left: 0 !important;
    margin-right: 20px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L191 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container {
  border-top: 1px solid #cccccc;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L201 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container {
  height: 285px;
}
@media only screen and (min-width: 374px) and (max-width: 376px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 711px) and (max-width: 715px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 819px) and (max-width: 821px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 1136px) and (max-width: 1139px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1062px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 411px) and (max-width: 413px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container {
    margin-top: 5px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L225 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-select-payment {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-left: 120px;
  margin-top: 25.3px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-select-payment {
    margin-top: 24px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 440px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-select-payment {
    margin-left: 36px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L247 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container {
  display: flex;
  padding: 15px 120px 50px 120px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container {
    padding: 20px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 440px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L261 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container {
  height: 184px;
  width: 206px;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(76, 76, 76, 0.5);
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container,
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container {
    height: 139px;
    width: 157px;
    display: block;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L275 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container {
  text-align: center;
  background: linear-gradient(315deg, #1c96d3 0%, #00509f 100%);
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L278 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container .mz-blue-wallet-image {
  width: 87px;
  height: 35px;
  margin-top: 25px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container .mz-blue-wallet-image {
    margin-top: 15px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L286 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container .pay-with-blue-wallet,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container .mz-wallet-ballance {
  color: white;
  font-family: "MSLondon";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  margin-top: 25px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container .pay-with-blue-wallet,
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container .mz-wallet-ballance {
    margin-top: 10px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L301 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container .pay-with-blue-wallet {
  width: 124px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L304 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container .mz-wallet-ballance {
  width: 55%;
  position: relative;
  bottom: 9px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container .mz-wallet-ballance {
    width: 75%;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L311 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container .mz-wallet-ballance .mz-ballance {
  font-weight: bold;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L315 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container .mz-amountDeductTickIcon.active {
  display: block;
  height: 36px;
  width: 36px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-wallet-image-container .mz-amountDeductTickIcon.active {
    margin: -5px auto;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L325 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container {
  margin-left: 32px;
  text-align: center;
  background: linear-gradient(315deg, #fafafa 0%, #e5e5e5 100%);
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L330 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .mz-blue-prepaid-image {
  width: 87px;
  height: 35px;
  margin-top: 25px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .mz-blue-prepaid-image {
    margin-top: 15px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L338 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .pay-with-blue-prepaid,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .card-ballance {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
  margin-top: 25px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .pay-with-blue-prepaid,
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .card-ballance {
    line-height: 21px;
    margin-top: 10px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L355 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .pay-with-blue-prepaid {
  width: 127px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L358 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .card-ballance {
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .card-ballance {
    width: 75%;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L364 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .card-ballance .mz-ballance {
  font-weight: bold;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L368 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .mz-amountDeductTickIcon {
  display: none;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L371 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .mz-amountDeductTickIcon.active {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 auto;
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container .mz-payment-selector-image-container .mz-blue-prepaid-image-container .mz-amountDeductTickIcon.active {
    top: 3px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L386 */
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L387 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-payment-selector-container.active .mz-payment-selector-image-container {
  margin-top: 45px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L392 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container {
  padding: 20.5px 87px 45px 87px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container {
    padding: 20px;
    width: 89.33%;
  }
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  
}
@media only screen and (min-width: 1137px) and (max-width: 1139px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container {
    margin: 4px 8%;
  }
}
@media only screen and (min-width: 711px) and (max-width: 713px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container {
    margin-left: 47px;
  }
}
@media only screen and (min-width: 819px) and (max-width: 821px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container {
    margin-right: 57px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L422 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-phone-number-container {
  margin-top: 15px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L424 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-phone-number-container .mz-blue-otp-message {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
@media only screen and (min-width: 711px) and (max-width: 713px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-phone-number-container .mz-blue-otp-message {
    font-size: 16px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L436 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-phone-number-container .mz-blue-phone-number {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L446 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container {
  margin-top: 15px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L448 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otplables {
  float: right;
  margin-right: 6px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otplables {
    display: flex;
    float: right;
    margin-right: 11px;
    margin-top: -3px;
  }
}
@media only screen and (min-width: 374px) and (max-width: 376px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otplables {
    margin-top: -45px;
  }
}
@media only screen and (min-width: 413px) and (max-width: 415px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otplables {
    margin-top: -44px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otplables {
    display: flex;
    float: right;
    margin-right: 21px;
  }
}
@media only screen and (min-width: 711px) and (max-width: 713px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otplables {
    margin-right: 9px;
    font-size: 59px;
  }
}
@media only screen and (min-width: 819px) and (max-width: 821px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otplables {
    margin-right: -12px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1062px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otplables {
    margin-right: 7px;
    float: right;
  }
}
@media only screen and (min-width: 1137px) and (max-width: 1139px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otplables {
    margin-right: 8px;
    float: right;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L504 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otp-lable {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L512 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-blue-otp-number-input {
  height: 48px;
  width: 510px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background-color: white;
  margin-top: 6px;
  padding-left: 12px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-blue-otp-number-input {
    width: 100%;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L527 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-blue-otp-number-input::placeholder {
  color: #757575;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L536 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-blue-otp-number-input.mz-wrongOTP {
  background-color: #fff3f4;
  border: 1px solid #fff3f4;
  border-left: 5px solid #ea122a;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L541 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-wrongOTPMessage {
  display: inline-block;
  color: #a6192e;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L550 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-expiredOTPMessage {
  display: inline-block;
  color: #a6192e;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L559 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otptimer,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otp-resend {
  color: #999999;
  font-family: "MSLondon";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
  position: relative;
  left: 9%;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L569 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otptimer {
  display: inline;
  font-weight: 600;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L573 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otp-resend {
  background-color: transparent;
  border: none;
  text-decoration-line: underline;
  text-decoration-color: #999999;
  display: inline-block;
  font-weight: bold;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L581 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otp-submit {
  height: 48px;
  width: 510px;
  background-color: #bed855;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  margin-top: 19px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otp-submit {
    width: 100%;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L602 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-blue-otp-form-container .mz-otp-disable {
  background-color: #e4e4e4 !important;
  pointer-events: none;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L607 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-useAnotherBlueAccountContainer {
  margin-top: 15px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-useAnotherBlueAccountContainer {
    padding-top: 15px;
    display: grid;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 819px) and (max-width: 821px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-useAnotherBlueAccountContainer {
    width: 626px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L623 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-useAnotherBlueAccountContainer .mz-useAnotherBlueAccountButton {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: underline;
  border: none;
  background: none;
  margin-left: 153px;
}
@media only screen and (min-width: 413px) and (max-width: 450px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-useAnotherBlueAccountContainer .mz-useAnotherBlueAccountButton {
    margin-left: 4px;
  }
}
@media only screen and (min-width: 374px) and (max-width: 376px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-useAnotherBlueAccountContainer .mz-useAnotherBlueAccountButton {
    margin-left: 4px;
  }
}
@media only screen and (min-width: 385px) and (max-width: 400px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-checkout-blue-otp-form-container .mz-useAnotherBlueAccountContainer .mz-useAnotherBlueAccountButton {
    margin-left: 15px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L656 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container {
  padding: 20.5px 87px 62px 87px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container {
    height: 624px;
    width: 89.33%;
    padding: 20px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L666 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-details-message {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-details-message {
    margin-top: 10px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L680 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-number-labels,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-pin-labels {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L689 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-number-input,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-pin-input {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background-color: white;
  width: 510px;
  height: 40px;
  margin-top: 5px;
  text-indent: 3px;
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-number-input,
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-pin-input {
    width: 100%;
    margin-top: 5px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L705 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-number-input.mz-cardError {
  background-color: #fff3f4;
  border: 1px solid #fff3f4;
  border-left: 5px solid #ea122a;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L710 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-cardErrorMessage,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-cardNumberPinErrorMessage {
  color: #a6192e;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L719 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-detail-submit {
  height: 48px;
  width: 510px;
  background-color: #bed855;
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  margin-top: 10px;
  margin-top: 22px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-detail-submit {
    width: 100%;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L737 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-cardPinLabel {
  color: #999999;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L745 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-number-container,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blue-prepaid-form-container .mz-card-pin-container {
  margin-top: 10px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L750 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-from-prepaid,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-from-wallet {
  margin-top: -56px;
  padding-left: 120px;
  padding-right: 120px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-from-prepaid,
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-from-wallet {
    width: 89.33%;
    padding: 20px;
    margin-top: -112px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 450px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-from-prepaid,
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-from-wallet {
    padding-left: 36px;
    padding-right: 36px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L766 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-from-prepaid {
  margin-top: -56px;
  padding-left: 120px;
  padding-right: 120px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-from-prepaid {
    width: 89.33%;
    padding: 20px;
    margin-top: -112px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 450px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-from-prepaid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L783 */
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  
}
@media only screen and (min-width: 411px) and (max-width: 413px) {
  
}
@media only screen and (min-width: 1060px) and (max-width: 1062px) {
  
}
@media only screen and (min-width: 1136px) and (max-width: 1139px) {
  
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L811 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-redeem-message {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L819 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .blue-prepaid-split-payment-message {
  margin-top: 40px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .blue-prepaid-split-payment-message {
    margin-top: 10px!important;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L825 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-order-total-container {
  margin-top: 15px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L827 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-order-total-container .mz-order-total-label,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-order-total-container .mz-order-amount {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  display: inline-block;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L837 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-order-total-container .mz-order-amount {
  float: right;
  position: relative;
}
@media only screen and (max-width: 500px) {
  
}
@media only screen and (min-width: 389px) and (max-width: 395px) {
  
}
@media only screen and (min-width: 400px) and (max-width: 450px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-order-total-container .mz-order-amount {
    right: 9%;
  }
}
@media only screen and (min-width: 1136px) and (max-width: 1139px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-order-total-container .mz-order-amount {
    right: 1%;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L857 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container {
  margin-top: 15px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container {
    width: 383px;
  }
}
@media only screen and (min-width: 413px) and (max-width: 760px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container {
    width: 385px;
  }
}
@media only screen and (max-width: 376px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container {
    width: 350px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container {
    width: 100% ;
  }
}
@media only screen and (min-width: 711px) and (max-width: 713px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container {
    width: 98%;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L882 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-lable {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L891 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-input {
  box-sizing: border-box;
  height: 48px;
  width: 82%;
  border: 1px solid #333333;
  background-color: white;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  border-right: none;
  border-left: none;
  margin-top: 10px;
  border-radius: 0;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-input {
    width: 67.61%;
  }
}
@media only screen and (min-width: 385px) and (max-width: 399px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-input {
    width: 61.61%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 440px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-input {
    width: 62.61%;
  }
}
@media only screen and (max-width: 376px) {
  
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-input {
    width: 93%;
  }
}
@media only screen and (min-width: 819px) and (max-width: 821px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-input {
    width: 78%;
  }
}
@media only screen and (min-width: 711px) and (max-width: 713px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-input {
    width: 79%;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1062px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-input {
    width: 82%;
  }
}
@media only screen and (min-width: 1136px) and (max-width: 1139px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-input {
    width: 361px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L958 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amountDeductLabel {
  color: #999999;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: -9px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L967 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amountDeductLabelError {
  color: #a6192e;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: -9px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L976 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-submmit {
  height: 49px;
  width: 75px;
  color: white;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  position: relative;
  right: 5px;
  bottom: 0px;
  border-left: none;
  background-color: #627786;
  margin-top: 9px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  
}
@media only screen and (min-width: 1137px) and (max-width: 1139px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-submmit {
    width: 82px;
    height: 49px;
  }
}
@media only screen and (min-width: 374px) and (max-width: 376px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-submmit {
    height: 49px;
    width: 68px;
  }
}
@media only screen and (min-width: 711px) and (max-width: 713px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amount-deduct-submmit {
    height: 49px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1011 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amountInputContiner {
  display: flex;
  flex-direction: row;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1014 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-amount-deduct-container .mz-amount-input-container .mz-amountInputContiner .mz-bluePrepaidCurrencyCode {
  box-sizing: border-box;
  height: 48px;
  width: 11%;
  border: 1px solid #333333;
  background-color: white;
  color: #333333;
  font-family: "MSLondon";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  border-right: none;
  margin-top: 10px;
  text-indent: 6px;
  padding: 13.5px 2px;
  border-radius: 0;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1036 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer {
  padding: 25.3px 87px 46px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1040 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-mobileNumberEnterMessage,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-mobileNumberLabel {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1048 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-cashBackMessage {
  margin-top: 5px;
  color: #333333;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1052 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-mobileNumberEnterMessage {
  line-height: 31px;
}
@media only screen and (min-width: 413px) and (max-width: 415px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-mobileNumberEnterMessage {
    margin-top: 12px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1061 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-mobileNumberLabel {
  line-height: 21px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1064 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer {
  margin-top: 20px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer {
    height: 812px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1070 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-countryCodeContainer,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberInput {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background-color: white;
  margin-top: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-countryCodeContainer,
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberInput {
    width: 390px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1083 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-countryCodeContainer {
  height: 48px;
  width: 90px;
  appearance: none;
  background-image: url('../resources/images/icons/arrow-down.png');
  background-repeat: no-repeat;
  background-position: 56px 20px;
  background-size: 13px;
  padding-left: 15px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-countryCodeContainer {
    padding-left: 10px;
    width: 80px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1096 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-countryCodeContainer:focus {
  outline: none;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1099 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-countryCodeContainer .mz-countryCode {
  color: #757575;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1108 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberInput {
  height: 48px;
  width: 405px;
  margin-left: 7px;
  text-indent: 6px;
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberInput {
    width: 75%;
    height: 48px;
    margin-left: 8px;
    padding-left: 11px;
  }
}
@media only screen and (min-width: 370px) and (max-width: 400px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberInput {
    width: 72%;
  }
}
@media only screen and (min-width: 410px) and (max-width: 413px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberInput {
    width: 74%;
  }
}
@media only screen and (min-width: 711px) and (max-width: 713px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberInput {
    width: 399px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 819px) and (max-width: 821px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberInput {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1136px) and (max-width: 1139px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberInput {
    margin-left: 4px;
    text-indent: 6px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1062px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberInput {
    margin-left: 5px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1163 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberInput::placeholder {
  color: #757575;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1173 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-wrongMobileMessage {
  color: #757575;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1181 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberSubmit {
  height: 48px;
  width: 508px;
  background-color: #bed855;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 711px) and (max-width: 715px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberSubmit {
    width: 505px;
  }
}
@media only screen and (min-width: 819px) and (max-width: 821px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberSubmit {
    width: 504px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberSubmit {
    width: 100%;
  }
}
@media only screen and (min-width: 1136px) and (max-width: 1139px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberSubmit {
    width: 505px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1062px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer .mz-blueaccountFormContainer .mz-mobileNumberSubmit {
    width: 505px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1226 */
@media only screen and (max-width: 500px) {
  .mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container .mz-blue-popup .mz-blue-popup-body-container .mz-blueAnotherAccountContainer {
    padding: 20px;
    width: 89.33%;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1237 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container input::-webkit-outer-spin-button,
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1244 */
.mz-paymentselector .mz-blue-payment-container .mz-blue-popup-container input[type=number] {
  -moz-appearance: textfield;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1251 */
.mz-loader-btn {
  background-image: url(../resources/images/icons/svg/Loader-Icon.svg);
  color: transparent !important;
  background-position: center;
  background-size: 29px;
  pointer-events: none;
  background-color: #e4e4e4 !important;
  background-repeat: no-repeat;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1261 */
.mz-loader-btn-new {
  color: transparent !important;
  pointer-events: none;
  background-color: #e4e4e4 !important;
  background-repeat: no-repeat;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1268 */
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1270 */
.mz-blue-loader .mz-loader-icon {
  background-image: url(../resources/images/icons/svg/Loader-Icon.svg);
  color: transparent !important;
  background-position: center;
  background-size: 29px;
  pointer-events: none;
  height: 315px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 500px) {
  .mz-blue-loader .mz-loader-icon {
    height: 450px;
  }
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  .mz-blue-loader .mz-loader-icon {
    height: 450px;
  }
}
@media only screen and (min-width: 389px) and (max-width: 395px) {
  .mz-blue-loader .mz-loader-icon {
    height: 468px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1292 */
[list]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1298 */
.mz-payment-ksa-message-label {
  border: 1px solid #ffcd00;
  width: 444px;
  height: 56.2px;
  margin-left: 114px;
  opacity: inherit;
  background: #ffffca;
  color: black;
  display: flex;
  align-items: center;
  padding-right: 11px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  justify-content: right;
}
@media only screen and (max-width: 500px) {
  .mz-payment-ksa-message-label {
    margin: 25px auto;
    width: 336.76px;
    height: 56.2px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1321 */
.mz-payment-ksa-message-label .payment-message {
  padding: 5px;
}
@media only screen and (max-width: 500px) {
  .mz-payment-ksa-message-label .payment-message {
    padding: 5px 20px 0px 10px;
  }
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1328 */
.mz-payment-ksa-message-label .mz-payment-ksa-message-icon {
  width: 14px;
  height: 14px;
  padding: 1.12px 0px 0px 0px;
  margin-left: 2px;
}
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1337 */
/* /stylesheets/modules/checkout/checkout-blue-payment.less:L1338 */
.mz-blue-popup-body-container .blue-container-split-payment {
  height: 385px !important;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L1 */
/* /stylesheets/modules/checkout/order-summary-checkout.less:L2 */
.mz-ordersummary-checkout .mz-checkoutform-header {
  display: none;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L5 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 {
  width: 350px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  border-collapse: unset;
}
@media only screen and (max-width: 500px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 {
    border-radius: 0;
    border: none;
    width: 107%;
    margin-left: -1em;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L16 */
/* /stylesheets/modules/checkout/order-summary-checkout.less:L17 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-headerrow {
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
@media (max-width: 1000px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-headerrow {
    background-color: #f8f8f8;
    margin-bottom: 0;
    border-bottom: 0;
    position: relative;
  }
}
@media only screen and (max-width: 500px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-headerrow {
    padding: 0 5px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L32 */
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L38 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-itemcount {
  margin: 30px 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-itemcount {
    margin: 15px 0;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L45 */
@media only screen and (max-width: 500px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-itemcount .mz-bag-checkout-icon {
    display: none;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L50 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-itemcount .mz-ordersummary-checkout-itemmodal {
  margin-left: 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  color: #333333;
}
@media only screen and (max-width: 500px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-itemcount .mz-ordersummary-checkout-itemmodal {
    line-height: 21px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L63 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-itemtotalprice {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 22px;
  color: #333333;
}
@media only screen and (max-width: 500px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-itemtotalprice {
    margin: 0 10px;
    line-height: 21px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L74 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-itemtotalprice .mz-down-checkout-icon {
  height: 8px;
  transition: 0.4s ease-in-out;
  margin-left: 6px;
}
@media only screen and (min-width: 501px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-itemtotalprice .mz-down-checkout-icon {
    display: none;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L82 */
/* /stylesheets/modules/checkout/order-summary-checkout.less:L83 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header .mz-ordersummary-checkout-itemtotalprice.mz-up-arrow .mz-down-checkout-icon {
  transform: rotate(180deg);
}
@media only screen and (max-width: 500px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-header {
    height: 50px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L92 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems {
  display: flex;
  justify-content: space-between;
  padding: 0 22px;
  flex-wrap: wrap;
  height: 250px;
  overflow-x: auto;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L99 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems.mz-without-item-scroll {
  height: auto;
}
@media only screen and (max-width: 500px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems {
    padding: 0 19px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L105 */
@media (max-width: 1000px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems.mz-open-body {
    display: flex!important;
    margin-top: 16px;
  }
}
@media (max-width: 1000px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems {
    display: none!important;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L114 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems::-webkit-scrollbar {
  width: 7px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L117 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: #666666;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L121 */
/* /stylesheets/modules/checkout/order-summary-checkout.less:L122 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-item-product-details .mz-ordersummary-item-brand,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-item-product-details .mz-ordersummary-item-brand-productname {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  color: #111111;
  margin: 0;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L131 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-item-product-details .mz-propertylist {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  margin: 15px 0 7px 0;
  color: #333333;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L138 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-item-product-details .mz-propertylist .mz-propertylist-data {
  margin-left: 3.5px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L140 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-item-product-details .mz-propertylist .mz-propertylist-data:first-child {
  margin: 0;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L143 */
/* /stylesheets/modules/checkout/order-summary-checkout.less:L144 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-item-product-details .mz-propertylist .mz-propertylist-data:not(:last-child)::after {
  content: ',';
  position: relative;
  left: -2px;
  margin-left: -2px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L153 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-item-product-details .mz-ordersummary-item-qty-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L157 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-item-product-details .mz-ordersummary-item-qty-price .mz-ordersummary-item-qty {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  color: #333333;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L164 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-item-product-details .mz-ordersummary-item-qty-price .mz-item-rowtotal {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: #333333;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L173 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-line-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 31px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L178 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-line-item .mz-ordersummary-item-product-img {
  margin-right: 16px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L180 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-line-item .mz-ordersummary-item-product-img .mz-noImg {
  width: 73px;
  height: 94px;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #aaaaaa;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L191 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-lineitems .mz-ordersummary-line-item .mz-ordersummary-item-product-details {
  flex: 1;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L196 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc {
  border-top: 1px solid #cccccc;
  display: block;
  padding: 20px 16px 15px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L200 */
@media (max-width: 1000px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc.mz-open-body {
    display: block!important;
    border-bottom: 1px solid #cccccc;
  }
}
@media (max-width: 1000px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc {
    display: none!important;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L210 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsaving,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueWallet,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueCard {
  display: flex;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L219 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal .mz-ordersummary-grandtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsaving .mz-ordersummary-grandtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax .mz-ordersummary-grandtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal .mz-ordersummary-grandtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-ordersummary-grandtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling .mz-ordersummary-grandtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueWallet .mz-ordersummary-grandtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueCard .mz-ordersummary-grandtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal .mz-ordersummary-subtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsaving .mz-ordersummary-subtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax .mz-ordersummary-subtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal .mz-ordersummary-subtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-ordersummary-subtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling .mz-ordersummary-subtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueWallet .mz-ordersummary-subtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueCard .mz-ordersummary-subtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal .mz-ordersummary-total-saving,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsaving .mz-ordersummary-total-saving,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax .mz-ordersummary-total-saving,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal .mz-ordersummary-total-saving,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-ordersummary-total-saving,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling .mz-ordersummary-total-saving,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueWallet .mz-ordersummary-total-saving,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueCard .mz-ordersummary-total-saving,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal .mz-ordersummary-tax-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsaving .mz-ordersummary-tax-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax .mz-ordersummary-tax-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal .mz-ordersummary-tax-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-ordersummary-tax-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling .mz-ordersummary-tax-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueWallet .mz-ordersummary-tax-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueCard .mz-ordersummary-tax-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal .mz-ordersummary-shippingtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsaving .mz-ordersummary-shippingtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax .mz-ordersummary-shippingtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal .mz-ordersummary-shippingtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-ordersummary-shippingtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling .mz-ordersummary-shippingtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueWallet .mz-ordersummary-shippingtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueCard .mz-ordersummary-shippingtotal-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal .mz-ordersummary-shippingdiscount-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsaving .mz-ordersummary-shippingdiscount-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax .mz-ordersummary-shippingdiscount-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal .mz-ordersummary-shippingdiscount-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-ordersummary-shippingdiscount-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling .mz-ordersummary-shippingdiscount-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueWallet .mz-ordersummary-shippingdiscount-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueCard .mz-ordersummary-shippingdiscount-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal .mz-ordersummary-additionalhandling-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsaving .mz-ordersummary-additionalhandling-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax .mz-ordersummary-additionalhandling-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal .mz-ordersummary-additionalhandling-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-ordersummary-additionalhandling-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling .mz-ordersummary-additionalhandling-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueWallet .mz-ordersummary-additionalhandling-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueCard .mz-ordersummary-additionalhandling-value,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal .mz-blueWalletAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsaving .mz-blueWalletAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax .mz-blueWalletAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal .mz-blueWalletAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-blueWalletAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling .mz-blueWalletAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueWallet .mz-blueWalletAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueCard .mz-blueWalletAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal .mz-blueCardAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsaving .mz-blueCardAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax .mz-blueCardAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal .mz-blueCardAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-blueCardAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling .mz-blueCardAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueWallet .mz-blueCardAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueCard .mz-blueCardAmount {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L232 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal .mz-ordersummary-totalname,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsaving .mz-ordersummary-totalname,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax .mz-ordersummary-totalname,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal .mz-ordersummary-totalname,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-ordersummary-totalname,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling .mz-ordersummary-totalname,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueWallet .mz-ordersummary-totalname,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueCard .mz-ordersummary-totalname,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal .mz-ordersummary-totalvalue,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsaving .mz-ordersummary-totalvalue,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax .mz-ordersummary-totalvalue,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal .mz-ordersummary-totalvalue,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-ordersummary-totalvalue,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling .mz-ordersummary-totalvalue,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueWallet .mz-ordersummary-totalvalue,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-orderSummaryBlueCard .mz-ordersummary-totalvalue {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  color: #333333;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L241 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-subtotal-value {
  padding-bottom: 8px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L244 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-shippingtotal {
  padding: 8px 0;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L247 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-tax {
  padding-top: 16px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L250 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-additionalhandling {
  padding-bottom: 16px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L253 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal {
  padding-top: 8px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L255 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-ordersummary-totalname,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-grandtotal .mz-ordersummary-totalvalue {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  color: black;
  font-size: 22px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L264 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-edit-bag {
  padding: 10px 0 0;
  display: block;
}
@media only screen and (min-width: 501px) {
  .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-edit-bag {
    display: none;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L270 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-edit-bag .mz-formstep-edit {
  position: static;
  font-size: 15px;
  line-height: 24px;
  color: #999999;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L277 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsavingname {
  cursor: pointer;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L279 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsavingname .mz-down-cart-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L286 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-ordersummary-totalsavingname .total-saving-text {
  padding-left: 23px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L290 */
/* /stylesheets/modules/checkout/order-summary-checkout.less:L291 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-collapse-active .mz-down-cart-icon {
  transform: rotate(180deg);
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L295 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc #mz-total-saving-value-checkout {
  padding-left: 44px;
  padding-bottom: 8px;
  margin-top: -7px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L300 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-blueCardAmount,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-calc .mz-blueWalletAmount {
  color: #a6192e;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 600;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L309 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-discount {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L316 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-discount .mz-ordersummary-discount-value {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L320 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-discount .mz-ordersummary-discount-value .mz-ordersummary-discountname,
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-discount .mz-ordersummary-discount-value .mz-ordersummary-discountamt {
  color: #a6192e;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 600;
  flex: 1;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L329 */
.mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-discount .mz-ordersummary-discount-value .mz-ordersummary-discountamt {
  text-align: right;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L336 */
/* /stylesheets/modules/checkout/order-summary-checkout.less:L337 */
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L342 */
@media (min-width: 501px) and (max-width: 1000px) {
  .mz-checkout .mz-l-pagecontent {
    padding: 25px 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-l-pagecontent {
    overflow: hidden;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L351 */
@media (min-width: 501px) and (max-width: 1000px) {
  .mz-checkout .mz-pageheader.mz-checkoutPage {
    height: 60px!important;
    z-index: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-pageheader.mz-checkoutPage {
    z-index: 1;
    height: 68px!important;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L361 */
@media (min-width: 501px) and (max-width: 1000px) {
  .mz-checkout .mz-pageheader.mz-checkoutPage .mz-checkout-header-container {
    height: 66px;
    border-bottom: 0;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L368 */
@media (min-width: 501px) and (max-width: 1000px) {
  .mz-checkout .mz-checkoutBannerContainer {
    margin-top: 80px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L373 */
@media (min-width: 501px) and (max-width: 1000px) {
  .mz-checkout #checkout-form {
    padding: 0;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L377 */
@media (min-width: 501px) and (max-width: 1000px) {
  .mz-checkout #checkout-form .mz-l-column-shipmentInfo {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L384 */
.mz-checkout #checkout-rightcol {
  width: 30%;
}
@media (max-width: 1000px) {
  .mz-checkout #checkout-rightcol {
    display: block!important;
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 1000px) and (min-width: 501px) {
  .mz-checkout #checkout-rightcol {
    top: -20px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-checkout #checkout-rightcol {
    width: 100%;
    margin-right: 0!important;
    position: static;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L399 */
@media (min-width: 501px) and (max-width: 1000px) {
  .mz-checkout #checkout-rightcol .mz-down-checkout-icon {
    display: inline-block;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L404 */
@media (min-width: 501px) and (max-width: 1000px) {
  .mz-checkout #checkout-rightcol .mz-bag-checkout-icon {
    display: none;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L409 */
.mz-checkout #checkout-rightcol .mz-formstep {
  margin: 0;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L412 */
/* /stylesheets/modules/checkout/order-summary-checkout.less:L413 */
@media (min-width: 501px) and (max-width: 1000px) {
  .mz-checkout #checkout-rightcol .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 {
    width: 100%;
    border: none;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L418 */
@media (max-width: 1000px) and (min-width: 501px) {
  .mz-checkout #checkout-rightcol .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 .mz-ordersummary-checkout-itemtotalprice {
    margin-right: 10px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L425 */
.mz-checkout #checkout-rightcol .mz-checkoutform-couponcode {
  margin-top: -9px;
  display: block;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L428 */
.mz-checkout #checkout-rightcol .mz-checkoutform-couponcode .mz-l-formfieldgroup-cell {
  display: flex;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .mz-checkout #checkout-rightcol .mz-checkoutform-couponcode .mz-l-formfieldgroup-cell {
    padding: 0 10px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L434 */
.mz-checkout #checkout-rightcol .mz-checkoutform-couponcode .mz-l-formfieldgroup-cell:first-child {
  display: none;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L438 */
@media (max-width: 1000px) and (min-width: 501px) {
  .mz-checkout #checkout-rightcol .mz-checkoutform-couponcode .mz-l-formfieldgroup-cell {
    padding: 0 10px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L442 */
.mz-checkout #checkout-rightcol .mz-checkoutform-couponcode .mz-l-formfieldgroup-cell #coupon-code {
  padding: 14px 0 13px 16px;
  border-color: #cccccc;
  height: 48px;
  width: 260px;
}
@media (max-width: 1000px) and (min-width: 501px) {
  .mz-checkout #checkout-rightcol .mz-checkoutform-couponcode .mz-l-formfieldgroup-cell #coupon-code {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .mz-checkout #checkout-rightcol .mz-checkoutform-couponcode .mz-l-formfieldgroup-cell #coupon-code {
    width: 100%;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L453 */
.mz-checkout #checkout-rightcol .mz-checkoutform-couponcode .mz-l-formfieldgroup-cell #coupon-code::placeholder {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: #757575;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L461 */
.mz-checkout #checkout-rightcol .mz-checkoutform-couponcode .mz-l-formfieldgroup-cell .mz-button {
  border: none;
  border-radius: 0;
  padding: 14px 0 13px 0;
  width: 90px;
  background-color: #627786;
  color: white;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  height: 48px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L476 */
@media only screen and (max-width: 500px) {
  .mz-checkout #checkout-rightcol .mz-checkoutform-comments {
    display: block;
    padding: 0 10px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L481 */
.mz-checkout #checkout-rightcol .mz-checkoutform-comments .mz-l-formfieldgroup-cell {
  display: flex;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L483 */
.mz-checkout #checkout-rightcol .mz-checkoutform-comments .mz-l-formfieldgroup-cell .mz-l-formfieldgroup-cell-commentlabel {
  color: black;
  min-width: auto;
  font-weight: 600;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L490 */
@media (max-width: 1000px) and (min-width: 501px) {
  .mz-checkout #checkout-rightcol .mz-l-formfieldgroup {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .mz-checkout #checkout-rightcol .mz-l-formfieldgroup {
    display: none;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L498 */
.mz-checkout #checkout-rightcol.mz-open-modal-bg {
  position: absolute;
  top: 0;
  z-index: 111;
  height: auto;
  left: 0;
  right: 0;
}
@media (min-width: 501px) and (max-width: 1000px) {
  .mz-checkout #checkout-rightcol.mz-open-modal-bg {
    top: -20px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L509 */
.mz-checkout #checkout-rightcol.mz-open-modal-bg .mz-checkoutform-ordersummary,
.mz-checkout #checkout-rightcol.mz-open-modal-bg .mz-l-formfieldgroup {
  background-color: white;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L513 */
.mz-checkout #checkout-rightcol.mz-open-modal-bg .mz-ordersummary-checkout {
  margin-bottom: 0;
  padding-bottom: 25px;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L516 */
@media (max-width: 1000px) and (min-width: 501px) {
  .mz-checkout #checkout-rightcol.mz-open-modal-bg .mz-ordersummary-checkout .mz-ordersummary-checkout-v2 {
    width: 100%;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L522 */
@media only screen and (max-width: 500px) {
  .mz-checkout #checkout-rightcol.mz-open-modal-bg .mz-ordersummary-checkout-itemmodal {
    margin-left: 0;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L527 */
@media only screen and (max-width: 500px) {
  .mz-checkout #checkout-rightcol.mz-open-modal-bg .mz-ordersummary-checkout-itemtotalprice {
    margin: 0 0 0 10px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L532 */
/* /stylesheets/modules/checkout/order-summary-checkout.less:L533 */
@media only screen and (max-width: 500px) {
  .mz-checkout #checkout-rightcol.mz-open-modal-bg .mz-l-formfieldgroup-cell #coupon-code {
    margin-bottom: 16px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L539 */
@media only screen and (max-width: 500px) {
  .mz-checkout #checkout-rightcol.mz-open-modal-bg .mz-l-column-shipmentInfo {
    padding: 0 10px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L546 */
/* /stylesheets/modules/checkout/order-summary-checkout.less:L547 */
.mz-checkout.mz-open-modal-bg-body .overlay-checkout-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust opacity as needed */
  z-index: 1;
  /* Make sure it covers the modal content */
  display: none;
  /* Initially hidden */

}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L557 */
.mz-checkout.mz-open-modal-bg-body .mz-l-pagewrapper {
  position: relative;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L559 */
.mz-checkout.mz-open-modal-bg-body .mz-l-pagewrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L568 */
@media only screen and (max-width: 500px) {
  .mz-checkout.mz-open-modal-bg-body .mz-l-pagecontent {
    padding: 0!important;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L573 */
@media only screen and (max-width: 500px) {
  .mz-checkout.mz-open-modal-bg-body .mz-checkoutBannerContainer {
    display: none!important;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L578 */
@media only screen and (max-width: 500px) {
  .mz-checkout.mz-open-modal-bg-body .mz-ordersummary-checkout-headerrow {
    position: static!important;
    top: 0;
    padding: 0 11px!important;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L585 */
@media only screen and (max-width: 500px) {
  .mz-checkout.mz-open-modal-bg-body .mz-ordersummary-checkout-v2 {
    width: 100%;
    margin-left: 0;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L591 */
@media only screen and (max-width: 500px) {
  .mz-checkout.mz-open-modal-bg-body .mz-ordersummary-line-item {
    margin-bottom: 16px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L596 */
@media only screen and (max-width: 500px) {
  .mz-checkout.mz-open-modal-bg-body .mz-checkoutform {
    padding-left: 0;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L601 */
@media (max-width: 1000px) {
  .mz-checkout.mz-open-modal-bg-body footer {
    position: relative;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L605 */
@media only screen and (max-width: 500px) {
  .mz-checkout.mz-open-modal-bg-body footer .checkout_sub-foot {
    margin-top: -7px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L611 */
@media only screen and (max-width: 500px) {
  .mz-checkout.mz-open-modal-bg-body .mz-checkout-header-container {
    height: auto;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L617 */
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-checkoutform-review {
    margin: 0 9px 0 0;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L621 */
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-checkoutform-review .mz-checkoutform {
    padding-left: 0;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L626 */
.mz-checkout .mz-checkoutform-review .place-order-btn {
  color: black;
}
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-checkoutform-review .place-order-btn {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L633 */
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-checkoutform-review .mz-formstep-next {
    margin-bottom: 0;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L638 */
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-checkoutform-review .mz-checkoutform.mobile-checkout {
    width: 70%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L646 */
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-checkoutform-review .mz-checkoutform.mobile-checkout .term-agree-label {
    margin-left: 0;
  }
}
/* /stylesheets/modules/checkout/order-summary-checkout.less:L653 */
/* /stylesheets/modules/checkout/order-summary-checkout.less:L654 */
.mz-checkout .savecard-select-div .mz-payment-select-saved-payments {
  color: black;
}
/* /stylesheets/modules/my-account/account-settings.less:L1 */
.mz-myaccount .mz-l-pagecontent {
  padding-left: 0px !important;
  width: 100%;
  padding-right: 0;
}
/* /stylesheets/modules/my-account/account-settings.less:L7 */
.account-setting-body .myacc__breadcrumbs {
  display: none;
}
/* /stylesheets/modules/my-account/account-settings.less:L11 */
/* /stylesheets/modules/my-account/account-settings.less:L12 */
.mz-accountsettings .mz-accountsettings-displayname,
.mz-accountsettings .mz-accountsettings-displayemail,
.mz-accountsettings .mz-accountsettings-displayphone {
  display: inline-block;
  margin-right: 6.25px;
}
/* /stylesheets/modules/my-account/account-settings.less:L19 */
.mz-accountsettings .setting-heading {
  font-weight: 600 !important;
  font-size: 48px!important;
  letter-spacing: 0;
}
/* /stylesheets/modules/my-account/account-settings.less:L25 */
.mz-accountsettings .mz-accountsettings-displayname {
  font-size: 16px;
  margin: 0 6.25px 0 0;
}
/* /stylesheets/modules/my-account/account-settings.less:L30 */
.mz-accountsettings .mz-accountsettings-section {
  padding-top: 12.5px;
  min-height: 37.5px;
}
/* /stylesheets/modules/my-account/account-settings.less:L41 */
/* /stylesheets/modules/my-account/account-settings.less:L42 */
.mz-accountsettings .mz-accountsettings-name input,
.mz-accountsettings .mz-accountsettings-name button {
  vertical-align: middle;
  margin-bottom: 0;
}
/* /stylesheets/modules/my-account/account-settings.less:L49 */
.mz-accountsettings .mz-accountsettings-firstname,
.mz-accountsettings .mz-accountsettings-lastname {
  width: 80px;
  font-size: 16px;
  height: 20px;
}
/* /stylesheets/modules/my-account/account-settings.less:L55 */
.mz-accountsettings .mz-accountsettings-password {
  display: inline-block !important;
  width: 100%;
}
/* /stylesheets/modules/my-account/account-settings.less:L58 */
.mz-accountsettings .mz-accountsettings-password > div {
  width: 100%;
  float: left;
}
/* /stylesheets/modules/my-account/account-settings.less:L62 */
.mz-accountsettings .mz-accountsettings-password > div label,
.mz-accountsettings .mz-accountsettings-password > div input {
  display: inline-block;
  margin-bottom: 25px;
  vertical-align: middle;
  width: 140px;
}
/* /stylesheets/modules/my-account/account-settings.less:L71 */
.mz-accountsettings .mz-accountsettings-password .mz-password-actions {
  margin-bottom: 50px;
}
/* /stylesheets/modules/my-account/account-settings.less:L78 */
.mz-accountsettings .mz-accountsettings-firstname,
.mz-accountsettings .mz-accountsettings-lastname {
  width: 200px;
  font-size: 14.5px;
}
/* /stylesheets/modules/my-account/account-settings.less:L84 */
.mz-accountsettings .mz-accountsettings-acceptsmarketing {
  clear: both;
}
/* /stylesheets/modules/my-account/account-settings.less:L86 */
.mz-accountsettings .mz-accountsettings-acceptsmarketing label {
  vertical-align: middle;
}
/* /stylesheets/modules/my-account/account-settings.less:L90 */
/* /stylesheets/modules/my-account/account-settings.less:L91 */
/* /stylesheets/modules/my-account/account-settings.less:L92 */
.change-password-section .mz-accountsettings-password.remove-dotted-line {
  border: none;
  margin: 0;
  padding-top: 8px;
}
/* /stylesheets/modules/my-account/account-settings.less:L96 */
.change-password-section .mz-accountsettings-password.remove-dotted-line .mz-passwordChanged-msg {
  border: 1px solid #e1ecd1;
  border-radius: 3px;
  background-color: #f5f9e6;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  color: black;
  position: relative;
  align-items: center;
  margin-bottom: 40px;
  justify-content: flex-start !important;
}
@media only screen and (max-width: 500px) {
  .change-password-section .mz-accountsettings-password.remove-dotted-line .mz-passwordChanged-msg {
    margin-bottom: 20px;
    align-items: flex-start;
    padding: 18px 23px 18px 18px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L115 */
.change-password-section .mz-accountsettings-password.remove-dotted-line .mz-passwordChanged-msg::before {
  content: '';
  position: relative;
  background-image: url('../resources/images/icons/svg/Green-Tick-bg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  background-size: 28px;
}
@media only screen and (max-width: 500px) {
  .change-password-section .mz-accountsettings-password.remove-dotted-line .mz-passwordChanged-msg::before {
    width: 35px;
  }
}
@media (max-width: 368px) {
  .change-password-section .mz-accountsettings-password.remove-dotted-line .mz-passwordChanged-msg::before {
    width: 36px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L134 */
.change-password-section .mz-accountsettings-password input.invalid {
  border: 1px solid #a6192e;
}
/* /stylesheets/modules/my-account/account-settings.less:L138 */
.change-password-section .mz-accountsettings-password .account-old-passowrd-error-msg,
.change-password-section .mz-accountsettings-password .account-passowrd-error-msg,
.change-password-section .mz-accountsettings-password .account-confirm-passowrd-error-msg {
  color: #a6192e;
}
/* /stylesheets/modules/my-account/account-settings.less:L141 */
.change-password-section .mz-accountsettings-password .eye-image {
  height: 16px;
  width: 25px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .change-password-section .mz-accountsettings-password .eye-image {
    width: 19px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L150 */
.change-password-section .mz-accountsettings-password .eye-text {
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: right;
}
@media (max-width: 768px) {
  .change-password-section .mz-accountsettings-password .eye-text {
    font-size: 12px;
    font-weight: bold;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L164 */
.change-password-section .mz-accountsettings-password .eye {
  position: absolute;
  left: auto;
  top: 11px;
  margin-right: 14px;
  cursor: pointer;
  right: 0;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .change-password-section .mz-accountsettings-password .eye {
    margin-left: 7px;
  }
}
@media (max-width: 768px) {
  .change-password-section .mz-accountsettings-password .eye {
    margin-right: 7px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L179 */
.change-password-section .mz-accountsettings-password .inline-error-message {
  background-color: #fff3f4;
  border: 1px solid #ffc1c9;
  color: #ea122a;
  font-size: 13px;
  padding: 0.8em 0.6em;
  width: 350px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .change-password-section .mz-accountsettings-password .inline-error-message {
    width: 100%;
    line-height: 17px;
    padding: 7px;
    border: 2px solid #ffc1c9;
  }
}
@media (max-width: 400px) {
  .change-password-section .mz-accountsettings-password .inline-error-message {
    width: 190px !important;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L198 */
.change-password-section .mz-accountsettings-password .inline-error-message-arrow {
  background: url(../resources/images/error-box-bottom.png) no-repeat;
  bottom: -8px;
  height: 8px;
  left: 1em;
  position: absolute;
  width: 24px;
}
/* /stylesheets/modules/my-account/account-settings.less:L208 */
.change-password-section .messaging.error-msg {
  border-color: #fcc3c9;
  color: #ea122a;
  border: 1px solid;
  clear: both;
  margin-bottom: -0.5em;
  padding: 0.5em 2.5em 0.5em 2.8em;
  position: relative;
  width: 550px;
  font-family: 'MSLONDON';
  background-position: -215px -469px;
  background: url(../resources/images/global_icon_bgs.png) -210px -463px no-repeat #fff3f4;
}
@media only screen and (max-width: 768px) {
  .change-password-section .messaging.error-msg {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L224 */
.change-password-section .messaging.error-msg ul {
  padding: 0 0 0 15px;
}
@media only screen and (min-width: 768px) {
  /* /stylesheets/modules/my-account/account-settings.less:L231 */
  /* /stylesheets/modules/my-account/account-settings.less:L232 */
  .change-password-section h3 {
    color: #333333 !important;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L235 */
  .change-password-section label {
    color: #333333 !important;
    width: 200px;
    margin-top: .5rem;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L240 */
  .change-password-section .mz-accountsettings-password {
    width: 550px;
    padding: 1rem 0 1rem 0rem;
    margin-top: .5rem;
    border-width: 1px 0 0px 0;
    border-style: dotted;
    border-color: #666666;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L247 */
  .change-password-section .mz-accountsettings-password div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L252 */
  .change-password-section .mz-accountsettings-password div p {
    width: 350px;
    margin: 0rem 0 20px 0;
    color: #666666;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L259 */
  .change-password-section .mz-change-password-below {
    width: 500px;
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 20px;
    line-height: 24px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L268 */
  .change-password-section .mz-accountsettings-currentpasswordlabel {
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L273 */
  .change-password-section .mz-accountsettings-currentpassword {
    border-radius: 0;
    margin-bottom: 20px;
    height: 30px;
    padding: 0 5px;
    width: 338px;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L283 */
  .change-password-section .mz-accountsettings-newpasswordlabel {
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L288 */
  .change-password-section .mz-accountsettings-newpassword {
    border-radius: 0;
    margin-bottom: 10px;
    height: 30px;
    width: 338px;
    padding: 0 5px;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L298 */
  .change-password-section .mz-accountsettings-confirmpasswordlabel {
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L302 */
  .change-password-section .mz-accountsettings-confirmpassword {
    border-radius: 0;
    width: 338px;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
    margin-bottom: 4px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L312 */
  .change-password-section .mz-password-speacification {
    width: 300px;
    margin: 0 0 20px 190px;
    font-size: 14px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L318 */
  .change-password-section .mz-accountsettings-passworddone {
    box-sizing: border-box;
    height: 30px;
    width: 68px;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    margin-left: 0;
    border-radius: 0;
    color: #c2c2c2;
    font-weight: bold;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L329 */
  .change-password-section .mz-password-actions {
    margin-top: 1rem;
    padding-top: 1rem;
    border-width: 1px 0 0px 0;
    border-style: dotted;
    border-color: #666666;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L336 */
  .change-password-section .mz-password-actions button {
    border-radius: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  /* /stylesheets/modules/my-account/account-settings.less:L348 */
  /* /stylesheets/modules/my-account/account-settings.less:L349 */
  .change-password-section h3 {
    color: #333333 !important;
    font-size: 16px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L353 */
  .change-password-section label {
    color: #333333 !important;
    width: 130px;
    margin-top: 0;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L358 */
  .change-password-section .mz-accountsettings-password {
    padding: 1rem 0 1rem 0rem;
    margin-top: .5rem;
    border-width: 1px 0 0px 0;
    border-style: dotted;
    border-color: #666666;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L366 */
  .change-password-section .mz-accountsettings-password.changepassword-text {
    display: flex;
    justify-content: space-between;
    width: 53%;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L371 */
  .change-password-section .mz-accountsettings-password div {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    column-gap: 0px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L377 */
  .change-password-section .mz-accountsettings-password div label {
    font-size: 16px;
    font-weight: 600;
    width: 72%!important;
    color: black !important;
    margin-bottom: 0!important;
    margin-top: 10px!important;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L385 */
  .change-password-section .mz-accountsettings-password div input[type="password"] {
    width: 59%;
    height: 30px;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L391 */
  .change-password-section .mz-accountsettings-password div p {
    width: 63%;
    margin: 0rem 0 7px 0;
    font-size: 12px;
    line-height: 15px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L397 */
  /* /stylesheets/modules/my-account/account-settings.less:L398 */
  .change-password-section .mz-accountsettings-password div:nth-child(3) input[type="password"] {
    margin-bottom: 9px !important;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L410 */
  .change-password-section {
    margin-left: 0px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L412 */
  .change-password-section .mz-l-stack-sectiontitle {
    font-size: 28px !important;
    color: #333333;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L416 */
  .change-password-section .mz-change-password-below {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L423 */
  .change-password-section .mz-accountsettings-currentpasswordlabel {
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L428 */
  .change-password-section .mz-accountsettings-currentpassword {
    margin-bottom: 9px;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L434 */
  .change-password-section .mz-accountsettings-newpasswordlabel {
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L439 */
  .change-password-section .mz-accountsettings-newpassword {
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L445 */
  .change-password-section .mz-accountsettings-confirmpasswordlabel {
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L449 */
  .change-password-section .mz-accountsettings-confirmpassword {
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L456 */
  .change-password-section .mz-accountsettings-passworddone {
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    margin-left: 5px;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    border-radius: 0px;
    color: #c2c2c2;
    font-weight: bold;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L467 */
  .change-password-section .mz-password-actions {
    padding-top: 1rem;
    border-top: 1px dotted #333333;
    margin-top: 1.5rem;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L476 */
@media only screen and (min-width: 768px) {
  /* /stylesheets/modules/my-account/account-settings.less:L477 */
  /* /stylesheets/modules/my-account/account-settings.less:L478 */
  /* /stylesheets/modules/my-account/account-settings.less:L479 */
  .mz-myaccount .mz-accountsettings .mz-l-stack-sectiontitle {
    font-size: 48px !important;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L484 */
  /* /stylesheets/modules/my-account/account-settings.less:L486 */
  .mz-accountsettings .mz-l-stack-sectiontitle {
    font-weight: bold;
    color: #333333;
    border-bottom: none !important;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L491 */
  .mz-accountsettings .mz-l-paragraph {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    color: #666666;
    line-height: 24px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L498 */
  .mz-accountsettings hr {
    width: 100%;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L501 */
  /* /stylesheets/modules/my-account/account-settings.less:L502 */
  .mz-accountsettings .mz-accountsettings-title .mz-account-settings-label-name {
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L506 */
  .mz-accountsettings .mz-accountsettings-title #title {
    margin-left: 0;
    box-sizing: border-box;
    height: 30px;
    width: 150px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    z-index: 9;
    position: relative;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L518 */
  .mz-accountsettings .mz-accountsettings-firstnamefull {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    max-width: 550px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L525 */
  .mz-accountsettings .mz-accountsettings-firstnamefull .mz-accountsettings-firstname {
    margin-left: 60px;
    width: 350px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L535 */
  .mz-accountsettings .mz-accountsettings-lastnamefull {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    max-width: 550px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L542 */
  .mz-accountsettings .mz-accountsettings-lastnamefull .mz-accountsettings-lastname {
    margin-left: 60px;
    width: 350px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L552 */
  .mz-accountsettings .mz-accountsettings-gender {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    max-width: 359px;
    display: flex;
    justify-content: space-between;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L559 */
  .mz-accountsettings .mz-accountsettings-gender .mz-account-settings-label-name {
    position: relative;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L561 */
  .mz-accountsettings .mz-accountsettings-gender .mz-account-settings-label-name:after {
    display: none;
    background: url('../resources/images/icons//help.svg') no-repeat;
    width: 20px;
    margin-top: 5px;
    margin-left: 5px;
    height: 20px;
    background-size: contain;
    position: absolute;
    content: '';
    left: 101%;
    top: 0px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L576 */
  .mz-accountsettings .mz-accountsettings-gender .input-holder {
    display: flex;
    align-items: center;
    color: #666666;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L581 */
  .mz-accountsettings .mz-accountsettings-gender .male-radio {
    margin-left: 95px;
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 8px;
    outline: none;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L589 */
  .mz-accountsettings .mz-accountsettings-gender .female-radio {
    margin-left: 16px;
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 8px;
    outline: none;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L598 */
  .mz-accountsettings .mz-accountsettings-dob {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    max-width: 450px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L605 */
  .mz-accountsettings .mz-accountsettings-dob .mz-account-settings-label-name {
    position: relative;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L607 */
  .mz-accountsettings .mz-accountsettings-dob .mz-account-settings-label-name:after {
    display: none;
    background: url('../resources/images/icons//help.svg') no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    content: '';
    margin-top: 5px;
    margin-left: 5px;
    left: 101%;
    top: 0px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L622 */
  .mz-accountsettings .mz-accountsettings-dob #day {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
    margin-left: 50px;
    width: 67px;
    text-align: center;
    appearance: none;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L632 */
  .mz-accountsettings .mz-accountsettings-dob #month {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
    width: 67px;
    text-align: center;
    appearance: none;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L641 */
  .mz-accountsettings .mz-accountsettings-dob #year {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
    width: 67px;
    text-align: center;
    appearance: none;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L650 */
  /* /stylesheets/modules/my-account/account-settings.less:L651 */
  .mz-accountsettings .mz-accountsettings-dob .input-holder span {
    padding: 0 3px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L655 */
  .mz-accountsettings .mz-accountsettings-dob span {
    height: 10px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L665 */
  .mz-accountsettings .mz-accountsettings-contactaddress {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    max-width: 693px;
    display: flex;
    justify-content: space-between;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L672 */
  .mz-accountsettings .mz-accountsettings-contactaddress .fancy-dropdown {
    width: 350px;
    margin-left: 12px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L679 */
  .mz-accountsettings .mz-accountsettings-contactaddress .input-holder {
    display: flex;
    align-items: center;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L683 */
  .mz-accountsettings .mz-accountsettings-contactaddress #address {
    margin-left: 0;
    width: 431px;
    height: 32px;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    box-shadow: none;
    z-index: 10;
    position: relative;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L694 */
  .mz-accountsettings .mz-accountsettings-contactaddress a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    line-height: 21px;
    float: right;
    margin-left: 10px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L705 */
  .mz-accountsettings .mz-accountsettings-mobile {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    max-width: 551px;
    display: flex;
    justify-content: space-between;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L712 */
  .mz-accountsettings .mz-accountsettings-mobile .mz-account-settings-label-name {
    position: relative;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L714 */
  .mz-accountsettings .mz-accountsettings-mobile .mz-account-settings-label-name:after {
    display: none;
    background: url('../resources/images/icons//help.svg') no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    content: '';
    margin-top: 5px;
    margin-left: 5px;
    left: 101%;
    top: 0px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L729 */
  .mz-accountsettings .mz-accountsettings-mobile .mz-accountsettings-mobileinput {
    margin-left: 10px;
    height: 32px;
    width: 250px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L738 */
  .mz-accountsettings .mz-accountsettings-mobile input::-webkit-outer-spin-button,
  .mz-accountsettings .mz-accountsettings-mobile input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L742 */
  .mz-accountsettings .mz-accountsettings-mobile #code {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
    margin-left: 100px;
    height: 32px;
    width: 90px;
    appearance: none;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L753 */
  .mz-accountsettings .mz-accountsettings-email {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    max-width: 484px;
    display: flex;
    justify-content: space-between;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L760 */
  .mz-accountsettings .mz-accountsettings-email .mz-accountsettings-displayemail {
    margin-left: 30px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L763 */
  .mz-accountsettings .mz-accountsettings-email .mz-accountsettings-email-address {
    margin-left: 33px;
    width: 350px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L773 */
  .mz-accountsettings .mz-accountsettings-email .mz-accountsettings-editbutton {
    background: url('../resources/images/icons//edit.svg') no-repeat;
    background-size: 50% 50%;
    display: inline-block;
    box-sizing: border-box;
    height: 25px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    text-align: right;
    width: 55px;
    background-position: -2px 5px;
    font-weight: bold;
    font-size: 14px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L788 */
  .mz-accountsettings .mz-accountsettings-password {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    max-width: 292px;
    display: flex!important;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L796 */
  .mz-accountsettings .mz-accountsettings-password p {
    margin-top: -10px;
    margin-left: 68px;
    font-size: 20px;
    font-weight: bold;
    display: inline;
    line-height: 28px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L804 */
  .mz-accountsettings .mz-accountsettings-password .mz-accountsettings-editbutton {
    background: url('../resources/images/icons//edit.svg') no-repeat;
    background-size: 50% 50%;
    display: inline-block;
    box-sizing: border-box;
    height: 25px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    text-align: right;
    width: 55px;
    background-position: -2px 5px;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 21px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L822 */
  .mz-accountsettings .mz-accountsettings-editdone {
    margin-left: 280px;
    height: 40px;
    width: 50%;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    border-radius: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-dob span {
    height: 100%;
    width: 2%;
    position: relative;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-contactaddress .fancy-dropdown {
    margin-left: 0px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L834 */
@media only screen and (max-width: 767px) {
  /* /stylesheets/modules/my-account/account-settings.less:L835 */
  /* /stylesheets/modules/my-account/account-settings.less:L839 */
  .mz-accountsettings .mz-l-stack-sectiontitle {
    font-size: 28px !important;
    font-weight: 600;
    color: #333333;
    border-bottom: none !important;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L845 */
  .mz-accountsettings .mz-l-paragraph {
    font-size: 18px;
    font-weight: 600;
    width: 350px;
    color: #666666;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L851 */
  /* /stylesheets/modules/my-account/account-settings.less:L852 */
  .mz-accountsettings .mz-accountsettings-title .mz-account-settings-label-name {
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L856 */
  .mz-accountsettings .mz-accountsettings-title #title {
    box-sizing: border-box;
    height: 32px;
    width: 120%;
    border: none;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    z-index: 9;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L870 */
  .mz-accountsettings .mz-accountsettings-firstnamefull {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L874 */
  .mz-accountsettings .mz-accountsettings-firstnamefull .mz-accountsettings-firstname {
    margin-left: 50px;
    width: 58%;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L888 */
  .mz-accountsettings .mz-accountsettings-lastnamefull {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L892 */
  .mz-accountsettings .mz-accountsettings-lastnamefull .mz-accountsettings-lastname {
    margin-left: 50px;
    width: 58%;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L906 */
  .mz-accountsettings .mz-accountsettings-gender {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L910 */
  .mz-accountsettings .mz-accountsettings-gender .mz-account-settings-label-name {
    position: relative;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L912 */
  .mz-accountsettings .mz-accountsettings-gender .mz-account-settings-label-name:after {
    display: none;
    background: url('../resources/images/icons//help.svg') no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    content: '';
    margin-left: 5px;
    margin-top: 5px;
    left: 101%;
    top: 0px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L927 */
  .mz-accountsettings .mz-accountsettings-gender .male-radio {
    margin-left: 85px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L933 */
  .mz-accountsettings .mz-accountsettings-gender .female-radio {
    margin-left: 10px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L937 */
  .mz-accountsettings .mz-accountsettings-dob {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L941 */
  .mz-accountsettings .mz-accountsettings-dob .mz-account-settings-label-name {
    position: relative;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L943 */
  .mz-accountsettings .mz-accountsettings-dob .mz-account-settings-label-name:after {
    display: none;
    background: url('../resources/images/icons//help.svg') no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    content: '';
    margin-top: 5px;
    margin-left: 5px;
    left: 101%;
    top: 0px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L958 */
  .mz-accountsettings .mz-accountsettings-dob .input-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L963 */
  .mz-accountsettings .mz-accountsettings-dob #day {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
    margin-left: 40px;
    width: 15%;
    appearance: none;
    text-align: center;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L977 */
  .mz-accountsettings .mz-accountsettings-dob #month {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
    width: 15%;
    appearance: none;
    text-align: center;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L989 */
  .mz-accountsettings .mz-accountsettings-dob #year {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
    width: 18%;
    appearance: none;
    text-align: center;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1002 */
  .mz-accountsettings .mz-accountsettings-dob span {
    height: 10px;
    padding: 3px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1007 */
  .mz-accountsettings .mz-accountsettings-contactaddress {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1011 */
  .mz-accountsettings .mz-accountsettings-contactaddress .fancy-dropdown {
    width: 100%;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1017 */
  .mz-accountsettings .mz-accountsettings-contactaddress .mz-accountsettings-contact {
    height: 34px;
    margin-left: 10px;
    width: 59%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1026 */
  /* /stylesheets/modules/my-account/account-settings.less:L1038 */
  .mz-accountsettings .mz-accountsettings-contactaddress a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    display: none;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1046 */
  .mz-accountsettings .mz-accountsettings-mobile {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1050 */
  .mz-accountsettings .mz-accountsettings-mobile .mz-account-settings-label-name {
    position: relative;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1052 */
  .mz-accountsettings .mz-accountsettings-mobile .mz-account-settings-label-name:after {
    display: none;
    background: url('../resources/images/icons//help.svg') no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    content: '';
    margin-top: 5px;
    margin-left: 5px;
    left: 101%;
    top: 0px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1067 */
  .mz-accountsettings .mz-accountsettings-mobile .mz-accountsettings-mobileinput {
    margin-left: 5px;
    height: 32px;
    width: 43%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1080 */
  .mz-accountsettings .mz-accountsettings-mobile #code {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
    margin-left: 90px;
    height: 32px;
    width: 22%;
    appearance: none;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1094 */
  .mz-accountsettings .mz-accountsettings-email {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1098 */
  .mz-accountsettings .mz-accountsettings-email .mz-accountsettings-email-address {
    margin-left: 50px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white;
    box-shadow: 0 0 5px 0 #dddddd;
    width: 86%;
    font-size: 12px;
    font-weight: 600;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1113 */
  .mz-accountsettings .mz-accountsettings-email .mz-accountsettings-displayemail {
    margin-left: 12px;
    font-size: 13px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1124 */
  .mz-accountsettings .mz-accountsettings-email .mz-accountsettings-editbutton {
    background: url('../resources/images/icons//edit.svg') no-repeat;
    background-size: 50% 50%;
    display: inline-block;
    box-sizing: border-box;
    height: 25px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    text-align: right;
    width: 55px;
    background-position: -2px 5px;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    padding: 0 6px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1145 */
  .mz-accountsettings .mz-accountsettings-password {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1153 */
  .mz-accountsettings .mz-accountsettings-password p {
    margin-top: -10px;
    margin-left: 75px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1164 */
  .mz-accountsettings .mz-accountsettings-password .mz-accountsettings-editbutton {
    background: url('../resources/images/icons//edit.svg') no-repeat;
    background-size: 50% 50%;
    display: inline-block;
    box-sizing: border-box;
    height: 25px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    text-align: right;
    width: 55px;
    background-position: -2px 5px;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    padding: 0 6px;
  }
  /* /stylesheets/modules/my-account/account-settings.less:L1181 */
  .mz-accountsettings .mz-accountsettings-editdone {
    height: 40px;
    width: 100%;
    margin-left: 5px;
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
    border-radius: 0px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-title #title {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-firstnamefull .mz-accountsettings-firstname {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-lastnamefull .mz-accountsettings-lastname {
    width: 100%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-gender .male-radio {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-dob #day {
    width: 25%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-dob #month {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-dob #year {
    width: 34%;
    float: right;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-contactaddress .fancy-dropdown {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-contactaddress select {
    width: 120%;
    border: none;
    height: 34px;
    box-sizing: border-box;
    background-color: transparent;
    box-shadow: none;
    z-index: 10;
    position: relative;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-mobile .mz-accountsettings-mobileinput {
    width: 75%;
    float: right;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-mobile #code {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-email .mz-accountsettings-email-address {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-email .mz-accountsettings-displayemail {
    margin-left: 0px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-email .mz-accountsettings-editbutton {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-password {
    display: block;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-password p {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 768px) {
  .mz-accountsettings .mz-accountsettings-editdone {
    margin-left: 0px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1196 */
.input-holder {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  width: auto !important;
}
@media (max-width: 768px) {
  .input-holder {
    width: 60% !important;
    float: right !important;
    height: 32px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1207 */
@media (max-width: 768px) {
  hr {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1214 */
.mz-accountsettings-aboutyou > div {
  display: inline-block;
  width: 100%;
  margin-top: 20px !important;
}
@media (max-width: 768px) {
  .mz-accountsettings-aboutyou > div {
    float: left;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1223 */
.mz-accountsettings-aboutyou > div > label:first-child {
  line-height: 32px !important;
  display: inline-block;
  float: left;
}
/* /stylesheets/modules/my-account/account-settings.less:L1228 */
/* /stylesheets/modules/my-account/account-settings.less:L1229 */
.input-holder input,
.input-holder select,
.input-holder textarea {
  margin-bottom: 0px;
  color: black;
  border-radius: 0px  !important;
}
/* /stylesheets/modules/my-account/account-settings.less:L1234 */
.input-holder input:focus,
.input-holder select:focus,
.input-holder textarea:focus {
  outline: 1px solid #333333;
}
/* /stylesheets/modules/my-account/account-settings.less:L1240 */
.bdr {
  border: 1px solid #333333 !important;
}
/* /stylesheets/modules/my-account/account-settings.less:L1241 */
.mz-accountsettings-aboutyou > div > label:hover:after {
  opacity: 0.6;
}
/* /stylesheets/modules/my-account/account-settings.less:L1244 */
/* /stylesheets/modules/my-account/account-settings.less:L1245 */
.mz-accountsettings-title .fancy-dropdown {
  width: 131px;
  margin-left: 110px;
}
@media (max-width: 768px) {
  .mz-accountsettings-title .fancy-dropdown {
    margin-left: 0px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1253 */
.fancy-dropdown {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border: 1px solid #cccccc;
  background-color: white;
  box-shadow: 0 0 5px 0 #dddddd;
  height: 32px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1261 */
.fancy-dropdown:focus {
  outline: 1px solid #4e4e4e;
}
/* /stylesheets/modules/my-account/account-settings.less:L1262 */
.fancy-dropdown:active {
  outline: 1px solid #4e4e4e;
}
/* /stylesheets/modules/my-account/account-settings.less:L1263 */
.fancy-dropdown:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: black transparent transparent transparent;
  top: 12px;
  right: 8px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1275 */
.mz-accountsettings {
  display: inline-block;
  max-width: 825px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1278 */
.mz-accountsettings .acc-settings-hr {
  border-top: 1px dotted #666666;
}
@media only screen and (max-width: 500px) {
  .mz-accountsettings .acc-settings-hr {
    margin: 0;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1284 */
.mz-accountsettings .mz-accountsettings-editdone,
.mz-accountsettings #saveabout {
  color: black;
  font-weight: bold;
}
/* /stylesheets/modules/my-account/account-settings.less:L1288 */
.mz-accountsettings .mz-accountsettings-editdone[disabled] {
  color: #c2c2c2;
}
/* /stylesheets/modules/my-account/account-settings.less:L1292 */
button#saveabout {
  width: 210px;
  float: right;
}
@media (max-width: 768px) {
  button#saveabout {
    width: 100%;
    float: none;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1300 */
select {
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* below you can add your style */

}
/* /stylesheets/modules/my-account/account-settings.less:L1308 */
.mz-accountsettings-password input {
  border-radius: 0px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1309 */
span.help-info {
  background: url(../resources/images/icons//help.svg) no-repeat;
  width: 25px;
  margin-top: 5px;
  margin-left: 8px;
  height: 25px  !important;
  background-size: contain;
  position: absolute;
  display: inline-block;
  content: '';
  left: 101%;
  top: 0px;
  background-size: 23px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1323 */
span.info-clicked {
  background: url(../resources/images/icons/svg/help-grey.svg) no-repeat !important;
  background-size: 100% !important;
  width: 22px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1328 */
span.info-box {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  padding: 14px 15px 12px 15px;
  background: white;
  z-index: 99;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  width: 126px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: whitesmoke;
  left: 104%;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  box-sizing: border-box;
  height: auto !important;
  color: #333333;
  transform: translateX(-37%);
}
/* /stylesheets/modules/my-account/account-settings.less:L1349 */
span.info-box:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7.4px 5px;
  border-color: transparent transparent whitesmoke transparent;
  position: absolute;
  bottom: 100%;
  left: 45%;
}
/* /stylesheets/modules/my-account/account-settings.less:L1361 */
span.info-box:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8.4px 8px;
  border-color: transparent transparent #d7d4d4 transparent;
  position: absolute;
  bottom: 100%;
  left: 43%;
}
/* /stylesheets/modules/my-account/account-settings.less:L1372 */
span.info-box .show {
  display: inline-block !important;
}
/* /stylesheets/modules/my-account/account-settings.less:L1377 */
/* /stylesheets/modules/my-account/account-settings.less:L1378 */
/* /stylesheets/modules/my-account/account-settings.less:L1379 */
/* /stylesheets/modules/my-account/account-settings.less:L1380 */
@media only screen and (max-width: 500px) {
  .account-setting-body .mz-accountsettings .mz-accountsettings-gender .input-holder {
    display: flex;
    align-items: center;
    color: #666666;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1387 */
@media only screen and (max-width: 500px) {
  .account-setting-body .mz-accountsettings .mz-accountsettings-gender .male-radio,
  .account-setting-body .mz-accountsettings .mz-accountsettings-gender .female-radio {
    width: 18px;
    height: 18px;
    outline: none;
    margin-right: 8px;
    margin-top: 0;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1397 */
@media only screen and (max-width: 500px) {
  .account-setting-body .mz-accountsettings .mz-accountsettings-gender .female-radio {
    margin-left: 16px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1403 */
/* /stylesheets/modules/my-account/account-settings.less:L1404 */
@media only screen and (max-width: 500px) {
  .account-setting-body .mz-accountsettings .mz-accountsettings-aboutyou hr {
    border-top: 1px dotted #666666;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1414 */
.update-email-action-view {
  display: none;
}
/* /stylesheets/modules/my-account/account-settings.less:L1415 */
.cancel-edit-email-address {
  background: url(../resources/images/icons/svg/close.svg) no-repeat;
  background-size: 20px;
  width: 26px;
  height: 31px;
  /* background-color: #009996; */
  background-position: center;
  display: inline-block;
  /* backdrop-filter: opacity(0.1); */
  padding-left: 17px;
  border: 0px solid #009996;
  border-radius: 0px;
  /* filter: invert(1); */
  fill: white;
  margin-top: 2px;
  float: right;
}
/* /stylesheets/modules/my-account/account-settings.less:L1433 */
body .update-email-action-view {
  display: none;
}
/* /stylesheets/modules/my-account/account-settings.less:L1437 */
/* /stylesheets/modules/my-account/account-settings.less:L1438 */
.accountsettings-alert-message .is-showing.mz-success {
  box-sizing: border-box;
  height: 64px;
  border: 1px solid #e1ecd1;
  border-radius: 3px;
  background-color: #f5f9e6;
  width: 100%;
}
/* /stylesheets/modules/my-account/account-settings.less:L1446 */
.accountsettings-alert-message .icon-check-arrow {
  border: 1px solid #bdc6a3;
  border-radius: 50%;
  padding: 5px;
  font-weight: 600;
  font-size: 18px;
  margin-right: 16px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1454 */
.accountsettings-alert-message .icon-check-arrow::before {
  content: "\2713";
  color: #bdd755;
  font-size: 18px;
  font-weight: 600;
}
/* /stylesheets/modules/my-account/account-settings.less:L1460 */
.accountsettings-alert-message .mz-message-item {
  color: black;
  font-family: 'MSLondon';
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  padding: 20px 0px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1470 */
/* /stylesheets/modules/my-account/account-settings.less:L1471 */
@media only screen and (max-width: 1000px) {
  body.mz-myaccount.account-setting-body #page-content {
    overflow: unset;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1475 */
@media only screen and (max-width: 1000px) {
  body.mz-myaccount.account-setting-body #page-content .myacc {
    padding: 0 20px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1479 */
body.mz-myaccount.account-setting-body #page-content .myacc .mz-l-stack-sectiontitle {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  font-size: 30px !important;
}
@media only screen and (max-width: 1000px) {
  body.mz-myaccount.account-setting-body #page-content .myacc .mz-l-stack-sectiontitle {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 0px !important;
    font-size: 22px !important;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1488 */
body.mz-myaccount.account-setting-body #page-content .myacc .mz-l-paragraph {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  body.mz-myaccount.account-setting-body #page-content .myacc .mz-l-paragraph {
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 600;
    margin-top: 0px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1496 */
@media (min-width: 1001px) {
  body.mz-myaccount.account-setting-body #page-content .myacc .mz-accountsettings-aboutyou > div {
    display: flex  ;
    align-items: center;
    max-width: 100%;
    column-gap: 20px;
    justify-content: flex-start;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1505 */
body.mz-myaccount.account-setting-body #page-content .myacc .mz-accountsettings-aboutyou > div > label:first-child {
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 600;
}
@media only screen and (max-width: 1000px) {
  body.mz-myaccount.account-setting-body #page-content .myacc .mz-accountsettings-aboutyou > div > label:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1514 */
body.mz-myaccount.account-setting-body #page-content .myacc .mz-accountsettings-aboutyou > div > label:first-child span.help-info {
  margin-top: -3px;
  left: auto;
}
/* /stylesheets/modules/my-account/account-settings.less:L1519 */
body.mz-myaccount.account-setting-body #page-content .myacc .input-holder {
  height: 40px;
}
@media only screen and (max-width: 1000px) {
  body.mz-myaccount.account-setting-body #page-content .myacc .input-holder {
    width: 100% !important;
    float: none;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1526 */
body.mz-myaccount.account-setting-body #page-content .myacc .input-holder input,
body.mz-myaccount.account-setting-body #page-content .myacc .input-holder textarea,
body.mz-myaccount.account-setting-body #page-content .myacc .input-holder select {
  height: 40px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1529 */
body.mz-myaccount.account-setting-body #page-content .myacc .input-holder input[type="radio"] {
  height: 25px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1532 */
body.mz-myaccount.account-setting-body #page-content .myacc .input-holder .fancy-dropdown {
  height: 40px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1533 */
body.mz-myaccount.account-setting-body #page-content .myacc .input-holder .mz-accountsettings-email-address {
  max-width: 260px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1534 */
body.mz-myaccount.account-setting-body #page-content .myacc .input-holder .email-readonly-view {
  margin-right: 12px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1537 */
body.mz-myaccount.account-setting-body #page-content .mz-accountsettings .mz-l-paragraph {
  width: 100%;
  font-weight: 600;
}
/* /stylesheets/modules/my-account/account-settings.less:L1544 */
/* /stylesheets/modules/my-account/account-settings.less:L1545 */
.mz-myaccount.pass-section-body #page-content {
  overflow: unset;
}
/* /stylesheets/modules/my-account/account-settings.less:L1547 */
@media only screen and (max-width: 1000px) {
  .mz-myaccount.pass-section-body #page-content .myacc {
    padding: 0 20px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1551 */
.mz-myaccount.pass-section-body #page-content .myacc .mz-l-stack-sectiontitle {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  font-size: 30px !important;
}
@media only screen and (max-width: 1000px) {
  .mz-myaccount.pass-section-body #page-content .myacc .mz-l-stack-sectiontitle {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    font-size: 22px !important;
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 500px) {
  .mz-myaccount.pass-section-body #page-content .myacc .mz-l-stack-sectiontitle {
    color: black !important;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1563 */
.mz-myaccount.pass-section-body #page-content .myacc .mz-l-paragraph,
.mz-myaccount.pass-section-body #page-content .myacc .mz-change-password-below {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-weight: 600;
}
@media only screen and (max-width: 1000px) {
  .mz-myaccount.pass-section-body #page-content .myacc .mz-l-paragraph,
  .mz-myaccount.pass-section-body #page-content .myacc .mz-change-password-below {
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 600;
    margin-top: 0px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1573 */
@media only screen and (max-width: 1000px) {
  .mz-myaccount.pass-section-body #page-content .mz-accountsettings-password > div {
    flex-direction: column;
    position: relative;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1578 */
@media only screen and (max-width: 1000px) {
  .mz-myaccount.pass-section-body #page-content .mz-accountsettings-password > div p {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .mz-myaccount.pass-section-body #page-content .mz-accountsettings-password > div p {
    max-width: 190px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1588 */
.mz-myaccount.pass-section-body #page-content .change-password-section input {
  height: 40px !important;
  max-width: 350px;
}
@media only screen and (max-width: 1000px) {
  .mz-myaccount.pass-section-body #page-content .change-password-section input {
    box-sizing: border-box;
    width: 100% !important;
  }
}
@media (max-width: 400px) {
  .mz-myaccount.pass-section-body #page-content .change-password-section input {
    width: 190px !important;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1601 */
.mz-myaccount.pass-section-body #page-content .change-password-section label {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 600;
}
@media only screen and (max-width: 1000px) {
  .mz-myaccount.pass-section-body #page-content .change-password-section label {
    width: 100%;
    margin-top: 0px;
    max-width: 40%;
  }
}
@media (max-width: 400px) {
  .mz-myaccount.pass-section-body #page-content .change-password-section label {
    width: 40% !important;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1614 */
.mz-myaccount.pass-section-body #page-content label.mz-accountsettings-newpasswordlabel.notxt {
  margin-bottom: 0;
}
/* /stylesheets/modules/my-account/account-settings.less:L1618 */
.mz-myaccount.pass-section-body #page-content .mz-accountsettings-passworddone {
  margin-left: 0px;
}
/* /stylesheets/modules/my-account/account-settings.less:L1621 */
@media only screen and (max-width: 1000px) {
  .mz-myaccount.pass-section-body #page-content .mz-password-actions {
    margin-top: 20px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1633 */
/* /stylesheets/modules/my-account/account-settings.less:L1634 */
@media (min-width: 1001px) {
  body.mz-myaccount.account-setting-body #page-content .myacc .input-holder input,
  body.mz-myaccount.account-setting-body #page-content .myacc .input-holder select,
  body.mz-myaccount.account-setting-body #page-content .myacc .input-holder .fancy-dropdown,
  body.mz-myaccount.account-setting-body #page-content .myacc .input-holder .mz-accountsettings-displayemail,
  body.mz-myaccount.account-setting-body #page-content .myacc .input-holder a,
  body.mz-myaccount.account-setting-body #page-content .myacc .input-holder > p {
    margin-left: 10px !important;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1640 */
@media (min-width: 1001px) {
  body.mz-myaccount.account-setting-body #page-content .myacc .mz-accountsettings-aboutyou > div > label:first-child {
    min-width: 130px;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1645 */
button.mz-accountsettings-editbutton.pass-edit.edit-email-address.email-readonly-view {
  display: none;
}
/* /stylesheets/modules/my-account/account-settings.less:L1648 */
@media only screen and (max-width: 500px) {
  label.mz-account-settings-label-name {
    width: auto !important;
  }
}
/* /stylesheets/modules/my-account/account-settings.less:L1652 */
@media only screen and (max-width: 500px) {
  label.mz-account-settings-label-name .mz-accountsettings-mobile span.info-box {
    right: 0px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L2 */
.mz-accountpaymentmethods .mz-contactselector .mz-contactselector-contact {
  display: block;
  font-size: 16px;
  color: #333333;
  min-height: auto;
  width: 100%;
  float: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L9 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L10 */
.mz-accountpaymentmethods .mz-contactselector .mz-contactselector-contact.mz-contactselector-new > span {
  display: inline-block;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L12 */
.mz-accountpaymentmethods .mz-contactselector .mz-contactselector-contact.mz-contactselector-new > span.mz-contactselector-summarywrapper {
  margin-top: 15px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L19 */
.mz-accountpaymentmethods .mz-paymentmethod {
  position: relative;
  width: 100%;
  *zoom: 1;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-accountpaymentmethods .mz-paymentmethod:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-accountpaymentmethods .mz-paymentmethod:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L25 */
.mz-accountpaymentmethods .mz-accountpaymentmethods-form {
  width: auto;
  background: white;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .mz-accountpaymentmethods .mz-accountpaymentmethods-form {
    padding: 15px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L33 */
.mz-accountpaymentmethods .mz-accountpaymentmethods-form .mz-payment-credit-card-defaultflag-row label {
  display: inline;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L38 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L39 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L40 */
.mz-accountpaymentmethods .mz-creditcard-billingaddresses .mz-l-formfieldgroup-cell label span {
  vertical-align: top;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L46 */
.mz-accountpaymentmethods .mz-l-formfieldgroup-cell {
  vertical-align: top;
  padding-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .mz-accountpaymentmethods .mz-l-formfieldgroup-cell {
    padding: 0;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L52 */
.mz-accountpaymentmethods .mz-l-formfieldgroup-cell label {
  text-align: left;
  font-weight: 600;
  color: #333333;
  float: none;
}
@media only screen and (max-width: 500px) {
  .mz-accountpaymentmethods .mz-l-formfieldgroup-cell label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 501px) {
  .mz-accountpaymentmethods .mz-l-formfieldgroup-cell label {
    font-size: 16px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L65 */
.mz-accountpaymentmethods .mz-l-formfieldgroup {
  display: block;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L69 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L70 */
.mz-accountpaymentmethods .credit-step-two .mz-creditcard-billingaddresses {
  display: block;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L72 */
.mz-accountpaymentmethods .credit-step-two .mz-creditcard-billingaddresses .mz-l-formfieldgroup-cell {
  display: block;
  padding: 0;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L77 */
.mz-accountpaymentmethods .credit-step-two .mz-l-formfieldgroup-cell.cell-label {
  white-space: nowrap;
  width: 40%;
  line-height: 21px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L82 */
.mz-accountpaymentmethods .credit-step-two .mz-l-formfieldgroup-cell.cell-data {
  width: 50%;
}
@media (min-width: 992px) {
  .mz-accountpaymentmethods .credit-step-two .mz-l-formfieldgroup-cell.cell-data {
    width: 60%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L87 */
@media (min-width: 992px) {
  .mz-accountpaymentmethods .credit-step-two .mz-l-formfieldgroup-cell.cell-data input {
    min-width: 225px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L93 */
.mz-accountpaymentmethods .credit-step-two .delivery-address-type-field input,
.mz-accountpaymentmethods .credit-step-two .delivery-address-type-field label {
  min-width: auto !important;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L96 */
.mz-accountpaymentmethods .credit-step-two .delivery-address-type-field {
  margin-left: 0px !important;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L99 */
.mz-accountpaymentmethods .credit-step-two .delivery-address-type-section {
  margin-left: 0px;
}
@media (min-width: 992px) {
  .mz-accountpaymentmethods .credit-step-two .delivery-address-type-section {
    width: 30% !important;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L104 */
.mz-accountpaymentmethods .credit-step-two .delivery-address-type-section .address-type-input {
  margin-left: 0px !important;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L109 */
.mz-accountpaymentmethods .credit-step-two .mz-contactselector {
  margin: 0;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L113 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L114 */
.mz-accountpaymentmethods .savedcards-wrapper .title {
  display: flex;
  align-items: center;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L117 */
.mz-accountpaymentmethods .savedcards-wrapper .title img {
  position: static;
  width: 60px;
  margin-left: -9px;
}
/* Firefox */

/* /stylesheets/modules/my-account/account-paymentmethods.less:L126 */
@media only screen and (min-width: 501px) {
  .mz-accountpaymentmethods-list,
  .mz-accountaddressbook-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 500px) {
  .mz-accountpaymentmethods-list,
  .mz-accountaddressbook-list {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 501px) {
  .mz-accountpaymentmethods-list,
  .mz-accountaddressbook-list {
    margin: 30px -10px 20px -10px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L137 */
.mz-accountpaymentmethods-list .cards-list,
.mz-accountaddressbook-list .cards-list {
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .mz-accountpaymentmethods-list .cards-list,
  .mz-accountaddressbook-list .cards-list {
    width: 100%;
  }
}
@media only screen and (min-width: 501px) {
  .mz-accountpaymentmethods-list .cards-list,
  .mz-accountaddressbook-list .cards-list {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-accountpaymentmethods-list .cards-list,
  .mz-accountaddressbook-list .cards-list {
    width: 50%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L154 */
.credit-step-two,
.myacc-address-list {
  display: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L157 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L158 */
.show-card-error-msg.mz-messagebar ul {
  margin: 0;
  background-position: 10px 5px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L161 */
.show-card-error-msg.mz-messagebar ul li {
  font-size: 14px;
  font-weight: 700;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L167 */
.exp-err-msg {
  display: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L170 */
.mz-creditcard-back {
  display: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L173 */
.myacc-address-list {
  font-size: 16px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L176 */
.newAddressFormShow {
  visibility: visible;
  border-top: none!important;
  padding: 0!important;
  margin: 0!important;
  justify-content: space-between;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L182 */
@media (min-width: 768px) {
  .newAddressFormShow .addressformWrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 49px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L189 */
.newAddressFormShow .address-formLeft,
.newAddressFormShow .address-formRight {
  flex: 1;
}
@media (min-width: 768px) {
  .newAddressFormShow .address-formLeft,
  .newAddressFormShow .address-formRight {
    width: auto;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L195 */
.newAddressFormShow .address-formLeft .mz-l-formfieldgroup-row,
.newAddressFormShow .address-formRight .mz-l-formfieldgroup-row {
  display: flex;
  column-gap: 32px;
  align-items: center;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L202 */
.myacc-address-top {
  border-top: 1px solid #666666;
  padding: 15px 0;
  max-height: 100%;
  overflow-y: auto;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L210 */
.myacc-address-top .savedaddress-wrapper {
  margin-bottom: 20px;
  padding-right: 10px;
  box-sizing: border-box;
  display: flex !important;
}
@media only screen and (max-width: 500px) {
  .myacc-address-top .savedaddress-wrapper {
    width: 50%;
    font-size: 14px;
  }
}
@media only screen and (min-width: 501px) {
  .myacc-address-top .savedaddress-wrapper {
    width: 33%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L224 */
.credit-continue-buttons {
  border-top: 1px solid #cccccc;
  margin-top: 10px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L230 */
.credit-continue-buttons p {
  margin: 8px 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 1000px) {
  /* /stylesheets/modules/my-account/account-paymentmethods.less:L235 */
  /* /stylesheets/modules/my-account/account-paymentmethods.less:L236 */
  .credit-continue-buttons button.mz-contact-cancel {
    width: 83px;
  }
  /* /stylesheets/modules/my-account/account-paymentmethods.less:L239 */
  .credit-continue-buttons button.mz-contact-save {
    width: 96px;
  }
}
/* The Modal (background) */

/* /stylesheets/modules/my-account/account-paymentmethods.less:L247 */
.custom-modal {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 150px;
  /* Location of the box */

  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.1);
  /* Black w/ opacity */

}
@media only screen and (max-width: 1000px) {
  .custom-modal {
    padding-left: 13px;
    padding-right: 13px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L263 */
.custom-modal .mz-close-icon {
  float: right;
  width: 15px;
  position: relative;
  top: -50%;
  transform: translateY(-50%);
  cursor: pointer;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L273 */
.credit-continue-buttons {
  align-items: center;
  padding-top: 15px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L276 */
.credit-continue-buttons p {
  margin: 0;
}
/* Modal Content */

/* /stylesheets/modules/my-account/account-paymentmethods.less:L282 */
.custom-modal-content {
  margin: auto;
  border: 1px solid #666666;
}
@media only screen and (max-width: 1000px) {
  .custom-modal-content {
    width: 100%;
  }
}
@media only screen and (min-width: 1001px) {
  .custom-modal-content {
    width: 50%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L292 */
.custom-modal-content.address-modal {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .custom-modal-content.address-modal {
    width: 80%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L299 */
.custom-modal-header {
  background: #666666;
  padding: 20px 15px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L303 */
.credit-heading {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #666666;
  border-bottom: 1px solid #666666;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L307 */
.credit-heading h2,
.credit-heading p {
  font-weight: 600;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L310 */
.credit-heading h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  color: #666666;
}
@media only screen and (min-width: 768px) {
  .credit-heading h2 {
    font-size: 30px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L319 */
.credit-heading p {
  margin: 0;
  color: #333333;
  font-size: 16px;
}
/* The Close Button */

/* /stylesheets/modules/my-account/account-paymentmethods.less:L329 */
.close {
  float: right;
  font-size: 28px;
  font-weight: bold;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L335 */
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L342 */
.pr-20 {
  padding-right: 20px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L345 */
.pr-10 {
  padding-right: 10px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L348 */
.pointer {
  cursor: pointer;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L352 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L353 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L354 */
.mz-accountpaymentmethods-list .custom-modal .no-savedcards-wrapper {
  display: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L360 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L361 */
.account-paymentmethods-body #account-messages {
  position: fixed;
  z-index: 99;
  width: 29.8%;
  top: 98px;
  left: 35.1%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .account-paymentmethods-body #account-messages {
    width: 32.8%;
    left: 33.6%;
  }
}
@media (max-width: 1000px) {
  .account-paymentmethods-body #account-messages {
    width: 29.8%;
    left: 35.1%;
  }
}
@media (max-width: 768px) {
  .account-paymentmethods-body #account-messages {
    width: 60%;
    left: 20%;
  }
}
@media (max-width: 500px) {
  .account-paymentmethods-body #account-messages {
    width: 94.2%;
    left: 3%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L384 */
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #account-messages .is-showing.mz-errors {
    background-position: 10px 13px;
    padding: 8.333333333px 8.333333333px 12.5px 40px;
    background-size: 22px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L390 */
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #account-messages .is-showing.mz-errors .mz-message-item {
    font-size: 14px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L397 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L398 */
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L402 */
@media (max-width: 768px) {
  .account-paymentmethods-body #myModal .custom-modal-content .next-line {
    display: block;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L407 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L408 */
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two .credit-heading {
  margin-bottom: 18px;
  padding-bottom: 11px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L411 */
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two .credit-heading > h2 {
  padding-bottom: 26px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L415 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L416 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L417 */
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two .mz-addressform-address1 .mz-l-formfieldgroup-cell.cell-label label {
  width: 80%;
  white-space: break-spaces;
}
@media (min-width: 992px) {
  .account-paymentmethods-body #myModal .custom-modal-content .credit-step-two .mz-addressform-address1 .mz-l-formfieldgroup-cell.cell-label label {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L426 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L427 */
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two .mz-l-formfieldgroup-cell input,
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two .mz-l-formfieldgroup-cell select {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L434 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L436 */
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two .address-formRight .mz-validationmessage,
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two .address-formLeft .mz-validationmessage {
  margin-bottom: 3px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L440 */
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two select,
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two input {
  border-color: #cccccc;
  outline: none;
  background-position-y: 2px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L446 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L447 */
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two .credit-continue-buttons .is-required {
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L450 */
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two .credit-continue-buttons .buttons-wrapper {
  flex-direction: row-reverse;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L452 */
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two .credit-continue-buttons .buttons-wrapper .mz-button.mz-creditcard-save {
  border-color: #cccccc;
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L456 */
.account-paymentmethods-body #myModal .custom-modal-content .credit-step-two .credit-continue-buttons .buttons-wrapper .mz-creditcard-cancel {
  height: 30px;
  width: 83px;
  background-color: #d7d7d7;
  border-color: #cccccc;
  padding-top: 5px;
  font-weight: bold;
  border-radius: 0px !important;
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L469 */
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L473 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L474 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .credit-step-one .mz-l-formfieldgroup-row {
  display: flex!important;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L476 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L477 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .credit-step-one .mz-l-formfieldgroup-row .mz-l-formfieldgroup-cell .is-required {
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L482 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .credit-step-one select,
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .credit-step-one input {
  border-color: #cccccc;
  outline: none;
  margin-bottom: 20px;
  border-radius: 0px !important;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L489 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .credit-step-one select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 3px;
  border-radius: 2px;
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L501 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L502 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .credit-continue-buttons .is-required {
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L505 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .credit-continue-buttons .buttons-wrapper {
  flex-direction: row-reverse;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L507 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .credit-continue-buttons .buttons-wrapper .mz-button.credit-continue {
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L515 */
.account-paymentmethods-body .mz-accountpaymentmethods {
  margin-bottom: 0!important;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body .mz-accountpaymentmethods {
    margin-bottom: 10px!important;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L520 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L521 */
.account-paymentmethods-body .mz-accountpaymentmethods .mz-paymentmethod .mz-paymentmethod-methoddetails {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .account-paymentmethods-body .mz-accountpaymentmethods .mz-paymentmethod .mz-paymentmethod-methoddetails {
    justify-content: space-between;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L527 */
.account-paymentmethods-body .mz-accountpaymentmethods .mz-paymentmethod .mz-paymentmethod-cardnumber {
  margin-top: 0;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L534 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L535 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L536 */
.account-paymentmethods-body .payment-methods-container .cards-info {
  display: none;
  width: 100%;
  border-bottom: none;
  padding-bottom: 25px;
  position: relative;
  line-height: 24px;
  font-weight: 600;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L544 */
.account-paymentmethods-body .payment-methods-container .cards-info::before {
  content: '';
  position: absolute;
  border-bottom: 1px dotted #666666;
  width: 100%;
  bottom: 0;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L553 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L554 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L555 */
.account-paymentmethods-body .mz-creditcardform .mz-payment-credit-card-expiration-row .cc-expiry {
  width: 232px;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body .mz-creditcardform .mz-payment-credit-card-expiration-row .cc-expiry {
    width: 183px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L561 */
.account-paymentmethods-body .mz-creditcardform .mz-payment-credit-card-expiration-row .cc-expiry input {
  width: 67px!important;
  height: 30px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L567 */
.account-paymentmethods-body .mz-creditcardform .credit-heading {
  border-bottom: 1px dotted #666666;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L571 */
@media (min-width: 501px) {
  .account-paymentmethods-body .mz-accountpaymentmethods {
    margin-bottom: 0;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L575 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L576 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L577 */
.account-paymentmethods-body .mz-accountpaymentmethods .mz-accountpaymentmethods-list .no-savedcards-wrapper p {
  color: #333333;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L583 */
@media (min-width: 501px) {
  .account-paymentmethods-body .mz-accountpaymentmethods-list,
  .account-paymentmethods-body .mz-accountaddressbook-list {
    margin: 24px -10px 10px -10px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L590 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L591 */
body.pass-section-body .myacc__breadcrumbs {
  display: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L595 */
#account-messages {
  position: relative;
  display: inline-block;
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  /* /stylesheets/modules/my-account/account-paymentmethods.less:L603 */
  div#page-content {
    margin-top: 0px !important;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L609 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L610 */
.account-paymentmethods-body input[type="radio"] {
  width: 18px;
  height: 18px!important;
  margin: 0 10px 0 0;
  accent-color: #838772;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L616 */
@media (min-width: 1300px) {
  .account-paymentmethods-body .myacc {
    width: 1300px;
  }
}
@media (max-width: 1299px) {
  .account-paymentmethods-body .myacc {
    width: auto;
  }
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body .myacc {
    padding: 0 20px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L627 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L628 */
.account-paymentmethods-body #account-paymentmethods .mz-l-stack-sectiontitle {
  font-size: 30px!important;
  font-weight: bold !important;
  letter-spacing: 0;
  line-height: 34px;
  color: black !important;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .account-paymentmethods-body #account-paymentmethods .mz-l-stack-sectiontitle {
    margin-top: 20px!important;
  }
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #account-paymentmethods .mz-l-stack-sectiontitle {
    font-size: 22px!important;
    line-height: 24px!important;
    margin-top: 29px!important;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L646 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list {
  justify-content: center;
  margin: 30px 0 0;
  column-gap: 20px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list {
    column-gap: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list {
    margin: 20px 0 0;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L656 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .cards-list {
  width: 32.3%;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .cards-list {
    width: 37%;
  }
}
@media (min-width: 501px) and (max-width: 992px) {
  .account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .cards-list {
    width: 48%;
  }
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .cards-list {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L669 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .no-savedcards-wrapper {
  padding: 0 61px;
  background: rgba(223, 236, 226, 0.5);
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .no-savedcards-wrapper {
    padding: 0 28px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L675 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .no-savedcards-wrapper img {
  width: 104.71px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L679 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .savedcards-wrapper {
  min-height: 296px;
  border: none;
  box-shadow: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L683 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .savedcards-wrapper .title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .savedcards-wrapper .title {
    font-size: 18px;
    line-height: 24px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L694 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .savedcards-wrapper p {
  margin: 10px 0 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L702 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .savedcards-wrapper .btn-add-new-card {
  background: #bed855;
  padding: 9px 0;
  width: 223px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L714 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails {
  border: 1px solid rgba(204, 204, 204, 0.5);
  background-color: white;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails {
    min-height: auto;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L720 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .afg-ms-savedcards-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .afg-ms-savedcards-container {
    position: relative;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L728 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .afg-ms-savedcards-container .savedcards-container {
  padding: 0 0 0 30px;
  flex: 1;
  max-width: 70%;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  padding-top: 6px;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .afg-ms-savedcards-container .savedcards-container {
    flex: 1 1 100%;
    max-width: 100%;
    padding-top: 6px;
    padding-bottom: 26px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L743 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .afg-ms-savedcards-container .savedcards-container dd {
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L747 */
@media (min-width: 501px) {
  .account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .afg-ms-savedcards-container .title {
    font-size: 18px;
    line-height: 24px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L753 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .afg-ms-savedcards-container .mz-paymentmethod-actions {
  flex: 1;
  max-width: 30%;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 13px;
  margin-top: 26px;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .afg-ms-savedcards-container .mz-paymentmethod-actions {
    position: absolute;
    right: 20px;
    margin-top: 26px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L766 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .afg-ms-savedcards-container .mz-paymentmethod-actions a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
  padding: 0;
  background: transparent;
  border: none;
  margin: 0;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L777 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L778 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .afg-ms-savedcards-container .mz-paymentmethod-actions .delete-action-link:before {
  content: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L783 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .afg-ms-savedcards-container .mz-paymentmethod-cardnumber {
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L787 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .is-primary {
  background: #eef5f0;
  padding: 10px 0 10px 29px;
  min-height: auto;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L791 */
.account-paymentmethods-body #account-paymentmethods .mz-accountpaymentmethods-list .mz-paymentmethod-methoddetails .is-primary img {
  width: 20px;
  margin-right: 10px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L799 */
.account-paymentmethods-body .custom-modal {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 0;
  z-index: 11;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body .custom-modal {
    padding: 0!important;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L806 */
.account-paymentmethods-body .custom-modal .mz-close-icon {
  float: none;
  position: absolute;
  top: 31px;
  right: 30px;
  transform: none;
  filter: invert(1);
  width: 20px;
  height: 20px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .account-paymentmethods-body .custom-modal .mz-close-icon {
    top: 45px;
  }
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body .custom-modal .mz-close-icon {
    width: 16px;
    height: 16px;
    top: 19px;
    right: 20px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L826 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L827 */
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal::-webkit-scrollbar {
    display: none;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L832 */
.account-paymentmethods-body #myModal .custom-modal-content {
  max-width: 858px;
  width: auto;
  height: 100%;
  border: none;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1540px) {
  .account-paymentmethods-body #myModal .custom-modal-content {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content {
    align-items: unset;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L847 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width {
  flex-flow: wrap column;
}
@media (min-width: 992px) and (max-width: 1540px) {
  .account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width {
    padding-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width {
    flex-flow: nowrap;
    height: auto;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L856 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L858 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-payment-credit-card-type-row select,
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-payment-credit-card-number-row select,
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-payment-credit-card-type-row input,
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-payment-credit-card-number-row input {
  width: 100%!important;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L861 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-payment-credit-card-type-row select::placeholder,
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-payment-credit-card-number-row select::placeholder,
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-payment-credit-card-type-row input::placeholder,
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-payment-credit-card-number-row input::placeholder {
  font-weight: 600;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L866 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L867 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-payment-credit-card-type-row select {
  font-weight: 600!important;
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L870 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-payment-credit-card-type-row select:invalid {
  color: #999999;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L875 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L876 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L877 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-l-formfieldgroup-cell.cc-expiry input {
  margin-left: 0;
  margin-right: 0;
  width: 90px!important;
  text-align: left;
  margin-right: 8px;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-l-formfieldgroup-cell.cc-expiry input {
    margin-right: 10px;
    margin-bottom: 30px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L887 */
.account-paymentmethods-body #myModal .custom-modal-content.credit-step-one-width .mz-l-formfieldgroup-cell.cc-expiry input::placeholder {
  font-weight: 600;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L894 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form {
  position: relative;
  border: 1px solid #979797;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form {
    border: none;
    width: 100%;
    border-top: 1px solid #cccccc;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L903 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L904 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .credit-heading {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 26px;
  padding-top: 30px;
}
@media (max-width: 1000px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .credit-heading {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .credit-heading {
    padding-top: 2px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L920 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  color: black;
  padding-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform h2 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 11px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L933 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L940 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms {
  max-width: 758px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 25px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L949 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .afg-ms-fields {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .afg-ms-fields {
    flex-flow: wrap column;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L956 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L957 */
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .afg-ms-fields .mz-addressform-address2 .mz-l-formfieldgroup-cell {
    flex-flow: wrap column;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L963 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L964 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .afg-ms-fields .mz-l-formfieldgroup-cell .is-required {
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L969 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms select {
  background-image: url('../resources/images/icons/arrow-down.png');
  background-size: 17px;
  background-position-x: 95%;
  background-position-y: 15px;
  background-repeat: no-repeat;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L976 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms input,
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms select {
  height: 40px;
  text-align: left;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 0!important;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L984 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .mz-l-formfieldgroup-row {
  flex-flow: wrap column;
  width: 100%;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L988 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .mz-l-formfieldgroup-cell {
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .mz-l-formfieldgroup-cell {
    display: flex;
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L994 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .mz-l-formfieldgroup-cell select {
  width: 100%;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L997 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .mz-l-formfieldgroup-cell label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  color: black;
  padding-bottom: 10px;
  cursor: default;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1007 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1008 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .mz-addressform-phone .mobile-phone-with-country-code {
  display: flex;
  flex-flow: wrap column;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1011 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .mz-addressform-phone .mobile-phone-with-country-code select {
  width: 90px!important;
  background-size: 16px;
  background-position-x: 78%;
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1016 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .mz-addressform-phone .mobile-phone-with-country-code select.mobile-dialed-code {
  background-image: none;
  background-color: whitesmoke;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .mz-addressform-phone .mobile-phone-with-country-code select {
    width: 37%!important;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1025 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .mz-addressform-phone .afg-phone-no {
  display: flex;
  column-gap: 10px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1030 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1031 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .mz-addressform-city select {
  color: black;
  border-color: #cccccc !important;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1034 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .afg-credit-forms .mz-addressform-city select:invalid {
  color: #999999;
  font-weight: 600;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1041 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .credit-continue-buttons {
  padding-top: 0;
  border: none;
  margin-top: 0;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1045 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .credit-continue-buttons p {
  display: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1048 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .credit-continue-buttons .mz-creditcard-cancel {
  display: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1051 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .credit-continue-buttons .mz-button {
  width: 180px;
  padding: 10px 0!important;
  border: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  background-color: #bed855;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .credit-continue-buttons .mz-button {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1065 */
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .mz-creditcardform .credit-continue-buttons .buttons-wrapper {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1072 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1073 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .myacc-address-top {
  flex-direction: column;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1075 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1076 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .myacc-address-top .mz-l-formfieldgroup-cell label {
  text-transform: capitalize;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1080 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1081 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .myacc-address-top .savedaddress-wrapper input {
  height: auto;
  margin: 0;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1085 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .myacc-address-top .savedaddress-wrapper .mz-addresssummary {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  color: black;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1093 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1094 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .myacc-address-top .mz-addressform-address1 label {
  text-transform: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1097 */
@media (min-width: 501px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .myacc-address-top .mz-addressform-address1 input {
    margin: 0;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1103 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1104 */
@media (min-width: 501px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .myacc-address-top .mz-addressform-address2 input {
    margin: 0;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1111 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .myacc-address-list {
  flex-direction: unset;
  border-color: #cccccc;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1114 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1115 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .myacc-address-list .savedaddress-wrapper .mz-contactselector-inputwrapper {
  padding-top: 2px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1120 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .addressformWrapper {
  flex-flow: wrap column;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1122 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1123 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .addressformWrapper .mz-addressform-addresstype .delivery-address-type-field {
  column-gap: 8px;
  align-items: center;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1126 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .addressformWrapper .mz-addressform-addresstype .delivery-address-type-field input {
  margin: 0!important;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1129 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .addressformWrapper .mz-addressform-addresstype .delivery-address-type-field label {
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .addressformWrapper .mz-addressform-addresstype .delivery-address-type-field label {
    margin: 0!important;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1136 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .addressformWrapper .mz-addressform-addresstype .delivery-address-type-section {
  padding-bottom: 20px;
  width: 100%!important;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .addressformWrapper .mz-addressform-addresstype .delivery-address-type-section {
    padding-bottom: 17px;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1145 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1146 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-addressform-country select {
  background-color: whitesmoke;
  background-image: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1151 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1153 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-addressform-othersInfo input,
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-addressform-postaltown input {
  width: 48.7%;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-addressform-othersInfo input,
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-addressform-postaltown input {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1160 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1161 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-l-formfieldgroup-cell.cell-label,
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-l-formfieldgroup-cell.cell-data {
  width: 100%;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1166 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1167 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1168 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-addressform-phone .cell-data input {
  width: 35.3%!important;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-addressform-phone .cell-data input {
    width: 100%!important;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1173 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-addressform-phone .cell-data input::placeholder {
  font-weight: 600;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1179 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-payment-credit-card-defaultflag-row {
  display: flex;
  margin-bottom: 20px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1182 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-payment-credit-card-defaultflag-row .mz-l-formfieldgroup-cell {
  display: flex;
  column-gap: 12px;
  position: relative;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1186 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-payment-credit-card-defaultflag-row .mz-l-formfieldgroup-cell input {
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1192 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1193 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-payment-credit-card-defaultflag-row .mz-l-formfieldgroup-cell input:checked ~ .chkmark {
  background-color: #005640;
  border-color: #005640;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1196 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-payment-credit-card-defaultflag-row .mz-l-formfieldgroup-cell input:checked ~ .chkmark::after {
  display: block;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1202 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-payment-credit-card-defaultflag-row .mz-l-formfieldgroup-cell .chkmark {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #cccccc;
  background-color: transparent;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1210 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-payment-credit-card-defaultflag-row .mz-l-formfieldgroup-cell .chkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 6.3px;
  top: 3px;
  width: 2.5px;
  height: 6.2px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1225 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-payment-credit-card-defaultflag-row .mz-l-formfieldgroup-cell label {
  padding-bottom: 0;
  display: flex;
  column-gap: 12px;
  align-items: center;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1233 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1234 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .credit-continue-buttons .mz-creditcard-save {
  width: 180px;
}
@media only screen and (max-width: 500px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .credit-continue-buttons .mz-creditcard-save {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1241 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1242 */
@media (min-width: 501px) {
  .account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-addressform-addresstype select {
    background-position-x: 97%;
  }
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1248 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .delivery-address-type-section {
  display: flex;
  column-gap: 20px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1251 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .delivery-address-type-section .delivery-address-type-field {
  display: flex;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1254 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .delivery-address-type-section .others-address {
  width: 18px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1258 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .block-two {
  margin-bottom: 20px;
  display: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1261 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .block-two .mz-contactselector-inputwrapper {
  display: flex;
  align-items: center;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1264 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .block-two .mz-contactselector-inputwrapper .newaddress {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1272 */
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1273 */
.account-paymentmethods-body #myModal .custom-modal-content .mz-accountpaymentmethods-form .credit-step-two .mz-contactselector-new.block1 .mz-contactselector-inputwrapper {
  display: none;
}
/* /stylesheets/modules/my-account/account-paymentmethods.less:L1280 */
.account-paymentmethods-body #myModal .custom-modal-header {
  background: none;
  padding: 0;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L1 */
/* /stylesheets/modules/my-account/account-addressbook.less:L3 */
.mz-accountaddressbook .mz-accountaddressbook-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  font-family: 'MSLondon', sans-serif;
  color: #333333;
  font-weight: 600;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L11 */
.mz-accountaddressbook .savedcards-wrapper {
  display: block;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L15 */
.mz-accountaddressbook .mz-accountaddressbook-contact {
  background: white;
  border-right-width: 0;
  align-items: flex-start;
  padding: 18px;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
  *zoom: 1;
}
@media (min-width: 768px) {
  .mz-accountaddressbook .mz-accountaddressbook-contact {
    padding: 13px 25px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L27 */
.mz-accountaddressbook .mz-accountaddressbook-contact .address-formRight input,
.mz-accountaddressbook .mz-accountaddressbook-contact .address-formLeft input {
  width: 95%;
  height: 30px;
  float: right;
}
@media (min-width: 992px) {
  .mz-accountaddressbook .mz-accountaddressbook-contact .address-formRight input,
  .mz-accountaddressbook .mz-accountaddressbook-contact .address-formLeft input {
    min-width: 225px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L35 */
.mz-accountaddressbook .mz-accountaddressbook-contact .address-formRight .cell-label,
.mz-accountaddressbook .mz-accountaddressbook-contact .address-formLeft .cell-label {
  width: 45% !important;
}
@media only screen and (min-width: 768px) {
  .mz-accountaddressbook .mz-accountaddressbook-contact .address-formRight .cell-label,
  .mz-accountaddressbook .mz-accountaddressbook-contact .address-formLeft .cell-label {
    width: 38%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L42 */
.mz-accountaddressbook .mz-accountaddressbook-contact .mz-addresssummary {
  position: static;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L45 */
@media only screen and (min-width: 501px) {
  .mz-accountaddressbook .mz-accountaddressbook-contact.savedcards-wrapper {
    margin-top: 0;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L50 */
.mz-accountaddressbook .mz-accountaddressbook-contact:last-child {
  border-right-width: 0;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-accountaddressbook .mz-accountaddressbook-contact:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-accountaddressbook .mz-accountaddressbook-contact:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L56 */
/* /stylesheets/modules/my-account/account-addressbook.less:L57 */
.mz-accountaddressbook .mz-accountaddressbook-form .credit-heading {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L62 */
.mz-accountaddressbook .mz-accountaddressbook-actions {
  margin-top: 25px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L64 */
.mz-accountaddressbook .mz-accountaddressbook-actions a {
  color: #666666;
  text-decoration: none;
  display: inline-block;
}
/* /stylesheets/base/mixins.less:L7 */
.mz-accountaddressbook .mz-accountaddressbook-actions a:visited,
.mz-accountaddressbook .mz-accountaddressbook-actions a:focus,
.mz-accountaddressbook .mz-accountaddressbook-actions a:active {
  color: #666666;
}
/* /stylesheets/base/mixins.less:L11 */
.mz-accountaddressbook .mz-accountaddressbook-actions a:hover,
.mz-accountaddressbook .mz-accountaddressbook-actions a:focus,
.mz-accountaddressbook .mz-accountaddressbook-actions a:active {
  text-decoration: underline;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L67 */
/* /stylesheets/modules/my-account/account-addressbook.less:L71 */
.mz-accountaddressbook .no-savedcards-wrapper {
  padding: 20px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L76 */
@media only screen and (min-width: 768px) {
  .addressformWrapper {
    display: flex;
    justify-content: space-between;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L82 */
/* /stylesheets/modules/my-account/account-addressbook.less:L83 */
.address-formRight .mz-l-formfieldgroup-row,
.address-formLeft .mz-l-formfieldgroup-row {
  display: flex;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L86 */
.address-formRight .mz-validationmessage,
.address-formLeft .mz-validationmessage {
  margin-bottom: 0px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L89 */
.address-formRight .is-required,
.address-formLeft .is-required {
  color: #333333;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L92 */
.address-formRight input,
.address-formLeft input {
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 #dddddd;
  margin-bottom: 5px;
  padding: 5px 6px;
  border-radius: 0px;
}
@media only screen and (max-width: 1000px) {
  .address-formRight input,
  .address-formLeft input {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .address-formRight input,
  .address-formLeft input {
    padding: 9px 6px;
    margin-bottom: 6px;
    border-radius: 0px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L107 */
.address-formRight .cell-label,
.address-formLeft .cell-label {
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .address-formRight .cell-label,
  .address-formLeft .cell-label {
    width: 38%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L114 */
.address-formRight .cell-data,
.address-formLeft .cell-data {
  width: 55%;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L117 */
.address-formRight label,
.address-formLeft label {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .address-formRight label,
  .address-formLeft label {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L126 */
.address-formRight select,
.address-formLeft select {
  background: none;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 3px;
  border-radius: 0px;
  margin-bottom: 6px;
  float: right;
  width: 95%;
  box-shadow: 0 0 5px 0 #dddddd;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .address-formRight select,
  .address-formLeft select {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .address-formRight select,
  .address-formLeft select {
    min-width: 225px;
  }
}
@media (max-width: 768px) {
  .address-formRight select,
  .address-formLeft select {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L151 */
.address-formRight select.title,
.address-formLeft select.title {
  width: 60%;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L156 */
.buttons-wrapper {
  display: flex;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L158 */
.buttons-wrapper .mz-button {
  margin-right: 10px;
  border-radius: 0;
  font-weight: bold;
  padding-top: 5.25px !important;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L164 */
.buttons-wrapper .mz-button:last-child {
  margin-right: 0;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L168 */
@media only screen and (min-width: 768px) {
  .address-formRight {
    width: 49%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L172 */
.address-formRight .mz-addressform-address1 {
  margin-bottom: 0px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L174 */
.address-formRight .mz-addressform-address1 .cell-label {
  line-height: 21px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L179 */
@media only screen and (min-width: 768px) {
  .address-formLeft {
    width: 49%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L185 */
.credit-continue-buttons p {
  text-transform: none;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L189 */
.myacc h2 {
  color: #666666;
  font-family: 'MSLondon', sans-serif;
  font-weight: 600;
}
@media (min-width: 992px) {
  .myacc h2 {
    line-height: 39px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L198 */
.myacc .mz-l-stack-sectiontitle {
  font-size: 40px !important;
  font-weight: 600 !important;
  font-family: 'MSLondon', sans-serif;
  color: #333333 !important;
}
@media (max-width: 768px) {
  .myacc .mz-l-stack-sectiontitle {
    font-size: 28px  !important;
    font-weight: 600  !important;
    letter-spacing: 0;
    line-height: 40px  !important;
    margin-top: 21px !important;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L211 */
#myModal button.mz-contact-cancel {
  margin-right: 12px;
  border-radius: 0px !important;
  padding-top: 5.25px !important;
  border: 1px solid #cccccc !important;
  color: black;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L218 */
#myModal button.mz-contact-save {
  color: black;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L221 */
#myModal button.mz-contact-save[disabled] {
  color: #bbbbbb;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L225 */
/* /stylesheets/modules/my-account/account-addressbook.less:L226 */
.mz-accountsettings .setting-heading {
  font-weight: 600 !important;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L231 */
/* /stylesheets/modules/my-account/account-addressbook.less:L232 */
/* /stylesheets/modules/my-account/account-addressbook.less:L233 */
@media (min-width: 1001px) {
  .account-addressbook-body .mz-accountaddressbook-list .cards-list {
    width: 31.5%;
  }
}
@media (min-width: 501px) {
  .account-addressbook-body .mz-accountaddressbook-list .cards-list {
    padding: 0 8px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L242 */
/* /stylesheets/modules/my-account/account-addressbook.less:L243 */
@media (min-width: 501px) {
  .account-addressbook-body .mz-accountaddressbook .no-savedcards-wrapper {
    padding: 20px 30px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L249 */
/* /stylesheets/modules/my-account/account-addressbook.less:L250 */
/* /stylesheets/modules/my-account/account-addressbook.less:L251 */
.account-addressbook-body .savedcards-wrapper .mz-accountaddressbook-actions a {
  padding: 4px 6px 4px 22px;
  margin-right: 5px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L255 */
/* /stylesheets/modules/my-account/account-addressbook.less:L257 */
.account-addressbook-body .savedcards-wrapper .mz-accountaddressbook-actions .edit-action-link:before,
.account-addressbook-body .savedcards-wrapper .mz-accountaddressbook-actions .delete-action-link:before {
  top: 7px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L267 */
/* /stylesheets/modules/my-account/account-addressbook.less:L268 */
.account-addressbook-body input[type="radio"] {
  width: 18px;
  height: 18px!important;
  margin: 0 10px 0 0;
  accent-color: #838772;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L274 */
@media (min-width: 1300px) {
  .account-addressbook-body .myacc {
    width: 1300px;
  }
}
@media (max-width: 1299px) {
  .account-addressbook-body .myacc {
    width: auto;
  }
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body .myacc {
    padding: 0 20px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L285 */
@media only screen and (max-width: 500px) {
  .account-addressbook-body .mz-accountaddressbook {
    margin-bottom: 10px!important;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L290 */
/* /stylesheets/modules/my-account/account-addressbook.less:L291 */
.account-addressbook-body #account-addressbook .mz-l-stack-sectiontitle {
  font-size: 30px!important;
  font-weight: bold !important;
  letter-spacing: 0;
  line-height: 34px;
  color: black !important;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .account-addressbook-body #account-addressbook .mz-l-stack-sectiontitle {
    margin-top: 20px!important;
  }
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-l-stack-sectiontitle {
    font-size: 22px!important;
    line-height: 24px!important;
    margin-top: 29px!important;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L309 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list {
  justify-content: center;
  margin: 30px 0 0;
  column-gap: 20px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list {
    column-gap: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list {
    margin: 20px 0 0;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L319 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .cards-list {
  width: 32.3%;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .cards-list {
    width: 37%;
  }
}
@media (min-width: 501px) and (max-width: 992px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .cards-list {
    width: 48%;
  }
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .cards-list {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L332 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .no-savedcards-wrapper {
  padding: 0 61px;
  background: rgba(223, 236, 226, 0.5);
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .no-savedcards-wrapper {
    padding: 0 28px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L338 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .no-savedcards-wrapper img {
  width: 104.71px;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .no-savedcards-wrapper img {
    width: 89.71px;
    margin-bottom: 10px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L346 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .savedcards-wrapper {
  min-height: 296px;
  border: none;
  box-shadow: none;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .savedcards-wrapper {
    padding: 0 15px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L354 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .savedcards-wrapper .title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .savedcards-wrapper .title {
    font-size: 18px;
    line-height: 24px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L365 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .savedcards-wrapper p {
  margin: 10px 0 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  color: black;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L373 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .savedcards-wrapper .btn-add-new-card {
  background: #bed855;
  padding: 9px 0;
  width: 223px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L385 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact {
  border: 1px solid rgba(204, 204, 204, 0.5);
  background-color: white;
  padding: 26px 0 0;
  justify-content: flex-start;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact {
    min-height: auto;
    justify-content: space-between;
    padding: 20px 0 0;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L395 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .afg-ms-savedcards-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .afg-ms-savedcards-container {
    position: relative;
    padding-bottom: 20px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L404 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .afg-ms-savedcards-container .savedcards-container {
  padding: 0 0 0 30px;
  flex: 1;
  max-width: 70%;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .afg-ms-savedcards-container .savedcards-container {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L416 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .afg-ms-savedcards-container .savedcards-container span {
  color: black;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L423 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .afg-ms-savedcards-container .savedcards-container .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 10px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L431 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .afg-ms-savedcards-container .mz-accountaddressbook-actions {
  flex: 1;
  max-width: 30%;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 13px;
  margin-top: 3px;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .afg-ms-savedcards-container .mz-accountaddressbook-actions {
    position: absolute;
    right: 20px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L443 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .afg-ms-savedcards-container .mz-accountaddressbook-actions a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
  padding: 0;
  background: transparent;
  border: none;
  margin: 0;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L454 */
/* /stylesheets/modules/my-account/account-addressbook.less:L456 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .afg-ms-savedcards-container .mz-accountaddressbook-actions .edit-action-link:before,
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .afg-ms-savedcards-container .mz-accountaddressbook-actions .delete-action-link:before {
  content: none;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L462 */
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .mz-accountaddressbook-contacttype {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L467 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .is-primary {
  background: #eef5f0;
  padding: 10px 0 10px 29px;
  min-height: auto;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .is-primary {
    position: static;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L475 */
.account-addressbook-body #account-addressbook .mz-accountaddressbook-list .mz-accountaddressbook-contact .is-primary img {
  width: 20px;
  margin-right: 10px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L483 */
.account-addressbook-body .custom-modal {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 0;
  z-index: 11;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body .custom-modal {
    padding: 0!important;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L490 */
.account-addressbook-body .custom-modal .mz-close-icon {
  float: none;
  position: absolute;
  top: 31px;
  right: 30px;
  transform: none;
  filter: invert(1);
  width: 20px;
  height: 20px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .account-addressbook-body .custom-modal .mz-close-icon {
    top: 45px;
  }
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body .custom-modal .mz-close-icon {
    width: 16px;
    height: 16px;
    top: 21px;
    right: 20px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L510 */
/* /stylesheets/modules/my-account/account-addressbook.less:L511 */
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal::-webkit-scrollbar {
    display: none;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L516 */
.account-addressbook-body #myModal .custom-modal-content {
  max-width: 858px;
  width: auto;
  height: 100%;
  border: none;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1540px) {
  .account-addressbook-body #myModal .custom-modal-content {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .custom-modal-content {
    align-items: unset;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L532 */
.account-addressbook-body #myModal .custom-modal-header {
  background: none;
  padding: 0;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L536 */
.account-addressbook-body #myModal .afg-ms-accountaddressbook-form {
  padding-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .afg-ms-accountaddressbook-form {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L543 */
.account-addressbook-body #myModal .afg-ms-accountaddressbook-form .credit-continue-buttons {
  padding-top: 0;
  border: none;
  margin-top: 0;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L547 */
.account-addressbook-body #myModal .afg-ms-accountaddressbook-form .credit-continue-buttons p {
  display: none;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L550 */
.account-addressbook-body #myModal .afg-ms-accountaddressbook-form .credit-continue-buttons .mz-contact-cancel {
  display: none;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L553 */
.account-addressbook-body #myModal .afg-ms-accountaddressbook-form .credit-continue-buttons .mz-button {
  width: 180px;
  padding: 10px 0!important;
  border: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  background: #bed855;
  margin: 0;
  color: black;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .afg-ms-accountaddressbook-form .credit-continue-buttons .mz-button {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L568 */
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .afg-ms-accountaddressbook-form .credit-continue-buttons .buttons-wrapper {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L574 */
/* /stylesheets/modules/my-account/account-addressbook.less:L575 */
/* /stylesheets/modules/my-account/account-addressbook.less:L576 */
.account-addressbook-body #myModal .afg-ms-accountaddressbook-form .mz-addressform-phone .cell-data input {
  width: 35.3%!important;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .afg-ms-accountaddressbook-form .mz-addressform-phone .cell-data input {
    width: 100%!important;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L581 */
.account-addressbook-body #myModal .afg-ms-accountaddressbook-form .mz-addressform-phone .cell-data input::placeholder {
  font-weight: 600;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L586 */
.account-addressbook-body #myModal .afg-ms-accountaddressbook-form .mz-addressform-phone .mobile-phone-with-country-code {
  display: flex;
  flex-flow: wrap column;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L589 */
.account-addressbook-body #myModal .afg-ms-accountaddressbook-form .mz-addressform-phone .mobile-phone-with-country-code select {
  width: 90px!important;
  background-size: 16px;
  background-position-x: 78%;
  color: black !important;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .afg-ms-accountaddressbook-form .mz-addressform-phone .mobile-phone-with-country-code select {
    width: 37%!important;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L599 */
.account-addressbook-body #myModal .afg-ms-accountaddressbook-form .mz-addressform-phone .afg-phone-no {
  display: flex;
  column-gap: 10px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L605 */
.account-addressbook-body #myModal .mz-accountaddressbook-form {
  position: relative;
  border: 1px solid #979797;
  width: 100%;
  padding: 0!important;
}
@media (max-width: 1000px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form {
    padding: 0 15px!important;
  }
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form {
    border: none!important;
    width: 100%;
    border-top: 1px solid #cccccc !important;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L618 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .credit-heading {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  padding-top: 30px;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
@media (max-width: 1000px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .credit-heading {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .credit-heading {
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L635 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .credit-heading h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  color: black;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .credit-heading h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L647 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .mz-contacttypes,
.account-addressbook-body #myModal .mz-accountaddressbook-form .credit-continue-buttons {
  max-width: 758px;
  margin: 0 auto;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L652 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .delivery-address-type-section {
  display: flex;
  column-gap: 20px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L655 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .delivery-address-type-section .delivery-address-type-field {
  display: flex;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L658 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .delivery-address-type-section .others-address {
  width: 18px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L662 */
/* /stylesheets/modules/my-account/account-addressbook.less:L663 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .mz-contacttypes .mz-contacttype {
  margin-bottom: 20px;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L665 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .mz-contacttypes .mz-contacttype > label {
  display: flex;
  align-items: center;
  column-gap: 12px;
  position: relative;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L670 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .mz-contacttypes .mz-contacttype > label input {
  width: 20px;
  height: 20px;
  margin: 0!important;
  opacity: 0;
  cursor: pointer;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L676 */
/* /stylesheets/modules/my-account/account-addressbook.less:L677 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .mz-contacttypes .mz-contacttype > label input:checked ~ .chkmark {
  background-color: #005640;
  border-color: #005640;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L680 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .mz-contacttypes .mz-contacttype > label input:checked ~ .chkmark::after {
  display: block;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L686 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .mz-contacttypes .mz-contacttype > label .chkmark {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #cccccc;
  background-color: transparent;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L694 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .mz-contacttypes .mz-contacttype > label .chkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 6.3px;
  top: 3px;
  width: 2.5px;
  height: 6.2px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* /stylesheets/modules/my-account/account-addressbook.less:L712 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper {
  flex-flow: wrap column;
  max-width: 758px;
  margin: 0 auto;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L716 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .afg-ms-fields {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .afg-ms-fields {
    flex-flow: wrap column;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L723 */
/* /stylesheets/modules/my-account/account-addressbook.less:L724 */
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .afg-ms-fields .mz-addressform-address2 .mz-l-formfieldgroup-cell {
    flex-flow: wrap column;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L729 */
@media (min-width: 501px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .afg-ms-fields .mz-addressform-address2 input {
    margin: 0;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L735 */
/* /stylesheets/modules/my-account/account-addressbook.less:L736 */
@media (min-width: 501px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .afg-ms-fields .mz-addressform-address1 input {
    margin: 0;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L743 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper select {
  background-image: url('../resources/images/icons/arrow-down.png');
  background-size: 17px;
  background-position-x: 95%;
  background-position-y: 15px;
  background-repeat: no-repeat;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L750 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper input,
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper select {
  height: 40px;
  text-align: left;
  padding: 10px 15px;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  border-color: #cccccc !important;
  border-radius: 0;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L762 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-l-formfieldgroup-row {
  flex-flow: wrap column;
  width: 100%;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L766 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-l-formfieldgroup-cell {
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-l-formfieldgroup-cell {
    display: flex;
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L772 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-l-formfieldgroup-cell select {
  width: 100%;
  color: #999999;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L776 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-l-formfieldgroup-cell label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  color: black;
  padding-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
  cursor: default;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L787 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-l-formfieldgroup-cell .is-required {
  color: black;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L791 */
/* /stylesheets/modules/my-account/account-addressbook.less:L792 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-addresstype input {
  margin: 0!important;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L795 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-addresstype .delivery-address-type-section {
  padding-bottom: 20px!important;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-addresstype .delivery-address-type-section {
    padding-bottom: 17px!important;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L800 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-addresstype .delivery-address-type-section label {
  padding: 0!important;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-addresstype .delivery-address-type-section label {
    margin: 0!important;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L806 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-addresstype .delivery-address-type-section .delivery-address-type-field {
  column-gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-addresstype .delivery-address-type-section .delivery-address-type-field {
    margin: 0!important;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L815 */
/* /stylesheets/modules/my-account/account-addressbook.less:L816 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-othersInfo input {
  width: 48.6%;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-othersInfo input {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L823 */
/* /stylesheets/modules/my-account/account-addressbook.less:L824 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-country select {
  background-color: whitesmoke;
  background-image: none;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L829 */
/* /stylesheets/modules/my-account/account-addressbook.less:L830 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-city select {
  color: black;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L832 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-city select:invalid {
  color: #999999;
  font-weight: 600;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L838 */
/* /stylesheets/modules/my-account/account-addressbook.less:L839 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-address1 label {
  text-transform: none;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L843 */
/* /stylesheets/modules/my-account/account-addressbook.less:L844 */
.account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-postaltown input {
  width: 48.7%;
}
@media only screen and (max-width: 500px) {
  .account-addressbook-body #myModal .mz-accountaddressbook-form .addressformWrapper .mz-addressform-postaltown input {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-addressbook.less:L856 */
/* /stylesheets/modules/my-account/account-addressbook.less:L857 */
.mobile-phone-with-country-code .bind-country-code {
  width: 11% !important;
}
/* /stylesheets/modules/my-account/account-addressbook.less:L860 */
.mobile-phone-with-country-code input {
  width: 88% !important;
}
/* /stylesheets/modules/my-account/account-storecredit.less:L1 */
.mz-accountstorecredit-form {
  margin: 12.5px 0;
}
/* /stylesheets/modules/my-account/account-storecredit.less:L3 */
.mz-accountstorecredit-form .mz-accountstorecredit-input {
  width: 250px;
}
/* /stylesheets/modules/my-account/account-storecredit.less:L8 */
/* /stylesheets/modules/my-account/account-storecredit.less:L9 */
.mz-accountstorecredit-row:last-child td {
  padding-bottom: 12.5px;
}
/* /stylesheets/modules/my-account/account-storecredit.less:L14 */
/* /stylesheets/modules/my-account/account-storecredit.less:L15 */
.mz-accountstorecredit-totalrow td {
  border-top: 1px solid #eeeeee;
}
/* /stylesheets/modules/my-account/account-storecredit.less:L20 */
.mz-accountstorecredit-totallabel {
  font-size: 16px;
  font-weight: bold;
  padding-right: 12.5px;
}
/* /stylesheets/modules/my-account/account-storecredit.less:L26 */
.mz-accountstorecredit-totalamount {
  font-size: 16px;
}
/* /stylesheets/modules/my-account/return-form.less:L1 */
/* /stylesheets/modules/my-account/return-form.less:L2 */
.mz-returnform .mz-l-formfieldgroup-cell:first-child {
  text-align: right;
}
/* /stylesheets/modules/my-account/return-form.less:L5 */
.mz-returnform .mz-l-formfieldgroup-cell:last-child {
  text-align: left;
}
/* /stylesheets/modules/my-account/return-form.less:L9 */
.mz-returnform .mz-returnform-returntype .mz-l-formfieldgroup-cell:first-child label,
.mz-returnform .mz-returnform-actions .mz-l-formfieldgroup-cell:first-child label {
  display: none;
}
/* /stylesheets/modules/my-account/return-form.less:L14 */
.mz-returnform .mz-returnform-returntype .mz-l-formfieldgroup-cell:last-child label {
  display: inline-block;
  margin-right: 12.5px;
  min-width: inherit;
}
/* /stylesheets/modules/my-account/rma-item.less:L1 */
/* /stylesheets/modules/my-account/rma-item.less:L2 */
.mz-itemlisting-rmaitem h3 {
  margin: 0 0 6.25px 0;
}
/* /stylesheets/modules/my-account/rma-item.less:L5 */
.mz-itemlisting-rmaitem .mz-propertylist {
  margin-top: 0;
}
/* /stylesheets/modules/my-account/rma-item.less:L8 */
.mz-itemlisting-rmaitem .mz-itemlisting-rmaitem-details {
  margin-top: 12.5px;
}
/* /stylesheets/modules/my-account/rma-item.less:L10 */
/* /stylesheets/modules/my-account/rma-item.less:L11 */
.mz-itemlisting-rmaitem .mz-itemlisting-rmaitem-details .mz-propertylist dd {
  display: block;
  float: none;
}
/* /stylesheets/modules/my-account/rma-item.less:L15 */
.mz-itemlisting-rmaitem .mz-itemlisting-rmaitem-details .mz-propertylist dd.return-type {
  margin-top: 12.5px;
}
/* /stylesheets/modules/my-account/rma-item.less:L20 */
.mz-itemlisting-rmaitem .mz-l-formfieldgroup {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* /stylesheets/modules/my-account/account-orderhistory.less:L2 */
  .mz-anonymous-account  .mz-l-pagecontent {
    padding-left: 0px !important;
    width: 100%;
    padding-right: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L9 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L10 */
.mz-orderlist .mz-order-listing-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L15 */
.mz-orderlist .mz-itemlisting-bunldedProducts {
  list-style: none;
  padding-left: 12px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L18 */
.mz-orderlist .mz-itemlisting-bunldedProducts .mz-itemlisting {
  margin: 0px;
  padding-top: 0px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L23 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L24 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L25 */
.mz-orderlist .order-history-listing .mz-orderlisting-header .mz-orderlisting-heading,
.mz-orderlist .order-history-listing-return .mz-orderlisting-header .mz-orderlisting-heading,
.mz-orderlist .mz-orderlisting .mz-orderlisting-header .mz-orderlisting-heading {
  display: inline-block;
  margin: 0px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L29 */
.mz-orderlist .order-history-listing .mz-orderlisting-header .mz-orderlisting-return,
.mz-orderlist .order-history-listing-return .mz-orderlisting-header .mz-orderlisting-return,
.mz-orderlist .mz-orderlisting .mz-orderlisting-header .mz-orderlisting-return {
  float: right;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L33 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L35 */
.mz-orderlist .order-history-listing .mz-l-formfieldgroup-cell,
.mz-orderlist .order-history-listing-return .mz-l-formfieldgroup-cell,
.mz-orderlist .mz-orderlisting .mz-l-formfieldgroup-cell {
  vertical-align: middle;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L39 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L40 */
.mz-orderlist .order-history-listing-return .mz-l-formfieldgroup-cell {
  vertical-align: top;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L43 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L44 */
.mz-orderlist .order-history-listing-return .mz-itemlisting .mz-itemlisting {
  padding-top: 10px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L46 */
.mz-orderlist .order-history-listing-return .mz-itemlisting .mz-itemlisting .mz-itemlisting-thumb {
  margin-top: 0px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L52 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L53 */
.mz-orderlist .mz-itemlisting-rmaitem .mz-l-formfieldgroup-cell {
  vertical-align: middle;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L56 */
.mz-orderlist .mz-itemlisting-rmaitem .mz-itemlisting-thumb {
  text-align: center;
  float: left;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L61 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L62 */
.mz-orderlist .mz-itemlisting-return .mz-l-formfieldgroup {
  width: 100%;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L65 */
.mz-orderlist .mz-itemlisting-return .mz-itemlisting-prompt {
  max-width: 100%;
  float: none;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L70 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L71 */
.mz-orderlist .mz-itemlisting-return .mz-returnform label,
.mz-orderlist .mz-itemlisting-return .mz-returnform .mz-returnform-label {
  text-align: left;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L74 */
.mz-orderlist .mz-itemlisting-return .mz-returnform .mz-returnform-field {
  text-align: left;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L77 */
.mz-orderlist .mz-itemlisting-return .mz-returnform .mz-returnform-optionalcommentsfield {
  width: 100%;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L80 */
.mz-orderlist .mz-itemlisting-return .mz-returnform .mz-returnform-returntype .mz-returnform-field label {
  display: inline-block;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L84 */
.mz-orderlist .mz-itemlisting-return .mz-returnform > div {
  padding-bottom: 12px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L88 */
.mz-orderlist .mz-order-listing-detail-v2 {
  width: 880px;
}
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 {
    width: auto;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L91 */
.mz-orderlist .mz-order-listing-detail-v2 .down-hr {
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .down-hr {
    display: block;
    margin-bottom: 5px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L99 */
.mz-orderlist .mz-order-listing-detail-v2 .item-hr {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .item-hr {
    margin-top: 5px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L105 */
.mz-orderlist .mz-order-listing-detail-v2 .bottom-line-delivery {
  border-top: 1.8px solid #333333;
  margin-top: 29px;
}
@media only screen and (max-width: 500px) {
  .mz-orderlist .mz-order-listing-detail-v2 .bottom-line-delivery {
    margin-top: 20px;
    margin-left: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L113 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L114 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .item-price-heading {
  padding-left: 43px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L117 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .subtotal-heading {
  text-align: right;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L120 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .mz-orderlisting-details-item {
  flex: 2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .mz-orderlisting-details-item {
    display: none!important;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L126 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .mz-orderlisting-details-item:first-child {
  flex: 1 1 57%;
  max-width: 57%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .mz-orderlisting-details-item:first-child {
    display: block!important;
    flex: auto;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L137 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list {
  display: flex;
}
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list {
    margin-left: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L140 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-orderlisting-details-item {
  width: 100%;
  display: block;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L144 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting {
  display: flex;
  align-items: flex-start;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L147 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-details {
  display: flex;
}
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-details {
    flex-direction: column;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L150 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-details > .mz-itemlisting-title {
  display: none;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L154 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-quantity {
  padding-left: 10px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L155 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-quantity,
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-price {
  flex: 2;
}
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-quantity,
  .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-price {
    display: none;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L160 */
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-subtotal {
    display: none;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L164 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-thumb {
  margin-right: 50.5px;
  width: 84.5px;
  margin-left: 7px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-thumb {
    width: 100.5px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-thumb {
    margin-right: 16px;
    width: 109.5px;
    margin-left: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L177 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-thumb .mz-noImg {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  height: 92px;
  color: #aaaaaa;
  width: 71px;
  white-space: nowrap;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L188 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-thumb-img {
  width: 71.5px;
  height: 92px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L192 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description {
  width: 287px;
  margin-right: 95px;
}
@media (min-width: 800px) and (max-width: 900px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description {
    width: 224px!important;
  }
}
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description {
    width: auto!important;
    margin-right: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L199 */
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description .mz-itemlisting-color-size {
    padding-top: 10px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L204 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description .mz-itemlisting-title {
  color: #333333;
  font-weight: 600;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L208 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description .mz-product-variationCode {
  padding-top: 4px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L211 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description .mz-itemlisting-color-size {
  padding-top: 10px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L213 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description .mz-itemlisting-color-size .mz-colour-swatch-img {
  margin-top: -2px;
  width: 16px;
  height: 16px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L221 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L222 */
@media (min-width: 768px) and (max-width: 992px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-itemStatus {
    word-break: break-word;
  }
}
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-itemStatus {
    display: none;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L231 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list-second {
  display: none;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L234 */
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile {
    display: flex!important;
    justify-content: space-between;
    margin-top: 10px;
    flex-direction: column;
    width: auto;
    margin-right: 92px!important;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile {
    margin-left: 104px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L246 */
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile .mz-itemlisting-quantity,
  .mz-orderlist .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile .mz-itemlisting-price,
  .mz-orderlist .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile .mz-itemlisting-status {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L254 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile .mz-itemlisting-quantity > span,
.mz-orderlist .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile .mz-itemlisting-price > span,
.mz-orderlist .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile .mz-itemlisting-status > span {
  font-weight: bold;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L258 */
@media (max-width: 767px) {
  .mz-orderlist .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile .mz-itemlisting-status {
    padding-bottom: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L264 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L265 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L266 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-propertylist-order .address .delivery-header {
  margin-bottom: 14px;
  font-family: 'MSLondon', sans-serif;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L270 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-propertylist-order .address .delivery-address {
  padding-top: 0!important;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L272 */
.mz-orderlist .mz-order-listing-detail-v2 .mz-propertylist-order .address .delivery-address span {
  font-size: 16px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L281 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L283 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L284 */
@media (max-width: 992px) {
  .account-orderdetail-body .myacc__breadcrumbs > a,
  .account-orderhistory-body .myacc__breadcrumbs > a {
    display: none;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L289 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L290 */
@media (max-width: 992px) {
  .account-orderdetail-body .myacc__breadcrumbs .backto-myacc.active,
  .account-orderhistory-body .myacc__breadcrumbs .backto-myacc.active {
    color: black !important;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L297 */
@media (max-width: 992px) {
  .account-orderdetail-body .afg-ms-pageheader,
  .account-orderhistory-body .afg-ms-pageheader {
    visibility: unset;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L302 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L303 */
.account-orderdetail-body .account-left-nav .title.active,
.account-orderhistory-body .account-left-nav .title.active {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 0;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L309 */
@media only screen and (max-width: 500px) {
  .account-orderdetail-body .mz-l-pagecontent,
  .account-orderhistory-body .mz-l-pagecontent {
    padding: 0!important;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L316 */
.account-orderdetail-body {
  color: #333333;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L318 */
@media (min-width: 992px) {
  .account-orderdetail-body .myacc,
  .account-orderdetail-body .mz-l-container.page-container {
    border-bottom: 0!important;
  }
}
@media (min-width: 1400px) {
  .account-orderdetail-body .myacc,
  .account-orderdetail-body .mz-l-container.page-container {
    width: 1280px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L327 */
.account-orderdetail-body .download-invoice-section {
  float: right;
  margin-top: -8px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L332 */
.account-orderdetail-body .download-invoice-button {
  height: 30px;
  width: 166px;
  background-color: #627786;
  float: right;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L338 */
.account-orderdetail-body .download-invoice-button span {
  height: 21px;
  width: 122px;
  color: white;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L348 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L349 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L350 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L351 */
@media (min-width: 1400px) {
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .quantity-heading,
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .subtotal-heading {
    position: relative;
    left: -5px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L358 */
@media (min-width: 1400px) {
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .item-price-heading {
    position: relative;
    left: -7px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L364 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L365 */
@media (min-width: 501px) {
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .order-heading-dates span {
    font-weight: 600;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L372 */
.account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .bottom-line-delivery {
  margin-bottom: 15px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L375 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L376 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L377 */
.account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-propertylist-order .address .delivery,
.account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-propertylist-order .address .billing {
  padding-top: 15px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L381 */
@media (max-width: 767px) {
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-propertylist-order .address .delivery {
    padding-top: 10px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L386 */
@media (max-width: 767px) {
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-propertylist-order .address .billing {
    padding-top: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L393 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L394 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L395 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L396 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L397 */
.account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description .mz-itemlisting-color-size > span:first-child {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L404 */
.account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description .mz-itemlisting-color-size .mz-colour-swatch {
  padding: 0 4px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L407 */
.account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description .mz-itemlisting-color-size .option-name {
  text-transform: capitalize;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L415 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L416 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L417 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L418 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L419 */
.account-orderdetail-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .totalAmount {
  padding-left: 0;
  text-align: right;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L422 */
.account-orderdetail-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .totalAmount .currency-headings {
  margin-right: 10px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L430 */
@media (max-width: 767px) {
  .account-orderdetail-body .myaccwithnav {
    padding: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L435 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L436 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L437 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L438 */
@media (max-width: 767px) {
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-order-view-head .mz-orderlisting-details-item:first-child {
    padding: 11px 20px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L445 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L446 */
@media (max-width: 767px) {
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-orderlisting-details-item {
    padding: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L451 */
@media (max-width: 767px) {
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-thumb {
    width: 105.5px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L457 */
@media (max-width: 767px) {
  .account-orderdetail-body .mz-order-listing-detail-v2 .order-heading {
    margin-bottom: 0;
    padding: 0 20px;
    color: #333333;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L464 */
@media (max-width: 767px) {
  .account-orderdetail-body .mz-order-listing-detail-v2 .order-heading-dates {
    padding: 0 20px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L468 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L469 */
@media only screen and (max-width: 500px) {
  .account-orderdetail-body .mz-order-listing-detail-v2 .order-heading-dates > span:nth-child(2) {
    margin-top: -10px !important;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L476 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L477 */
.account-orderdetail-body .mz-order-listing-detail-v2 .order-history-listing .myaccount-order-detail-list {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0 18px;
}
@media (max-width: 767px) {
  .account-orderdetail-body .mz-order-listing-detail-v2 .order-history-listing .myaccount-order-detail-list {
    padding: 16px 19px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L485 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L486 */
.account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-item .address,
.account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-item .totalAmount {
  padding: 0 19px;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L489 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L490 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L491 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L492 */
.account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-item .order-history-listing .myaccount-order-detail-list .mz-itemlisting-details .mz-itemlisting-itemStatus {
  width: 16%;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L507 */
.account-orderdetail-body .mz-pagenumbers {
  display: none;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L510 */
@media only screen and (max-width: 500px) {
  .account-orderdetail-body .mz-backdrop.active {
    width: calc(100%);
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L517 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L518 */
@media (max-width: 767px) {
  .mz-orderlisting .mz-orderlisting-detail {
    padding: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L522 */
@media (min-width: 992px) and (max-width: 1399px) {
  .mz-orderlisting .mz-orderlisting-detail .order-button {
    padding-left: 0;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .mz-orderlisting .mz-orderlisting-detail .order-button {
    display: flex;
    justify-content: space-between;
    padding: 0 18px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L533 */
@media (max-width: 767px) {
  .mz-orderlisting .mz-orderlisting-detail .order-button .back-button {
    width: 100%;
    margin-right: 6px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L539 */
.mz-orderlisting .mz-orderlisting-detail .order-button .cancel-button {
  background-color: #d7d7d7;
  font-weight: bold;
  cursor: not-allowed;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .mz-orderlisting .mz-orderlisting-detail .order-button .cancel-button {
    width: auto;
    padding: 0 14px;
  }
}
@media (min-width: 501px) {
  .mz-orderlisting .mz-orderlisting-detail .order-button .cancel-button {
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  .mz-orderlisting .mz-orderlisting-detail .order-button .cancel-button {
    width: 56%;
    margin-left: 6px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L556 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L557 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L558 */
.mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .mz-vieworder-button {
  color: black;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L563 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L564 */
.mz-orderlisting .mz-orderlisting-detail .order-button .back-button,
.mz-orderlisting .mz-orderlisting-detail .order-button .cancel-button {
  color: black;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L571 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L572 */
@media (max-width: 767px) {
  .myaccwithnav .order-history-container {
    display: block!important;
    position: relative;
    margin-top: 23px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L578 */
@media only screen and (max-width: 500px) {
  .myaccwithnav .order-history-container .mz-l-stack-sectiontitle {
    padding: 0 0 0 20px !important;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L583 */
@media (max-width: 767px) {
  .myaccwithnav .order-history-container .mz-orderlisting-headings {
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .myaccwithnav .order-history-container .mz-orderlisting-headings {
    padding: 0 20px 0 20px !important;
    margin-bottom: 20px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L592 */
@media (max-width: 767px) {
  .myaccwithnav .order-history-container .mz-order-time-dropdown {
    position: absolute;
    top: 10px !important;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L598 */
@media (max-width: 767px) {
  .myaccwithnav .order-history-container .top-hr {
    display: none!important;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L603 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L607 */
@media only screen and (max-width: 500px) {
  .myaccwithnav .order-history-container .mz-list .mz-orders {
    display: none!important;
  }
}
@media only screen and (max-width: 500px) {
  .myaccwithnav {
    padding: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L619 */
@media only screen and (max-width: 500px) {
  hr.bottom-line-delivery {
    border-top: 1.8px solid #333333;
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L627 */
@media (max-width: 992px) {
  #account-orderhistory > h2 {
    display: none;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L633 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L634 */
@media (min-width: 992px) {
  .account-orderhistory-body .mz-l-container.page-container {
    border-bottom: 0!important;
  }
}
@media (min-width: 1400px) {
  .account-orderhistory-body .mz-l-container.page-container {
    width: 1280px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L642 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L643 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L644 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L645 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L646 */
@media (min-width: 1000px) {
  .account-orderhistory-body .mz-orders .mz-orderlisting-detail .mz-orderlisting-details-item:first-child .mz-propertylist-order {
    position: relative;
    left: 10px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L653 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L654 */
@media (min-width: 1000px) {
  .account-orderhistory-body .mz-orders .mz-orderlisting-detail .mz-orderlisting-details-item:nth-child(5) .mz-propertylist-order {
    position: relative;
    left: -7px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L664 */
@media (min-width: 1400px) {
  .account-orderhistory-body .myacc {
    width: 1280px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L668 */
.account-orderhistory-body .myacc .mz-l-stack-sectiontitle {
  color: #333333;
}
@media (min-width: 1001px) {
  .account-orderhistory-body .myacc .mz-l-stack-sectiontitle {
    font-size: 40px!important;
    letter-spacing: 0;
    line-height: 56px;
    padding-bottom: 10px;
    font-weight: 600!important;
  }
}
@media (max-width: 767px) {
  .account-orderhistory-body .myacc {
    padding-top: 23px;
    padding: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L683 */
@media (max-width: 767px) {
  .account-orderhistory-body .mz-breadcrumbs {
    display: none;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L688 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L689 */
@media (min-width: 768px) {
  .account-orderhistory-body .mz-orderlisting-headings #mz-listing-paragraph {
    width: 60%;
    color: #333333;
    line-height: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1230px) {
  .account-orderhistory-body .mz-orderlisting-headings #mz-listing-paragraph {
    width: 63%;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L700 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L701 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L702 */
.account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .down-hr {
  display: none;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L707 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L708 */
.account-orderhistory-body .nithya1 .mz-oderDetailsSections {
  margin-top: 7px;
}
@media only screen and (max-width: 500px) {
  .account-orderhistory-body .nithya1 .mz-oderDetailsSections {
    margin-top: 20px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L713 */
.account-orderhistory-body .nithya1 .mz-oderDetailsSections > li {
  border-top: 1px solid #cccccc;
  padding: 10.5px 11px;
  margin: 0;
}
@media (max-width: 767px) {
  .account-orderhistory-body .nithya1 .mz-oderDetailsSections > li {
    padding: 10.5px 19px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L720 */
.account-orderhistory-body .nithya1 .mz-oderDetailsSections > li:last-child {
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L723 */
.account-orderhistory-body .nithya1 .mz-oderDetailsSections > li:nth-child(even) {
  background-color: whitesmoke;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L729 */
@media (max-width: 767px) {
  .account-orderhistory-body .mz-l-pagecontent {
    padding-top: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L756 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L757 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L758 */
@media (max-width: 767px) {
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-list {
    margin-left: 44%;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L763 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L764 */
@media (max-width: 767px) {
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-propertylist-order [data-label="Items"] {
    width: 58%;
    padding: 5px 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L775 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L776 */
.mz-myaccount .mz-accountNoOrders {
  border-top: 1px solid #cccccc;
  margin-top: 8px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .mz-myaccount .mz-accountNoOrders {
    padding-left: 20px !important;
    margin-top: 0px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L785 */
/* /stylesheets/modules/my-account/account-orderhistory.less:L786 */
.mz-myaccount .mz-order-tracking-section .mz-accountNoOrders {
  display: none;
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L790 */
.mz-myaccount .mz-l-container.page-container {
  width: 1280px;
}
@media (max-width: 1280px) {
  .mz-myaccount .mz-l-container.page-container {
    width: auto;
  }
}
@media (min-width: 992px) {
  /* /stylesheets/modules/my-account/account-orderhistory.less:L798 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L799 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L800 */
  .account-orderhistory-body .order-history-container .page {
    margin-top: -55px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L805 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L806 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L807 */
  .account-orderdetail-body .order-history-container .page {
    margin-top: -87px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L814 */
@media (max-width: 992px) {
  /* /stylesheets/modules/my-account/account-orderhistory.less:L815 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L816 */
  .account-orderhistory-body .mz-l-pagecontent {
    padding: 0 37.5px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L819 */
  .account-orderhistory-body .mz-breadcrumbs {
    display: none;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L822 */
  .account-orderhistory-body .myacc__breadcrumbs {
    display: block!important;
    padding: 0 20px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L825 */
  .account-orderhistory-body .myacc__breadcrumbs strong,
  .account-orderhistory-body .myacc__breadcrumbs .myacc-page-title {
    display: none;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L829 */
  .account-orderhistory-body .myacc__breadcrumbs .backto-myacc.active {
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L834 */
  .account-orderhistory-body .myacc__breadcrumbs .mobile-arrow-ac {
    display: block!important;
    padding-right: 10px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L837 */
  .account-orderhistory-body .myacc__breadcrumbs .mobile-arrow-ac img {
    width: 15px;
    height: 15px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L843 */
  .account-orderhistory-body .myacc {
    padding: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L849 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L850 */
  .account-orderhistory-body .myaccwithnav .order-history-container {
    display: block!important;
    position: relative;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L853 */
  .account-orderhistory-body .myaccwithnav .order-history-container .mz-l-stack-sectiontitle {
    padding: 0 0 0 23px;
    font-size: 28px!important;
    font-weight: 600!important;
    letter-spacing: 0;
    line-height: 56px;
    margin-top: 0px !important;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L861 */
  .account-orderhistory-body .myaccwithnav .order-history-container .mz-orderlisting-headings {
    padding: 0 20px 0 25px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L864 */
  .account-orderhistory-body .myaccwithnav .order-history-container .mz-order-time-dropdown {
    position: absolute;
    top: 10px;
    right: 30px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L868 */
  .account-orderhistory-body .myaccwithnav .order-history-container .mz-order-time-dropdown .all-items {
    top: 100%;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L872 */
  .account-orderhistory-body .myaccwithnav .order-history-container .top-hr {
    display: none!important;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L875 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L876 */
  .account-orderhistory-body .myaccwithnav .order-history-container .mz-list .mz-orders {
    display: none!important;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L882 */
  .account-orderhistory-body #mz-listing-paragraph {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin-top: 5%;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L888 */
  .account-orderhistory-body .mz-orderhistory-section.mz-l-paginatedlist {
    margin: 0px !important;
    width: 100%;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L892 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L893 */
  .account-orderhistory-body .nithya1 .mz-oderDetailsSections {
    margin-top: 20px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L895 */
  .account-orderhistory-body .nithya1 .mz-oderDetailsSections > li {
    padding: 10.5px 19px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L900 */
  .account-orderhistory-body .mz-orderlisting {
    position: relative;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L902 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail {
    padding: 0;
    margin-bottom: 0;
    display: block;
    overflow: hidden!important;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L907 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: 50%;
    width: 100%;
    display: block;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L915 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item {
    width: 100%!important;
    padding: 5px;
    font-weight: 600;
    display: list-item;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L920 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L921 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .mz-vieworder-button {
    font-weight: bold;
    margin-left: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L927 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L928 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L929 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L930 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-propertylist-order [data-label="Items"]:first-child::before {
    content: attr(data-label);
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L934 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-propertylist-order [data-label="Items"]::before {
    content: none;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L940 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L941 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L942 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-details-list dd::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L956 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L957 */
  .account-orderdetail-body .mz-l-pagecontent {
    padding: 0 37.5px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L960 */
  .account-orderdetail-body .mz-breadcrumbs {
    display: none;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L963 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L964 */
  .account-orderdetail-body .mz-order-detail-second #shipment-field {
    padding: 9px 20px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L968 */
  .account-orderdetail-body .myacc__breadcrumbs {
    display: block!important;
    padding: 0 28px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L974 */
  .account-orderdetail-body .myacc__breadcrumbs strong,
  .account-orderdetail-body .myacc__breadcrumbs .myacc-page-title {
    display: none;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L978 */
  .account-orderdetail-body .myacc__breadcrumbs .backto-myacc.active {
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L983 */
  .account-orderdetail-body .myacc__breadcrumbs .mobile-arrow-ac {
    display: block!important;
    padding-right: 10px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L986 */
  .account-orderdetail-body .myacc__breadcrumbs .mobile-arrow-ac img {
    width: 15px;
    height: 15px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L992 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L993 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 {
    width: auto;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L997 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L998 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .order-heading {
    margin-bottom: 0;
    padding: 0 20px 10px;
    color: #333333;
    font-size: 28px;
    margin-top: 23px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1008 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .currency-headings {
    display: inline-block;
    margin: 2px 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1012 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .order-heading-dates {
    display: grid;
    padding: 0 20px 10px;
    margin: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1016 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1017 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .order-heading-dates span:last-child {
    margin-top: 10px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1025 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .down-hr {
    display: block;
    margin-bottom: 5px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1032 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list {
    margin-left: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1034 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-orderlisting-details-item {
    padding: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1037 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-propertylist-order {
    margin: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1040 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-thumb {
    width: 105.5px;
    margin-right: 16px;
    margin-left: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1045 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1046 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-details {
    flex-direction: column;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1049 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-quantity,
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-price,
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-subtotal,
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting .mz-itemlisting-itemStatus {
    display: none;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1056 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description {
    width: auto;
    margin-right: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1061 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1062 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-order-view-head .mz-orderlisting-details-item {
    display: none!important;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1064 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-order-view-head .mz-orderlisting-details-item:first-child {
    padding: 11px 20px!important;
    display: block!important;
    flex: auto!important;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1071 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .item-hr {
    margin-top: 5px;
    margin-bottom: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1075 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1076 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .order-history-listing .myaccount-order-detail-list {
    padding: 16px 19px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1080 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile {
    display: flex!important;
    justify-content: space-between;
    margin-top: 10px;
    flex-direction: column;
    width: auto;
    margin-left: 107px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1090 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile .mz-itemlisting-quantity,
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile .mz-itemlisting-price,
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile .mz-itemlisting-status {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
  }
}
@media (max-width: 992px) and (min-width: 500px) {
  .account-orderhistory-body .myacc {
    padding-top: 15px;
  }
}
@media (max-width: 992px) and only screen and (max-width: 500px) {
  .account-orderdetail-body .myacc__breadcrumbs {
    padding: 0 18px!important;
  }
}
@media (max-width: 992px) and only screen and (max-width: 500px) {
  .account-orderdetail-body .mz-order-listing-detail-v2 .order-heading {
    margin-top: 0!important;
  }
}
@media (max-width: 992px) and only screen and (max-width: 500px) {
  .account-orderdetail-body .mz-order-listing-detail-v2 .order-heading-dates span:last-child {
    margin-top: -47px;
  }
}
@media (max-width: 992px) and (min-width: 501px) and (max-width: 992px) {
  .account-orderdetail-body .mz-order-listing-detail-v2 .down-hr {
    margin-top: 0;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile {
    margin-left: 0px;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L1102 */
@media (min-width: 768px) {
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1103 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1104 */
  .account-orderhistory-body .account-left-nav {
    width: 25%;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1110 */
  .account-orderhistory-body .mz-orderlisting-headings {
    padding-right: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1113 */
  .account-orderhistory-body .top-hr {
    width: 100%;
    margin-bottom: 7px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1117 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1118 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1119 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item {
    width: 18%;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1121 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item:nth-child(2) {
    width: 13%!important;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1124 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item:nth-child(3) {
    width: 23%!important;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1127 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1128 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order dt,
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order dd {
    margin-left: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1130 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order dt::after,
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order dd::after {
    content: none;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1136 */
  .account-orderhistory-body .mz-orderlisting .mz-orderlisting-detail .down-hr {
    margin-left: 0;
    padding-left: 555%;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1143 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1144 */
  .account-orderdetail-body .account-left-nav {
    width: 23%;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1150 */
  .account-orderdetail-body .page {
    width: 74%;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1156 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1157 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 {
    width: 100%;
    display: block;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1160 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1161 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1162 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .mz-orderlisting-details-item:first-child {
    flex: 1 1 44%;
    max-width: 44%;
    padding-left: 7px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1168 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .item-price-heading {
    padding-left: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1171 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-order-view-head .subtotal-heading {
    text-align: left;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1175 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1176 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-quantity {
    max-width: 15%;
    padding: 2px 0 0 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1180 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-price {
    max-width: 16%;
    padding-top: 2px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1184 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-subtotal {
    width: 16%;
    padding-top: 2px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1191 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-itemStatus {
    padding-top: 1px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1194 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-details {
    justify-content: space-between;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1198 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1199 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description {
    margin-right: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .account-orderhistory-body .account-left-nav {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .account-orderdetail-body .account-left-nav {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
  .account-orderdetail-body .page {
    width: 100%;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L1209 */
@media (min-width: 992px) and (max-width: 1199px) {
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1210 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1211 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1212 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1213 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description {
    width: 235px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1218 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1219 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1220 */
  .account-orderdetail-body .mz-orderlisting .mz-orderlisting-detail .order-button {
    padding-left: 0;
    text-align: right;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1226 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1227 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1228 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1229 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-thumb {
    width: 94.5px;
    white-space: nowrap;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1234 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1235 */
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-itemStatus {
    word-break: break-word;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 992px) {
  .account-orderdetail-body .mz-orderlist .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-itemStatus {
    word-break: break-word;
  }
}
@media (min-width: 768px) and (max-width: 1045px) {
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1248 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1249 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1250 */
  .mz-orderlisting .mz-orderlisting-detail .order-button {
    padding-left: 0;
    text-align: right;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1256 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1257 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1258 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1259 */
  .account-orderdetail-body .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description {
    width: 200px;
  }
}
@media (max-width: 767px) {
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1268 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1269 */
  .mz-orderlisting .mz-orderlisting-detail {
    margin-bottom: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1271 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1272 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1273 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1274 */
  .mz-orderlisting .mz-orderlisting-detail .mz-orderlisting-details-item .mz-propertylist-order .address .delivery-address {
    padding-top: 0;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1282 */
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1283 */
  .account-orderdetail-body .myacc__breadcrumbs {
    padding: 0px 18px;
  }
  /* /stylesheets/modules/my-account/account-orderhistory.less:L1286 */
  .account-orderdetail-body .order-history-container {
    margin-top: 0;
  }
}
/* /stylesheets/modules/my-account/account-orderhistory.less:L1291 */
.order-type-icon {
  margin-left: 15px;
  margin-right: 4px;
  margin-top: -3px;
}
@media only screen and (max-width: 500px) {
  .order-type-icon {
    margin-left: 0;
  }
}
/* /stylesheets/modules/my-account/account-leftnav.less:L1 */
.account-left-nav {
  margin-right: 40px;
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .account-left-nav {
    display: none;
  }
}
/* /stylesheets/modules/my-account/account-leftnav.less:L7 */
.account-left-nav .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
/* /stylesheets/modules/my-account/account-leftnav.less:L15 */
.account-left-nav .title:after {
  background: url('../resources/images/icons//arrow-down.png') no-repeat;
  width: 35px;
  height: 24px;
  background-size: 50% 45%;
  position: absolute;
  display: inline-block;
  content: '';
  right: 10px;
  top: -10px;
  transform: rotate(-180deg);
}
/* /stylesheets/modules/my-account/account-leftnav.less:L27 */
.account-left-nav .title.active:after {
  transform: none;
  top: 6px;
  right: -5px;
}
/* /stylesheets/modules/my-account/account-leftnav.less:L33 */
.account-left-nav .nav_links,
.account-left-nav .nav_links_blue {
  margin-bottom: 20px;
}
/* /stylesheets/modules/my-account/account-leftnav.less:L36 */
.account-left-nav ul {
  margin: 0;
  padding: 0;
  background: whitesmoke;
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/modules/my-account/account-leftnav.less:L41 */
.account-left-nav ul li {
  padding: 10px 15px 15px 20px;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #cccccc;
}
/* /stylesheets/modules/my-account/account-leftnav.less:L47 */
.account-left-nav ul li a {
  text-decoration: none;
  color: #333333;
}
/* /stylesheets/modules/my-account/account-leftnav.less:L55 */
/* /stylesheets/modules/my-account/account-leftnav.less:L58 */
.myaccwithnav .order-history-container {
  display: flex;
}
/* /stylesheets/modules/my-account/account-leftnav.less:L62 */
/* /stylesheets/modules/my-account/account-leftnav.less:L63 */
/* /stylesheets/modules/my-account/account-leftnav.less:L64 */
.myacc .mz-accountorderhistory h2 {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  margin: 0px 0 20px 0;
  font-family: 'MSLondon', sans-serif;
}
/* /stylesheets/modules/my-account/guest-account.less:L1 */
.mz-anonymous-account {
  color: #333333;
}
/* /stylesheets/modules/my-account/guest-account.less:L3 */
.mz-anonymous-account .order-history-container {
  display: flex;
}
/* /stylesheets/modules/my-account/guest-account.less:L6 */
.mz-anonymous-account .account-left-nav {
  display: none;
}
/* /stylesheets/modules/my-account/guest-account.less:L9 */
.mz-anonymous-account .page {
  width: 100%;
}
/* /stylesheets/modules/my-account/guest-account.less:L11 */
.mz-anonymous-account .page > .mz-list {
  display: none;
}
/* /stylesheets/modules/my-account/guest-account.less:L14 */
.mz-anonymous-account .page .mz-orderlisting-headings {
  padding-right: 0;
}
/* /stylesheets/modules/my-account/guest-account.less:L17 */
.mz-anonymous-account .page .top-hr {
  width: auto;
  margin-left: 0;
}
/* /stylesheets/modules/my-account/guest-account.less:L21 */
/* /stylesheets/modules/my-account/guest-account.less:L22 */
.mz-anonymous-account .page .mz-orderlisting-detail .down-hr {
  margin-left: 0;
  padding-left: 555%;
}
@media (max-width: 767px) {
  .mz-anonymous-account .page .mz-orderlisting-detail .down-hr {
    margin-left: -19px;
    margin-right: -19px;
    margin-bottom: 15px;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L33 */
.mz-anonymous-account .page .mz-orderlisting-details-item {
  width: 18%;
}
/* /stylesheets/modules/my-account/guest-account.less:L35 */
/* /stylesheets/modules/my-account/guest-account.less:L36 */
.mz-anonymous-account .page .mz-orderlisting-details-item .mz-propertylist-order dt,
.mz-anonymous-account .page .mz-orderlisting-details-item .mz-propertylist-order dd {
  margin-left: 0;
}
/* /stylesheets/modules/my-account/guest-account.less:L40 */
/* /stylesheets/modules/my-account/guest-account.less:L41 */
.mz-anonymous-account .page .mz-orderlisting-details-item .mz-propertylist-order dt:after {
  content: none;
}
/* /stylesheets/modules/my-account/guest-account.less:L48 */
.mz-anonymous-account #account-returnhistory {
  display: none;
}
/* /stylesheets/modules/my-account/guest-account.less:L51 */
.mz-anonymous-account .anonymous-trackorder {
  max-width: 1102px;
  margin: 0 auto;
}
/* /stylesheets/modules/my-account/guest-account.less:L54 */
/* /stylesheets/modules/my-account/guest-account.less:L55 */
.mz-anonymous-account .anonymous-trackorder #account-orderhistory > h2 {
  display: none;
}
/* /stylesheets/modules/my-account/guest-account.less:L60 */
/* /stylesheets/modules/my-account/guest-account.less:L61 */
/* /stylesheets/modules/my-account/guest-account.less:L62 */
.mz-anonymous-account .mz-order-tracking-section .order-history-listing .mz-orderlisting-header,
.mz-anonymous-account .mz-order-tracking-section .order-history-listing .mz-orderlisting-heading {
  display: none;
}
/* /stylesheets/modules/my-account/guest-account.less:L67 */
.mz-anonymous-account .mz-order-tracking-section .down-hr {
  padding-left: 0!important;
}
/* /stylesheets/modules/my-account/guest-account.less:L70 */
.mz-anonymous-account .mz-order-tracking-section .mz-order-package-items,
.mz-anonymous-account .mz-order-tracking-section .mz-orderlisting-nonShipped {
  width: 100%;
}
/* /stylesheets/modules/my-account/guest-account.less:L73 */
/* /stylesheets/modules/my-account/guest-account.less:L74 */
/* /stylesheets/modules/my-account/guest-account.less:L75 */
.mz-anonymous-account .mz-order-tracking-section .mz-order-package-items .mz-itemlisting .mz-itemlisting-thumb .mz-noImg,
.mz-anonymous-account .mz-order-tracking-section .mz-orderlisting-nonShipped .mz-itemlisting .mz-itemlisting-thumb .mz-noImg {
  height: 92px;
  width: 71px;
  white-space: nowrap;
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #aaaaaa;
  align-items: center;
}
/* /stylesheets/modules/my-account/guest-account.less:L86 */
.mz-anonymous-account .mz-order-tracking-section .mz-order-package-items .mz-itemlisting .mz-itemlisting-thumb .mz-itemlisting-thumb-img,
.mz-anonymous-account .mz-order-tracking-section .mz-orderlisting-nonShipped .mz-itemlisting .mz-itemlisting-thumb .mz-itemlisting-thumb-img {
  width: 71px;
  height: 92px;
  object-fit: cover;
}
/* /stylesheets/modules/my-account/guest-account.less:L92 */
.mz-anonymous-account .mz-order-tracking-section .mz-order-package-items .mz-itemlisting .mz-itemlisting-actions,
.mz-anonymous-account .mz-order-tracking-section .mz-orderlisting-nonShipped .mz-itemlisting .mz-itemlisting-actions {
  margin-right: 0;
}
/* /stylesheets/modules/my-account/guest-account.less:L97 */
/* /stylesheets/modules/my-account/guest-account.less:L98 */
.mz-anonymous-account .mz-order-tracking-section .mz-order-detail-second .item-hr {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .mz-anonymous-account .mz-order-tracking-section .mz-order-detail-second .item-hr {
    margin-top: 15px;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L104 */
.mz-anonymous-account .mz-order-tracking-section .mz-order-detail-second .mz-order-package {
  margin-top: 0;
  padding-top: 0;
}
/* /stylesheets/modules/my-account/guest-account.less:L110 */
/* /stylesheets/modules/my-account/guest-account.less:L111 */
@media only screen and (max-width: 500px) {
  .mz-anonymous-account .mz-accountorderhistory > h2 {
    padding: 0 19px;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L117 */
@media only screen and (max-width: 500px) {
  .mz-anonymous-account .mz-orderlisting-detail {
    margin-bottom: 0;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L121 */
.mz-anonymous-account .mz-orderlisting-detail .download-invoice-section {
  float: right;
  margin-top: -8px;
}
@media only screen and (max-width: 500px) {
  .mz-anonymous-account .mz-orderlisting-detail .download-invoice-section {
    margin-top: -60px;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L128 */
.mz-anonymous-account .mz-orderlisting-detail .download-invoice-button {
  height: 30px;
  width: 166px;
  background-color: #627786;
  float: right;
}
/* /stylesheets/modules/my-account/guest-account.less:L134 */
.mz-anonymous-account .mz-orderlisting-detail .download-invoice-button span {
  height: 21px;
  width: 122px;
  color: white;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/my-account/guest-account.less:L144 */
/* /stylesheets/modules/my-account/guest-account.less:L145 */
.mz-anonymous-account .mz-orderlisting-detail .mz-order-view-head .order-heading {
  color: #333333;
}
@media only screen and (max-width: 500px) {
  .mz-anonymous-account .mz-orderlisting-detail .mz-order-view-head .order-heading {
    margin-top: 0;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L151 */
.mz-anonymous-account .mz-orderlisting-detail .mz-order-view-head .item-price-heading {
  padding-left: 0;
}
/* /stylesheets/modules/my-account/guest-account.less:L154 */
.mz-anonymous-account .mz-orderlisting-detail .mz-order-view-head .subtotal-heading {
  text-align: left;
}
/* /stylesheets/modules/my-account/guest-account.less:L157 */
/* /stylesheets/modules/my-account/guest-account.less:L158 */
.mz-anonymous-account .mz-orderlisting-detail .mz-order-view-head .mz-orderlisting-details-item:first-child {
  flex: 1 1 45%;
  max-width: 45%;
  padding-left: 7px;
}
/* /stylesheets/modules/my-account/guest-account.less:L165 */
.mz-anonymous-account .mz-orderlisting-detail .order-button {
  padding-left: 0;
  text-align: right;
}
/* /stylesheets/modules/my-account/guest-account.less:L170 */
@media only screen and (max-width: 500px) {
  .mz-anonymous-account #mz-listing-paragraph {
    margin-bottom: 5%;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L175 */
/* /stylesheets/modules/my-account/guest-account.less:L176 */
.mz-anonymous-account .mz-list .mz-orderlisting-detail {
  display: none;
}
/* /stylesheets/modules/my-account/guest-account.less:L178 */
@media only screen and (max-width: 500px) {
  .mz-anonymous-account .mz-list .mz-orderlisting-detail .mz-orderlisting-details-list {
    margin-left: 38%;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L182 */
@media only screen and (max-width: 500px) {
  .mz-anonymous-account .mz-list .mz-orderlisting-detail .mz-orderlisting-details-list .mz-orderlisting-details-item {
    width: 63%;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L188 */
@media only screen and (max-width: 500px) {
  .mz-anonymous-account .mz-list .mz-orderlisting-detail .down-hr {
    padding-left: 0;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L194 */
@media only screen and (max-width: 500px) {
  .mz-anonymous-account .mz-list .mz-l-stack-sectiontitle,
  .mz-anonymous-account .mz-list .mz-orderlisting-headings {
    padding: 0 19px;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L200 */
.mz-anonymous-account .mz-list .mz-l-stack-sectiontitle {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .mz-anonymous-account .mz-list .mz-l-stack-sectiontitle {
    font-size: 28px !important;
    margin-top: 20px !important;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L208 */
@media only screen and (max-width: 500px) {
  .mz-anonymous-account .mz-list .mz-orderlisting-headings {
    margin-top: -31px;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L214 */
.mz-anonymous-account .mz-order-listing-detail-v2 {
  width: 100%;
}
/* /stylesheets/modules/my-account/guest-account.less:L216 */
@media (max-width: 767px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-order-view-head {
    padding: 0 19px;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L221 */
.mz-anonymous-account .mz-order-listing-detail-v2 .myaccount-order-detail-list {
  padding: 16px 19px;
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/modules/my-account/guest-account.less:L225 */
.mz-anonymous-account .mz-order-listing-detail-v2 #shipment-field {
  padding: 9px 19px;
}
/* /stylesheets/modules/my-account/guest-account.less:L228 */
@media (max-width: 767px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .totalAmount,
  .mz-anonymous-account .mz-order-listing-detail-v2 .address,
  .mz-anonymous-account .mz-order-listing-detail-v2 .order-button {
    padding: 0 19px;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L233 */
@media (max-width: 767px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .order-button {
    padding: 0 19px;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L237 */
@media (max-width: 767px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .order-button .cancel-button {
    margin-left: 0px;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L243 */
/* /stylesheets/modules/my-account/guest-account.less:L244 */
.mz-anonymous-account .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description {
  width: 370px;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1080px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description {
    width: 304px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description {
    width: 203px!important;
    max-width: 203px;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-itemlisting-description {
    width: 184px!important;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L258 */
@media (max-width: 767px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-orderlisting-details-list .mz-orderlisting-details-item {
    padding: 0;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L264 */
@media only screen and (max-width: 500px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile {
    width: auto;
    margin-left: 87px;
    margin-top: 10px;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L271 */
/* /stylesheets/modules/my-account/guest-account.less:L272 */
.mz-anonymous-account .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-quantity {
  max-width: 15%;
  padding-left: 2px!important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-quantity {
    max-width: 16%;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L279 */
.mz-anonymous-account .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-price {
  max-width: 16%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-price {
    max-width: 17%;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L285 */
.mz-anonymous-account .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-itemStatus {
  width: 14%;
  word-break: break-word;
}
@media (min-width: 768px) and (max-width: 992px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-itemlisting .mz-itemlisting-itemStatus {
    text-align: right;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L293 */
.mz-anonymous-account .mz-order-listing-detail-v2 .mz-itemlisting-subtotal {
  width: 15%;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-itemlisting-subtotal {
    width: 16%;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L300 */
/* /stylesheets/modules/my-account/guest-account.less:L301 */
.mz-anonymous-account .mz-order-listing-detail-v2 .mz-propertylist-order .totalAmount {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-propertylist-order .totalAmount {
    padding-left: 0!important;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L307 */
/* /stylesheets/modules/my-account/guest-account.less:L308 */
@media (min-width: 768px) and (max-width: 991px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-propertylist-order .address .delivery {
    flex: 1;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L315 */
@media (min-width: 768px) and (max-width: 991px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .order-button {
    padding-left: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .order-button {
    display: flex;
    justify-content: space-between;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L323 */
.mz-anonymous-account .mz-order-listing-detail-v2 .order-button .back-button {
  display: none;
}
/* /stylesheets/modules/my-account/guest-account.less:L327 */
/* /stylesheets/modules/my-account/guest-account.less:L328 */
/* /stylesheets/modules/my-account/guest-account.less:L329 */
.mz-anonymous-account .mz-order-listing-detail-v2 .mz-orderlisting-return .mz-itemlisting-action .mz-button {
  border: 1px solid #cccccc;
  background-color: #d7d7d7;
  border-radius: 0;
  font-weight: bold;
  height: 48px;
  width: 200px;
}
/* /stylesheets/modules/my-account/guest-account.less:L339 */
.mz-anonymous-account .mz-order-listing-detail-v2 .mz-order-package {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
/* /stylesheets/modules/my-account/guest-account.less:L343 */
.mz-anonymous-account .mz-order-listing-detail-v2 .mz-order-package-status {
  display: none;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 13px;
  margin: 15px 0;
}
/* /stylesheets/modules/my-account/guest-account.less:L349 */
.mz-anonymous-account .mz-order-listing-detail-v2 .mz-order-package-status .mz-package-status-heading {
  margin: 0;
}
/* /stylesheets/modules/my-account/guest-account.less:L353 */
@media (min-width: 501px) and (max-width: 767px) {
  .mz-anonymous-account .mz-order-listing-detail-v2 .mz-myaccountorder-view-mobile {
    margin-left: 109px;
  }
}
/* /stylesheets/modules/my-account/guest-account.less:L360 */
/* /stylesheets/modules/my-account/guest-account.less:L361 */
.mz-order-detail-second #shipment-field {
  background: whitesmoke;
  padding: 9px 9px;
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/modules/my-account/guest-account.less:L366 */
.mz-order-detail-second #shipment-field .shipment-count {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  color: #333333;
}
/* /stylesheets/modules/my-account/guest-account.less:L375 */
/* /stylesheets/modules/my-account/guest-account.less:L376 */
.account-orderhistory-body .mz-order-detail-second {
  display: none;
}
/* /stylesheets/modules/my-store/my-store.less:L1 */
.mz-my-store {
  float: left;
}
/* /stylesheets/modules/my-store/my-store.less:L4 */
.mz-my-store-controls-container {
  margin-top: 12px;
  display: flex;
  align-items: flex-end;
}
/* /stylesheets/modules/my-store/my-store.less:L9 */
.mz-my-store-input-container {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* /stylesheets/modules/my-store/my-store.less:L16 */
.mz-my-store-input-label {
  font-size: 15px;
  margin-bottom: 4px;
  height: 20px;
}
/* /stylesheets/modules/my-store/my-store.less:L21 */
.mz-my-store-zipcode-input {
  margin-right: 25px;
  margin-bottom: 0 !important;
  height: 22px;
}
/* /stylesheets/modules/my-store/my-store.less:L26 */
.mz-my-store-radius-select {
  width: auto;
  margin-right: 25px;
  margin-bottom: 0;
  height: 33px;
}
/* /stylesheets/modules/my-store/my-store.less:L32 */
.mz-my-store-select-button {
  color: #2878ee;
  border-color: #2878ee;
  background: white;
}
/* /stylesheets/modules/my-store/my-store.less:L37 */
.mz-my-store-select-button:hover {
  background: whitesmoke;
}
/* /stylesheets/modules/my-store/my-store.less:L40 */
.mz-my-store-select-button > img {
  width: 18px;
  margin-right: 4px;
}
/* /stylesheets/modules/my-store/my-store.less:L44 */
.mz-change-my-store-container {
  display: flex;
  color: #2878ee;
  align-items: center;
  margin-left: 12.5px;
  display: none;
}
/* /stylesheets/modules/my-store/my-store.less:L51 */
.mz-change-my-store-container:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* /stylesheets/modules/my-store/my-store.less:L55 */
.mz-location-pin-img {
  width: 18px;
  margin-right: 4px;
}
/* /stylesheets/modules/my-store/my-store.less:L59 */
.mz-change-my-store-link {
  color: #2878ee;
  font-size: 15px;
}
/* /stylesheets/modules/my-store/my-store.less:L63 */
.mz-my-store-container {
  display: flex;
  align-items: center;
}
/* /stylesheets/modules/my-store/my-store.less:L67 */
.mz-shop-my-store-btn {
  display: flex;
  align-items: center;
  display: none;
}
/* /stylesheets/modules/my-store/my-store.less:L72 */
.mz-shop-my-store-btn > img {
  width: 18px;
  margin-left: 4px;
}
/* /stylesheets/modules/my-store/my-store.less:L76 */
.mz-my-store {
  float: left;
}
/* /stylesheets/modules/my-store/my-store.less:L79 */
.mz-shopping-my-store-btn {
  display: none;
}
/* /stylesheets/modules/my-store/my-store.less:L82 */
.mz-shopping-my-store-enabled {
  color: white;
  background: #474747;
  border: 1px solid transparent;
}
/* /stylesheets/modules/my-store/my-store.less:L87 */
.mz-shopping-my-store-enabled:hover {
  background: #474747;
}
/* /stylesheets/modules/my-store/my-store.less:L90 */
.mz-my-store-zipcode-error {
  font-size: 14px;
  color: red;
  display: none;
}
/* /stylesheets/modules/my-store/my-store.less:L95 */
#mz-my-store-header {
  display: none;
  flex-direction: column;
  padding-top: 8px;
  width: 100%;
  align-items: flex-end;
}
/* /stylesheets/modules/my-store/my-store.less:L102 */
#mz-my-store-header-text {
  text-align: right;
  font-weight: 600;
  font-size: 13px;
}
/* /stylesheets/modules/my-store/my-store.less:L107 */
.mz-my-store-header-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #2878ee;
}
/* /stylesheets/modules/my-store/my-store.less:L113 */
.mz-my-store-header-container:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* /stylesheets/modules/my-store/my-store.less:L117 */
.mz-my-store-header-container > img {
  width: 18px;
}
/* /stylesheets/modules/my-store/my-store.less:L120 */
.mz-see-map-toggle {
  color: #2878ee;
  cursor: pointer;
  text-decoration: underline;
}
/* /stylesheets/modules/my-store/my-store.less:L125 */
.mz-my-store-map-container {
  display: none;
  justify-content: center;
  align-items: center;
  border: 1px solid #dedede;
  height: 300px;
}
/* /stylesheets/modules/my-store/my-store.less:L132 */
.mz-my-store-map {
  height: 100%;
  width: 100%;
}
/* /stylesheets/modules/my-store/my-store.less:L136 */
.mz-location-container {
  padding-top: 12px;
}
/* /stylesheets/modules/my-store/my-store.less:L139 */
.mz-location-container:first-child {
  padding-top: 0;
}
/* /stylesheets/modules/my-store/my-store.less:L142 */
.mz-my-store-distance {
  margin-bottom: 6px;
}
/* /stylesheets/modules/my-store/my-store.less:L145 */
.mz-my-store-name {
  margin-top: 6px;
  margin-bottom: 0;
}
/* /stylesheets/modules/breadcrumbs.less:L1 */
.mz-breadcrumbs {
  margin: 20px auto 0 auto;
}
@media only screen and (min-width: 1248px) {
  .mz-breadcrumbs {
    width: 1248px;
  }
}
/* /stylesheets/modules/breadcrumbs.less:L6 */
.mz-breadcrumbs .mz-breadcrumb-link,
.mz-breadcrumbs .mz-breadcrumb-current,
.mz-breadcrumbs .mz-breadcrumb-separator {
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
}
/* /stylesheets/modules/breadcrumbs.less:L17 */
.mz-breadcrumbs .mz-breadcrumb-separator {
  display: inline-block;
  margin: 0 2px;
}
/* /stylesheets/modules/breadcrumbs.less:L20 */
.mz-breadcrumbs .mz-breadcrumb-separator:last-of-type {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mz-breadcrumbs {
    clear: both;
    display: inline-block;
    overflow: hidden;
  }
}
/* /stylesheets/modules/breadcrumbs.less:L35 */
@media (min-width: 1300px) {
  .afg-ms-mz-breadcrumbs {
    width: 1300px;
  }
}
@media (max-width: 1299px) {
  .afg-ms-mz-breadcrumbs {
    margin-left: 20px!important;
    margin-right: 20px!important;
    padding: 0!important;
  }
}
@media (max-width: 992px) {
  .afg-ms-mz-breadcrumbs {
    margin-bottom: 0!important;
  }
}
/* /stylesheets/modules/breadcrumbs.less:L47 */
.afg-ms-mz-breadcrumbs .mz-breadcrumb-link,
.afg-ms-mz-breadcrumbs .mz-breadcrumb-separator {
  color: #999999;
}
/* /stylesheets/modules/breadcrumbs.less:L51 */
.afg-ms-mz-breadcrumbs .mz-breadcrumb-current {
  color: black;
}
/* /stylesheets/modules/error-detail.less:L1 */
/* /stylesheets/modules/error-detail.less:L2 */
.mz-errordetail .mz-errordetail-header {
  background: transparent url('../resources/images/error-exclamation.png') no-repeat 0 10px;
  padding-left: 40px;
  font-size: 36px;
  margin-bottom: 0;
}
/* /stylesheets/modules/error-detail.less:L9 */
.mz-errordetail .mz-errordetail-text {
  font-size: 18px;
  color: #999999;
  display: block;
  margin-top: 10px;
}
/* /stylesheets/modules/error-detail.less:L16 */
.mz-errordetail .mz-errordetail-expander {
  display: inline-block;
}
/* /stylesheets/modules/error-detail.less:L19 */
.mz-errordetail .mz-errordetail-expander::before {
  display: inline-block;
  font-size: 0.8em;
  content: "\25BA";
  margin-right: 5px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
}
/* /stylesheets/modules/error-detail.less:L27 */
.mz-errordetail .mz-errordetail-expander.is-expanded::before {
  -webkit-transform: rotate(1170deg);
  -moz-transform: rotate(1170deg);
  -ms-transform: rotate(1170deg);
  -o-transform: rotate(1170deg);
}
/* /stylesheets/modules/error-detail.less:L32 */
.mz-errordetail .mz-errordetail-stacktrace {
  background-color: #eeeeee;
  padding: 20px 40px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all ease 0.8s 0.2s;
  -moz-transition: all ease 0.8s 0.2s;
  -ms-transition: all ease 0.8s 0.2s;
  -o-transition: all ease 0.8s 0.2s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-size: 0.1em;
}
/* /stylesheets/modules/error-detail.less:L33 */
.mz-errordetail .mz-errordetail-stacktrace h3 {
  margin: 0 0 20px;
  border-bottom: 1px solid black;
}
/* /stylesheets/modules/error-detail.less:L44 */
.mz-errordetail .mz-errordetail-stacktrace.is-expanded {
  -webkit-opacity: 100;
  -moz-opacity: 100;
  opacity: 100;
  font-size: 1em;
}
/* /stylesheets/modules/faceting-form.less:L1 */
/* /stylesheets/modules/faceting-form.less:L2 */
.mz-facetingform h4 {
  margin: 0;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .mz-facetingform h4 {
    padding: 10px 20px 10px 0px;
    font-weight: 700;
    color: black;
  }
}
@media only screen and (min-width: 768px) {
  .mz-facetingform h4 {
    padding: 10px 30px 10px 10px;
    font-weight: 600;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
/* /stylesheets/modules/faceting-form.less:L19 */
.mz-facetingform .mz-button {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  font-weight: 600;
  font-family: 'MSLondon', sans-serif;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .mz-facetingform .mz-button {
    color: #0179ff;
  }
}
@media only screen and (max-width: 767px) {
  .mz-facetingform .mz-button {
    color: black;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
  }
}
/* /stylesheets/modules/faceting-form.less:L36 */
.mz-facetingform .mz-facetingform-facet {
  list-style-type: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .mz-facetingform .mz-facetingform-facet {
    padding: 10px 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .mz-facetingform .mz-facetingform-facet {
    padding: 0 15px 0 10px;
    margin: 10px 0;
  }
}
/* /stylesheets/modules/faceting-form.less:L46 */
.mz-facetingform .mz-facetingform-facet li {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* /stylesheets/modules/faceting-form.less:L52 */
.mz-facetingform .mz-facetingform-facet li.hierarchy-parent {
  margin: 10px 0;
  flex-direction: column;
}
/* /stylesheets/modules/faceting-form.less:L55 */
/* /stylesheets/modules/faceting-form.less:L56 */
.mz-facetingform .mz-facetingform-facet li.hierarchy-parent ul li {
  flex-direction: column;
}
/* /stylesheets/modules/faceting-form.less:L58 */
.mz-facetingform .mz-facetingform-facet li.hierarchy-parent ul li li.grand.hierarchy-child {
  flex-direction: row;
}
/* /stylesheets/modules/faceting-form.less:L62 */
.mz-facetingform .mz-facetingform-facet li.hierarchy-parent ul li:last-child {
  margin-bottom: 0;
}
/* /stylesheets/modules/faceting-form.less:L67 */
.mz-facetingform .mz-facetingform-facet .hierarchy-parent > a {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/modules/faceting-form.less:L73 */
.mz-facetingform .mz-facetingform-facet a {
  text-decoration: none;
}
/* /stylesheets/modules/faceting-form.less:L76 */
.mz-facetingform .mz-facetingform-facet input[type="radio"],
.mz-facetingform .mz-facetingform-facet input[type="checkbox"] {
  margin: 2px 0 0 0;
}
/* /stylesheets/modules/faceting-form.less:L80 */
.mz-facetingform .filter-select {
  display: flex;
  align-items: center;
}
/* /stylesheets/modules/faceting-form.less:L83 */
.mz-facetingform .filter-select .input-check {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
/* /stylesheets/modules/faceting-form.less:L90 */
.mz-facetingform .filter-select .input-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  z-index: 1;
}
/* /stylesheets/modules/faceting-form.less:L97 */
.mz-facetingform .filter-select .input-check input:checked ~ .chkmark {
  background-color: black;
}
/* /stylesheets/modules/faceting-form.less:L100 */
.mz-facetingform .filter-select .input-check input:checked ~ .chkmark:after {
  display: block;
}
/* /stylesheets/modules/faceting-form.less:L104 */
.mz-facetingform .filter-select .input-check .chkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #cccccc;
}
/* /stylesheets/modules/faceting-form.less:L112 */
.mz-facetingform .filter-select .input-check .chkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* /stylesheets/modules/faceting-form.less:L125 */
.mz-facetingform .filter-select .chkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* /stylesheets/modules/faceting-form.less:L131 */
.mz-facetingform .mz-facetingform-valuelabel,
.mz-facetingform .filter-count,
.mz-facetingform .mz-facetingform-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
/* /stylesheets/modules/faceting-form.less:L137 */
.mz-facetingform .mz-facetingform-valuelabel {
  color: #333333;
}
/* /stylesheets/modules/faceting-form.less:L140 */
.mz-facetingform .filter-count {
  color: #7c7c7c;
}
/* /stylesheets/modules/faceting-form.less:L143 */
.mz-facetingform .mz-facetingform-valuelabel {
  margin-left: 40px;
  margin-top: 2px;
  display: flex;
  align-items: center;
}
/* /stylesheets/modules/faceting-form.less:L149 */
/* /stylesheets/modules/faceting-form.less:L150 */
.mz-facetingform .mz-facetingform-facet-hierarchy li {
  align-items: flex-start;
}
/* /stylesheets/modules/faceting-form.less:L152 */
.mz-facetingform .mz-facetingform-facet-hierarchy li .mz-facetingform-facet-hierarchy {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* /stylesheets/modules/faceting-form.less:L156 */
.mz-facetingform .mz-facetingform-facet-hierarchy li .mz-facetingform-facet-hierarchy .grand-hierarchy-container {
  width: 95%;
}
/* /stylesheets/modules/faceting-form.less:L158 */
.mz-facetingform .mz-facetingform-facet-hierarchy li .mz-facetingform-facet-hierarchy .grand-hierarchy-container label {
  font-size: 14px;
}
/* /stylesheets/modules/faceting-form.less:L162 */
.mz-facetingform .mz-facetingform-facet-hierarchy li .mz-facetingform-facet-hierarchy .hierarchy-child {
  display: flex;
  flex-direction: row;
  margin: 0 0 5px 0;
  justify-content: space-between;
  width: 100%;
}
/* /stylesheets/modules/faceting-form.less:L168 */
.mz-facetingform .mz-facetingform-facet-hierarchy li .mz-facetingform-facet-hierarchy .hierarchy-child::before {
  display: none;
  content: "\221F";
  font-size: 16px;
}
/* /stylesheets/modules/faceting-form.less:L174 */
.mz-facetingform .mz-facetingform-facet-hierarchy li .mz-facetingform-facet-hierarchy .grand.hierarchy-child {
  flex-direction: row;
  margin: 0 0 15px 0;
}
/* /stylesheets/modules/faceting-form.less:L178 */
.mz-facetingform .mz-facetingform-facet-hierarchy li .mz-facetingform-facet-hierarchy .hierarchy-child:last-child {
  margin-bottom: 0;
}
/* /stylesheets/modules/faceting-form.less:L184 */
.mz-facetingform .facets-label {
  cursor: pointer;
  position: relative;
}
/* /stylesheets/modules/faceting-form.less:L187 */
.mz-facetingform .facets-label::after {
  content: "";
  border: 0;
  background: url('../resources/images/icons/svg/right-arrow.svg') no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 14px;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
  color: white;
  transition: .3s ease;
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .mz-facetingform .facets-label::after {
    right: 10px;
  }
}
/* /stylesheets/modules/faceting-form.less:L206 */
.mz-facetingform .facets-label.active::after {
  transform: rotate(270deg);
  transition: .3s ease;
}
@media only screen and (min-width: 768px) {
  .mz-facetingform .facets-label {
    border-bottom: 1px solid #666666;
  }
}
/* /stylesheets/modules/faceting-form.less:L214 */
/* /stylesheets/modules/faceting-form.less:L215 */
.mz-facetingform .mz-l-sidebaritem .facets-lists {
  transition: .3s ease;
  pointer-events: all;
  opacity: 1;
  text-transform: capitalize;
}
@media only screen and (min-width: 680px) {
  .mz-facetingform .mz-l-sidebaritem .facets-lists {
    overflow-y: auto;
    max-height: 200px;
    overflow-x: hidden;
  }
}
/* /stylesheets/modules/faceting-form.less:L225 */
.mz-facetingform .mz-l-sidebaritem .facets-lists input[type="checkbox"] {
  width: 25px;
  height: 25px;
}
/* /stylesheets/modules/faceting-form.less:L229 */
.mz-facetingform .mz-l-sidebaritem .facets-lists .color-swatch-icon {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 35px;
  top: 8px;
}
/* /stylesheets/modules/faceting-form.less:L238 */
.mz-facetingform .mz-l-sidebaritem .facets-lists-container.accordion-content {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mz-facetingform .mz-l-sidebaritem .facets-lists-container.accordion-content {
    margin-top: 15px;
  }
}
/* /stylesheets/modules/faceting-form.less:L245 */
.mz-facetingform .close-filter {
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
@media only screen and (min-width: 501px) {
  .mz-facetingform .close-filter {
    display: none;
  }
}
/* /stylesheets/modules/faceting-form.less:L254 */
.mz-facetingform .close-filter img {
  width: 16px;
  height: 16px;
}
/* /stylesheets/modules/faceting-form.less:L260 */
@media only screen and (min-width: 768px) {
  .filter-mobile-container {
    display: none;
  }
}
@media only screen and (min-width: 712px) {
  .filter-mobile-container {
    display: none !important;
  }
}
@media only screen and (max-width: 360px) {
  .filter-mobile-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-mobile-container {
    background: #eff1f3;
    margin-top: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* /stylesheets/modules/faceting-form.less:L278 */
  .filter-mobile-container span {
    font-size: 14px;
    font-weight: 700;
  }
  /* /stylesheets/modules/faceting-form.less:L282 */
  .filter-mobile-container .filter-btn {
    background: #627786;
    color: white;
    font-size: 14px;
    font-weight: 700;
    min-width: 100px;
    padding: 5px 15px 5px 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  /* /stylesheets/modules/faceting-form.less:L294 */
  .filter-mobile-container .filter-btn .filter-icon {
    position: absolute;
    left: 2px;
    top: 2px;
  }
  /* /stylesheets/modules/faceting-form.less:L299 */
  .filter-mobile-container .filter-btn span.filterCount {
    display: inline-block;
    margin: 0 15px 0 7px;
    font-weight: 600;
  }
  /* /stylesheets/modules/faceting-form.less:L304 */
  .filter-mobile-container .filter-btn path {
    fill: white;
  }
  /* /stylesheets/modules/faceting-form.less:L307 */
  .filter-mobile-container .filter-btn .filter-active {
    display: none;
  }
  /* /stylesheets/modules/faceting-form.less:L310 */
  /* /stylesheets/modules/faceting-form.less:L311 */
  .filter-mobile-container .filter-btn.active .filter-active {
    display: block;
    position: absolute;
    right: 8px;
    top: 7px;
  }
}
/* /stylesheets/modules/faceting-form.less:L322 */
.sticky-active {
  position: fixed;
  width: 100%;
  top: 45px;
  left: 0;
  z-index: 5;
}
/* /stylesheets/modules/faceting-form.less:L329 */
@media only screen and (min-width: 501px) {
  .mobileview {
    display: none;
  }
}
/* /stylesheets/modules/faceting-form.less:L334 */
@media only screen and (max-width: 500px) {
  .desktopview {
    display: none;
  }
}
/* /stylesheets/modules/page-footer.less:L1 */
.footerbutton {
  padding: 10px;
}
/* /stylesheets/modules/page-footer.less:L3 */
.footerbutton img {
  height: 37px;
  width: 120px;
}
/* /stylesheets/modules/page-footer.less:L8 */
.footer {
  display: flex;
}
/* /stylesheets/modules/page-footer.less:L11 */
.ms-app {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* /stylesheets/modules/page-footer.less:L15 */
  .footer {
    justify-content: flex-end;
    padding: 20px 0 0 0 ;
  }
  /* /stylesheets/modules/page-footer.less:L18 */
  .footer .app-store:hover {
    transform: scale(1.1);
    transition-property: all 0.6s;
    -o-transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 767px) {
  /* /stylesheets/modules/page-footer.less:L29 */
  .footer {
    justify-content: center;
    align-items: center;
    padding: 0 0px 0 0;
  }
}
/* /stylesheets/modules/page-footer.less:L36 */
.mz-pagefooter {
  overflow: hidden;
  font-size: 12px;
  background: #161616;
}
/* /stylesheets/modules/page-footer.less:L37 */
/* /stylesheets/modules/page-footer.less:L38 */
/* /stylesheets/modules/page-footer.less:L39 */
/* /stylesheets/modules/page-footer.less:L40 */
/* /stylesheets/modules/page-footer.less:L41 */
/* /stylesheets/modules/page-footer.less:L42 */
/* /stylesheets/modules/page-footer.less:L43 */
.mz-pagefooter.isAuthenticated-footer #mz-drop-zone-footer .mz-cms-col-3-12:nth-child(2) .accordian a:nth-child(3) {
  display: none;
}
/* /stylesheets/modules/page-footer.less:L56 */
.mz-pagefooter .dropzone-footer3 .mz-cms-block .mz-cms-content {
  background: #161616;
}
/* /stylesheets/modules/page-footer.less:L59 */
.mz-pagefooter .mz-pagefooter-copyright {
  text-align: center;
  color: white;
  background: #161616;
}
/* /stylesheets/modules/page-footer.less:L65 */
.mz-pagefooter .mz-pagefooter-copyright a {
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  /* /stylesheets/modules/page-footer.less:L71 */
  .mz-pagefooter .mz-pagefooter-copyrighttext {
    color: white;
    background: #161616;
    margin: 0 auto 30px;
  }
  /* /stylesheets/modules/page-footer.less:L77 */
  .mz-pagefooter .mz-pagefooter-copyrighttext a {
    color: white;
    text-decoration: none;
    font-family: 'MSLondon';
  }
  /* /stylesheets/modules/page-footer.less:L83 */
  .mz-pagefooter .mz-pagefooter-copyrighttext a:hover {
    text-decoration: underline;
  }
  /* /stylesheets/modules/page-footer.less:L87 */
  .mz-pagefooter .separator {
    padding-left: 2px;
    padding-right: 2px;
  }
  /* /stylesheets/modules/page-footer.less:L91 */
  .mz-pagefooter .website-name {
    color: white;
    font-family: 'MSLondon';
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  /* /stylesheets/modules/page-footer.less:L101 */
  .mz-pagefooter .mz-pagefooter-copyright {
    background-color: #161616;
  }
  /* /stylesheets/modules/page-footer.less:L105 */
  .mz-pagefooter .dropzone-footer3 .mz-cms-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* /stylesheets/modules/page-footer.less:L109 */
  .mz-pagefooter .mz-pagefooter-copyrighttext {
    color: white;
    background: #161616;
    display: grid;
    padding-left: 16px;
  }
  /* /stylesheets/modules/page-footer.less:L114 */
  .mz-pagefooter .mz-pagefooter-copyrighttext a {
    color: white;
    font-weight: 600;
    display: inline-block;
    margin-top: 13px;
    margin-bottom: 13px;
    line-height: unset;
  }
  /* /stylesheets/modules/page-footer.less:L123 */
  .mz-pagefooter .terms-and-condition {
    color: white;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: -15px;
    background: #161616;
    text-align: left;
    text-decoration: none;
  }
  /* /stylesheets/modules/page-footer.less:L131 */
  .mz-pagefooter .terms-and-condition a {
    color: white;
  }
  /* /stylesheets/modules/page-footer.less:L136 */
  .mz-pagefooter .privacy-and-cookies {
    color: white;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    background: #161616;
    text-align: left;
  }
  /* /stylesheets/modules/page-footer.less:L143 */
  .mz-pagefooter .privacy-and-cookies a {
    color: white;
    text-decoration: none;
  }
  /* /stylesheets/modules/page-footer.less:L148 */
  .mz-pagefooter .accessibility {
    color: white;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    background: #161616;
    text-align: left;
  }
  /* /stylesheets/modules/page-footer.less:L155 */
  .mz-pagefooter .accessibility a {
    color: white;
    text-decoration: none;
  }
  /* /stylesheets/modules/page-footer.less:L161 */
  .mz-pagefooter .data-promise {
    color: white;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    background: #161616;
    text-align: left;
  }
  /* /stylesheets/modules/page-footer.less:L168 */
  .mz-pagefooter .data-promise a {
    color: white;
    text-decoration: none;
  }
  /* /stylesheets/modules/page-footer.less:L174 */
  .mz-pagefooter .rights-reserved {
    color: white;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    background: #161616;
    margin-top: 16px;
    width: 100%;
    text-align: left;
    margin-bottom: 45px;
  }
  /* /stylesheets/modules/page-footer.less:L185 */
  .mz-pagefooter .rights-reserved p {
    color: white;
    text-decoration: none;
  }
  /* /stylesheets/modules/page-footer.less:L190 */
  .mz-pagefooter .website-name {
    display: none;
  }
  /* /stylesheets/modules/page-footer.less:L193 */
  .mz-pagefooter .separator {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* /stylesheets/modules/page-footer.less:L199 */
  .mz-pagefooter .dropzone-footer {
    background-color: whitesmoke;
    padding: 10px 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* /stylesheets/modules/page-footer.less:L206 */
  .mz-pagefooter .dropzone-footer {
    background-color: whitesmoke;
    padding: 44px 15px 23px;
  }
  /* /stylesheets/modules/page-footer.less:L209 */
  .mz-pagefooter .dropzone-footer .mz-cms-content {
    padding: 0px !important;
  }
  /* /stylesheets/modules/page-footer.less:L211 */
  .mz-pagefooter .dropzone-footer .mz-cms-content .footer-link-title {
    margin-bottom: 20px;
    padding-left: 20px;
    margin-top: 0;
  }
  /* /stylesheets/modules/page-footer.less:L215 */
  .mz-pagefooter .dropzone-footer .mz-cms-content .footer-link-title .icon-one {
    width: 14px;
    height: 14px;
    background-size: 100%;
    padding-top: 0;
    margin-left: -22px;
    top: 3px;
  }
}
/* /stylesheets/modules/page-footer.less:L228 */
.mz-pagefooter .dropzone-footer2 {
  background: #161616;
}
/* /stylesheets/modules/page-footer.less:L231 */
.mz-pagefooter .dropzone-footer3 {
  background: #161616;
}
/* /stylesheets/modules/page-footer.less:L233 */
.mz-pagefooter .dropzone-footer3 div,
.mz-pagefooter .dropzone-footer3 .mz-cms-block {
  background: #161616;
}
/* /stylesheets/modules/page-footer.less:L240 */
.accordian a {
  color: #222222;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 20px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  /* /stylesheets/modules/page-footer.less:L249 */
  .group-one {
    display: grid;
  }
  /* /stylesheets/modules/page-footer.less:L252 */
  .icon-one {
    height: 15px;
    width: 15px;
    visibility: hidden;
  }
  /* /stylesheets/modules/page-footer.less:L257 */
  .footer-link-title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 10px;
  }
  /* /stylesheets/modules/page-footer.less:L265 */
  .footer-link-text {
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: MSLondon;
  }
  /* /stylesheets/modules/page-footer.less:L275 */
  .footer-link-text:hover {
    text-decoration: underline;
  }
  /* /stylesheets/modules/page-footer.less:L278 */
  .accordian a {
    display: grid;
    padding-top: 5px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* /stylesheets/modules/page-footer.less:L285 */
  .accordian {
    display: none;
  }
  /* /stylesheets/modules/page-footer.less:L288 */
  .accordian a {
    display: block;
  }
  /* /stylesheets/modules/page-footer.less:L291 */
  .group-one .accordian a {
    line-height: 40px;
  }
  /* /stylesheets/modules/page-footer.less:L294 */
  .group-one .accordian a:last-child {
    padding-bottom: 24px;
  }
  /* /stylesheets/modules/page-footer.less:L297 */
  .icon-one {
    background: url('../resources/images/icons//rightarrow.svg') no-repeat;
    width: 30px;
    height: 40px;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    position: absolute;
    padding-top: 5px;
    margin-left: -20px;
  }
  /* /stylesheets/modules/page-footer.less:L309 */
  .footer-link-title.accordion-header.active .icon-one {
    transform: rotate(90deg);
    margin-left: -40px;
  }
}
@media only screen and (min-width: 768px) {
  /* /stylesheets/modules/page-footer.less:L318 */
  .containerfooter {
    display: flex;
    padding: 10px 0 0 0;
    justify-content: center;
    margin-bottom: -10px;
  }
  /* /stylesheets/modules/page-footer.less:L324 */
  .containerfooter .social-icon {
    padding: 12px;
    width: 40px;
    height: 40px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* /stylesheets/modules/page-footer.less:L334 */
  /* /stylesheets/modules/page-footer.less:L335 */
  .dropzone-footer2 .containerfooter {
    display: flex;
    justify-content: space-evenly;
    margin-left: -27px;
  }
  /* /stylesheets/modules/page-footer.less:L343 */
  .dropzone-footer2 .social-icon {
    width: 40px;
    height: 40px;
    padding: 0px;
    box-sizing: border-box;
  }
}
/* /stylesheets/modules/page-footer.less:L352 */
body > img {
  display: none;
}
/* /stylesheets/modules/page-footer.less:L356 */
.paymentBrandLogos {
  display: none;
}
@media only screen and (max-width: 810px) {
  /* /stylesheets/modules/page-footer.less:L361 */
  .mz-pagefooter {
    background: none;
  }
  /* /stylesheets/modules/page-footer.less:L363 */
  .mz-pagefooter .paymentBrandLogos {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 50px;
  }
  /* /stylesheets/modules/page-footer.less:L369 */
  .mz-pagefooter .paymentBrandLogos .paymentImageV {
    width: 48px ;
    height: 35x;
  }
  /* /stylesheets/modules/page-footer.less:L373 */
  .mz-pagefooter .paymentBrandLogos .paymentImageA {
    width: 70px;
    height: 28px ;
  }
  /* /stylesheets/modules/page-footer.less:L377 */
  .mz-pagefooter .paymentBrandLogos .paymentImageM {
    width: 64px ;
    height: 22px;
  }
}
/* /stylesheets/modules/page-footer.less:L386 */
/* /stylesheets/modules/page-footer.less:L387 */
@media only screen and (max-width: 500px) {
  .afg-ms-pagefooter .payments-way {
    padding: 17px 0 30px 0;
  }
}
/* /stylesheets/modules/page-footer.less:L391 */
/* /stylesheets/modules/page-footer.less:L392 */
/* /stylesheets/modules/page-footer.less:L393 */
.afg-ms-pagefooter .payments-way .mz-cms-row .mz-content-widget-inner-wrap h2 {
  margin-bottom: 15px!important;
  line-height: 24px;
}
/* /stylesheets/modules/page-footer.less:L399 */
.afg-ms-pagefooter .payments-way .ways-to-pay-cards {
  display: flex;
  justify-content: center;
  column-gap: 24px;
}
/* /stylesheets/modules/page-footer.less:L403 */
.afg-ms-pagefooter .payments-way .ways-to-pay-cards img {
  height: 20px;
  width: 31.9px;
  object-fit: contain;
  border-radius: 2px;
}
/* /stylesheets/modules/page-footer.less:L411 */
.afg-ms-pagefooter .dropzone-footer {
  background-color: whitesmoke;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .afg-ms-pagefooter .dropzone-footer {
    padding: 26px 16px 30px;
  }
}
/* /stylesheets/modules/page-footer.less:L417 */
.afg-ms-pagefooter .dropzone-footer .mz-cms-row {
  max-width: 562px;
}
@media (min-width: 768px) {
  .afg-ms-pagefooter .dropzone-footer .mz-cms-row {
    display: flex;
  }
}
/* /stylesheets/modules/page-footer.less:L422 */
.afg-ms-pagefooter .dropzone-footer .mz-cms-row .mz-cms-content {
  padding: 0;
}
/* /stylesheets/modules/page-footer.less:L425 */
/* /stylesheets/modules/page-footer.less:L426 */
@media (min-width: 768px) {
  .afg-ms-pagefooter .dropzone-footer .mz-cms-row .mz-cms-col-4-12:nth-child(2) {
    padding: 0 67px;
  }
}
/* /stylesheets/modules/page-footer.less:L431 */
/* /stylesheets/modules/page-footer.less:L432 */
@media (max-width: 767px) {
  .afg-ms-pagefooter .dropzone-footer .mz-cms-row .mz-cms-col-4-12:last-child .footer-link-title {
    margin-bottom: 0;
  }
}
/* /stylesheets/modules/page-footer.less:L437 */
@media (max-width: 767px) {
  .afg-ms-pagefooter .dropzone-footer .mz-cms-row .mz-cms-col-4-12:last-child .accordian {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
/* /stylesheets/modules/page-footer.less:L446 */
@media (min-width: 768px) {
  .afg-ms-pagefooter .dropzone-footer .footer-link-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    color: black;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .afg-ms-pagefooter .dropzone-footer .footer-link-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
  }
}
/* /stylesheets/modules/page-footer.less:L462 */
@media (max-width: 767px) {
  .afg-ms-pagefooter .dropzone-footer .accordian {
    margin-bottom: 20px;
  }
}
/* /stylesheets/modules/page-footer.less:L466 */
.afg-ms-pagefooter .dropzone-footer .accordian a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  color: black;
  margin: 0 0 10px;
  padding: 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .afg-ms-pagefooter .dropzone-footer .accordian a {
    padding: 0 20px;
  }
}
/* /stylesheets/modules/page-footer.less:L478 */
.afg-ms-pagefooter .dropzone-footer .accordian a:last-child {
  margin: 0;
}
/* /stylesheets/modules/page-footer.less:L484 */
.afg-ms-pagefooter .dropzone-footer2 {
  padding-top: 29px;
}
/* /stylesheets/modules/page-footer.less:L486 */
@media (min-width: 768px) {
  .afg-ms-pagefooter .dropzone-footer2 .containerfooter {
    padding: 0;
  }
}
/* /stylesheets/modules/page-footer.less:L490 */
@media (min-width: 768px) {
  .afg-ms-pagefooter .dropzone-footer2 .containerfooter .social-icon {
    padding: 0 11px 10px;
  }
}
/* /stylesheets/modules/page-footer.less:L496 */
@media only screen and (max-width: 1000px) {
  .afg-ms-pagefooter .dropzone-footer2 .mz-cms-block {
    min-height: 0px;
  }
}
/* /stylesheets/modules/page-footer.less:L500 */
.afg-ms-pagefooter .dropzone-footer2 .mz-cms-block .mz-cms-content {
  padding: 0;
}
/* /stylesheets/modules/page-footer.less:L505 */
/* /stylesheets/modules/page-footer.less:L506 */
/* /stylesheets/modules/page-footer.less:L507 */
.afg-ms-pagefooter .dropzone-footer3 .mz-cms-block .mz-cms-content {
  padding: 28px 0 29px;
}
@media (max-width: 767px) {
  .afg-ms-pagefooter .dropzone-footer3 .mz-cms-block .mz-cms-content {
    padding: 10px 0 20px!important;
    margin: 0 20px;
  }
}
/* /stylesheets/modules/page-footer.less:L516 */
/* /stylesheets/modules/page-footer.less:L517 */
.afg-ms-pagefooter .mz-pagefooter-copyright .website-name,
.afg-ms-pagefooter .mz-pagefooter-copyright a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
@media (max-width: 767px) {
  .afg-ms-pagefooter .mz-pagefooter-copyright .website-name,
  .afg-ms-pagefooter .mz-pagefooter-copyright a {
    margin: 0 0 20px;
    font-size: 14px;
  }
}
/* /stylesheets/modules/page-footer.less:L528 */
@media (min-width: 768px) {
  .afg-ms-pagefooter .mz-pagefooter-copyright .rights-reserved {
    display: none;
  }
}
@media (max-width: 767px) {
  .afg-ms-pagefooter .mz-pagefooter-copyright .rights-reserved {
    margin: 0 0 32px;
  }
}
/* /stylesheets/modules/page-header.less:L5 */
.mz-country-selector-popover-container.deactive {
  display: none;
}
/* /stylesheets/modules/page-header.less:L8 */
.mz-country-selector-popover-container.active {
  display: block;
}
/* /stylesheets/modules/page-header.less:L11 */
.mz-country-selector-popover-container {
  height: 100%;
  width: 400px;
  position: fixed;
  background: white;
  top: 0px;
  right: -411px;
  z-index: 8;
  display: none;
  overflow: hidden !important;
  overflow-y: hidden !important;
}
/* /stylesheets/modules/page-header.less:L22 */
.mz-country-selector-popover-container .mz-country-selector-text {
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  margin-top: 25px;
  margin-left: 16px;
}
/* /stylesheets/modules/page-header.less:L32 */
.mz-country-selector-popover-container .mz-close-icon {
  position: relative;
  left: 362px;
  width: 23px;
  height: 23px;
  vertical-align: baseline;
  cursor: pointer;
  top: -28px;
}
/* /stylesheets/modules/page-header.less:L41 */
.mz-country-selector-popover-container .mz-seprator {
  width: 370px;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
  margin-top: -6px;
}
/* /stylesheets/modules/page-header.less:L47 */
.mz-country-selector-popover-container .mz-menu-desktop-country-selector {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: 15px;
}
/* /stylesheets/modules/page-header.less:L52 */
/* /stylesheets/modules/page-header.less:L53 */
.mz-country-selector-popover-container .mz-menu-desktop-country-selector .mz-country-selector-icon-container .mz-country-selector-icon {
  width: 25px;
  height: 25px;
}
/* /stylesheets/modules/page-header.less:L58 */
.mz-country-selector-popover-container .mz-menu-desktop-country-selector .mz-country-selector-name {
  color: black;
  font-family: "MSLondon";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  margin-left: 8px;
}
/* /stylesheets/modules/page-header.less:L68 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector {
  margin-left: 16px;
}
/* /stylesheets/modules/page-header.less:L70 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .label-for-country-desktop {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 25px;
}
/* /stylesheets/modules/page-header.less:L79 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-country-data-desktop-container {
  margin-top: 10px;
}
/* /stylesheets/modules/page-header.less:L81 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-country-data-desktop-container .mz-country-selector-icon-individual {
  width: 18px;
  height: 18px;
  position: absolute;
  margin-left: 16px;
  margin-top: 16px;
}
/* /stylesheets/modules/page-header.less:L88 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-country-data-desktop-container .country-data-desktop-field {
  box-sizing: border-box;
  height: 48px;
  width: 368px;
  border: 1px solid #cccccc;
  color: black;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  appearance: none;
  background-image: url(../resources/images/icons/svg/downArrow.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: 333px;
  background-position-y: center;
  padding-left: 50px;
  background-color: white;
}
/* /stylesheets/modules/page-header.less:L108 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-country-data-desktop-container select,
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-country-data-desktop-container option {
  width: 368px !important;
}
/* /stylesheets/modules/page-header.less:L111 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-country-data-desktop-container select.country-data-desktop-field:focus {
  outline: none;
  box-shadow: none;
}
/* /stylesheets/modules/page-header.less:L116 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .label-for-desktop-language {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 19px;
}
/* /stylesheets/modules/page-header.less:L125 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-language-data-desktop-container {
  margin-top: 10px;
}
/* /stylesheets/modules/page-header.less:L127 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-language-data-desktop-container .language-data-desktop-field {
  box-sizing: border-box;
  height: 48px;
  width: 368px;
  border: 1px solid #cccccc;
  color: black;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  appearance: none;
  background-image: url(../resources/images/icons/svg/downArrow.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: 333px;
  background-position-y: center;
  padding-left: 16px;
  background-color: white;
}
/* /stylesheets/modules/page-header.less:L146 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-language-data-desktop-container .language-data-desktop-field select,
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-language-data-desktop-container .language-data-desktop-field option {
  width: 368px !important;
}
/* /stylesheets/modules/page-header.less:L150 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-language-data-desktop-container select.language-data-desktop-field:focus {
  outline: none;
  box-shadow: none;
}
/* /stylesheets/modules/page-header.less:L155 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-button-desktop-container {
  margin-top: 31px;
}
/* /stylesheets/modules/page-header.less:L157 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-button-desktop-container .desktop-btn-go-to-site {
  height: 48px;
  width: 368px;
  background-color: #bed855;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  padding-right: 48px;
}
/* /stylesheets/modules/page-header.less:L168 */
.mz-country-selector-popover-container .mz-menu-country-dropdown-desktop-selector .country-selector-button-desktop-container .desktop-btn-go-to-site:after {
  background: url('../resources/images/icons//Arrow.svg') no-repeat;
  width: 50px;
  height: 50px;
  background-size: 50% 50%;
  content: '';
  display: inline-block;
  position: absolute;
  right: 130px;
}
/* /stylesheets/modules/page-header.less:L182 */
.mz-pageheader {
  position: relative;
}
/* /stylesheets/modules/page-header.less:L184 */
.mz-pageheader.mz-pageheader-hasbanner {
  background: #eeeeee url('/resources/images/banner.jpg') repeat-x;
}
@media only screen and (max-width: 500px) {
  .mz-pageheader {
    padding: 0;
    height: auto  !important;
  }
}
@media only screen and (min-width: 768px) {
  /* /stylesheets/modules/page-header.less:L194 */
  .mz-pageheader .mz-pageheader .mz-subheader-conatiner #searchbox {
    order: 2;
    margin: 0;
  }
}
@media (min-width: 1248px) {
  /* /stylesheets/modules/page-header.less:L200 */
  .mz-pageheader .page-container {
    position: relative;
    margin: auto;
  }
  /* /stylesheets/modules/page-header.less:L203 */
  .mz-pageheader .page-container .mz-utilitynav {
    right: 6px;
  }
  /* /stylesheets/modules/page-header.less:L206 */
  .mz-pageheader .page-container .mz-storebranding {
    margin-left: 0px;
  }
}
/* /stylesheets/modules/page-header.less:L211 */
.mz-pageheader .mz-storebranding {
  order: 1;
}
/* /stylesheets/modules/page-header.less:L214 */
.mz-pageheader .mz-storebranding-cart {
  order: 1;
}
/* /stylesheets/modules/page-header.less:L217 */
/* /stylesheets/modules/page-header.less:L218 */
/* /stylesheets/modules/page-header.less:L219 */
.mz-pageheader.mz-pageheader-hasbanner .mz-storebranding .mz-storebranding-cart {
  text-indent: -9999px;
}
/* /stylesheets/modules/page-header.less:L224 */
.mz-pageheader .mz-utilitynav {
  order: 3;
}
/* /stylesheets/modules/page-header.less:L227 */
.mz-pageheader .mz-searchbox-my-store {
  top: 82px;
}
@media only screen and (min-width: 710px) and (max-width: 714px) {
  /* /stylesheets/modules/page-header.less:L231 */
  .mz-pageheader .mz-utilitynav {
    right: 23% !important;
    top: 6px;
  }
}
@media only screen and (min-width: 712px) and (max-width: 712px) {
  /* /stylesheets/modules/page-header.less:L237 */
  .mz-pageheader .mz-utilitynav {
    right: 0% !important;
    top: 6px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1255px) and (orientation: landscape) {
  /* /stylesheets/modules/page-header.less:L243 */
  .mz-pageheader .mz-utilitynav {
    right: -25% !important;
    top: 3px;
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1100px) {
  /* /stylesheets/modules/page-header.less:L249 */
  .mz-pageheader .mz-utilitynav {
    right: 8% !important;
    top: 6px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1140px) {
  /* /stylesheets/modules/page-header.less:L255 */
  .mz-pageheader .mz-utilitynav {
    left: 28% !important;
    top: 2px;
  }
}
@media only screen and (min-width: 2500px) and (max-width: 2570px) {
  /* /stylesheets/modules/page-header.less:L261 */
  .mz-pageheader .mz-utilitynav {
    left: 32% !important;
    top: 6px;
  }
}
/* /stylesheets/modules/page-header.less:L266 */
@media only screen {
  
}
@media only screen and (max-width: 768px) {
  .mz-pageheader {
    height: auto;
  }
  /* /stylesheets/modules/page-header.less:L269 */
  .mz-pageheader .mz-searchbox .mz-utilitynav {
    margin-bottom: 10px;
  }
}
/* /stylesheets/modules/page-header.less:L274 */
@media only screen {
  
}
@media only screen and (max-width: 768px) {
  .mz-pageheader {
    height: auto;
  }
  /* /stylesheets/modules/page-header.less:L277 */
  .mz-pageheader .mz-storebranding-cart,
  .mz-pageheader .mz-searchbox .mz-utilitynav {
    position: relative;
    clear: both;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* /stylesheets/modules/page-header.less:L285 */
  .mz-pageheader .mz-searchbox .mz-utilitynav {
    margin-bottom: 10px;
  }
}
/* /stylesheets/modules/page-header.less:L293 */
/* /stylesheets/modules/page-header.less:L297 */
.afg-ms-pageheader .page-container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 992px) {
  .afg-ms-pageheader .page-container {
    max-width: 100%;
  }
}
/* /stylesheets/modules/page-header.less:L305 */
.afg-ms-pageheader .mz-subheader-conatiner {
  margin-top: 17px;
  margin-bottom: 10px;
  margin-inline: auto;
  max-width: 1300px;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .afg-ms-pageheader .mz-subheader-conatiner {
    margin-left: 22px;
    margin-right: 22px;
  }
}
@media screen and (max-width: 1023px) {
  /* /stylesheets/modules/page-header.less:L317 */
  .afg-ms-pageheader .mz-subheader-conatiner {
    display: none;
  }
}
@media screen and (min-width: 1023px) {
  /* /stylesheets/modules/page-header.less:L323 */
  .afg-ms-pageheader .navbar-mobile.afg-ms-mobile-header {
    display: none;
  }
  /* /stylesheets/modules/page-header.less:L326 */
  .afg-ms-pageheader .mz-mobile-searchbox {
    display: none;
  }
}
/* /stylesheets/modules/page-header.less:L331 */
.afg-ms-pageheader .mz-utilitynav-item {
  position: relative;
}
/* /stylesheets/modules/site-nav.less:L1 */
.mz-sitenav {
  width: 100%;
  overflow: visible;
  background-color: white;
  color: black;
  display: grid;
  *zoom: 1;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-sitenav:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-sitenav:after {
  content: "";
  display: table;
  clear: both;
}
/* /stylesheets/modules/site-nav.less:L8 */
.mz-sitenav .mz-sitenav-item {
  display: table-cell;
  color: black;
  font-family: 'MSLondon';
  font-size: 0.1px;
  z-index: 1;
}
/* /stylesheets/modules/site-nav.less:L15 */
/* /stylesheets/modules/site-nav.less:L16 */
.mz-sitenav .mz-sitenav-item:hover .mz-sitenav-link.mz-emptyCategory + .mz-sitenav-sub-container {
  visibility: hidden;
}
/* /stylesheets/modules/site-nav.less:L19 */
.mz-sitenav .mz-sitenav-item:hover .mz-sitenav-sub-container {
  visibility: visible;
  opacity: 1;
}
/* /stylesheets/modules/site-nav.less:L22 */
.mz-sitenav .mz-sitenav-item:hover .mz-sitenav-sub-container.mz-emptyCategory {
  display: none;
}
/* /stylesheets/modules/site-nav.less:L28 */
/* /stylesheets/modules/site-nav.less:L29 */
/* /stylesheets/modules/site-nav.less:L30 */
.mz-sitenav .mz-sitenav-item.active:not(:hover) .mz-sitenav-sub-container {
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -ms-transition-duration: 4s;
  -o-transition-duration: 4s;
  -webkit-transition-delay: 7s;
  -moz-transition-delay: 7s;
  -ms-transition-delay: 7s;
  -o-transition-delay: 7s;
}
/* /stylesheets/modules/site-nav.less:L36 */
.mz-sitenav .mz-sitenav-item:hover .mz-sitenav-sub .mz-sitenav-link {
  height: 20px;
  padding: 8px 14px 13px 13px;
  opacity: 1;
}
/* /stylesheets/modules/site-nav.less:L41 */
.mz-sitenav .mz-sitenav-link {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  position: relative;
  color: black;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
}
/* /stylesheets/modules/site-nav.less:L52 */
.mz-sitenav .mz-sitenav-link:hover {
  color: white;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 15px;
}
/* /stylesheets/modules/site-nav.less:L62 */
.mz-sitenav .mz-sitenav-sub-container {
  max-height: 720px;
  max-width: 1250px;
  width: calc(94.5%);
  background-color: white;
  border: 1px solid #dbdbdb;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  left: 80px;
  right: 86px;
  top: 163px;
  box-shadow: 0;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  font-size: 16px;
  padding-left: 22px;
  padding-bottom: 22px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
}
/* /stylesheets/modules/site-nav.less:L86 */
.mz-sitenav .mz-sitenav-sub-container .mz-sitenav-child-container {
  display: flex;
  flex-flow: column wrap;
  max-height: 680px;
  max-width: 250px;
}
/* /stylesheets/modules/site-nav.less:L92 */
.mz-sitenav .mz-sitenav-sub-container .mz-sitenav-child-container .mz-sitenav-item {
  background-color: white;
  display: block;
  width: 100%;
}
/* /stylesheets/modules/site-nav.less:L96 */
.mz-sitenav .mz-sitenav-sub-container .mz-sitenav-child-container .mz-sitenav-item .mz-sub-sitenav-link,
.mz-sitenav .mz-sitenav-sub-container .mz-sitenav-child-container .mz-sitenav-item .mz-sitenav-sub-sub-item-link {
  color: black;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'MSLondon';
  padding: 0;
  display: block;
  white-space: nowrap;
}
/* /stylesheets/modules/site-nav.less:L110 */
.mz-sitenav .mz-sitenav-sub-container .mz-sitenav-child-container .mz-sitenav-item .mz-sitenav-sub-sub-item-link.mz-view-category {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: capitalize;
}
/* /stylesheets/modules/site-nav.less:L118 */
.mz-sitenav .mz-sitenav-sub-container .mz-sitenav-child-container .mz-sitenav-item .mz-sitenav-sub-sub-item-link.mz-view-category .mz-view-category-right-arrow {
  width: 35px;
  height: 15px;
  position: relative;
  right: 15px;
  display: none;
}
/* /stylesheets/modules/site-nav.less:L126 */
.mz-sitenav .mz-sitenav-sub-container .mz-sitenav-child-container .mz-sitenav-item .mz-placeholder-sitenav-link {
  text-transform: capitalize;
  color: black;
  font-family: 'MSLondon';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  padding-bottom: 9.2px;
  padding-top: 22px;
}
/* /stylesheets/modules/site-nav.less:L137 */
.mz-sitenav .mz-sitenav-sub-container .mz-sitenav-child-container .mz-sitenav-item .second-level-item {
  min-height: 60px;
}
/* /stylesheets/modules/site-nav.less:L142 */
.mz-sitenav .mz-sitenav-sub-container .global-flyout-image {
  align-self: flex-start;
  position: absolute;
  right: 3%;
}
/* /stylesheets/modules/site-nav.less:L146 */
.mz-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .mz-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container {
    margin-right: 50px;
  }
}
/* /stylesheets/modules/site-nav.less:L157 */
.mz-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container .featured-text {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}
/* /stylesheets/modules/site-nav.less:L164 */
.mz-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container .featured-text .feature-image-link {
  background: none;
}
/* /stylesheets/modules/site-nav.less:L168 */
.mz-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container .flyout-image-box .mz-menuImage {
  width: 194px;
  height: 195px;
  background-size: cover;
  background-repeat: no-repeat;
  border: none !important;
  margin-top: 14px;
}
/* /stylesheets/modules/site-nav.less:L176 */
.mz-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container .mz-promoTitle {
  width: 182px;
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  margin: 10px auto auto;
}
/* /stylesheets/modules/site-nav.less:L187 */
.mz-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container .mz-promoCTA {
  text-align: center;
}
/* /stylesheets/modules/site-nav.less:L189 */
.mz-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container .mz-promoCTA a {
  font-size: 14px;
  font-family: 'MSLondon';
  color: black;
  font-weight: 600;
}
/* /stylesheets/modules/site-nav.less:L197 */
.mz-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container .global-image-pane-two {
  position: relative;
  left: 2%;
}
@media only screen and (max-width: 1024px) {
  /* /stylesheets/modules/site-nav.less:L205 */
  .mz-sitenav .mz-sitenav-sub-container .mz-hide-on-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1285px) and (max-width: 1390px) {
  .mz-sitenav .mz-sitenav-sub-container {
    left: 40px !important;
  }
}
@media only screen and (min-width: 1900px) and (max-width: 2000px) {
  .mz-sitenav .mz-sitenav-sub-container {
    width: 1500px !important;
    left: 70px !important;
  }
}
/* /stylesheets/modules/site-nav.less:L217 */
@media only screen {
  
}
@media only screen and (max-width: 800px) {
  .mz-sitenav {
    height: auto;
  }
  /* /stylesheets/modules/site-nav.less:L220 */
  .mz-sitenav > .mz-sitenav-list {
    display: block;
  }
  /* /stylesheets/modules/site-nav.less:L223 */
  .mz-sitenav .mz-sitenav-item {
    display: inline-block;
  }
  /* /stylesheets/modules/site-nav.less:L226 */
  .mz-sitenav .mz-sitenav-sub,
  .mz-sitenav .mz-sitenav-item-more {
    display: none;
  }
}
/* /stylesheets/modules/site-nav.less:L232 */
.mz-sitenav.hide-on-mobile.desktop {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 992px) {
  .mz-sitenav.hide-on-mobile.desktop {
    display: none;
  }
}
/* /stylesheets/modules/site-nav.less:L238 */
@media only screen and (min-width: 992px) {
  .mz-mobile-site-nav.hide-on-desktop {
    display: none;
  }
}
/* /stylesheets/modules/site-nav.less:L243 */
/* /stylesheets/modules/site-nav.less:L244 */
.mz-mobile-site-nav .mz-mobile-sitenav-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
/* /stylesheets/modules/site-nav.less:L248 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.deactive {
  display: none;
}
/* /stylesheets/modules/site-nav.less:L251 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.active {
  display: block;
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/modules/site-nav.less:L255 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.active a {
  text-decoration: none;
}
/* /stylesheets/modules/site-nav.less:L259 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.active:last-of-type {
  border-bottom: none;
}
/* /stylesheets/modules/site-nav.less:L263 */
/* /stylesheets/modules/site-nav.less:L264 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.active .mz-mobile-parent-category-container.mz-border.deactive {
  display: none;
}
/* /stylesheets/modules/site-nav.less:L267 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.active .mz-close-category-icon {
  width: 25px;
  height: 25px;
}
/* /stylesheets/modules/site-nav.less:L271 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.active .mz-close-category-icon.active {
  display: none;
}
/* /stylesheets/modules/site-nav.less:L274 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.active .mz-close-category-icon.deactive {
  display: none;
}
/* /stylesheets/modules/site-nav.less:L277 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.active .mz-parent-category-left-arrow {
  transform: rotate(180deg);
}
/* /stylesheets/modules/site-nav.less:L281 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.active .mz-parent-category-left-arrow.deactive,
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.active .mz-parent-category-right-arrow.deactive {
  display: none;
}
/* /stylesheets/modules/site-nav.less:L285 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.active .mz-parent-category-left-arrow.active .mz-parent-category-right-arrow.active {
  display: block;
}
/* /stylesheets/modules/site-nav.less:L289 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.active .mz-sitenav-link-mobile {
  color: black;
  font-family: "MSLondon";
}
/* /stylesheets/modules/site-nav.less:L294 */
.mz-mobile-site-nav .mz-mobile-sitenav-list .mz-sitenav-item-mobile.no-border {
  border: none;
}
/* /stylesheets/modules/site-nav.less:L298 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile.deactive {
  display: none;
}
/* /stylesheets/modules/site-nav.less:L301 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile.active {
  display: block;
}
/* /stylesheets/modules/site-nav.less:L304 */
/* /stylesheets/modules/site-nav.less:L305 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .second-level-item-mobile {
  border-bottom: 1px solid #cccccc;
  padding: 15px;
}
/* /stylesheets/modules/site-nav.less:L308 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .second-level-item-mobile .mz-sitenav-sub-sub.deactive {
  display: none;
}
/* /stylesheets/modules/site-nav.less:L311 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .second-level-item-mobile .mz-sitenav-sub-sub.active {
  display: block;
}
/* /stylesheets/modules/site-nav.less:L314 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .second-level-item-mobile .mz-sitenav-sub-sub {
  background-color: whitesmoke;
  margin-top: 10px;
}
/* /stylesheets/modules/site-nav.less:L317 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .second-level-item-mobile .mz-sitenav-sub-sub .mz-sitenav-sub-sub-item-link {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: capitalize;
}
/* /stylesheets/modules/site-nav.less:L326 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .second-level-item-mobile .mz-sitenav-sub-sub .mz-sitenav-sub-sub-item-link.mz-view-category {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: capitalize;
}
/* /stylesheets/modules/site-nav.less:L334 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .second-level-item-mobile .mz-sitenav-sub-sub .mz-sitenav-sub-sub-item-link.mz-view-category .mz-view-category-right-arrow {
  width: 35px;
  height: 15px;
  position: relative;
  right: 15px;
  display: none;
}
/* /stylesheets/modules/site-nav.less:L343 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .second-level-item-mobile .mz-placeholder-sitenav-link-mobile {
  color: black;
  font-family: "MSLondon";
  font-weight: bold;
  letter-spacing: 0;
}
/* /stylesheets/modules/site-nav.less:L350 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .mz-l-two-arrow-expand,
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .mz-l-two-arrow-collapse {
  width: 16px;
  height: 16px;
  float: right;
}
/* /stylesheets/modules/site-nav.less:L356 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .mz-l-two-arrow-expand.active,
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .mz-l-two-arrow-collapse.active {
  display: block;
}
/* /stylesheets/modules/site-nav.less:L360 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .mz-l-two-arrow-expand.deactive,
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .mz-l-two-arrow-collapse.deactive {
  display: none;
}
/* /stylesheets/modules/site-nav.less:L364 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .mz-l-two-arrow-expand {
  transform: rotate(90deg);
}
/* /stylesheets/modules/site-nav.less:L367 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .mz-l-two-arrow-collapse {
  transform: rotate(-90deg);
}
/* /stylesheets/modules/site-nav.less:L370 */
/* /stylesheets/modules/site-nav.less:L371 */
.mz-mobile-site-nav .mz-sitenav-sub-container-mobile .mz-sitenav-child-container .mz-sitenav-item:last-of-type .second-level-item-mobile {
  border: none;
}
/* /stylesheets/modules/site-nav.less:L377 */
.mz-redirection.active,
.mz-backdrop.active {
  display: block;
  position: absolute;
  background-color: black;
  z-index: 7;
  opacity: 0.5 !important;
  width: 100vw;
}
@media only screen and (max-width: 1000px) {
  .mz-redirection.active,
  .mz-backdrop.active {
    z-index: 2;
    width: 100vw;
  }
}
@media only screen and (max-width: 820px) {
  .mz-redirection.active,
  .mz-backdrop.active {
    top: 0;
    width: calc(110%);
    height: calc(200%);
  }
}
@media only screen and (min-width: 800px) and (max-width: 829px) {
  .mz-redirection.active,
  .mz-backdrop.active {
    width: calc(121%);
    height: calc(200%);
  }
}
@media only screen and (min-width: 830px) and (max-width: 1024px) {
  .mz-redirection.active,
  .mz-backdrop.active {
    width: calc(110%);
    height: calc(200%);
  }
}
@media only screen and (min-width: 1900px) and (max-width: 2000px) {
  .mz-redirection.active,
  .mz-backdrop.active {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (min-width: 1599px) and (max-width: 1700px) {
  .mz-redirection.active,
  .mz-backdrop.active {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1899px) {
  .mz-redirection.active,
  .mz-backdrop.active {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  
}
@media only screen and (min-width: 1501px) and (max-width: 1598px) {
  .mz-redirection.active,
  .mz-backdrop.active {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1390px) {
  .mz-redirection.active,
  .mz-backdrop.active {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1190px) {
  .mz-redirection.active,
  .mz-backdrop.active {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1062px) and (orientation: landscape) {
  .mz-redirection.active,
  .mz-backdrop.active {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .mz-redirection.active,
  .mz-backdrop.active {
    z-index: 1;
  }
}
/* /stylesheets/modules/site-nav.less:L442 */
.mz-redirection.active {
  height: 1830px !important;
  top: 0%;
  opacity: 0.90 !important;
}
/* /stylesheets/modules/site-nav.less:L447 */
.redirect-loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70%;
  display: inline-block;
  text-align: center;
  background-image: url(../resources/images/icons/svg/Loader-Icon.svg);
}
/* /stylesheets/modules/site-nav.less:L456 */
.loader {
  border: 14px solid #666666;
  border-radius: 50%;
  border-top: 14px solid #bed855;
  width: 96px;
  height: 96px;
  background-color: #e4e4e4;
  -webkit-animation: spin 4s linear infinite;
  /* Safari */
  animation: spin 4s linear infinite;
  position: absolute;
  bottom: 71%;
  left: 45%;
}
@media only screen and (max-width: 500px) {
  .loader {
    left: 35%;
    border: 11.8px solid #666666;
    border-radius: 50%;
    border-top: 11.8px solid #bed855;
    width: 77px;
    height: 77px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .loader {
    left: 35%;
    bottom: 69%;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /stylesheets/modules/site-nav.less:L493 */
.redirect-text {
  width: 669px;
  height: 24px;
  font-family: 'MSLondon', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 24px;
  align-items: center;
  position: absolute;
  left: 29%;
  right: 0;
  bottom: 65%;
  display: inline-block;
  text-align: center;
  color: white;
  flex: none;
  order: 0;
  flex-grow: 0;
}
@media only screen and (max-width: 500px) {
  .redirect-text {
    width: 252px;
    height: 24px;
    font-family: 'MSLondon', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    left: 19%;
    bottom: 68%;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .redirect-text {
    left: 5%;
  }
}
@media only screen and (min-width: 800px) and (max-width: 900px) {
  .redirect-text {
    left: 9%;
  }
}
@media only screen and (min-width: 1110px) and (max-width: 1200px) {
  .redirect-text {
    left: 21%;
  }
}
/* /stylesheets/modules/site-nav.less:L538 */
.mz-redirection.deactive,
.mz-backdrop.deactive {
  display: none;
}
@media (max-width: 768px) {
  /* /stylesheets/modules/site-nav.less:L543 */
  .categoryListing.no-categories .mainCategories a + p {
    margin-top: 2px;
    margin-bottom: 15px !important;
  }
  /* /stylesheets/modules/site-nav.less:L547 */
  .categoryListing.no-categories .mainCategories a {
    font-weight: 600;
    font-size: 14px;
  }
  /* /stylesheets/modules/site-nav.less:L551 */
  .mz-sitenav-sub-container-mobile > .global-nav-m-no-categories .check-other-categories-m {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 0 10px;
  }
  /* /stylesheets/modules/site-nav.less:L557 */
  .mz-sitenav-sub-container-mobile > .global-nav-m-no-categories img {
    margin: 27px auto 20px;
  }
}
/* /stylesheets/modules/site-nav.less:L563 */
/* /stylesheets/modules/site-nav.less:L564 */
.afg-ms-sitenav > .mz-sitenav-list {
  display: flex;
  margin: 0 auto;
  column-gap: 36px;
  align-items: baseline;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .afg-ms-sitenav > .mz-sitenav-list {
    flex-wrap: wrap;
  }
}
/* /stylesheets/modules/site-nav.less:L573 */
.afg-ms-sitenav .mz-sitenav-link {
  padding: 9px 14px 11px 14px;
}
/* /stylesheets/modules/site-nav.less:L576 */
.afg-ms-sitenav .mz-sitenav-sub-container {
  top: 35px;
}
@media (min-width: 992px) and (max-width: 1285px) {
  .afg-ms-sitenav .mz-sitenav-sub-container {
    left: 15px;
  }
}
/* /stylesheets/modules/site-nav.less:L581 */
@media (min-width: 1000px) and (max-width: 1190px) {
  .afg-ms-sitenav .mz-sitenav-sub-container .global-flyout-image {
    left: 32%;
  }
}
/* /stylesheets/modules/site-nav.less:L585 */
@media (min-width: 1000px) and (max-width: 1190px) {
  .afg-ms-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container {
    margin-right: 0;
    flex-direction: column;
  }
}
/* /stylesheets/modules/site-nav.less:L590 */
/* /stylesheets/modules/site-nav.less:L591 */
@media (min-width: 1000px) and (max-width: 1190px) {
  .afg-ms-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container .flyout-image-box .mz-menuImage {
    width: 150px;
    height: 160px;
  }
}
/* /stylesheets/modules/site-nav.less:L598 */
@media (min-width: 1000px) and (max-width: 1190px) {
  .afg-ms-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container .global-image-pane-two {
    position: static;
  }
}
/* /stylesheets/modules/site-nav.less:L603 */
@media (min-width: 1000px) and (max-width: 1190px) {
  .afg-ms-sitenav .mz-sitenav-sub-container .global-flyout-image .flyout-image-container .mz-promoTitle {
    width: auto;
  }
}
/* /stylesheets/modules/site-nav.less:L611 */
/* /stylesheets/modules/site-nav.less:L612 */
.afg-ms-sitenav .mz-sitenav-item:hover {
  z-index: 8;
}
/* /stylesheets/modules/site-nav.less:L614 */
.afg-ms-sitenav .mz-sitenav-item:hover .mz-sitenav-link {
  color: #015642;
  font-weight: bold;
}
/* /stylesheets/modules/site-nav.less:L620 */
/* /stylesheets/modules/site-nav.less:L621 */
.afg-ms-sitenav.hide-on-mobile.desktop {
  position: relative;
}
/* /stylesheets/modules/site-nav.less:L627 */
.active-nav.mz-parent-category-right-arrow.active:before {
  content: '';
  position: absolute;
  left: 0;
  height: 28px;
  width: 100%;
}
/* /stylesheets/modules/site-nav.less:L634 */
.active-nav.mz-parent-category-left-arrow.active:before {
  content: '';
  position: absolute;
  right: 0;
  height: 28px;
  width: 100%;
  min-width: 275px;
}
/* /stylesheets/modules/site-nav.less:L642 */
.active-nav.mz-parent-category-right-arrow.active img,
.active-nav.mz-parent-category-left-arrow.active img {
  width: 100%;
}
/* /stylesheets/modules/site-nav.less:L643 */
.active-nav.mz-parent-category-left-arrow.active img {
  filter: invert(1);
}
/* /stylesheets/modules/site-nav.less:L644 */
.active-nav.mz-parent-category-left-arrow.active {
  filter: none !important;
}
/* /stylesheets/modules/site-nav.less:L646 */
.mz-l-two-arrow-expand img,
.mz-l-two-arrow-collapse img {
  width: 100%;
}
/* /stylesheets/modules/site-nav.less:L647 */
.mz-l-two-arrow-expand.active:before {
  content: '';
  position: absolute;
  right: -7px;
  width: 28px;
  height: 100vw;
  background: transparent;
  top: -19px;
  left: -6px;
  bottom: 29px;
}
/* /stylesheets/modules/site-nav.less:L658 */
.mz-l-two-arrow-collapse.active:before {
  content: '';
  position: absolute;
  right: 7px;
  width: 36px;
  height: 121vw;
  top: -100vw;
  left: -11px;
  bottom: 0;
}
/* /stylesheets/modules/mozugrid/grid.less:L1 */
.mz-grid {
  width: 100%;
  margin: 15px 0;
  border: 1px solid #999999;
}
/* /stylesheets/modules/mozugrid/grid.less:L5 */
/* /stylesheets/modules/mozugrid/grid.less:L7 */
.mz-grid .mz-grid-table .mz-grid-header {
  position: relative;
  background-color: #eeeeee;
}
/* /stylesheets/modules/mozugrid/grid.less:L10 */
.mz-grid .mz-grid-table .mz-grid-header .mz-grid-row {
  border-bottom: none;
}
/* /stylesheets/modules/mozugrid/grid.less:L13 */
.mz-grid .mz-grid-table .mz-grid-header .mz-grid-column {
  font-weight: bold;
  font-size: .8em;
}
/* /stylesheets/modules/mozugrid/grid.less:L17 */
/* /stylesheets/modules/mozugrid/grid.less:L18 */
.mz-grid .mz-grid-table .mz-grid-header .mz-grid-row-actions .mz-grid-column {
  visibility: hidden;
  font-size: 1em;
}
/* /stylesheets/modules/mozugrid/grid.less:L24 */
.mz-grid .mz-grid-table .mz-grid-body {
  position: relative;
}
/* /stylesheets/modules/mozugrid/grid.less:L27 */
.mz-grid .mz-grid-table .mz-grid-body-empty {
  text-align: center;
  padding: 50px 10px;
  font-size: 1.1em;
}
/* /stylesheets/modules/mozugrid/grid.less:L34 */
.mz-grid .mz-grid-row-actions {
  position: relative;
}
/* /stylesheets/modules/mozugrid/grid.less:L37 */
.mz-grid .mz-grid-cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
/* /stylesheets/modules/mozugrid/grid.less:L45 */
.mz-grid .mz-grid-cols .mz-grid-column {
  flex-grow: 1;
}
/* /stylesheets/modules/mozugrid/grid.less:L50 */
.mz-grid .mz-grid-row {
  padding: 10px;
  margin: 0px 10px;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
/* /stylesheets/modules/mozugrid/grid.less:L62 */
.mz-grid .mz-grid-row:last-child {
  border-bottom: none;
}
/* /stylesheets/modules/mozugrid/grid.less:L66 */
.mz-grid .mz-grid-column {
  padding: 0px 15px;
}
/* /stylesheets/modules/mozugrid/grid.less:L70 */
.mz-grid .mz-pagingcontrols {
  float: right;
  margin-left: 25px;
}
/* /stylesheets/modules/mozugrid/grid.less:L74 */
.mz-grid .mz-pagenumbers {
  float: right;
  margin-top: 5px;
  margin-left: 25px;
}
/* /stylesheets/modules/mozugrid/grid.less:L80 */
/* /stylesheets/modules/mozugrid/grid.less:L81 */
.mz-grid .mz-grid-cols.mz-cols-2 .mz-grid-column {
  width: 50%;
}
/* /stylesheets/modules/mozugrid/grid.less:L84 */
.mz-grid .mz-grid-cols.mz-cols-3 .mz-grid-column {
  width: 33%;
}
/* /stylesheets/modules/mozugrid/grid.less:L87 */
.mz-grid .mz-grid-cols.mz-cols-4 .mz-grid-column {
  width: 25%;
}
/* /stylesheets/modules/mozugrid/grid.less:L90 */
.mz-grid .mz-grid-cols.mz-cols-5 .mz-grid-column {
  width: 20%;
}
/* /stylesheets/modules/mozugrid/grid.less:L93 */
.mz-grid .mz-grid-cols.mz-cols-6 .mz-grid-column {
  width: 16.5%;
}
/* /stylesheets/modules/mozugrid/grid.less:L96 */
.mz-grid .mz-grid-cols.mz-cols-7 .mz-grid-column {
  width: 14.25%;
}
/* /stylesheets/modules/mozugrid/grid.less:L99 */
.mz-grid .mz-grid-cols.mz-cols-8 .mz-grid-column {
  width: 15.5%;
}
/* /stylesheets/modules/mozugrid/grid.less:L104 */
.mz-grid .mz-pagingcontrols-pagesize-label {
  display: none;
}
/* /stylesheets/state/fades-in.less:L1 */
html.js .fades-in {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
/* /stylesheets/state/is-disabled.less:L1 */
.is-disabled {
  color: #999999;
  text-decoration: none;
}
/* /stylesheets/state/is-disabled.less:L4 */
.is-disabled:hover,
.is-disabled:visited {
  cursor: default;
  color: #999999;
  text-decoration: none;
}
/* /stylesheets/state/is-disabled.less:L9 */
/* /stylesheets/state/is-disabled.less:L10 */
.is-disabled.mz-button:hover,
.is-disabled.mz-button:active {
  background: #eeeeee !important;
  border-color: #eeeeee !important;
  -webkit-box-shadow: 'none';
  -moz-box-shadow: 'none';
  box-shadow: 'none';
}
/* /stylesheets/state/is-loading.less:L1 */
/* /stylesheets/state/is-loading.less:L2 */
.is-loading input {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/* /stylesheets/state/is-required.less:L1 */
.is-required {
  font-weight: bold;
  color: #333333;
}
/* /stylesheets/state/is-crossedout.less:L1 */
.is-crossedout {
  text-decoration: line-through;
}
/* /stylesheets/state/is-saleprice.less:L1 */
.is-saleprice {
  font-weight: bold;
  color: #990000;
}
/* /stylesheets/state/notices.less:L8 */
.is-error {
  color: #b94a48;
  padding: 2px 5px;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
/* /stylesheets/state/notices.less:L11 */
.is-warning {
  color: black;
  padding: 2px 5px;
  background-color: #ffefcf;
  border: 1px solid #ffdfc0;
}
/* /stylesheets/state/notices.less:L14 */
.is-success {
  color: black;
  padding: 2px 5px;
  background-color: #eef2ee;
  border: 1px solid #e6ebe5;
}
/* /stylesheets/pages/product.less:L1 */
/* /stylesheets/pages/product.less:L2 */
@media only screen and (max-width: 500px) {
  body.mz-product .mz-breadcrumbs {
    margin: 8px auto 8px 17px  !important;
    padding-left: 0;
  }
}
/* /stylesheets/pages/product.less:L9 */
body.mz-product .mz-product-container {
  display: grid;
  grid-template-areas: "A B";
  grid-template-columns: 1fr 1fr;
  justify-items: end;
}
/* /stylesheets/pages/product.less:L16 */
body.mz-product .mz-product-container:before {
  display: none;
}
/* /stylesheets/pages/product.less:L19 */
body.mz-product .mz-product-container .mz-productdetail-wrap {
  max-width: 595px;
  grid-area: B;
}
@media only screen and (max-width: 500px) {
  
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  body.mz-product .mz-product-container .mz-productdetail-wrap {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  body.mz-product .mz-product-container .mz-productdetail-wrap {
    width: 100%;
    max-width: 100%;
  }
}
/* /stylesheets/pages/product.less:L38 */
body.mz-product .mz-product-container .mz-productimages {
  width: 100%;
  grid-area: A;
}
@media only screen and (min-width: 1001px) {
  body.mz-product .mz-product-container .mz-productimages {
    width: 96%;
  }
}
@media (max-width: 992px) {
  body.mz-product .mz-product-container .mz-productimages {
    width: 100vw;
    min-height: 440px;
  }
}
/* /stylesheets/pages/product.less:L49 */
body.mz-product .mz-product-container .mz-productimages .mz-productimages-noimage {
  min-height: 770px;
  background: #eeeeee;
  text-align: center;
  color: #aaaaaa;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-productimages .mz-productimages-noimage {
    min-height: 486px;
    margin-bottom: 18px;
  }
}
/* /stylesheets/pages/product.less:L64 */
/* /stylesheets/pages/product.less:L65 */
body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-detail-badge {
  background-color: black;
  height: 22px;
  width: max-content;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
/* /stylesheets/pages/product.less:L73 */
body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-detail-badge span {
  color: white;
  font-family: "MSLondon";
  line-height: 16px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-detail-badge {
    margin-bottom: 0;
  }
}
/* /stylesheets/pages/product.less:L85 */
body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-brand-name {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-brand-name {
    font-size: 12px;
    line-height: 18px !important;
  }
}
/* /stylesheets/pages/product.less:L96 */
body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-name {
  color: black;
  font-family: "MSLondon";
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  padding: 0;
  width: 93%;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-name {
    width: 286px;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    font-weight: 600 !important;
  }
}
/* /stylesheets/pages/product.less:L113 */
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-badge-price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
}
/* /stylesheets/pages/product.less:L124 */
@media (min-width: 501px) {
  body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-price-mobile {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-price-mobile {
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    color: #333333;
  }
}
/* /stylesheets/pages/product.less:L137 */
body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-various-code {
  display: flex;
  justify-content: space-between;
}
/* /stylesheets/pages/product.less:L140 */
body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-various-code .mz-product-wishlist-icon {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 1px 3px 0.2px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -42px;
  cursor: pointer;
}
/* /stylesheets/pages/product.less:L151 */
body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-various-code .mz-product-wishlist-icon .mz-product-wishlist-icon-img {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-various-code .mz-product-wishlist-icon {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-primary-detail-container .mz-product-various-code {
    color: #333333;
    font-family: 'MSLondon', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
  }
}
/* /stylesheets/pages/product.less:L171 */
/* /stylesheets/pages/product.less:L172 */
/* /stylesheets/pages/product.less:L173 */
body.mz-product .mz-product-container .mz-product-various-code .mz-product-code-container .mz-productcodes {
  margin: 0;
}
/* /stylesheets/pages/product.less:L176 */
body.mz-product .mz-product-container .mz-product-various-code .mz-product-code-container .mz-productcodes-productcode-label,
body.mz-product .mz-product-container .mz-product-various-code .mz-product-code-container .mz-productcodes-productcode {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 600;
  letter-spacing: 0;
}
/* /stylesheets/pages/product.less:L184 */
body.mz-product .mz-product-container .mz-product-various-code .mz-product-code-container .mz-productcodes-productcode {
  margin-left: 5px;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-various-code .mz-product-code-container .mz-productcodes-productcode {
    margin-left: 5.5px;
  }
}
/* /stylesheets/pages/product.less:L193 */
body.mz-product .mz-product-container .mz-product-price {
  padding-top: 10px;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-price {
    display: none;
    border-top: none;
    padding-top: 0;
  }
}
/* /stylesheets/pages/product.less:L202 */
body.mz-product .mz-product-container .mz-product-price .mz-productdetail-price {
  margin: 0 0 23px;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-price .mz-productdetail-price {
    margin: 0;
  }
}
/* /stylesheets/pages/product.less:L208 */
body.mz-product .mz-product-container .mz-product-price .mz-price .mz-current-product-price {
  color: #333333;
  font-family: "MSLondon";
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
}
/* /stylesheets/pages/product.less:L216 */
body.mz-product .mz-product-container .mz-product-price .mz-price {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #333333;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-price .mz-price {
    font-family: 'MSLondon', sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0px;
  }
}
/* /stylesheets/pages/product.less:L231 */
body.mz-product .mz-product-container .mz-free-delivery-message-container {
  background-color: #005640;
  display: grid;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  grid-template-columns: 1fr 9fr 1fr;
  position: relative;
  cursor: pointer;
}
/* /stylesheets/pages/product.less:L240 */
body.mz-product .mz-product-container .mz-free-delivery-message-container .mz-deilvery-message {
  color: white;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  padding: 11px 0 10px;
  margin-left: 0!important;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-free-delivery-message-container .mz-deilvery-message {
    padding: 9px 0;
  }
}
/* /stylesheets/pages/product.less:L253 */
body.mz-product .mz-product-container .mz-free-delivery-message-container .mz-free-delivery-icon {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 20px!important;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-free-delivery-message-container .mz-free-delivery-icon {
    margin: 0 10px 0 15px!important;
  }
}
/* /stylesheets/pages/product.less:L261 */
body.mz-product .mz-product-container .mz-free-delivery-message-container .mz-free-delivery-icon,
body.mz-product .mz-product-container .mz-free-delivery-message-container .mz-deilvery-message {
  margin: 0 15px;
}
/* /stylesheets/pages/product.less:L265 */
body.mz-product .mz-product-container .mz-free-delivery-message-container .mz-help-icon {
  width: 20px;
  height: 25px;
  position: absolute;
  right: 15px;
  margin-left: 15px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  
}
/* /stylesheets/pages/product.less:L277 */
/* /stylesheets/pages/product.less:L278 */
body.mz-product .mz-product-container .mz-productdetail-conversion-controls .mz-product-quantity {
  box-sizing: border-box;
  height: 40px;
  width: 109px;
  margin: 0;
  border: 1px solid #cccccc;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../resources/images/icons/svg/downArrow.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: 76px;
  background-position-y: center;
  color: black;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  padding: 5px 0 5px 16px;
}
/* /stylesheets/pages/product.less:L300 */
body.mz-product .mz-product-container .mz-productdetail-conversion-controls .mz-product-quantity:focus {
  outline: none;
}
/* /stylesheets/pages/product.less:L306 */
body.mz-product .mz-product-container .mz-productdetail-conversion-buttons {
  display: flex;
  width: 100%;
  vertical-align: middle;
  align-items: stretch;
}
@media screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-productdetail-conversion-buttons {
    margin-top: 10px;
  }
}
/* /stylesheets/pages/product.less:L315 */
body.mz-product .mz-product-container .mz-productdetail-conversion-buttons .mz-productdetail-addtocart {
  background-color: #bed855;
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
  flex-grow: 1;
  margin-left: 10px;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 8px 0;
}
/* /stylesheets/pages/product.less:L333 */
body.mz-product .mz-product-container .mz-productdetail-conversion-buttons .mz-productdetail-addtocart.is-disabled {
  background-color: #cccccc;
  color: white;
}
/* /stylesheets/pages/product.less:L338 */
body.mz-product .mz-product-container .mz-productdetail-store-notify-container {
  margin-top: 20px;
  display: flex;
  column-gap: 32px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-productdetail-store-notify-container {
    row-gap: 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
/* /stylesheets/pages/product.less:L348 */
/* /stylesheets/pages/product.less:L349 */
body.mz-product .mz-product-container .mz-productdetail-store-notify-container .mz-productdetail-find-store .find-in-store {
  color: black;
  font-family: 'MSLondon', sans-serif;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  border: none;
  padding: 0;
  background: transparent;
}
/* /stylesheets/pages/product.less:L360 */
body.mz-product .mz-product-container .mz-productdetail-store-notify-container .mz-productdetail-find-store .find-in-store[disabled] {
  opacity: 60%;
}
/* /stylesheets/pages/product.less:L363 */
body.mz-product .mz-product-container .mz-productdetail-store-notify-container .mz-productdetail-find-store .find-in-store .mz-location-icon {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-productdetail-store-notify-container .mz-productdetail-find-store .find-in-store .mz-location-icon {
    height: 20px;
    width: 20px;
  }
}
/* /stylesheets/pages/product.less:L374 */
/* /stylesheets/pages/product.less:L375 */
body.mz-product .mz-product-container .mz-productdetail-store-notify-container .mz-productdetail-notify-email-instock .pdp-notify-email {
  color: black;
  font-family: 'MSLondon', sans-serif;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  border: none;
  padding: 0;
  background: transparent;
}
/* /stylesheets/pages/product.less:L386 */
body.mz-product .mz-product-container .mz-productdetail-store-notify-container .mz-productdetail-notify-email-instock .pdp-notify-email .mz-email-icon {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-productdetail-store-notify-container .mz-productdetail-notify-email-instock .pdp-notify-email .mz-email-icon {
    width: 20px;
    height: 20px;
  }
}
/* /stylesheets/pages/product.less:L396 */
body.mz-product .mz-product-container .mz-productdetail-store-notify-container .mz-productdetail-notify-email-instock .pdp-notify-email.enable {
  pointer-events: auto;
}
/* /stylesheets/pages/product.less:L400 */
body.mz-product .mz-product-container .mz-productdetail-store-notify-container .mz-productdetail-notify-email-instock .mz-validationmessage-email {
  color: #a6192e;
  font-family: 'MSLondon', sans-serif;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/product.less:L409 */
body.mz-product .mz-product-container .mz-product-size-info {
  margin: 29px 0px 0px 0px;
}
@media screen and (max-width: 1000px) {
  body.mz-product .mz-product-container .mz-product-size-info {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-size-info {
    margin: 30.45px 0 0 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
/* /stylesheets/pages/product.less:L423 */
/* /stylesheets/pages/product.less:L424 */
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-size-chart-display {
  cursor: pointer;
  height: 42px;
  background-color: #edeef0;
  padding-left: 1.5rem;
  background-image: url(../resources/images/icons/svg/right-arrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position-x: 114px;
  background-position-y: 15px;
  display: flex;
  align-items: center;
}
/* /stylesheets/pages/product.less:L437 */
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-size-chart-display .chart-label {
  color: black;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: bold;
}
/* /stylesheets/pages/product.less:L444 */
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-size-chart-display .mz-size-guide-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
/* /stylesheets/pages/product.less:L453 */
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-model-info {
  background-color: #f5f6f7;
  padding-left: 1.5rem;
  padding-top: 17px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-model-info {
    padding-left: 20px;
    padding-top: 18px;
    padding-bottom: 19px;
  }
}
/* /stylesheets/pages/product.less:L464 */
/* /stylesheets/pages/product.less:L465 */
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-model-info .mz-model-infodetails .afg-size-info {
  display: flex;
  flex-flow: wrap column;
  padding-bottom: 15px;
}
/* /stylesheets/pages/product.less:L469 */
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-model-info .mz-model-infodetails .afg-size-info:last-child {
  padding-bottom: 0;
}
/* /stylesheets/pages/product.less:L473 */
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-model-info .mz-model-infodetails .mz-customers-feedbackText,
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-model-info .mz-model-infodetails .mz-model-detailsText,
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-model-info .mz-model-infodetails .mz-size-text {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/product.less:L481 */
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-model-info .mz-model-infodetails .mz-customers-feedback,
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-model-info .mz-model-infodetails .mz-model-details,
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-model-info .mz-model-infodetails .mz-size-details {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/product.less:L489 */
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-model-info .mz-model-infodetails .mz-customers-feedback,
body.mz-product .mz-product-container .mz-product-size-info .mz-product-size-info-container .mz-model-info .mz-model-infodetails .mz-model-details {
  display: block;
}
/* /stylesheets/pages/product.less:L496 */
body.mz-product .mz-product-container .mz-product-description {
  margin: 26px 0px 24px;
  text-align: justify;
}
/* /stylesheets/pages/product.less:L500 */
body.mz-product .mz-product-container .mz-product-description .mz-productdetail-shortdesc,
body.mz-product .mz-product-container .mz-product-description .mz-productdetail-fulldesc {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  body.mz-product .mz-product-container .mz-product-description {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-product-description {
    width: auto;
    margin: 20px 0;
  }
}
/* /stylesheets/pages/product.less:L518 */
body.mz-product .mz-product-container .mz-pricestack {
  display: flex;
  column-gap: 10px;
  align-items: baseline;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-pricestack {
    flex-flow: wrap;
  }
}
/* /stylesheets/pages/product.less:L526 */
body.mz-product .mz-product-container .mz-pricestack .is-crossedout {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-product-container .mz-pricestack .is-crossedout {
    height: 21px;
    width: 68px;
    color: #333333;
    font-family: 'MSLondon', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
  }
}
@media (max-width: 1000px) {
  /* /stylesheets/pages/product.less:L552 */
  body.mz-product .mz-product-container .mz-productimages {
    margin: 0 auto;
  }
  /* /stylesheets/pages/product.less:L555 */
  body.mz-product .mz-product-container .mz-productdetail-wrap {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  body.mz-product .mz-product-container {
    grid-template-columns: auto;
    grid-template-areas: "A" "B";
  }
  /* /stylesheets/pages/product.less:L566 */
  body.mz-product .mz-product-container .mz-productimages {
    grid-area: A;
  }
  /* /stylesheets/pages/product.less:L569 */
  body.mz-product .mz-product-container .mz-productdetail-wrap {
    grid-area: B;
  }
}
/* /stylesheets/pages/product.less:L575 */
body.mz-product .mz-free-delivery-popover-container {
  height: 100%;
  width: 400px;
  position: fixed;
  background: white;
  top: 0px;
  right: -411px;
  z-index: 8;
  display: none;
  overflow-y: auto;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-free-delivery-popover-container {
    width: 100vw;
  }
}
/* /stylesheets/pages/product.less:L589 */
body.mz-product .mz-free-delivery-popover-container .mz-offeres-text {
  height: 23px;
  width: 77px;
  color: #333333;
  font-family: "MSLondon";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  padding-top: 27px;
  padding-bottom: 27px;
  display: inline-block;
  position: relative;
  left: 165px;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-free-delivery-popover-container .mz-offeres-text {
    left: 149px;
  }
}
/* /stylesheets/pages/product.less:L607 */
body.mz-product .mz-free-delivery-popover-container .mz-close-icon {
  position: relative;
  left: 280px;
  width: 23px;
  height: 23px;
  vertical-align: baseline;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-free-delivery-popover-container .mz-close-icon {
    left: 260px;
  }
}
/* /stylesheets/pages/product.less:L618 */
body.mz-product .mz-free-delivery-popover-container .mz-seprator {
  width: 370px;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-free-delivery-popover-container .mz-seprator {
    width: 355px;
  }
}
/* /stylesheets/pages/product.less:L626 */
body.mz-product .mz-free-delivery-popover-container .mz-delivery-message-container {
  box-sizing: border-box;
  height: 260px;
  width: 352px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: white;
  margin: 25px auto;
}
/* /stylesheets/pages/product.less:L634 */
body.mz-product .mz-free-delivery-popover-container .mz-delivery-message-container .mz-container {
  min-height: 148px;
  width: 352px;
  background-color: #005640;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-free-delivery-popover-container .mz-delivery-message-container .mz-container {
    width: 350px;
  }
}
/* /stylesheets/pages/product.less:L641 */
body.mz-product .mz-free-delivery-popover-container .mz-delivery-message-container .mz-container .mz-free-delivery-icon {
  width: 50px;
  height: 50px;
  padding-top: 19px;
  position: relative;
  left: 155px;
}
/* /stylesheets/pages/product.less:L649 */
body.mz-product .mz-free-delivery-popover-container .mz-delivery-message-container .mz-container .mz-delivery-message {
  color: white;
  font-family: "MSLondon";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 20px;
}
/* /stylesheets/pages/product.less:L662 */
body.mz-product .mz-free-delivery-popover-container .mz-delivery-message-container .mz-terms-conditions {
  text-align: center;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 28px;
}
/* /stylesheets/pages/product.less:L668 */
body.mz-product .mz-free-delivery-popover-container .mz-delivery-message-container .mz-terms-conditions > a {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
}
/* /stylesheets/pages/product.less:L678 */
body.mz-product .mz-free-delivery-popover-container .mz-delivery-message-container .mz-seprator {
  width: 318px;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
}
/* /stylesheets/pages/product.less:L687 */
body.mz-product .mz-free-delivery-popover-container.active {
  display: block;
}
/* /stylesheets/pages/product.less:L690 */
body.mz-product .mz-productdetail-options {
  margin: 0 0 20px;
}
@media only screen and (max-width: 500px) {
  body.mz-product .mz-productdetail-options {
    margin: 0;
  }
}
/* /stylesheets/pages/product.less:L695 */
@media only screen and (max-width: 500px) {
  body.mz-product .mz-productdetail-options .mz-colour-swatches-container {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
/* /stylesheets/pages/product.less:L700 */
@media only screen and (max-width: 500px) {
  body.mz-product .mz-productdetail-options .mz-colour-swatches-container .mz-swatch-img-sale-container {
    margin-bottom: 10px;
  }
}
/* /stylesheets/pages/product.less:L707 */
@media only screen and (max-width: 500px) {
  body.mz-product .mz-productoptions-optionlabel {
    display: none !important;
  }
}
@media only screen and (max-width: 500px) {
  /* /stylesheets/pages/product.less:L714 */
  body.mz-product .mz-l-pagecontent {
    padding: 0 !important;
  }
  /* /stylesheets/pages/product.less:L717 */
  body.mz-product .product-confirmation-product-info .mz-strikethrough {
    font-size: 9px !important;
  }
}
@media only screen and (min-width: 390px) and (max-width: 1023px) {
  /* /stylesheets/pages/product.less:L722 */
  body.mz-product .mz-l-pagecontent {
    overflow-x: hidden;
  }
}
/* /stylesheets/pages/product.less:L727 */
body.mz-product .option-seperator {
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/pages/product.less:L730 */
body.mz-product .mz-colorDivider {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/pages/product.less:L738 */
@media only screen and (max-width: 500px) {
  body.mz-product .option-color-div {
    border-bottom: none;
  }
}
/* /stylesheets/pages/product.less:L747 */
/* /stylesheets/pages/product.less:L748 */
@media only screen and (max-width: 500px) {
  body.mz-product .option-color-div .product-details-block .mz-productoptions-optionlabel {
    display: inline-block !important;
  }
}
/* /stylesheets/pages/product.less:L756 */
.mz-quantity-warning-notification {
  background-color: #f2dede;
  border-radius: 3px;
  border-left: 5px solid #ea122a;
  padding: 10px;
  margin-top: 10px;
  display: block;
  font-family: "MSLondon";
  margin-bottom: 2rem;
}
/* /stylesheets/pages/product.less:L767 */
.wishlist-popup {
  cursor: pointer;
  position: relative;
}
/* /stylesheets/pages/product.less:L770 */
.wishlist-popup .afg-wishlist-count {
  position: absolute;
  bottom: 11px;
  right: 18px;
}
/* /stylesheets/pages/product.less:L774 */
.wishlist-popup .afg-wishlist-count .wishlist-count {
  font-size: 12px;
  border: 1px solid black;
  background: #bdd755;
  border-radius: 100%;
  padding: 0px 5px;
  font-weight: bold;
}
/* /stylesheets/pages/product.less:L784 */
.mz-wishlist-popover-container {
  height: 100%;
  width: 561px;
  position: fixed;
  background: white;
  top: 0px;
  right: 0px;
  z-index: 9;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container {
    width: 100%;
  }
}
/* /stylesheets/pages/product.less:L799 */
.mz-wishlist-popover-container a {
  text-decoration: none;
}
/* /stylesheets/pages/product.less:L802 */
@media (min-width: 992px) {
  .mz-wishlist-popover-container .wishlist-data-container {
    height: 100vh;
    overflow: hidden;
  }
}
/* /stylesheets/pages/product.less:L808 */
.mz-wishlist-popover-container .mz-offeres-text {
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  float: left;
  width: 100%;
}
/* /stylesheets/pages/product.less:L820 */
.mz-wishlist-popover-container .mz-close-icon {
  position: relative;
  left: -25px;
  width: 23px;
  height: 23px;
  top: 22px;
  vertical-align: baseline;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-close-icon {
    left: 355px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-wishlist-popover-container .mz-close-icon {
    left: 500px;
  }
}
/* /stylesheets/pages/product.less:L837 */
.mz-wishlist-popover-container .mz-wish-close-icon {
  height: 23px;
  vertical-align: baseline;
  cursor: pointer;
}
/* /stylesheets/pages/product.less:L850 */
.mz-wishlist-popover-container .mz-seprator {
  box-sizing: border-box;
  height: 1px;
  width: 541px;
  border-top: 1px solid #cccccc;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-seprator {
    width: 355px;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 415px) {
  .mz-wishlist-popover-container .mz-seprator {
    width: 396px;
    margin: 0px 8px;
  }
}
/* /stylesheets/pages/product.less:L867 */
.mz-wishlist-popover-container .wishlist-header {
  height: 72px;
  display: flex;
  align-items: center;
  padding: 0 21px;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .wishlist-header {
    padding: 22px 15px 24px 10px;
    justify-content: flex-end;
    height: auto;
  }
}
/* /stylesheets/pages/product.less:L878 */
.mz-wishlist-popover-container .mz-add-to-bag-div {
  position: absolute;
  bottom: 0;
  margin: 0 20px 12px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-add-to-bag-div {
    margin: 0 20px 20px;
  }
}
/* /stylesheets/pages/product.less:L889 */
.mz-wishlist-popover-container .addtobagall-btn {
  height: 48px;
  width: 100%;
  background-color: #627786;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .addtobagall-btn {
    height: 48px;
    width: 100%;
  }
}
/* /stylesheets/pages/product.less:L910 */
/* /stylesheets/pages/product.less:L911 */
.mz-wishlist-popover-container .wishlist-no-item-container .no-saved-items {
  height: 23px;
  width: 240px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 24px;
  margin-left: 31px;
}
/* /stylesheets/pages/product.less:L923 */
.mz-wishlist-popover-container .wishlist-no-item-container .saved-text-div {
  height: 168px;
  width: 305px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}
/* /stylesheets/pages/product.less:L934 */
.mz-wishlist-popover-container .wishlist-no-item-container .viev-my-bag-div {
  width: 178px;
  background-color: #bed855;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
}
/* /stylesheets/pages/product.less:L941 */
.mz-wishlist-popover-container .wishlist-no-item-container .wishlist-heart-icon {
  height: 20px;
  width: 20px;
}
/* /stylesheets/pages/product.less:L945 */
.mz-wishlist-popover-container .wishlist-no-item-container .view-bag-button {
  width: 178px;
  background-color: #bed855;
  text-decoration: none;
  /* height: 21px; */
  /* width: 4px; */
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* /stylesheets/pages/product.less:L963 */
.mz-wishlist-popover-container .wishlist-no-item-container .wishlist-empty-message-div {
  margin: 0 auto;
  text-align: center;
  height: 168px;
  width: 305px;
}
/* /stylesheets/pages/product.less:L977 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container {
  height: auto;
  max-height: 550px;
  width: 523px;
  background-color: white;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 0 20px;
}
@media (min-width: 1415px) and (max-width: 1425px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container {
    max-height: 520px;
  }
}
@media (min-width: 1100px) and (max-width: 1399px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container {
    max-height: 450px;
  }
}
@media (min-width: 1170px) and (max-width: 1290px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container {
    max-height: 430px;
  }
}
@media (min-width: 1100px) and (max-width: 1170px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container {
    max-height: 400px;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container {
    max-height: 350px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container {
    height: auto;
    width: auto;
    margin: 0;
    overflow-y: auto;
    max-height: 500px;
    overflow-x: hidden;
    padding: 0;
  }
}
/* /stylesheets/pages/product.less:L1031 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .add-to-bag-btn {
  height: 48px;
  width: 131px;
  background-color: #bed855;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .add-to-bag-btn {
    position: absolute;
    right: 0;
  }
}
/* /stylesheets/pages/product.less:L1047 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .item-container {
  display: flex;
  margin-top: 24px;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .item-container {
    height: 162px;
    display: flex;
    padding: 0 20px;
    margin-top: 11.5px;
  }
}
/* /stylesheets/pages/product.less:L1058 */
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .item-container:first-child {
    margin-top: 23.5px;
  }
}
/* /stylesheets/pages/product.less:L1064 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .item-image-container {
  height: 130px;
  width: 101px;
  grid-column: 1;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .item-image-container {
    height: 103px;
    width: 80px;
  }
}
/* /stylesheets/pages/product.less:L1072 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .item-image-container .mz-carttable-item-image {
  height: 130px;
  width: 101px;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .item-image-container .mz-carttable-item-image {
    height: 103px;
    width: 80px;
  }
}
/* /stylesheets/pages/product.less:L1081 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .mz-remove-icon {
  height: 15px;
  width: 15px;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .mz-remove-icon {
    height: 14px;
    width: 14px;
  }
}
/* /stylesheets/pages/product.less:L1090 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .remove-label {
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  margin-left: 8px;
}
/* /stylesheets/pages/product.less:L1099 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .mz-container {
  height: 165px;
  width: 352px;
  background-color: #005640;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .mz-container {
    width: 350px;
  }
}
/* /stylesheets/pages/product.less:L1106 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .mz-container .mz-free-delivery-icon {
  width: 50px;
  height: 50px;
  padding-top: 19px;
  padding-bottom: 8px;
  position: relative;
  left: 155px;
}
/* /stylesheets/pages/product.less:L1114 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .mz-container .mz-delivery-message {
  color: white;
  font-family: "MSLondon";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  padding-left: 55px;
  padding-right: 55px;
}
/* /stylesheets/pages/product.less:L1126 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .mz-terms-conditions {
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* /stylesheets/pages/product.less:L1132 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .mz-terms-conditions > a {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
}
/* /stylesheets/pages/product.less:L1142 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .mz-seprator {
  box-sizing: border-box;
  height: 1px;
  width: 520.5px;
  border-top: 1px solid #cccccc;
  margin-top: 24.74px;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .mz-seprator {
    width: 355px;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 415px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .mz-seprator {
    width: 375px;
    margin: 0px 15px;
  }
}
/* /stylesheets/pages/product.less:L1157 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .for-mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .for-mobile {
    display: block;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .for-mobile {
    display: none;
  }
}
/* /stylesheets/pages/product.less:L1166 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .for-desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .for-desktop {
    display: none;
  }
}
/* /stylesheets/pages/product.less:L1175 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .remove-item-div {
  text-align: left;
  margin-top: 36px;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .remove-item-div {
    margin-top: 15px;
    width: 86px;
    height: 32px;
    float: left;
  }
}
/* /stylesheets/pages/product.less:L1187 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .item-price-container {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .item-price-container {
    width: 40%;
    margin-right: 0px;
    position: relative;
  }
}
/* /stylesheets/pages/product.less:L1197 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .item-price-container .item-wishlist-price {
  right: 22px;
  height: 21px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .item-price-container .item-wishlist-price {
    right: 68px;
  }
}
/* /stylesheets/pages/product.less:L1216 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .item-price-container .add-to-bag-div {
  margin-top: 60px;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .item-price-container .add-to-bag-div {
    margin-top: 66px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .item-price-container .add-to-bag-div {
    left: 25px;
    position: relative;
  }
}
/* /stylesheets/pages/product.less:L1230 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .item-price-container .out-of-stock-div {
  margin-top: 88px;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .item-price-container .out-of-stock-div {
    margin-top: 95px;
    margin-left: 10px;
  }
}
/* /stylesheets/pages/product.less:L1241 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .item-details-container {
  grid-column: 2;
  width: 217px;
  height: 130px;
  display: flex;
  flex-direction: column;
  padding-left: 21px;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .item-details-container {
    height: 121px;
    width: 123px;
    margin-left: 11px;
    padding-left: 0;
  }
}
/* /stylesheets/pages/product.less:L1254 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .item-details-container .item-name {
  height: 42px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: left !important;
  /* white-space: nowrap; */
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .item-details-container .item-name {
    font-family: 'MSLondon', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    width: 110px;
    height: 58px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
/* /stylesheets/pages/product.less:L1286 */
.mz-wishlist-popover-container .mz-wishlist-items-main-container .item-details-container .item-wishlist-size {
  height: 21px;
  width: 217px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 7px;
  text-align: left !important;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-items-main-container .item-details-container .item-wishlist-size {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
  }
}
/* /stylesheets/pages/product.less:L1309 */
.mz-wishlist-popover-container .out_of_stock_label {
  height: 21px;
  width: 100px;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: right;
}
/* /stylesheets/pages/product.less:L1321 */
.mz-wishlist-popover-container .mz-wishlist-noimage {
  height: 128px;
  background: #eeeeee;
  text-align: center;
  color: #aaaaaa;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .mz-wishlist-popover-container .mz-wishlist-noimage {
    height: 103px;
    width: 80px;
    margin-left: 15px;
  }
}
/* /stylesheets/pages/product.less:L1337 */
@media only screen and (max-width: 500px) {
  .discount-offer-value {
    width: 158px !important;
    overflow-wrap: break-word;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
}
/* /stylesheets/pages/product.less:L1346 */
.disabled-button {
  opacity: 60%;
}
/* /stylesheets/pages/product.less:L1348 */
.disabled-button:hover,
.disabled-button:focus {
  cursor: not-allowed;
  pointer-events: none;
}
/* /stylesheets/pages/product.less:L1352 */
.disabled-button button {
  pointer-events: none !important;
}
/* /stylesheets/pages/product.less:L1357 */
.mz-for-mobile-wishlist {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mz-for-mobile-wishlist {
    display: block;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-for-mobile-wishlist {
    display: block;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  /* /stylesheets/pages/product.less:L1369 */
  .mz-productdetail-wrap {
    padding: 0 15px;
    box-sizing: border-box;
  }
  /* /stylesheets/pages/product.less:L1373 */
  .mz-breadcrumbs {
    padding: 0 15px;
    margin: 15px auto 15px auto;
  }
  /* /stylesheets/pages/product.less:L1378 */
  .mz-l-sidebar {
    float: left;
    padding-right: 0px;
  }
}
/* /stylesheets/pages/product.less:L1385 */
@media (max-width: 992px) and (min-width: 500px) and (orientation: portrait) {
  .mz-productdetail-wrap {
    padding-left: 15px;
    box-sizing: border-box;
    padding-right: 40px;
  }
}
/* /stylesheets/pages/product.less:L1394 */
@media (max-width: 600px) {
  .mz-l-sidebar {
    padding-top: 0px;
  }
}
/* /stylesheets/pages/product.less:L1400 */
/* /stylesheets/pages/product.less:L1402 */
@media (max-width: 992px) {
  .mz-product .mz-l-pagecontent {
    padding: 0 !important;
  }
}
/* /stylesheets/pages/product.less:L1407 */
@media (max-width: 992px) {
  .mz-product .mz-l-pagecontent {
    overflow: hidden !important;
  }
}
/* /stylesheets/pages/product.less:L1413 */
@media (max-width: 992px) {
  .mz-breadcrumbs {
    margin-bottom: 20px;
    padding-left: 15px;
  }
}
/* /stylesheets/pages/product.less:L1420 */
.mz-sticky-addToCart-btn {
  position: sticky;
  bottom: 0;
  left: 0;
  background: white;
  width: 100vw;
}
/* /stylesheets/pages/product.less:L1426 */
.mz-sticky-addToCart-btn .mz-sticky-padding {
  padding: 10px;
}
/* /stylesheets/pages/product.less:L1430 */
.mz-sticky-addToCart-btn .addToCart-sticky-btn {
  margin-bottom: 0px;
  background-color: #bed855;
  color: #333333;
  border: none !important;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  height: 48px;
}
/* /stylesheets/pages/product.less:L1443 */
.mz-sticky-addToCart-btn .addToCart-sticky-btn.is-disabled {
  background-color: #cccccc;
  color: white;
}
/* /stylesheets/pages/product.less:L1449 */
.wishlist-loader {
  background-repeat: no-repeat;
  background-image: url(../resources/images/icons/svg/Loader-Icon.svg);
  color: transparent;
  background-position: 135px;
  background-size: 21px;
  pointer-events: none;
  width: 288px;
  /* background-color: #E4E4E4 !important; */
  margin-top: -35px;
  /* height: 48px; */
  font-size: 16px;
  font-weight: bold;
  /* letter-spacing: 0; */
  /* line-height: 21px; */
  /* float: right; */
  padding: 12px 0px 10px 54px;
  /* margin-bottom: 55px; */
  border: none !important;
  background-position-x: 2% 50%;
  background-position-x: 13%;
  background-position-y: 65%;
}
/* /stylesheets/pages/product.less:L1474 */
/* /stylesheets/pages/product.less:L1475 */
/* /stylesheets/pages/product.less:L1476 */
/* /stylesheets/pages/product.less:L1477 */
/* /stylesheets/pages/product.less:L1478 */
@media (min-width: 501px) {
  .mz-product .mz-product-container .mz-productdetail-wrap .mz-product-price .mz-pricestack-price-lower,
  .mz-product .mz-product-container .mz-productdetail-wrap .mz-product-price .mz-pricestack-price-upper {
    display: inline-block;
  }
}
/* /stylesheets/pages/product.less:L1484 */
@media (min-width: 501px) {
  .mz-product .mz-product-container .mz-productdetail-wrap .mz-product-price .mz-price {
    height: 100%;
    vertical-align: middle;
  }
}
/* /stylesheets/pages/product.less:L1490 */
.mz-product .mz-product-container .mz-productdetail-wrap .mz-product-price .is-crossedout {
  vertical-align: bottom !important;
}
@media only screen and (max-width: 500px) {
  .mz-product .mz-product-container .mz-productdetail-wrap .mz-product-price .is-crossedout {
    white-space: nowrap;
  }
}
/* /stylesheets/pages/product.less:L1503 */
/* /stylesheets/pages/product.less:L1504 */
.mz-product .mz-l-pagecontent {
  padding-top: 0;
}
@media (min-width: 992px) {
  .mz-product .mz-l-pagecontent {
    overflow: unset;
  }
}
/* /stylesheets/pages/product.less:L1510 */
@media only screen and (max-width: 500px) {
  .mz-product .afg-ms-mz-breadcrumbs {
    display: block;
    text-wrap: wrap;
  }
}
/* /stylesheets/pages/product.less:L1516 */
/* /stylesheets/pages/product.less:L1517 */
.mz-product .afg-selected-size-field .selectedProductAttribute {
  margin-left: 1px;
}
/* /stylesheets/pages/product.less:L1521 */
.mz-product .afg-ms-product-container {
  max-width: 1300px;
  margin: 30px auto 0;
  column-gap: 20px;
}
@media only screen and (max-width: 500px) {
  .mz-product .afg-ms-product-container {
    margin: 0 auto;
  }
}
/* /stylesheets/pages/product.less:L1529 */
.mz-product .afg-ms-product-container .afg-ms-productimages {
  padding: 0;
}
@media (min-width: 992px) {
  .mz-product .afg-ms-product-container .afg-ms-productimages {
    position: sticky;
    top: 1rem;
    align-self: start;
  }
}
@media screen and (min-width: 1001px) {
  .mz-product .afg-ms-product-container .afg-ms-productimages {
    width: 100%!important;
  }
}
@media screen and (min-width: 900px) {
  /* /stylesheets/pages/product.less:L1540 */
  /* /stylesheets/pages/product.less:L1541 */
  .mz-product .afg-ms-product-container .afg-ms-productimages .pdp-images-wrapper.pdp-grid {
    row-gap: 12px;
  }
  /* /stylesheets/pages/product.less:L1543 */
  /* /stylesheets/pages/product.less:L1544 */
  .mz-product .afg-ms-product-container .afg-ms-productimages .pdp-images-wrapper.pdp-grid img:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  /* /stylesheets/pages/product.less:L1548 */
  .mz-product .afg-ms-product-container .afg-ms-productimages .pdp-images-wrapper.pdp-grid img:nth-child(3),
  .mz-product .afg-ms-product-container .afg-ms-productimages .pdp-images-wrapper.pdp-grid img:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  /* /stylesheets/pages/product.less:L1554 */
  .mz-product .afg-ms-product-container .afg-ms-productimages .pdp-images-wrapper.pdp-grid img:nth-last-child(5) ~ img:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  /* /stylesheets/pages/product.less:L1558 */
  .mz-product .afg-ms-product-container .afg-ms-productimages .pdp-images-wrapper.pdp-grid img:nth-last-child(9) ~ img:nth-child(8) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  /* /stylesheets/pages/product.less:L1562 */
  .mz-product .afg-ms-product-container .afg-ms-productimages .pdp-images-wrapper.pdp-grid img:nth-last-child(9) ~ img:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  /* /stylesheets/pages/product.less:L1567 */
  /* /stylesheets/pages/product.less:L1568 */
  /* /stylesheets/pages/product.less:L1569 */
  .mz-product .afg-ms-product-container .afg-ms-productimages .pdp-images-wrapper.afg-ms-single-pdp-image img:first-child {
    grid-column-end: 3;
  }
}
/* /stylesheets/pages/product.less:L1576 */
@media only screen and (max-width: 500px) {
  .mz-product .afg-ms-product-container .afg-ms-productimages .mz-productimages-thumbs {
    margin-bottom: 18px;
  }
}
/* /stylesheets/pages/product.less:L1583 */
@media (min-width: 992px) {
  .mz-product .mz-productdetail-wrap {
    position: sticky;
    top: 1rem;
    align-self: start;
  }
}
/* /stylesheets/pages/product.less:L1589 */
@media only screen and (max-width: 500px) {
  .mz-product .mz-productdetail-wrap #product-primary-detail {
    padding: 0 20px;
  }
}
/* /stylesheets/pages/product.less:L1595 */
/* /stylesheets/pages/product.less:L1596 */
@media only screen and (max-width: 500px) {
  .mz-product .mz-delivery-information-container:last-child {
    margin-left: -20px !important;
    margin-right: -20px;
    padding: 0 20px;
  }
}
/* /stylesheets/pages/product.less:L1604 */
@media only screen and (max-width: 500px) {
  .mz-product #product-detail {
    padding: 0 20px;
  }
}
/* /stylesheets/pages/product.less:L1610 */
.product-top-badges {
  display: flex;
  column-gap: 10px;
}
@media (max-width: 768px) {
  .product-top-badges {
    margin-top: 0px;
  }
}
/* /stylesheets/pages/product.less:L1616 */
.product-top-badges .mz-color-swatch-sale {
  background-color: #a6192e !important;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
/* /stylesheets/pages/product.less:L1623 */
/* /stylesheets/pages/product.less:L1624 */
.mz-product-price span.mz-price.is-saleprice {
  color: #a6192e !important;
}
/* /stylesheets/pages/product.less:L1628 */
@media (max-width: 992px) {
  body.mz-product .mz-product-container .mz-pricestack {
    flex-flow: wrap;
  }
}
/* /stylesheets/pages/product.less:L1632 */
@media (max-width: 992px) {
  body.mz-product .mz-product-container .mz-pricestack .mz-price.is-saleprice {
    order: 2;
  }
}
/* /stylesheets/pages/product.less:L1639 */
.find-store-popup-error {
  background-color: #f2dede;
  border-radius: 3px;
  border-left: 5px solid #ea122a;
  padding: 10px;
  margin-bottom: 10px;
  width: 75%;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .find-store-popup-error {
    width: 70%;
  }
}
/* /stylesheets/pages/product.less:L1652 */
/* /stylesheets/pages/product.less:L1653 */
.error-msg-popup.find-store-popup-error img {
  height: 22px;
  line-height: 22px;
  float: left;
  margin-right: 10px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../resources/fonts/icomoon.eot?i6xkoe');
  src: url('../resources/fonts/icomoon.eot?i6xkoe#iefix') format('embedded-opentype'), url('../resources/fonts/icomoon.ttf?i6xkoe') format('truetype'), url('../resources/fonts/icomoon.woff?i6xkoe') format('woff'), url('../resources/fonts/icomoon.svg?i6xkoe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* /stylesheets/pages/category.less:L13 */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* /stylesheets/pages/category.less:L28 */
.icon-left-arrow:before {
  content: "\e900";
}
/* /stylesheets/pages/category.less:L31 */
.icon-help:before {
  content: "\e901";
}
/* /stylesheets/pages/category.less:L34 */
.icon-Arrow:before {
  content: "\e902";
}
/* /stylesheets/pages/category.less:L37 */
.icon-rightarrow:before {
  content: "\e903";
}
/* /stylesheets/pages/category.less:L41 */
/* /stylesheets/pages/category.less:L42 */
.clp-jumper-container * {
  box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  .clp-jumper-container {
    height: auto;
  }
}
@media only screen and (min-width: 501px) {
  .clp-jumper-container {
    max-height: 520px;
  }
}
/* /stylesheets/pages/category.less:L51 */
.clp-jumper-container .mz-productlisting-productcode,
.clp-jumper-container .mz-productlisting-title,
.clp-jumper-container .mz-productlisting-shortdesc {
  display: none;
}
/* /stylesheets/pages/category.less:L54 */
.clp-jumper-container .mz-productlisting-info {
  text-align: center;
}
/* /stylesheets/pages/category.less:L57 */
.clp-jumper-container .mz-pricestack {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
/* /stylesheets/pages/category.less:L64 */
.clp-jumper-container .mz-l-carousel {
  height: auto;
}
@media only screen and (min-width: 1001px) {
  .clp-jumper-container .mz-l-carousel {
    margin-bottom: 35px;
  }
}
/* /stylesheets/pages/category.less:L70 */
.clp-jumper-container .mz-cms-row > div:nth-child(1) {
  display: flex;
  align-items: center;
  width: 100% !important;
}
@media only screen and (max-width: 500px) {
  .clp-jumper-container .mz-cms-row > div:nth-child(1) {
    flex-direction: column;
  }
}
@media only screen and (min-width: 501px) {
  .clp-jumper-container .mz-cms-row > div:nth-child(1) {
    flex-direction: row;
  }
}
/* /stylesheets/pages/category.less:L82 */
.clp-jumper-container [class*='mz-cms-col-'] .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/category.less:L85 */
.clp-jumper-container .jumper-left {
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .clp-jumper-container .jumper-left {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 501px) {
  .clp-jumper-container .jumper-left {
    width: 50%;
    height: 100%;
  }
}
@media only screen and (min-width: 1001px) {
  .clp-jumper-container .jumper-left {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .clp-jumper-container .jumper-left {
    width: 33%;
    height: 100%;
  }
}
/* /stylesheets/pages/category.less:L103 */
/* /stylesheets/pages/category.less:L104 */
.clp-jumper-container .jumper-left .mz-cms-block:nth-child(1) .mz-cms-content {
  height: 520px !important;
}
@media only screen and (min-width: 501px) {
  /* /stylesheets/pages/category.less:L107 */
  .clp-jumper-container .jumper-left .mz-cms-block:nth-child(1) .mz-cms-content .mz-cms-image-maintain {
    width: auto;
    height: 100%;
  }
}
/* /stylesheets/pages/category.less:L114 */
/* /stylesheets/pages/category.less:L115 */
.clp-jumper-container .jumper-left .mz-cms-content h2 {
  margin: 0 0 10px 0;
  font-size: 26px;
  font-weight: 600;
  color: black;
}
/* /stylesheets/pages/category.less:L121 */
.clp-jumper-container .jumper-left .mz-cms-content p {
  margin: 0;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  font-family: 'MSLeeds', serif !important;
  white-space: break-spaces !important;
  color: black;
}
/* /stylesheets/pages/category.less:L131 */
@media only screen and (max-width: 500px) {
  .clp-jumper-container .jumper-left .mz-cms-block:nth-child(2) {
    top: 0;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .clp-jumper-container .jumper-left .mz-cms-block:nth-child(2) {
    position: absolute;
    right: 0;
    top: 30px;
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .clp-jumper-container .jumper-left .mz-cms-block:nth-child(2) {
    width: 67%;
    top: 60px;
  }
}
/* /stylesheets/pages/category.less:L151 */
.clp-jumper-container .jumper-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .clp-jumper-container .jumper-right {
    width: 100%;
    padding: 0;
  }
  /* /stylesheets/pages/category.less:L160 */
  .clp-jumper-container .jumper-right .mz-cms-block:nth-child(1) {
    margin-top: -20px;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .clp-jumper-container .jumper-right {
    width: 50%;
  }
  /* /stylesheets/pages/category.less:L169 */
  .clp-jumper-container .jumper-right .mz-cms-block:nth-child(1) {
    margin-left: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1001px) {
  .clp-jumper-container .jumper-right {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .clp-jumper-container .jumper-right {
    width: 67%;
    height: 100%;
    padding-top: 90px;
  }
  /* /stylesheets/pages/category.less:L182 */
  .clp-jumper-container .jumper-right .mz-cms-block:nth-child(1) {
    margin-left: -30px;
    width: auto;
  }
}
/* /stylesheets/pages/category.less:L187 */
.clp-jumper-container .jumper-right .mz-cms-content {
  overflow: visible;
}
/* /stylesheets/pages/category.less:L190 */
.clp-jumper-container .jumper-right .cta-container {
  width: 100%;
  max-width: 300px;
  color: black;
}
/* /stylesheets/pages/category.less:L195 */
.clp-jumper-container .jumper-right .four-column > * .mz-productlisting-image .mz-productlisting-imageplaceholder {
  width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .clp-jumper-container .jumper-right .four-column > * .mz-productlisting-image .mz-productlisting-imageplaceholder {
    height: 160px;
  }
}
@media only screen and (min-width: 1025px) {
  .clp-jumper-container .jumper-right .four-column > * .mz-productlisting-image .mz-productlisting-imageplaceholder {
    height: 150px;
  }
}
/* /stylesheets/pages/category.less:L208 */
/* /stylesheets/pages/category.less:L209 */
/* /stylesheets/pages/category.less:L210 */
@media (max-width: 992px) {
  .clp-jumper-container .jumper-right .mz-productlist .mz-productlisting-image img {
    width: 128px!important;
  }
}
/* /stylesheets/pages/category.less:L216 */
/* /stylesheets/pages/category.less:L217 */
.clp-jumper-container .jumper-right .mz-productlist .mz-productlisting-info .mz-item-sale {
  display: none;
}
/* /stylesheets/pages/category.less:L221 */
.clp-jumper-container .jumper-right .mz-productlist .mz-productlist-list::-webkit-scrollbar {
  display: none;
}
/* /stylesheets/pages/category.less:L226 */
.clp-jumper-container .mz-productlist-list {
  list-style: none;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .clp-jumper-container .mz-productlist-list {
    overflow: auto;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 501px) {
  .clp-jumper-container .mz-productlist-list {
    overflow-x: auto;
  }
}
/* /stylesheets/pages/category.less:L237 */
.clp-jumper-container .mz-productlist-list li {
  padding: 0 12px 0 0;
  width: auto;
}
/* /stylesheets/pages/category.less:L241 */
.clp-jumper-container .mz-productlist-list .mz-productlisting .mz-productlisting-image img {
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .clp-jumper-container .mz-productlist-list .mz-productlisting .mz-productlisting-image img {
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clp-jumper-container .mz-productlist-list .mz-productlisting .mz-productlisting-image img {
    height: 120px;
  }
}
/* Three column feature image widget */

/* /stylesheets/pages/category.less:L256 */
/* /stylesheets/pages/category.less:L257 */
.two-column-widget .featured-text.at-top {
  top: 30%;
  width: 100%;
}
/* /stylesheets/pages/category.less:L260 */
.two-column-widget .featured-text.at-top p {
  font-size: 40px;
  max-width: 70%;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 35px;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .two-column-widget .featured-text.at-top p {
    font-size: 25px;
    margin-top: 0;
  }
}
/* /stylesheets/pages/category.less:L276 */
@media only screen and (min-width: 1001px) {
  .two-column-widget .feature-image-link {
    width: 135px;
    display: inline-block;
  }
}
@media only screen and (max-width: 1000px) {
  .two-column-widget .feature-image-link {
    padding: 15px 20px;
  }
}
/* /stylesheets/pages/category.less:L285 */
.two-column-widget .mz-cms-content {
  padding: 8px;
}
/* Lunar section */

/* /stylesheets/pages/category.less:L290 */
.text-with-image-section {
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width: 500px) {
  .text-with-image-section {
    margin-top: 15px;
  }
}
/* /stylesheets/pages/category.less:L296 */
.text-with-image-section .mz-cms-row {
  max-width: 99%;
  background: #fae5ce;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .text-with-image-section .mz-cms-row {
    flex-direction: column;
  }
}
/* /stylesheets/pages/category.less:L304 */
@media only screen and (max-width: 767px) {
  .text-with-image-section .mz-cms-row > div:first-child {
    order: 1;
    min-height: 220px;
    align-items: center;
    display: flex;
  }
}
/* /stylesheets/pages/category.less:L313 */
.text-with-image-section [class*='mz-cms-col-'] .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/category.less:L316 */
.text-with-image-section .left-column {
  background: #fae5ce;
  font-weight: bold;
  text-align: center;
}
/* /stylesheets/pages/category.less:L320 */
.text-with-image-section .left-column p {
  font-size: 26px;
  color: #c12d35;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .text-with-image-section .left-column p {
    font-size: 20px;
  }
}
/* /stylesheets/pages/category.less:L328 */
.text-with-image-section .left-column h1 {
  font-size: 100px;
  color: #c12d35;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .text-with-image-section .left-column h1 {
    font-size: 70px;
  }
}
/* /stylesheets/pages/category.less:L339 */
.lunar-buttons-section {
  margin-top: 25px;
}
/* /stylesheets/pages/category.less:L341 */
.lunar-buttons-section .mz-cms-row {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .lunar-buttons-section .mz-cms-row {
    max-width: 90%;
  }
}
/* /stylesheets/pages/category.less:L347 */
@media only screen and (min-width: 768px) {
  .lunar-buttons-section .mz-cms-block {
    display: inline-block;
  }
}
/* /stylesheets/pages/category.less:L352 */
.lunar-buttons-section [class*='mz-cms-col-'] .mz-cms-content {
  padding: 5px;
}
/* /stylesheets/pages/category.less:L355 */
.lunar-buttons-section .cta-container.primary {
  color: black;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lunar-buttons-section .cta-container.primary {
    width: 248px;
  }
}
/* /stylesheets/pages/category.less:L361 */
.lunar-buttons-section .cta-container.primary i {
  margin-left: 8px;
}
/* /stylesheets/pages/category.less:L366 */
/* /stylesheets/pages/category.less:L367 */
.offers-image-section .mz-cms-row {
  max-width: 100%;
  background: #e2e2e3;
}
/* /stylesheets/pages/category.less:L371 */
.offers-image-section [class*='mz-cms-col-'] .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/category.less:L374 */
.offers-image-section .featured-text.at-top {
  position: absolute;
  bottom: 20px;
  transform: none;
  left: 20px;
  top: auto;
  width: 300px;
  background: white;
  padding: 0 0 30px 15px;
  text-align: left;
}
@media only screen and (max-width: 500px) {
  .offers-image-section .featured-text.at-top {
    bottom: -40px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .offers-image-section .featured-text.at-top {
    bottom: 11px;
    left: 12px;
  }
}
/* /stylesheets/pages/category.less:L391 */
.offers-image-section .featured-text.at-top p {
  color: black;
  font-size: 24px;
}
/* /stylesheets/pages/category.less:L395 */
.offers-image-section .featured-text.at-top .feature-image-link {
  padding-left: 0;
}
/* /stylesheets/pages/category.less:L399 */
.offers-image-section .offers-right-section {
  margin: 60px 0 0 70px;
  color: black;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .offers-image-section .offers-right-section {
    margin: 60px 0 0 41px;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .offers-image-section .offers-right-section {
    bottom: 10px;
    left: 10px;
  }
}
/* /stylesheets/pages/category.less:L411 */
.offers-image-section .offers-right-section h2 {
  font-size: 24px;
}
@media only screen and (max-width: 1000px) {
  .offers-image-section .offers-right-section h2 {
    display: none;
  }
}
/* /stylesheets/pages/category.less:L420 */
/* /stylesheets/pages/category.less:L421 */
/* /stylesheets/pages/category.less:L422 */
.explore-heading .mz-content-widget-inner-wrap .shop-by-category {
  margin-bottom: 33px;
}
/* /stylesheets/pages/category.less:L427 */
/* /stylesheets/pages/category.less:L428 */
.gift-container .mz-cms-row {
  max-width: 1190px;
  margin: 0 auto;
  display: flex;
}
/* /stylesheets/pages/category.less:L432 */
.gift-container .mz-cms-row .mz-cms-col-4-12 {
  width: 387px;
}
@media (max-width: 1026px) {
  .gift-container .mz-cms-row .mz-cms-col-4-12 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 500px) {
  .gift-container .mz-cms-row .mz-cms-col-4-12 {
    width: 100%!important;
    margin-bottom: 20px;
  }
}
/* /stylesheets/pages/category.less:L441 */
.gift-container .mz-cms-row .mz-cms-col-4-12:nth-child(2) {
  padding: 0 16px;
}
@media (max-width: 1026px) {
  .gift-container .mz-cms-row .mz-cms-col-4-12:nth-child(2) {
    padding: 0;
  }
}
/* /stylesheets/pages/category.less:L447 */
.gift-container .mz-cms-row .mz-cms-col-4-12 .mz-cms-content {
  padding: 0;
}
@media (max-width: 1026px) {
  .gift-container .mz-cms-row .mz-cms-col-4-12 .mz-cms-content {
    padding: 0 5px;
  }
}
/* /stylesheets/pages/category.less:L455 */
/* /stylesheets/pages/category.less:L456 */
.gift-container .featured-text p {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  margin: 15px 0 12px 0;
}
@media only screen and (max-width: 500px) {
  .gift-container .featured-text p {
    margin: 8px 0 15px 0;
  }
}
/* /stylesheets/pages/category.less:L467 */
.clp-product-carousel {
  background: whitesmoke;
  padding-bottom: 40px;
}
/* /stylesheets/pages/category.less:L470 */
.clp-product-carousel .mz-productlisting-shortdesc,
.clp-product-carousel .mz-productlisting-productcode,
.clp-product-carousel .mz-brand-name,
.clp-product-carousel .discountedPrice,
.clp-product-carousel .mz-item-sale {
  display: none;
}
/* /stylesheets/pages/category.less:L473 */
.clp-product-carousel .slick-prev,
.clp-product-carousel .slick-next {
  width: 40px;
  height: 60px;
  background: white;
  top: 30%;
}
@media only screen and (min-width: 900px) {
  .clp-product-carousel .slick-prev,
  .clp-product-carousel .slick-next {
    top: 36%;
  }
}
/* /stylesheets/pages/category.less:L481 */
.clp-product-carousel .slick-prev:before,
.clp-product-carousel .slick-next:before {
  color: black;
  font-family: 'icomoon';
}
@media only screen and (max-width: 900px) {
  .clp-product-carousel .slick-prev,
  .clp-product-carousel .slick-next {
    display: none;
  }
}
/* /stylesheets/pages/category.less:L488 */
.clp-product-carousel .slick-prev:hover,
.clp-product-carousel .slick-next:hover,
.clp-product-carousel .slick-prev:focus,
.clp-product-carousel .slick-next:focus {
  background: white;
}
/* /stylesheets/pages/category.less:L492 */
@media (max-width: 768px) {
  .clp-product-carousel .slick-dots {
    left: 0px;
  }
}
/* /stylesheets/pages/category.less:L496 */
.clp-product-carousel .slick-dots li {
  margin: 0 2px;
}
/* /stylesheets/pages/category.less:L500 */
/* /stylesheets/pages/category.less:L501 */
.clp-product-carousel .slick-prev::before {
  content: '\e900';
}
/* /stylesheets/pages/category.less:L505 */
/* /stylesheets/pages/category.less:L506 */
.clp-product-carousel .slick-next::before {
  content: '\e903';
}
/* /stylesheets/pages/category.less:L510 */
.clp-product-carousel .mz-productlisting .mz-productlisting-imageplaceholder {
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .clp-product-carousel .mz-productlisting .mz-productlisting-imageplaceholder {
    min-height: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .clp-product-carousel .mz-productlisting .mz-productlisting-imageplaceholder {
    max-height: 185px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .clp-product-carousel .mz-productlisting .mz-productlisting-imageplaceholder {
    max-height: 221px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1024px) {
  .clp-product-carousel .mz-productlisting .mz-productlisting-imageplaceholder {
    height: 300px;
  }
}
/* /stylesheets/pages/category.less:L528 */
.clp-product-carousel .four-column > * .mz-productlisting-image img {
  max-height: 340px;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .clp-product-carousel .four-column > * .mz-productlisting-image img {
    width: 100%;
  }
}
/* /stylesheets/pages/category.less:L536 */
.clp-product-carousel .mz-productlist-list {
  display: block;
}
/* /stylesheets/pages/category.less:L539 */
.clp-product-carousel .slick-prev,
.clp-product-carousel .slick-next {
  z-index: 1;
}
/* /stylesheets/pages/category.less:L542 */
.clp-product-carousel .slick-prev {
  left: 10px;
}
/* /stylesheets/pages/category.less:L545 */
.clp-product-carousel .slick-next {
  right: 10px;
}
/* /stylesheets/pages/category.less:L548 */
.clp-product-carousel div {
  height: 100%;
}
/* /stylesheets/pages/category.less:L551 */
.clp-product-carousel .slick-slide {
  margin: 0 10px 20px 10px;
}
/* /stylesheets/pages/category.less:L554 */
.clp-product-carousel .slick-dots {
  bottom: 0;
  display: flex;
  justify-content: center;
}
/* /stylesheets/pages/category.less:L558 */
.clp-product-carousel .slick-dots button:before {
  font-size: 10px;
}
/* /stylesheets/pages/category.less:L562 */
.clp-product-carousel .mz-productlist-carousel {
  height: auto;
  overflow-x: hidden;
}
/* /stylesheets/pages/category.less:L566 */
.clp-product-carousel .mz-productlisting-productcode,
.clp-product-carousel .mz-productlisting-shortdesc {
  display: none;
}
/* /stylesheets/pages/category.less:L569 */
.clp-product-carousel .mz-pricestack {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .clp-product-carousel .mz-pricestack {
    flex-direction: column;
  }
}
/* /stylesheets/pages/category.less:L577 */
.clp-product-carousel .mz-pricestack .is-saleprice {
  margin-right: 5px;
}
/* /stylesheets/pages/category.less:L581 */
.clp-product-carousel .mz-productlisting-title {
  font-weight: 600;
}
/* /stylesheets/pages/category.less:L584 */
.clp-product-carousel .mz-productlisting-info {
  margin-top: 15px;
}
/* /stylesheets/pages/category.less:L589 */
/* /stylesheets/pages/category.less:L590 */
.three-column-widget .featured-text.at-bottom {
  font-size: 16px;
  color: black;
  text-align: left;
}
/* /stylesheets/pages/category.less:L595 */
.three-column-widget .featured-text.at-bottom p {
  font-weight: 600;
}
/* /stylesheets/pages/category.less:L598 */
.three-column-widget .featured-text.at-bottom .feature-image-link {
  padding-left: 0px !important;
  padding-right: 60px;
  font-weight: bold;
}
/* /stylesheets/pages/category.less:L605 */
/* /stylesheets/pages/category.less:L606 */
@media only screen and (min-width: 1001px) {
  .three-column-widget #mz-drop-zone-clp-three-column-widget > div:first-child {
    margin-bottom: 70px;
  }
}
/* /stylesheets/pages/category.less:L613 */
/* /stylesheets/pages/category.less:L614 */
.sports-bra .mz-cms-content {
  padding: 0;
  height: auto !important;
}
/* /stylesheets/pages/category.less:L618 */
.sports-bra .mz-cms-row {
  display: flex;
  text-align: center;
  background: #e3dcd6;
}
@media only screen and (min-width: 1001px) {
  .sports-bra .mz-cms-row {
    justify-content: center;
    height: 320px;
  }
}
@media only screen and (max-width: 500px) {
  .sports-bra .mz-cms-row {
    flex-direction: column;
  }
}
/* /stylesheets/pages/category.less:L630 */
/* /stylesheets/pages/category.less:L631 */
.sports-bra .mz-cms-row > div:last-child .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/category.less:L635 */
.sports-bra .mz-cms-row .mz-cms-image-cover {
  height: 320px;
}
/* /stylesheets/pages/category.less:L638 */
.sports-bra .mz-cms-row > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  .sports-bra .mz-cms-row > div:first-child {
    order: 1;
  }
}
/* /stylesheets/pages/category.less:L647 */
.sports-bra h2 {
  font-size: 26px;
  margin-bottom: 0;
}
/* /stylesheets/pages/category.less:L651 */
.sports-bra p {
  font-size: 16px;
}
/* /stylesheets/pages/category.less:L654 */
.sports-bra a.secondary {
  background: black;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}
@media only screen and (max-width: 500px) {
  .sports-bra a.secondary {
    margin-bottom: 25px;
  }
}
/* /stylesheets/pages/category.less:L663 */
.sports-bra a.secondary span {
  color: white;
}
/* /stylesheets/pages/category.less:L670 */
/* /stylesheets/pages/category.less:L671 */
.clp-widget .mz-layout-widget-header.row {
  display: none !important;
}
/* /stylesheets/pages/category.less:L675 */
.category-top-container {
  text-align: center;
  margin-bottom: 30px;
  margin: 0 auto;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1001px) {
  .category-top-container {
    width: 1024px;
  }
}
@media only screen and (max-width: 1000px) {
  .category-top-container {
    width: 100%;
  }
}
/* /stylesheets/pages/category.less:L689 */
@media only screen and (max-width: 500px) {
  .category-top-container .mz-pagetitle {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
/* /stylesheets/pages/category.less:L696 */
.category-top-container h1 {
  line-height: 40px;
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .category-top-container h1 {
    margin-bottom: 0;
  }
}
/* /stylesheets/pages/category.less:L704 */
.category-top-container p {
  margin: 0 0 15px 0;
}
/* /stylesheets/pages/category.less:L707 */
.category-top-container .category-desc {
  color: #333333;
}
@media only screen and (min-width: 1001px) {
  .category-top-container .category-desc {
    text-align: center;
    padding-left: 219px;
    padding-right: 218px;
  }
}
@media only screen and (max-width: 767px) {
  .category-top-container .category-desc {
    display: none;
  }
}
@media only screen and (min-width: 800px) and (max-width: 820px) {
  .category-top-container .category-desc {
    margin: 0 5px 15px 5px;
  }
}
/* /stylesheets/pages/category.less:L721 */
.category-top-container .showmore,
.category-top-container .showless {
  display: none;
  cursor: pointer;
  color: #999999;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 10px;
}
/* /stylesheets/pages/category.less:L731 */
.clear-all-btn {
  display: none;
}
@media (min-width: 768px) {
  .clear-all-btn {
    display: block;
  }
}
/* /stylesheets/pages/category.less:L737 */
/* /stylesheets/pages/category.less:L738 */
.mz-category .mz-l-pagecontent {
  z-index: 1;
  min-height: auto;
  padding-bottom: 0;
}
@media only screen and (min-width: 1001px) {
  
}
@media only screen and (max-width: 1000px) {
  .mz-category .mz-l-pagecontent {
    padding: 0;
    z-index: 0;
  }
}
@media only screen and (min-width: 390px) and (max-width: 1023px) {
  .mz-category .mz-l-pagecontent {
    overflow-x: hidden;
    margin-top: .4rem;
  }
}
/* /stylesheets/pages/category.less:L756 */
.mz-category .mz-breadcrumbs {
  display: none;
}
/* /stylesheets/pages/category.less:L759 */
/* /stylesheets/pages/category.less:L760 */
.mz-category.porduct-listing-page .mz-breadcrumbs {
  display: block;
}
@media only screen and (max-width: 500px) {
  .mz-category.porduct-listing-page .mz-breadcrumbs {
    display: block;
    text-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .mz-category.porduct-listing-page .mz-breadcrumbs {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 820px) {
  .mz-category.porduct-listing-page .mz-breadcrumbs {
    margin-left: 5px;
  }
}
/* /stylesheets/pages/category.less:L774 */
.mz-category .categoryListing {
  margin-bottom: 80px;
}
/* /stylesheets/pages/category.less:L776 */
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .mz-category .categoryListing h1 {
    margin: 12px 0 24px 0;
    line-height: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .mz-category .categoryListing {
    margin-bottom: 20px;
  }
}
/* /stylesheets/pages/category.less:L788 */
.mz-category .make-season-anything,
.mz-category .clp-jumper-container {
  margin-bottom: 80px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .mz-category .make-season-anything,
  .mz-category .clp-jumper-container {
    margin-bottom: 20px;
  }
}
/* /stylesheets/pages/category.less:L795 */
/* /stylesheets/pages/category.less:L796 */
.mz-category .explore-heading .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/category.less:L798 */
.mz-category .explore-heading .mz-cms-content .more-to-explore {
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .mz-category .explore-heading .mz-cms-content {
    margin-bottom: 0px;
  }
}
/* /stylesheets/pages/category.less:L807 */
.mz-category .gift-container {
  margin-bottom: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .mz-category .gift-container {
    margin-bottom: 0px;
  }
}
/* /stylesheets/pages/category.less:L812 */
@media (max-width: 767px) {
  .mz-category .gift-container .mz-cms-col-3-12 {
    width: 100%!important;
    margin-bottom: 16px;
  }
}
/* /stylesheets/pages/category.less:L817 */
.mz-category .gift-container .mz-cms-col-3-12:first-child {
  padding-left: 0;
}
/* /stylesheets/pages/category.less:L820 */
.mz-category .gift-container .mz-cms-col-3-12:last-child {
  padding-right: 0;
}
/* /stylesheets/pages/category.less:L823 */
@media (max-width: 767px) {
  .mz-category .gift-container .mz-cms-col-3-12 .featured-image {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 10px;
  }
}
/* /stylesheets/pages/category.less:L829 */
@media (max-width: 767px) {
  .mz-category .gift-container .mz-cms-col-3-12 .featured-image .mz-cms-image-cover {
    width: 160px;
  }
}
/* /stylesheets/pages/category.less:L836 */
.mz-category .gift-container .mz-cms-content {
  padding: 0 8px;
}
/* /stylesheets/pages/category.less:L840 */
.mz-category .explore-image {
  max-width: 1285px;
  margin-bottom: 0px;
}
/* /stylesheets/pages/category.less:L843 */
/* /stylesheets/pages/category.less:L844 */
/* /stylesheets/pages/category.less:L845 */
.mz-category .explore-image .mz-drop-zone .mz-cms-col-6-12:first-child {
  width: 87% !important;
  max-width: 790px;
}
/* /stylesheets/pages/category.less:L849 */
.mz-category .explore-image .mz-drop-zone .mz-cms-col-6-12:last-child {
  padding: 0 30px;
}
/* /stylesheets/pages/category.less:L854 */
/* /stylesheets/pages/category.less:L855 */
/* /stylesheets/pages/category.less:L856 */
.mz-category .explore-image .mz-cms-row > div:last-child {
  padding-left: 36px;
}
/* /stylesheets/pages/category.less:L862 */
.mz-category .category-newshoeswrapper-header {
  margin: 0;
}
/* /stylesheets/pages/category.less:L864 */
/* /stylesheets/pages/category.less:L865 */
.mz-category .category-newshoeswrapper-header .mz-content-widget-inner-wrap h2 {
  margin: 0 0 25px;
}
/* /stylesheets/pages/category.less:L869 */
.mz-category .category-newshoeswrapper-header .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/category.less:L873 */
/* /stylesheets/pages/category.less:L874 */
.mz-category .category-newshoeswrapper .mz-cms-row {
  max-width: 1197px;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 0px;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  .mz-category .category-newshoeswrapper .mz-cms-row {
    padding: 0 20px;
    grid-template-columns: auto;
    column-gap: 0;
  }
}
/* /stylesheets/pages/category.less:L886 */
/* /stylesheets/pages/category.less:L887 */
.mz-category .category-newshoeswrapper .mz-cms-col-6-12:first-child {
  width: 100% !important;
}
/* /stylesheets/pages/category.less:L890 */
.mz-category .category-newshoeswrapper .mz-cms-col-6-12:last-child {
  display: grid;
  grid-gap: 0px;
  width: 100% !important;
}
@media (max-width: 767px) {
  .mz-category .category-newshoeswrapper .mz-cms-col-6-12:last-child {
    margin-top: 30%;
  }
}
@media only screen and (max-width: 500px) {
  .mz-category .category-newshoeswrapper .mz-cms-col-6-12:last-child {
    grid-gap: 8px;
  }
}
/* /stylesheets/pages/category.less:L900 */
.mz-category .category-newshoeswrapper .mz-cms-col-6-12:last-child .mz-cms-row {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 0px;
}
@media only screen and (max-width: 500px) {
  .mz-category .category-newshoeswrapper .mz-cms-col-6-12:last-child .mz-cms-row {
    column-gap: 8px;
  }
}
/* /stylesheets/pages/category.less:L908 */
.mz-category .category-newshoeswrapper .mz-cms-col-6-12:last-child .mz-cms-col-5-12,
.mz-category .category-newshoeswrapper .mz-cms-col-6-12:last-child .mz-cms-col-7-12 {
  width: 100% !important;
}
/* /stylesheets/pages/category.less:L917 */
.page-container {
  margin: 0 auto;
}
@media only screen and (min-width: 1248px) {
  .page-container {
    width: 1248px;
  }
}
/* /stylesheets/pages/category.less:L923 */
.foundit {
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .foundit {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* /stylesheets/pages/category.less:L931 */
@media only screen and (min-width: 768px) {
  .foundit__wrapper {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .foundit__wrapper {
    overflow-x: auto;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 501px) {
  .foundit__wrapper {
    margin: 8px 20px 40px;
  }
}
/* /stylesheets/pages/category.less:L944 */
.foundit__see-more {
  display: inline-block;
  position: absolute;
  top: 16px;
  transform: scale(2);
  z-index: 2;
  background-color: white;
}
/* /stylesheets/pages/category.less:L952 */
.foundit__item {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .foundit__item {
    margin: 0 10px;
  }
}
/* /stylesheets/pages/category.less:L962 */
.foundit__link {
  display: block;
  padding: 5px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid black;
  border-radius: 20px;
  font-size: 12px;
  background-color: white;
}
/* /stylesheets/pages/category.less:L976 */
.foundit__banner {
  display: flex;
  flex-direction: row;
  transition: .3s ease;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .foundit__banner {
    justify-content: center;
  }
}
/* /stylesheets/pages/category.less:L986 */
.foundit__banner .slick-slide {
  padding: 0 15px 0 0;
}
/* /stylesheets/pages/category.less:L990 */
.foundit__banner .slick-next,
.foundit__banner .slick-next:focus,
.foundit__banner .slick-next:hover {
  background-image: url('../resources/images/icons//right_arrow.png');
}
/* /stylesheets/pages/category.less:L993 */
.foundit__banner .slick-prev,
.foundit__banner .slick-prev:focus,
.foundit__banner .slick-prev:hover {
  background-image: url('../resources/images/icons//left_arrow.png');
}
/* /stylesheets/pages/category.less:L996 */
.foundit__banner .slick-next,
.foundit__banner .slick-prev,
.foundit__banner .slick-next:focus,
.foundit__banner .slick-next:hover,
.foundit__banner .slick-prev:focus,
.foundit__banner .slick-prev:hover {
  background-size: 50% 50%;
  width: 30px;
  height: 50px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: white;
}
/* /stylesheets/pages/category.less:L1005 */
.foundit__banner .slick-prev:before,
.foundit__banner .slick-next:before {
  opacity: 1;
  color: #333333;
  background-position: 50% 50%;
  background-size: cover;
  background-color: white;
  content: '';
}
/* /stylesheets/pages/category.less:L1013 */
.foundit__banner .slick-next {
  border-left: 1px solid #333333;
}
/* /stylesheets/pages/category.less:L1016 */
.foundit__banner .slick-prev {
  border-right: 1px solid #333333;
}
/* /stylesheets/pages/category.less:L1019 */
.foundit__banner .slick-disabled {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  /* /stylesheets/pages/category.less:L1025 */
  /* /stylesheets/pages/category.less:L1026 */
  /* /stylesheets/pages/category.less:L1030 */
  /* /stylesheets/pages/category.less:L1031 */
  .gift-container .mz-content-widget-inner-wrap h2 {
    width: 300px;
    font-size: 40px;
    color: black;
    font-weight: bold;
  }
  /* /stylesheets/pages/category.less:L1037 */
  .gift-container .mz-content-widget-inner-wrap p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  /* /stylesheets/pages/category.less:L1046 */
  /* /stylesheets/pages/category.less:L1047 */
  /* /stylesheets/pages/category.less:L1048 */
  .gift-container .mz-content-widget-inner-wrap h2 {
    width: 250px;
    font-size: 30px;
    color: black;
    font-weight: bold;
  }
  /* /stylesheets/pages/category.less:L1054 */
  .gift-container .mz-content-widget-inner-wrap P {
    font-size: 16px;
  }
}
/* /stylesheets/pages/category.less:L1061 */
.mz-productlist-list {
  display: grid;
  column-gap: 20px;
}
@media only screen and (max-width: 500px) {
  .mz-productlist-list {
    column-gap: 10px;
  }
}
/* /stylesheets/pages/category.less:L1068 */
.mz-productlisting .mz-productlisting-info {
  text-align: left;
}
/* /stylesheets/pages/category.less:L1069 */
.three-column {
  grid-template-columns: repeat(3, 294px);
}
/* /stylesheets/pages/category.less:L1071 */
.three-column .mz-productlisting-image .mz-productlisting-imageplaceholder {
  height: 378px;
}
@media only screen and (max-width: 500px) {
  .three-column .mz-productlisting-image .mz-productlisting-imageplaceholder {
    height: 464px;
  }
}
@media only screen and (max-width: 500px) {
  .three-column {
    grid-template-columns: 357px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .three-column {
    grid-template-columns: repeat(2, 238px);
  }
}
@media only screen and (min-width: 1001px) {
  .three-column {
    grid-template-columns: repeat(3, 230px);
  }
}
@media only screen and (min-width: 1250px) {
  .three-column {
    grid-template-columns: repeat(3, 306px);
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1180px) {
  .three-column {
    grid-template-columns: repeat(3, 257px);
  }
}
@media only screen and (min-width: 800px) and (max-width: 820px) {
  .three-column {
    grid-template-columns: repeat(2, 272px);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .three-column {
    grid-template-columns: repeat(3, 205px);
  }
}
@media only screen and (max-width: 360px) {
  .three-column {
    grid-template-columns: 350px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 721px) {
  .three-column {
    grid-template-columns: repeat(2, 215px);
  }
}
@media only screen and (min-width: 765px) and (max-width: 768px) {
  .three-column {
    grid-template-columns: repeat(2, 243px);
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) {
  .three-column {
    grid-template-columns: repeat(3, 243px);
  }
}
@media only screen and (min-width: 388px) and (max-width: 390px) {
  .three-column {
    grid-template-columns: 386px;
  }
}
@media only screen and (min-width: 410px) and (max-width: 412px) {
  .three-column {
    grid-template-columns: 408px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1037px) {
  .three-column {
    grid-template-columns: repeat(3, 206px);
  }
}
@media only screen and (min-width: 750px) and (max-width: 753px) {
  .three-column {
    grid-template-columns: repeat(2, 227px);
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .three-column {
    grid-template-columns: repeat(2, 207px);
  }
}
/* /stylesheets/pages/category.less:L1128 */
.four-column {
  grid-template-columns: repeat(4, 217px);
}
/* /stylesheets/pages/category.less:L1130 */
@media only screen and (max-width: 500px) {
  .four-column .mz-productlisting-image .mz-productlisting-imageplaceholder {
    height: 226px;
  }
}
@media only screen and (max-width: 500px) {
  .four-column {
    grid-template-columns: repeat(2, 48.5%);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .four-column {
    grid-template-columns: repeat(3, 153px);
  }
}
@media only screen and (min-width: 1001px) {
  .four-column {
    grid-template-columns: repeat(4, 169px);
  }
}
@media only screen and (min-width: 1250px) {
  .four-column {
    grid-template-columns: repeat(4, 225px);
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1180px) {
  .four-column {
    grid-template-columns: repeat(4, 189px);
  }
}
@media only screen and (min-width: 800px) and (max-width: 820px) {
  .four-column {
    grid-template-columns: repeat(3, 176px);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .four-column {
    grid-template-columns: repeat(4, 150px);
  }
}
@media only screen and (max-width: 360px) {
  .four-column {
    grid-template-columns: auto auto;
  }
}
@media only screen and (min-width: 388px) and (max-width: 390px) {
  .four-column {
    grid-template-columns: repeat(2, 181px);
  }
}
@media only screen and (min-width: 700px) and (max-width: 721px) {
  .four-column {
    grid-template-columns: repeat(3, 138px);
  }
}
@media only screen and (min-width: 765px) and (max-width: 768px) {
  .four-column {
    grid-template-columns: repeat(3, 156px);
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) {
  .four-column {
    grid-template-columns: repeat(4, 178px);
  }
}
@media only screen and (min-width: 410px) and (max-width: 412px) {
  .four-column {
    grid-template-columns: repeat(2, 192px);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1037px) {
  .four-column {
    grid-template-columns: repeat(4, 151px);
  }
}
@media only screen and (min-width: 750px) and (max-width: 753px) {
  .four-column {
    grid-template-columns: repeat(3, 147px);
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .four-column {
    grid-template-columns: repeat(3, 133px) !important;
  }
}
/* /stylesheets/pages/category.less:L1214 */
.mz-three-column,
.mz-four-column {
  color: #666666;
}
/* /stylesheets/pages/category.less:L1217 */
@media only screen and (max-width: 500px) {
  .gift-container {
    margin-left: -5px;
    margin-right: -5px;
  }
  /* /stylesheets/pages/category.less:L1221 */
  .gift-container .mz-cms-row {
    display: flex;
    flex-wrap: wrap;
  }
  /* /stylesheets/pages/category.less:L1224 */
  .gift-container .mz-cms-row [class*='mz-cms-col-'] {
    width: 100%!important;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  /* /stylesheets/pages/category.less:L1231 */
  .gift-container .mz-cms-row .mz-cms-content {
    padding: 0 0px;
  }
}
/* /stylesheets/pages/category.less:L1236 */
.gift-container .cta-container {
  justify-content: left;
}
/* /stylesheets/pages/category.less:L1239 */
.gift-container .feature-image-link {
  padding: 5px 20px 5px 0px;
  font-weight: 700;
}
/* /stylesheets/pages/category.less:L1242 */
.gift-container .feature-image-link:after {
  width: 40px;
  right: -30px;
  margin-top: 0px;
}
@media only screen and (max-width: 1000px) {
  .gift-container .feature-image-link:after {
    margin-top: 0px;
  }
}
/* /stylesheets/pages/category.less:L1251 */
.gift-container .featured-text {
  text-align: left;
}
/* /stylesheets/pages/category.less:L1253 */
.gift-container .featured-text p {
  font-size: 16px;
  margin: 15px 0 8px 0;
  color: black;
}
/* /stylesheets/pages/category.less:L1262 */
@media only screen and (min-width: 1001px) {
  .explore-image {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* /stylesheets/pages/category.less:L1268 */
.explore-image .mz-layout-widget-header.row {
  display: none !important;
}
/* /stylesheets/pages/category.less:L1271 */
.explore-image .mz-cms-row {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1001px) {
  .explore-image .mz-cms-row {
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .explore-image .mz-cms-row {
    flex-direction: column;
  }
}
/* /stylesheets/pages/category.less:L1280 */
/* /stylesheets/pages/category.less:L1281 */
@media only screen and (min-width: 1001px) {
  .explore-image .mz-cms-row > div:first-child > .mz-cms-content {
    height: 590px !important;
  }
}
/* /stylesheets/pages/category.less:L1287 */
@media only screen and (min-width: 767px) {
  .explore-image .mz-cms-row > div:last-child {
    padding-left: 40px;
  }
}
/* /stylesheets/pages/category.less:L1292 */
.explore-image .mz-cms-row h2 {
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .explore-image .mz-cms-row h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1001px) {
  .explore-image .mz-cms-row h2 {
    font-size: 40px;
  }
}
/* /stylesheets/pages/category.less:L1304 */
.explore-image .mz-cms-row p {
  font-size: 16px;
  font-weight: 600;
}
/* /stylesheets/pages/category.less:L1310 */
.explore-image [class*='mz-cms-col-'] .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/category.less:L1315 */
/* /stylesheets/pages/category.less:L1316 */
#mz-drop-zone-category-page-bottom .mz-cms-content {
  padding: 0px !important;
}
/* /stylesheets/pages/category.less:L1317 */
#mz-drop-zone-category-page-bottom .mz-cms-block {
  min-height: 0px !important;
}
/* /stylesheets/pages/category.less:L1319 */
.plp-container {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 800px) and (max-width: 820px) {
  .plp-container {
    margin: 0 15px;
  }
}
/* /stylesheets/pages/category.less:L1326 */
.plp-container div {
  box-sizing: border-box;
}
/* /stylesheets/pages/category.less:L1329 */
.plp-container .mz-productlist-item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .plp-container .mz-productlist-item {
    margin-bottom: 20px;
  }
}
/* /stylesheets/pages/category.less:L1337 */
/* /stylesheets/pages/category.less:L1338 */
/* /stylesheets/pages/category.less:L1339 */
/* /stylesheets/pages/category.less:L1340 */
@media only screen and (max-width: 500px) {
  .plp-container .three-column .mz-productlisting .mz-productlisting-image img {
    height: 464px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .plp-container .three-column .mz-productlisting .mz-productlisting-image img {
    height: 358px;
  }
}
@media only screen and (min-width: 1001px) {
  .plp-container .three-column .mz-productlisting .mz-productlisting-image img {
    height: 300px;
  }
}
@media only screen and (min-width: 1250px) {
  .plp-container .three-column .mz-productlisting .mz-productlisting-image img {
    height: 398px;
  }
}
/* /stylesheets/pages/category.less:L1355 */
@media only screen and (max-width: 500px) {
  .plp-container .three-column .mz-productlisting .mz-productlisting-imageplaceholder {
    height: 464px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .plp-container .three-column .mz-productlisting .mz-productlisting-imageplaceholder {
    height: 358px;
  }
}
@media only screen and (min-width: 1001px) {
  .plp-container .three-column .mz-productlisting .mz-productlisting-imageplaceholder {
    height: 300px;
  }
}
@media only screen and (min-width: 1250px) {
  .plp-container .three-column .mz-productlisting .mz-productlisting-imageplaceholder {
    height: 398px;
  }
}
@media only screen and (max-width: 500px) {
  .plp-container .three-column {
    grid-template-columns: auto;
  }
}
/* /stylesheets/pages/category.less:L1374 */
/* /stylesheets/pages/category.less:L1375 */
/* /stylesheets/pages/category.less:L1376 */
/* /stylesheets/pages/category.less:L1377 */
@media only screen and (max-width: 500px) {
  .plp-container .four-column .mz-productlisting .mz-productlisting-image img {
    min-height: 226px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .plp-container .four-column .mz-productlisting .mz-productlisting-image img {
    height: 232px;
  }
}
@media only screen and (min-width: 1001px) {
  .plp-container .four-column .mz-productlisting .mz-productlisting-image img {
    height: 220px;
  }
}
@media only screen and (min-width: 1250px) {
  .plp-container .four-column .mz-productlisting .mz-productlisting-image img {
    height: 317px;
  }
}
/* /stylesheets/pages/category.less:L1392 */
@media only screen and (max-width: 500px) {
  .plp-container .four-column .mz-productlisting .mz-productlisting-imageplaceholder {
    height: 226px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .plp-container .four-column .mz-productlisting .mz-productlisting-imageplaceholder {
    height: 232px;
  }
}
@media only screen and (min-width: 1001px) {
  .plp-container .four-column .mz-productlisting .mz-productlisting-imageplaceholder {
    height: 220px;
  }
}
@media only screen and (min-width: 1250px) {
  .plp-container .four-column .mz-productlisting .mz-productlisting-imageplaceholder {
    height: 294px;
  }
}
@media only screen and (min-width: 1250px) {
  .plp-container {
    width: 1248px;
  }
}
@media only screen and (max-width: 500px) {
  .plp-container {
    width: 100%;
    flex-direction: column;
  }
}
/* /stylesheets/pages/category.less:L1415 */
.plp-container .mz-l-sidebar {
  padding-right: 0;
}
/* /stylesheets/pages/category.less:L1418 */
@media only screen and (max-width: 500px) {
  .plp-container .sort-order-dropdown {
    width: 200px;
  }
}
@media only screen and (min-width: 501px) {
  .plp-container .sort-order-dropdown {
    min-width: 200px;
  }
}
/* /stylesheets/pages/category.less:L1426 */
.plp-container .fl-container {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .plp-container .fl-container {
    border-bottom: 1px solid #eeeeee;
  }
}
@media only screen and (min-width: 768px) {
  .plp-container .fl-container {
    margin-bottom: 10px;
  }
}
/* /stylesheets/pages/category.less:L1435 */
@media only screen and (max-width: 767px) {
  .plp-container .fl-container:first-child {
    border-top-width: 0px;
  }
}
/* /stylesheets/pages/category.less:L1441 */
@media only screen and (max-width: 767px) {
  .plp-container .filterApplied {
    border-top: 1px solid #eeeeee;
  }
}
/* /stylesheets/pages/category.less:L1447 */
.plp-container .mz-l-paginatedlist {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
/* /stylesheets/pages/category.less:L1451 */
@media only screen and (max-width: 500px) {
  .plp-container .mz-l-paginatedlist .mz-l-paginatedlist-list {
    margin-left: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .plp-container .mz-l-paginatedlist {
    padding: 0 8px;
  }
}
/* /stylesheets/pages/category.less:L1464 */
/* /stylesheets/pages/category.less:L1465 */
.plp-container .mz-productlisting .mz-productlisting-imageplaceholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* /stylesheets/pages/category.less:L1471 */
.plp-container .filter-sort-bar {
  margin: 0 0 24px 0;
}
@media (max-width: 767px) {
  .plp-container .filter-sort-bar {
    margin: 10px 0 24px;
  }
}
/* /stylesheets/pages/category.less:L1477 */
@media (min-width: 1001px) {
  .plp-container .filter-facets-container {
    max-width: 310px!important;
    padding-right: 21px!important;
  }
}
/* /stylesheets/pages/category.less:L1482 */
.plp-container .filter-facets-container .mz-facetingform {
  position: relative;
  padding-right: 11px;
}
@media only screen and (max-width: 767px) {
  .plp-container .filter-facets-container .mz-facetingform {
    margin-bottom: 70px;
  }
}
/* /stylesheets/pages/category.less:L1489 */
.plp-container .filter-facets-container .top-container {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .plp-container .filter-facets-container .top-container {
    border-bottom: 1px solid #eeeeee;
  }
}
@media only screen and (min-width: 501px) {
  .plp-container .filter-facets-container .top-container {
    justify-content: space-between;
  }
}
/* /stylesheets/pages/category.less:L1500 */
.plp-container .filter-facets-container .top-container h3 {
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 501px) {
  .plp-container .filter-facets-container .top-container h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .plp-container .filter-facets-container .top-container h3 {
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
  }
}
/* /stylesheets/pages/category.less:L1512 */
@media only screen and (max-width: 767px) {
  .plp-container .filter-facets-container .top-container .filter-title-desktop {
    display: none;
  }
}
/* /stylesheets/pages/category.less:L1517 */
@media only screen and (min-width: 768px) {
  .plp-container .filter-facets-container .top-container .filter-title-mobile {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .plp-container .filter-facets-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    opacity: 0;
    display: none;
    left: 0;
    top: 0;
    background: white;
    padding: 15px;
    box-sizing: border-box;
  }
  /* /stylesheets/pages/category.less:L1535 */
  .plp-container .filter-facets-container.show {
    opacity: 1;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) {
  .plp-container .filter-facets-container {
    max-width: 200px;
    width: 100%;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 712px) {
  .plp-container .filter-facets-container {
    max-width: 190px;
    width: 100%;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1001px) {
  .plp-container .filter-facets-container {
    max-width: 300px;
    width: 100%;
    padding-right: 25px;
  }
}
/* /stylesheets/pages/category.less:L1555 */
.plp-container .filter-facets-container .filter-selected {
  padding-top: 15px;
}
/* /stylesheets/pages/category.less:L1557 */
.plp-container .filter-facets-container .filter-selected__list {
  border-radius: 3px;
  padding: 0 25px 0 10px;
  background: whitesmoke;
  margin: 0 10px 15px 0;
  border: 1px solid #cccccc;
  color: #333333;
  box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.76);
  -webkit-box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.76);
  -moz-box-shadow: 0px 3px 4px -3px rgba(0, 0, 0, 0.76);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}
/* /stylesheets/pages/category.less:L1572 */
.plp-container .filter-facets-container .filter-selected__list .close-filter-selected {
  position: absolute;
  right: 5px;
  top: 3px;
  cursor: pointer;
  width: 12px;
  height: 12px;
}
/* /stylesheets/pages/category.less:L1579 */
.plp-container .filter-facets-container .filter-selected__list .close-filter-selected input {
  opacity: 0;
  left: 0;
  position: relative;
  top: 0;
  margin: 0;
  z-index: 1;
}
/* /stylesheets/pages/category.less:L1587 */
.plp-container .filter-facets-container .filter-selected__list .close-filter-selected img {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 1px;
}
/* /stylesheets/pages/category.less:L1600 */
/* /stylesheets/pages/category.less:L1601 */
@media (min-width: 1000px) {
  .porduct-listing-page .category-top-container {
    width: 100%;
  }
}
/* /stylesheets/pages/category.less:L1605 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .category-top-container .category-desc {
    padding: 0 10px;
  }
}
/* /stylesheets/pages/category.less:L1615 */
/* /stylesheets/pages/category.less:L1617 */
/* /stylesheets/pages/category.less:L1618 */
@media (min-width: 712px) {
  .porduct-listing-page .plp-container .filter-sort-bar,
  .mz-searchresults .plp-container .filter-sort-bar {
    padding: 16px;
  }
}
/* /stylesheets/pages/category.less:L1624 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .plp-container .fl-container,
  .mz-searchresults .plp-container .fl-container {
    border-color: #cccccc;
  }
}
/* /stylesheets/pages/category.less:L1628 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .plp-container .fl-container:first-child,
  .mz-searchresults .plp-container .fl-container:first-child {
    border-top: none;
  }
}
/* /stylesheets/pages/category.less:L1634 */
@media (min-width: 768px) and (max-width: 992px) {
  .porduct-listing-page .plp-container .filter-facets-container,
  .mz-searchresults .plp-container .filter-facets-container {
    max-width: 230px;
  }
}
/* /stylesheets/pages/category.less:L1638 */
@media (min-width: 501px) {
  .porduct-listing-page .plp-container .filter-facets-container.sticky-filter-plp,
  .mz-searchresults .plp-container .filter-facets-container.sticky-filter-plp {
    top: 30px;
    background: white;
  }
}
@media (min-width: 769px) and (max-width: 820px) {
  .porduct-listing-page .plp-container .filter-facets-container.sticky-filter-plp,
  .mz-searchresults .plp-container .filter-facets-container.sticky-filter-plp {
    top: 110px!important;
  }
}
@media (min-width: 710px) and (max-width: 768px) {
  .porduct-listing-page .plp-container .filter-facets-container.sticky-filter-plp,
  .mz-searchresults .plp-container .filter-facets-container.sticky-filter-plp {
    top: 110px!important;
  }
}
/* /stylesheets/pages/category.less:L1651 */
@media (min-width: 601px) and (max-width: 767px) {
  .porduct-listing-page .plp-container .filter-facets-container .mz-facetingform,
  .mz-searchresults .plp-container .filter-facets-container .mz-facetingform {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .porduct-listing-page .plp-container .filter-facets-container .mz-facetingform,
  .mz-searchresults .plp-container .filter-facets-container .mz-facetingform {
    padding-right: 0;
  }
}
/* /stylesheets/pages/category.less:L1659 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .plp-container .filter-facets-container .top-container,
  .mz-searchresults .plp-container .filter-facets-container .top-container {
    border-color: #cccccc;
  }
}
/* /stylesheets/pages/category.less:L1678 */
/* /stylesheets/pages/category.less:L1679 */
.porduct-listing-page .plp-container .filter-mobile-container.mobile-filter-sticky,
.mz-searchresults .plp-container .filter-mobile-container.mobile-filter-sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  margin-top: 0;
  z-index: 1;
}
/* /stylesheets/pages/category.less:L1689 */
.porduct-listing-page .mz-l-pagecontent,
.mz-searchresults .mz-l-pagecontent {
  z-index: 1!important;
}
@media (min-width: 713px) and (max-width: 992px) {
  .porduct-listing-page .mz-l-pagecontent,
  .mz-searchresults .mz-l-pagecontent {
    padding: 0 20px;
  }
}
@media (min-width: 710px) and (max-width: 712px) {
  .porduct-listing-page .mz-l-pagecontent,
  .mz-searchresults .mz-l-pagecontent {
    padding: 0 13px;
  }
}
/* /stylesheets/pages/category.less:L1698 */
/* /stylesheets/pages/category.less:L1699 */
@media (min-width: 1250px) {
  .porduct-listing-page .mz-l-paginatedlist .four-column,
  .mz-searchresults .mz-l-paginatedlist .four-column {
    grid-template-columns: repeat(4, 244px);
  }
}
@media (min-width: 713px) and (max-width: 768px) {
  .porduct-listing-page .mz-l-paginatedlist .four-column,
  .mz-searchresults .mz-l-paginatedlist .four-column {
    grid-template-columns: repeat(3, 155px);
  }
}
@media (min-width: 710px) and (max-width: 712px) {
  .porduct-listing-page .mz-l-paginatedlist .four-column,
  .mz-searchresults .mz-l-paginatedlist .four-column {
    grid-template-columns: repeat(3, 144px) !important;
  }
}
/* /stylesheets/pages/category.less:L1710 */
@media (min-width: 1250px) {
  .porduct-listing-page .mz-l-paginatedlist .three-column,
  .mz-searchresults .mz-l-paginatedlist .three-column {
    grid-template-columns: repeat(3, 302px);
  }
}
@media (min-width: 713px) and (max-width: 768px) {
  .porduct-listing-page .mz-l-paginatedlist .three-column,
  .mz-searchresults .mz-l-paginatedlist .three-column {
    grid-template-columns: repeat(2, 241px);
  }
}
@media (min-width: 710px) and (max-width: 712px) {
  .porduct-listing-page .mz-l-paginatedlist .three-column,
  .mz-searchresults .mz-l-paginatedlist .three-column {
    grid-template-columns: repeat(2, 225px);
  }
}
/* /stylesheets/pages/category.less:L1721 */
/* /stylesheets/pages/category.less:L1722 */
@media (min-width: 710px) and (max-width: 713px) {
  .porduct-listing-page .mz-l-paginatedlist .mz-l-paginatedlist-footer .templink,
  .mz-searchresults .mz-l-paginatedlist .mz-l-paginatedlist-footer .templink {
    margin-left: 19%;
  }
}
/* /stylesheets/pages/category.less:L1737 */
/* /stylesheets/pages/category.less:L1738 */
/* /stylesheets/pages/category.less:L1739 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .plp-container .filter-facets-container .filter-selected,
  .mz-searchresults .plp-container .filter-facets-container .filter-selected {
    border-bottom: 1px solid #cccccc;
  }
}
/* /stylesheets/pages/category.less:L1748 */
.filter-search {
  display: flex;
  padding: 0 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .filter-search {
    padding: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .filter-search {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .filter-search {
    margin-bottom: 15px;
  }
}
/* /stylesheets/pages/category.less:L1762 */
.filter-search input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  margin: 0;
  border-color: #cccccc;
  font-size: 16px;
}
/* /stylesheets/pages/category.less:L1769 */
.filter-search:after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../resources/images/icons/svg/Search.svg') no-repeat 50% 50%;
  width: 40px;
  height: 40px;
  background-size: 50% 50%;
  content: '';
  z-index: 1;
}
/* /stylesheets/pages/category.less:L1783 */
.mobile-filter-view-items {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 15px;
  position: fixed;
  background: white;
  box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 1px 0px 6px -1px rgba(0, 0, 0, 0.51);
}
@media only screen and (min-width: 768px) {
  .mobile-filter-view-items {
    display: none;
  }
}
@media only screen and (min-width: 712px) {
  .mobile-filter-view-items {
    display: none;
  }
}
/* /stylesheets/pages/category.less:L1800 */
.mobile-filter-view-items button {
  width: 100%;
  color: white;
  text-align: center;
  background: #bed855;
  padding: 10px;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
/* /stylesheets/pages/category.less:L1812 */
.overflow-hidden {
  overflow: hidden;
}
/* /stylesheets/pages/category.less:L1815 */
.d-none {
  display: none;
}
/* /stylesheets/pages/category.less:L1818 */
.d-block {
  display: block;
}
/* /stylesheets/pages/category.less:L1821 */
.d-flex {
  display: flex;
}
/* /stylesheets/pages/category.less:L1824 */
.d-in-block {
  display: inline-block;
}
/* /stylesheets/pages/category.less:L1828 */
.no-pad_spacing {
  padding: 0 !important;
}
/* /stylesheets/pages/category.less:L1831 */
@media only screen and (min-width: 320px) and (max-width: 980px) {
  .spacing_mar {
    margin-top: 35px !important;
  }
}
/* /stylesheets/pages/category.less:L1837 */
.shop-by-brand .mz-cms-row {
  max-width: 100%;
}
/* /stylesheets/pages/category.less:L1839 */
.shop-by-brand-text {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 37px;
  text-align: center;
  color: black;
}
/* /stylesheets/pages/category.less:L1848 */
ul.partners-carousel {
  padding: 0 50px;
}
@media (max-width: 768px) {
  ul.partners-carousel {
    padding: 0 !important;
    margin-right: -8px;
  }
}
/* /stylesheets/pages/category.less:L1856 */
ul.parent-slideslick {
  position: relative;
  padding: 0 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 30px !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  ul.parent-slideslick {
    width: 100%;
  }
}
/* /stylesheets/pages/category.less:L1868 */
ul.parent-slideslick li {
  display: flex!important;
  max-width: 15%;
  border: 1px solid #cccccc;
  height: 110px;
  align-items: center!important;
  text-align: center!important;
  margin-right: 10px;
}
/* /stylesheets/pages/category.less:L1878 */
ul.parent-slideslick li img {
  max-height: 100px;
  max-width: 75%;
  display: inline-block;
}
/* /stylesheets/pages/category.less:L1881 */
ul.partners-carousel  div.slick-slide {
  max-width: 15%;
  border: 1px solid #cccccc;
  height: 110px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 25px;
}
@media (max-width: 768px) {
  ul.partners-carousel  div.slick-slide {
    margin-right: 10px !important;
  }
}
/* /stylesheets/pages/category.less:L1894 */
ul.partners-carousel div.slick-slide img {
  max-height: 100px;
  max-width: 75%;
  display: inline;
}
/* /stylesheets/pages/category.less:L1896 */
ul.partners-carousel div.slick-slide > div {
  width: 100%;
}
/* /stylesheets/pages/category.less:L1897 */
/* /stylesheets/pages/category.less:L1898 */
.partners-carousel ul.slick-dots {
  bottom: -40px;
  left: 0;
}
/* /stylesheets/pages/category.less:L1904 */
.next-arrow {
  right: 14px;
  width: 20px;
  height: 20px;
  background: url(../resources/images/icons/rightarrow.svg);
  background-size: contain;
}
/* /stylesheets/pages/category.less:L1911 */
.prev-arrow {
  left: -10px;
  width: 20px;
  height: 20px;
  background: url(../resources/images/icons/rightarrow.svg);
  background-size: contain;
  transform: rotate(180deg);
}
/* /stylesheets/pages/category.less:L1919 */
.slide-arrow {
  position: absolute;
  top: 55%;
  margin-top: -15px;
  border: none;
}
/* /stylesheets/pages/category.less:L1924 */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
/* /stylesheets/pages/category.less:L1929 */
.shop-by-brand-para {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  color: #333333;
  margin-top: 55px;
  width: 70%;
  margin: 35px auto;
}
@media (max-width: 768px) {
  .shop-by-brand-para {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
/* /stylesheets/pages/category.less:L1945 */
.shop-by-brand-para a {
  font-weight: bold;
}
/* /stylesheets/pages/category.less:L1948 */
.shop-by-brand-para .extra-text {
  display: none;
}
/* /stylesheets/pages/category.less:L1949 */
.shop-by-brand-para .remove-extra-text {
  display: none;
}
/* /stylesheets/pages/category.less:L1951 */
.clp-look-label {
  margin: 50px;
}
@media (max-width: 768px) {
  .clp-look-label {
    margin: 0px;
  }
}
/* /stylesheets/pages/category.less:L1956 */
.clp-look-label .mz-cms-row {
  padding: 0 0 0 50px;
  box-sizing: border-box;
  background: #8d8d8f;
  height: 120px;
  max-width: 1265px;
}
@media (max-width: 768px) {
  .clp-look-label .mz-cms-row {
    height: auto;
    padding: 0 12.5px;
  }
}
/* /stylesheets/pages/category.less:L1968 */
.clp-look-label .mz-cms-content {
  padding: 0;
  margin-right: 35px;
}
@media (max-width: 768px) {
  .clp-look-label .mz-cms-content {
    margin-right: 0px;
  }
}
/* /stylesheets/pages/category.less:L1974 */
.clp-look-label .mz-cms-content .mz-cms-image {
  text-align: center;
}
/* /stylesheets/pages/category.less:L1978 */
.clp-look-label .mz-content-widget-inner-wrap {
  padding-left: 70px;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .clp-look-label .mz-content-widget-inner-wrap {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 500px) {
  .clp-look-label .mz-content-widget-inner-wrap {
    padding-left: 12px;
  }
}
/* /stylesheets/pages/category.less:L1987 */
.clp-look-label p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: white;
  margin-bottom: 0;
  margin-top: 21px;
}
/* /stylesheets/pages/category.less:L1996 */
.clp-look-label h2 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  color: white;
  width: 100%;
  margin: 5px 0;
}
/* /stylesheets/pages/category.less:L2002 */
.clp-look-label a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: white;
  text-decoration: none;
  position: relative;
}
/* /stylesheets/pages/category.less:L2009 */
.clp-look-label a:hover {
  color: white;
}
/* /stylesheets/pages/category.less:L2012 */
.clp-look-label a:after {
  background: url('../resources/images/icons//Arrow.svg') no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  content: '';
  display: inline-block;
  position: absolute;
  left: 110%;
  z-index: 999;
  filter: invert(1);
}
@media (max-width: 768px) {
  .clp-look-label a {
    margin-bottom: 25px;
    display: inline-block;
  }
}
/* /stylesheets/pages/category.less:L2027 */
.clp-look-label .mz-cms-content .mz-cms-image-maintain {
  width: 100%;
  max-height: 120px;
  width: 288px;
  border-width: 0!important;
}
/* /stylesheets/pages/category.less:L2033 */
.clp-look-label .mz-cms-content {
  padding: 0  !important;
}
/* /stylesheets/pages/category.less:L2038 */
/* /stylesheets/pages/category.less:L2039 */
@media (max-width: 768px) {
  .clp-style-update .mz-cms-row {
    flex-wrap: wrap;
  }
}
/* /stylesheets/pages/category.less:L2047 */
/* /stylesheets/pages/category.less:L2048 */
@media (min-width: 501px) {
  .mz-searchresults .mz-searchresults-noresultstext {
    left: 0!important;
    right: 0;
  }
}
/* /stylesheets/pages/category.less:L2057 */
/* /stylesheets/pages/category.less:L2059 */
/* /stylesheets/pages/category.less:L2060 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page.overflow-hidden .mz-l-pagewrapper.sticky,
  .mz-searchresults.overflow-hidden .mz-l-pagewrapper.sticky {
    position: static;
  }
}
/* /stylesheets/pages/category.less:L2067 */
@media (max-width: 768px) {
  h2.shop-by-category {
    margin-top: 48px !important;
  }
}
/* /stylesheets/pages/category.less:L2072 */
.category-ttl {
  margin-top: 50px !important;
  margin-bottom: 30px !important;
  line-height: 34px;
}
@media (max-width: 768px) {
  .category-ttl {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 1025px) {
  /* /stylesheets/pages/category.less:L2086 */
  .mz-pageheader .promotion-right {
    top: 40% !important;
  }
}
@media (min-width: 768px) {
  /* /stylesheets/pages/category.less:L2090 */
  .category-newshoeswrapper .footwear h2 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 56px;
    text-align: center;
    margin: 0;
  }
  /* /stylesheets/pages/category.less:L2098 */
  .sports-bra.widget-spacer,
  .three-column-widget.widget-spacer {
    margin-bottom: 0px !important;
  }
  /* /stylesheets/pages/category.less:L2101 */
  .mz-category #mz-drop-zone-parent-category-page-newshoes > .mz-cms-row + .mz-cms-row .mz-cms-content {
    padding: 0;
  }
  /* /stylesheets/pages/category.less:L2104 */
  .clp-look-label {
    margin: 0;
  }
  /* /stylesheets/pages/category.less:L2107 */
  #mz-drop-zone-clp-three-column-widget-heading .mz-cms-content,
  div#mz-drop-zone-clp-product-carousel-head .mz-cms-content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  /* /stylesheets/pages/category.less:L2114 */
  .mz-cms-content .mz-cms-image-cover {
    width: 100% !important;
  }
}
/* /stylesheets/pages/category.less:L2116 */
.mainCategories::-webkit-scrollbar {
  display: none;
}
/* /stylesheets/pages/category.less:L2119 */
/* /stylesheets/pages/category.less:L2124 */
/* /stylesheets/pages/category.less:L2125 */
.mz-category-women .categoryListing h1,
.mz-category-men .categoryListing h1,
.mz-category-lingerie .categoryListing h1,
.mz-category-beauty .categoryListing h1,
.mz-category-kids .categoryListing h1 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 500px) {
  .mz-category-women .categoryListing h1,
  .mz-category-men .categoryListing h1,
  .mz-category-lingerie .categoryListing h1,
  .mz-category-beauty .categoryListing h1,
  .mz-category-kids .categoryListing h1 {
    margin-bottom: 25px;
  }
}
/* /stylesheets/pages/category.less:L2131 */
/* /stylesheets/pages/category.less:L2132 */
@media (min-width: 500px) {
  .mz-category-women .categoryListing .mainCategories .categoriesBlock,
  .mz-category-men .categoryListing .mainCategories .categoriesBlock,
  .mz-category-lingerie .categoryListing .mainCategories .categoriesBlock,
  .mz-category-beauty .categoryListing .mainCategories .categoriesBlock,
  .mz-category-kids .categoryListing .mainCategories .categoriesBlock {
    height: auto;
    margin-right: 0;
  }
}
/* /stylesheets/pages/category.less:L2137 */
.mz-category-women .categoryListing .mainCategories .categoriesBlock p,
.mz-category-men .categoryListing .mainCategories .categoriesBlock p,
.mz-category-lingerie .categoryListing .mainCategories .categoriesBlock p,
.mz-category-beauty .categoryListing .mainCategories .categoriesBlock p,
.mz-category-kids .categoryListing .mainCategories .categoriesBlock p {
  margin-bottom: 0;
}
/* /stylesheets/pages/category.less:L2143 */
@media only screen and (max-width: 500px) {
  .mz-category-women .make-season-anything,
  .mz-category-men .make-season-anything,
  .mz-category-lingerie .make-season-anything,
  .mz-category-beauty .make-season-anything,
  .mz-category-kids .make-season-anything,
  .mz-category-women .clp-jumper-container,
  .mz-category-men .clp-jumper-container,
  .mz-category-lingerie .clp-jumper-container,
  .mz-category-beauty .clp-jumper-container,
  .mz-category-kids .clp-jumper-container {
    margin-bottom: 48px;
  }
}
/* /stylesheets/pages/category.less:L2149 */
.mz-category-women .clp-product-carousel,
.mz-category-men .clp-product-carousel,
.mz-category-lingerie .clp-product-carousel,
.mz-category-beauty .clp-product-carousel,
.mz-category-kids .clp-product-carousel {
  margin-top: 54px!important;
}
/* /stylesheets/pages/category.less:L2152 */
.mz-category-women .clp-product-carousel .category-ttl,
.mz-category-men .clp-product-carousel .category-ttl,
.mz-category-lingerie .clp-product-carousel .category-ttl,
.mz-category-beauty .clp-product-carousel .category-ttl,
.mz-category-kids .clp-product-carousel .category-ttl {
  margin-top: 54px!important;
  margin-bottom: 9px!important;
}
/* /stylesheets/pages/category.less:L2157 */
@media (min-width: 501px) and (max-width: 768px) {
  .mz-category-women .make-season-anything,
  .mz-category-men .make-season-anything,
  .mz-category-lingerie .make-season-anything,
  .mz-category-beauty .make-season-anything,
  .mz-category-kids .make-season-anything {
    margin-bottom: 48px;
  }
}
/* /stylesheets/pages/category.less:L2161 */
/* /stylesheets/pages/category.less:L2162 */
/* /stylesheets/pages/category.less:L2163 */
/* /stylesheets/pages/category.less:L2164 */
/* /stylesheets/pages/category.less:L2165 */
@media (min-width: 501px) {
  .mz-category-women .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row > div:first-child .feature-image-link,
  .mz-category-men .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row > div:first-child .feature-image-link,
  .mz-category-lingerie .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row > div:first-child .feature-image-link,
  .mz-category-beauty .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row > div:first-child .feature-image-link,
  .mz-category-kids .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row > div:first-child .feature-image-link {
    max-width: 227px;
  }
}
/* /stylesheets/pages/category.less:L2174 */
.mz-category-women .make-season-anything .feature-image-link,
.mz-category-men .make-season-anything .feature-image-link,
.mz-category-lingerie .make-season-anything .feature-image-link,
.mz-category-beauty .make-season-anything .feature-image-link,
.mz-category-kids .make-season-anything .feature-image-link {
  padding: 15px 0 15px 15px;
  max-width: 227px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mz-category-women .make-season-anything .feature-image-link,
  .mz-category-men .make-season-anything .feature-image-link,
  .mz-category-lingerie .make-season-anything .feature-image-link,
  .mz-category-beauty .make-season-anything .feature-image-link,
  .mz-category-kids .make-season-anything .feature-image-link {
    max-width: 170px;
  }
}
@media (max-width: 992px) {
  .mz-category-women .make-season-anything .feature-image-link,
  .mz-category-men .make-season-anything .feature-image-link,
  .mz-category-lingerie .make-season-anything .feature-image-link,
  .mz-category-beauty .make-season-anything .feature-image-link,
  .mz-category-kids .make-season-anything .feature-image-link {
    padding: 14px!important;
  }
}
/* /stylesheets/pages/category.less:L2183 */
.mz-category-women .make-season-anything .feature-image-link::after,
.mz-category-men .make-season-anything .feature-image-link::after,
.mz-category-lingerie .make-season-anything .feature-image-link::after,
.mz-category-beauty .make-season-anything .feature-image-link::after,
.mz-category-kids .make-season-anything .feature-image-link::after {
  right: -10px;
}
/* /stylesheets/pages/category.less:L2187 */
@media (min-width: 1024px) {
  .mz-category-women .make-season-anything .featured-text.at-top,
  .mz-category-men .make-season-anything .featured-text.at-top,
  .mz-category-lingerie .make-season-anything .featured-text.at-top,
  .mz-category-beauty .make-season-anything .featured-text.at-top,
  .mz-category-kids .make-season-anything .featured-text.at-top {
    top: 0;
    height: 100%;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
  }
}
/* /stylesheets/pages/category.less:L2199 */
.mz-category-women .clp-product-carousel {
  background-color: transparent;
}
/* /stylesheets/pages/category.less:L2203 */
/* /stylesheets/pages/category.less:L2205 */
/* /stylesheets/pages/category.less:L2206 */
@media (min-width: 1200px) {
  .mz-category-women .clp-jumper-container .jumper-right,
  .mz-category-men .clp-jumper-container .jumper-right {
    padding-top: 100px;
  }
}
/* /stylesheets/pages/category.less:L2211 */
/* /stylesheets/pages/category.less:L2212 */
/* /stylesheets/pages/category.less:L2213 */
@media (min-width: 1200px) {
  .mz-category-women .clp-jumper-container .jumper-left .mz-cms-block:nth-child(2),
  .mz-category-men .clp-jumper-container .jumper-left .mz-cms-block:nth-child(2) {
    top: 78px;
  }
}
/* /stylesheets/pages/category.less:L2223 */
/* /stylesheets/pages/category.less:L2224 */
.mz-category-home .clp-product-carousel {
  margin-top: 54px!important;
  margin-bottom: 9px!important;
}
@media only screen and (max-width: 500px) {
  .mz-category-home .clp-product-carousel {
    margin-top: 48px!important;
    margin-bottom: 0!important;
  }
}
/* /stylesheets/pages/category.less:L2231 */
.mz-category-home .clp-product-carousel .category-ttl {
  margin-top: 54px!important;
  margin-bottom: 30px!important;
}
/* /stylesheets/pages/category.less:L2235 */
@media only screen and (max-width: 500px) {
  .mz-category-home .clp-product-carousel .mz-cms-content {
    padding: 0!important;
  }
}
/* /stylesheets/pages/category.less:L2240 */
@media only screen and (max-width: 500px) {
  .mz-category-home .clp-product-carousel .mz-productlist-list {
    padding-left: 8px;
  }
}
/* /stylesheets/pages/category.less:L2245 */
/* /stylesheets/pages/category.less:L2246 */
/* /stylesheets/pages/category.less:L2247 */
@media only screen and (max-width: 500px) {
  .mz-category-home .clp-product-carousel .four-column > * .mz-productlisting-image img {
    height: 200px;
    object-fit: cover;
  }
}
/* /stylesheets/pages/category.less:L2255 */
@media only screen and (max-width: 500px) {
  .mz-category-home .clp-product-carousel .slick-slide {
    margin: 0 8px 20px 8px;
  }
}
/* /stylesheets/pages/category.less:L2261 */
/* /stylesheets/pages/category.less:L2262 */
.mz-category-home .categoryListing h1 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 500px) {
  .mz-category-home .categoryListing h1 {
    margin-bottom: 25px;
  }
}
/* /stylesheets/pages/category.less:L2268 */
/* /stylesheets/pages/category.less:L2269 */
@media (min-width: 500px) {
  .mz-category-home .categoryListing .mainCategories .categoriesBlock {
    height: auto;
    margin-right: 0;
  }
}
/* /stylesheets/pages/category.less:L2274 */
.mz-category-home .categoryListing .mainCategories .categoriesBlock p {
  margin-bottom: 0;
}
/* /stylesheets/pages/category.less:L2280 */
@media (min-width: 501px) and (max-width: 768px) {
  .mz-category-home .make-season-anything {
    margin-bottom: 48px;
  }
}
/* /stylesheets/pages/category.less:L2284 */
/* /stylesheets/pages/category.less:L2285 */
/* /stylesheets/pages/category.less:L2286 */
/* /stylesheets/pages/category.less:L2287 */
/* /stylesheets/pages/category.less:L2288 */
@media (min-width: 501px) {
  .mz-category-home .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row > div:first-child .feature-image-link {
    max-width: 227px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-category-home .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row > div:first-child .feature-image-link {
    width: 172px;
  }
}
/* /stylesheets/pages/category.less:L2297 */
/* /stylesheets/pages/category.less:L2298 */
@media only screen and (max-width: 500px) {
  .mz-category-home .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row > div:last-child .feature-image-link {
    padding: 14px 0!important;
  }
}
/* /stylesheets/pages/category.less:L2307 */
.mz-category-home .make-season-anything .feature-image-link {
  padding: 15px 0 15px 15px;
  max-width: 227px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mz-category-home .make-season-anything .feature-image-link {
    max-width: 170px;
  }
}
@media (max-width: 992px) {
  .mz-category-home .make-season-anything .feature-image-link {
    padding: 14px!important;
  }
}
/* /stylesheets/pages/category.less:L2316 */
.mz-category-home .make-season-anything .feature-image-link::after {
  right: -10px;
}
/* /stylesheets/pages/category.less:L2320 */
@media (min-width: 1024px) {
  .mz-category-home .make-season-anything .featured-text.at-top {
    top: 0;
    height: 100%;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
  }
}
/* /stylesheets/pages/category.less:L2330 */
/* /stylesheets/pages/category.less:L2331 */
.mz-category-home .three-column-widget-heading .category-ttl {
  margin-top: 0!important;
  margin-bottom: 15px!important;
}
@media only screen and (max-width: 500px) {
  .mz-category-home .three-column-widget-heading .category-ttl {
    margin-top: 28px!important;
  }
}
/* /stylesheets/pages/category.less:L2338 */
@media only screen and (max-width: 500px) {
  .mz-category-home .three-column-widget-heading .mz-cms-content {
    padding: 0;
  }
}
/* /stylesheets/pages/category.less:L2344 */
@media only screen and (max-width: 500px) {
  .mz-category-home .two-column-widget {
    margin: 0!important;
  }
}
/* /stylesheets/pages/category.less:L2351 */
/* /stylesheets/pages/category.less:L2352 */
/* /stylesheets/pages/category.less:L2353 */
.mz-category-women .explore-heading .category-ttl {
  margin-top: 50px!important;
  margin-bottom: 30px!important;
}
@media (max-width: 768px) {
  .mz-category-women .explore-heading .category-ttl {
    margin-top: 30px!important;
  }
}
@media only screen and (max-width: 500px) {
  .mz-category-women .explore-heading .category-ttl {
    margin-top: 30px!important;
    margin-bottom: 20px!important;
  }
}
/* /stylesheets/pages/category.less:L2364 */
@media (min-width: 501px) and (max-width: 768px) {
  .mz-category-women .explore-heading .mz-cms-content {
    margin-bottom: 0;
  }
}
/* /stylesheets/pages/category.less:L2370 */
/* /stylesheets/pages/category.less:L2371 */
.mz-category-women .category-newshoeswrapper-header .category-ttl {
  margin-top: 50px!important;
  margin-bottom: 30px!important;
}
@media only screen and (max-width: 500px) {
  .mz-category-women .category-newshoeswrapper-header .category-ttl {
    margin-top: 30px!important;
  }
}
/* /stylesheets/pages/category.less:L2379 */
/* /stylesheets/pages/category.less:L2380 */
.mz-category-women .clp-style-update .mz-cms-image-cover {
  object-fit: cover;
}
/* /stylesheets/pages/category.less:L2383 */
/* /stylesheets/pages/category.less:L2384 */
/* /stylesheets/pages/category.less:L2385 */
.mz-category-women .clp-style-update .gift-container .featured-text p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
/* /stylesheets/pages/category.less:L2391 */
.mz-category-women .clp-style-update .gift-container .feature-image-link {
  text-decoration: none;
}
/* /stylesheets/pages/category.less:L2393 */
.mz-category-women .clp-style-update .gift-container .feature-image-link::after {
  display: inline-block;
}
/* /stylesheets/pages/category.less:L2399 */
/* /stylesheets/pages/category.less:L2400 */
.mz-category-women .clp-style-update-heading .mz-cms-content {
  padding: 0px;
}
/* /stylesheets/pages/category.less:L2401 */
.mz-category-women .clp-style-update-heading .category-ttl {
  margin-top: 0px!important;
  margin-bottom: 30px!important;
}
@media (max-width: 768px) {
  .mz-category-women .clp-style-update-heading .category-ttl {
    margin-top: 30px!important;
    margin-bottom: 20px!important;
  }
}
/* /stylesheets/pages/category.less:L2410 */
/* /stylesheets/pages/category.less:L2411 */
.mz-category-women .category-newshoeswrapper .mz-cms-image-cover {
  object-fit: cover!important;
}
/* /stylesheets/pages/category.less:L2414 */
.mz-category-women .category-newshoeswrapper .mz-cms-row {
  column-gap: 16px;
}
/* /stylesheets/pages/category.less:L2417 */
/* /stylesheets/pages/category.less:L2418 */
/* /stylesheets/pages/category.less:L2419 */
/* /stylesheets/pages/category.less:L2420 */
.mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:first-child .mz-cms-content .mz-cms-image-cover {
  height: 595px;
}
@media only screen and (max-width: 500px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:first-child .mz-cms-content .mz-cms-image-cover {
    height: 359px;
  }
}
@media (min-width: 421px) and (max-width: 460px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:first-child .mz-cms-content .mz-cms-image-cover {
    height: 445px;
  }
}
@media (min-width: 400px) and (max-width: 420px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:first-child .mz-cms-content .mz-cms-image-cover {
    height: 400px;
  }
}
/* /stylesheets/pages/category.less:L2434 */
.mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child {
  grid-gap: 16px;
}
@media only screen and (max-width: 500px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child {
    margin-top: 48%!important;
    grid-gap: 8px;
  }
}
@media (min-width: 421px) and (max-width: 460px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child {
    margin-top: 33%!important;
  }
}
@media (min-width: 400px) and (max-width: 420px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child {
    margin-top: 35%!important;
  }
}
@media (min-width: 380px) and (max-width: 399px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child {
    margin-top: 37%!important;
  }
}
/* /stylesheets/pages/category.less:L2449 */
.mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child .mz-cms-row {
  column-gap: 16px;
}
@media only screen and (max-width: 500px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child .mz-cms-row {
    padding: 0;
    display: grid!important;
    column-gap: 8px;
  }
}
/* /stylesheets/pages/category.less:L2456 */
/* /stylesheets/pages/category.less:L2457 */
/* /stylesheets/pages/category.less:L2458 */
@media only screen and (max-width: 500px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child .mz-cms-row:first-child .mz-cms-col-5-12 .mz-cms-image-cover {
    width: 234px!important;
  }
}
@media (min-width: 421px) and (max-width: 460px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child .mz-cms-row:first-child .mz-cms-col-5-12 .mz-cms-image-cover {
    width: 282px!important;
  }
}
@media (min-width: 400px) and (max-width: 420px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child .mz-cms-row:first-child .mz-cms-col-5-12 .mz-cms-image-cover {
    width: 275px!important;
  }
}
/* /stylesheets/pages/category.less:L2471 */
/* /stylesheets/pages/category.less:L2472 */
/* /stylesheets/pages/category.less:L2473 */
@media only screen and (max-width: 500px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child .mz-cms-row:last-child .mz-cms-col-5-12 .mz-cms-image-cover {
    width: 234px!important;
  }
}
@media (min-width: 421px) and (max-width: 460px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child .mz-cms-row:last-child .mz-cms-col-5-12 .mz-cms-image-cover {
    width: 282px!important;
  }
}
@media (min-width: 400px) and (max-width: 420px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-col-6-12:last-child .mz-cms-row:last-child .mz-cms-col-5-12 .mz-cms-image-cover {
    width: 275px!important;
  }
}
/* /stylesheets/pages/category.less:L2489 */
.mz-category-women .category-newshoeswrapper .mz-cms-content {
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .mz-category-women .category-newshoeswrapper .mz-cms-content {
    padding: 0;
  }
}
/* /stylesheets/pages/category.less:L2495 */
/* /stylesheets/pages/category.less:L2496 */
/* /stylesheets/pages/category.less:L2497 */
@media only screen and (max-width: 500px) {
  .mz-category-women .category-newshoeswrapper #mz-drop-zone-parent-category-page-newshoes > .mz-cms-row:last-child {
    top: 39.5%;
  }
}
@media (min-width: 421px) and (max-width: 460px) {
  .mz-category-women .category-newshoeswrapper #mz-drop-zone-parent-category-page-newshoes > .mz-cms-row:last-child {
    top: 46.6%;
  }
}
@media (min-width: 400px) and (max-width: 420px) {
  .mz-category-women .category-newshoeswrapper #mz-drop-zone-parent-category-page-newshoes > .mz-cms-row:last-child {
    top: 44.2%;
  }
}
@media (min-width: 380px) and (max-width: 499px) {
  .mz-category-women .category-newshoeswrapper #mz-drop-zone-parent-category-page-newshoes > .mz-cms-row:last-child {
    top: 41.2%;
  }
}
/* /stylesheets/pages/category.less:L2514 */
/* /stylesheets/pages/category.less:L2515 */
@media (max-width: 767px) {
  .mz-category-women .gift-container .mz-cms-col-3-12 {
    margin-bottom: 16px;
  }
}
/* /stylesheets/pages/category.less:L2519 */
@media only screen and (max-width: 500px) {
  .mz-category-women .gift-container .mz-cms-col-3-12 .featured-image {
    display: flex;
  }
}
/* /stylesheets/pages/category.less:L2523 */
@media only screen and (max-width: 500px) {
  .mz-category-women .gift-container .mz-cms-col-3-12 .featured-image .feature-image-product-image {
    width: 160px;
  }
}
/* /stylesheets/pages/category.less:L2528 */
@media (max-width: 767px) {
  .mz-category-women .gift-container .mz-cms-col-3-12 .featured-image .mz-cms-image-cover {
    width: 160px!important;
  }
}
/* /stylesheets/pages/category.less:L2535 */
/* /stylesheets/pages/category.less:L2536 */
.mz-category-women .gift-container .featured-text p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  margin-bottom: 0;
}
/* /stylesheets/pages/category.less:L2543 */
.mz-category-women .gift-container .feature-image-link {
  text-decoration: underline;
}
/* /stylesheets/pages/category.less:L2545 */
.mz-category-women .gift-container .feature-image-link::after {
  display: none;
}
/* /stylesheets/pages/category.less:L2550 */
.mz-category-women .explore-image {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .mz-category-women .explore-image {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-category-women .explore-image {
    margin-top: 0;
  }
}
/* /stylesheets/pages/category.less:L2558 */
/* /stylesheets/pages/category.less:L2559 */
/* /stylesheets/pages/category.less:L2560 */
@media (max-width: 767px) {
  .mz-category-women .explore-image .mz-drop-zone .mz-cms-col-6-12:first-child {
    width: 100%!important;
    padding: 0 0px;
  }
}
/* /stylesheets/pages/category.less:L2566 */
@media (max-width: 767px) {
  .mz-category-women .explore-image .mz-drop-zone .mz-cms-col-6-12:last-child {
    padding: 0 0px;
  }
}
/* /stylesheets/pages/category.less:L2570 */
/* /stylesheets/pages/category.less:L2571 */
@media (min-width: 1001px) {
  .mz-category-women .explore-image .mz-drop-zone .mz-cms-col-6-12:last-child .mz-content-widget-inner-wrap p {
    font-weight: 600;
    margin: 10px 0 20px;
  }
}
/* /stylesheets/pages/category.less:L2578 */
@media (min-width: 1001px) {
  .mz-category-women .explore-image .mz-drop-zone .mz-cms-col-6-12:last-child .cta-container {
    font-weight: bold;
    color: black;
  }
}
/* /stylesheets/pages/category.less:L2587 */
/* /stylesheets/pages/category.less:L2588 */
@media (min-width: 1001px) {
  .mz-category-women .explore-image .mz-cms-row h2 {
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* /stylesheets/pages/category.less:L2596 */
@media (min-width: 501px) and (max-width: 768px) {
  .mz-category-women .clp-jumper-container {
    margin-bottom: 48px;
  }
}
/* /stylesheets/pages/category.less:L2600 */
@media (min-width: 501px) and (max-width: 1000px) {
  .mz-category-women .clp-jumper-container .jumper-right {
    margin-top: 50px;
  }
}
/* /stylesheets/pages/category.less:L2606 */
/* /stylesheets/pages/category.less:L2607 */
.mz-category-women .shop-by-brand-wrapper .mz-cms-content {
  padding-top: 0;
}
/* /stylesheets/pages/category.less:L2610 */
.mz-category-women .shop-by-brand-wrapper .category-ttl {
  margin-top: 50px!important;
  margin-bottom: 30px!important;
}
@media only screen and (max-width: 500px) {
  .mz-category-women .shop-by-brand-wrapper .category-ttl {
    margin-top: 30px!important;
    margin-bottom: 20px!important;
  }
}
/* /stylesheets/pages/category.less:L2618 */
/* /stylesheets/pages/category.less:L2619 */
.mz-category-women .shop-by-brand-wrapper .shop-by-brand-para .show-extra-text {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* /stylesheets/pages/category.less:L2628 */
/* /stylesheets/pages/category.less:L2629 */
.mz-category-men .two-column-widget.widget-spacer .feature-image-link {
  padding-left: 0px !important;
  padding-right: 0px;
  padding-top: 0px;
}
/* /stylesheets/pages/category.less:L2634 */
/* /stylesheets/pages/category.less:L2635 */
.mz-category-men .clp-jumper-container.widget-spacer {
  margin-bottom: 80px;
}
/* /stylesheets/pages/category.less:L2638 */
/* /stylesheets/pages/category.less:L2639 */
.mz-category-men .clp-jumper-container .jumper-right .cta-container {
  width: 242px;
}
/* /stylesheets/pages/category.less:L2651 */
/* /stylesheets/pages/category.less:L2652 */
/* /stylesheets/pages/category.less:L2653 */
/* /stylesheets/pages/category.less:L2654 */
@media only screen and (max-width: 500px) {
  .mz-category-men .explore-image .mz-cms-row > div:last-child {
    padding-left: 0;
    padding: 0 8px;
  }
}
/* /stylesheets/pages/category.less:L2662 */
/* /stylesheets/pages/category.less:L2663 */
/* /stylesheets/pages/category.less:L2664 */
@media only screen and (max-width: 500px) {
  .mz-category-men .explore-image .mz-drop-zone .mz-cms-col-6-12:first-child {
    width: 100%!important;
  }
}
/* /stylesheets/pages/category.less:L2669 */
@media only screen and (max-width: 500px) {
  .mz-category-men .explore-image .mz-drop-zone .mz-cms-col-6-12:last-child {
    padding: 0;
  }
}
/* /stylesheets/pages/category.less:L2677 */
@media only screen and (max-width: 500px) {
  .mz-category-men .two-column-widget {
    margin: 0;
  }
}
/* /stylesheets/pages/category.less:L2682 */
/* /stylesheets/pages/category.less:L2683 */
.mz-category-men .explore-heading .mz-cms-col-11-12 {
  width: 100%!important;
}
/* /stylesheets/pages/category.less:L2686 */
.mz-category-men .explore-heading .category-ttl {
  margin-top: 50px!important;
  margin-bottom: 30px!important;
}
@media only screen and (max-width: 500px) {
  .mz-category-men .explore-heading .category-ttl {
    margin-top: 30px!important;
    margin-bottom: 16px!important;
  }
}
/* /stylesheets/pages/category.less:L2695 */
@media only screen and (max-width: 500px) {
  .mz-category-men .gift-container {
    margin: 0 8px;
  }
}
/* /stylesheets/pages/category.less:L2699 */
@media only screen and (max-width: 500px) {
  .mz-category-men .gift-container .mz-cms-row {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 8px;
  }
}
/* /stylesheets/pages/category.less:L2705 */
@media only screen and (max-width: 500px) {
  .mz-category-men .gift-container .mz-cms-row .mz-cms-content {
    padding: 0;
  }
}
/* /stylesheets/pages/category.less:L2711 */
@media only screen and (max-width: 500px) {
  .mz-category-men .gift-container .mz-cms-col-3-12 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 13px;
  }
}
/* /stylesheets/pages/category.less:L2717 */
@media only screen and (max-width: 500px) {
  .mz-category-men .gift-container .mz-cms-col-3-12 .featured-image {
    grid-template-columns: auto;
  }
}
/* /stylesheets/pages/category.less:L2721 */
@media only screen and (max-width: 500px) {
  .mz-category-men .gift-container .mz-cms-col-3-12 .featured-image .mz-cms-image-cover {
    height: 234px;
    object-fit: cover;
  }
}
/* /stylesheets/pages/category.less:L2730 */
/* /stylesheets/pages/category.less:L2731 */
.mz-category-men .three-column-widget-heading .category-ttl {
  margin-top: 40px!important;
  margin-bottom: 15px!important;
}
@media (max-width: 768px) {
  .mz-category-men .three-column-widget-heading .category-ttl {
    margin-top: 38px!important;
  }
}
/* /stylesheets/pages/category.less:L2738 */
.mz-category-men .three-column-widget-heading .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/category.less:L2742 */
/* /stylesheets/pages/category.less:L2743 */
@media only screen and (max-width: 500px) {
  .mz-category-men .three-column-widget .mz-cms-content {
    padding-left: 8px!important;
    padding-right: 8px!important;
  }
}
/* /stylesheets/pages/category.less:L2751 */
/* /stylesheets/pages/category.less:L2752 */
.mz-category-kids .make-season-anything {
  margin: 0;
}
/* /stylesheets/pages/category.less:L2754 */
/* /stylesheets/pages/category.less:L2755 */
/* /stylesheets/pages/category.less:L2756 */
/* /stylesheets/pages/category.less:L2757 */
/* /stylesheets/pages/category.less:L2758 */
/* /stylesheets/pages/category.less:L2759 */
/* /stylesheets/pages/category.less:L2760 */
/* /stylesheets/pages/category.less:L2761 */
@media only screen and (max-width: 500px) {
  .mz-category-kids .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row div:last-child .mz-cms-row .mz-cms-col-6-12:nth-child(2) .feature-image-link {
    padding-left: 2px!important;
    padding-right: 1px!important;
  }
}
/* /stylesheets/pages/category.less:L2773 */
/* /stylesheets/pages/category.less:L2774 */
@media only screen and (min-width: 410px) and (max-width: 414px) {
  .mz-category-kids .make-season-anything #mz-drop-zone-parent-category-page-bottom2 .featured-text .at-top {
    width: 100% !important;
  }
}
/* /stylesheets/pages/category.less:L2782 */
/* /stylesheets/pages/category.less:L2783 */
.mz-category-kids .two-column-widget-heading .category-ttl {
  margin-bottom: 15px!important;
  margin-top: 80px!important;
}
@media only screen and (max-width: 500px) {
  .mz-category-kids .two-column-widget-heading .category-ttl {
    margin-top: 38px!important;
  }
}
/* /stylesheets/pages/category.less:L2790 */
.mz-category-kids .two-column-widget-heading .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/category.less:L2794 */
/* /stylesheets/pages/category.less:L2795 */
.mz-category-kids .explore-heading .category-ttl {
  margin-top: 50px!important;
  margin-bottom: 30px!important;
}
@media only screen and (max-width: 500px) {
  .mz-category-kids .explore-heading .category-ttl {
    margin-top: 30px!important;
    margin-bottom: 4px!important;
  }
}
/* /stylesheets/pages/category.less:L2804 */
/* /stylesheets/pages/category.less:L2805 */
.mz-category-kids .clp-product-carousel .category-ttl {
  margin-top: 54px!important;
  margin-bottom: 9px!important;
}
/* /stylesheets/pages/category.less:L2810 */
/* /stylesheets/pages/category.less:L2811 */
.mz-category-kids .two-column-widget .mz-cms-row {
  max-width: 1206px;
}
/* /stylesheets/pages/category.less:L2814 */
.mz-category-kids .two-column-widget .mz-cms-content {
  padding: 10px 8px;
}
@media only screen and (max-width: 500px) {
  .mz-category-kids .two-column-widget .mz-cms-content {
    padding: 10px 8px 38px;
  }
}
/* /stylesheets/pages/category.less:L2820 */
@media only screen and (max-width: 500px) {
  .mz-category-kids .two-column-widget .featured-text.at-top {
    top: 0;
    height: 100%;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: center;
  }
}
/* /stylesheets/pages/category.less:L2829 */
@media only screen and (max-width: 500px) {
  .mz-category-kids .two-column-widget .featured-text.at-top p {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 32px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .mz-category-kids .two-column-widget .featured-text.at-top p {
    max-width: 100%;
  }
}
/* /stylesheets/pages/category.less:L2840 */
@media (min-width: 1001px) {
  .mz-category-kids .two-column-widget .feature-image-link {
    width: 227px;
    padding: 15px 0 15px 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .mz-category-kids .two-column-widget .feature-image-link {
    width: 174px;
    padding: 13px 20px;
    display: inline-block;
  }
}
/* /stylesheets/pages/category.less:L2851 */
.mz-category-kids .two-column-widget .feature-image-link::after {
  right: -10px;
}
/* /stylesheets/pages/category.less:L2858 */
/* /stylesheets/pages/category.less:L2859 */
/* /stylesheets/pages/category.less:L2860 */
/* /stylesheets/pages/category.less:L2861 */
/* /stylesheets/pages/category.less:L2862 */
/* /stylesheets/pages/category.less:L2863 */
/* /stylesheets/pages/category.less:L2864 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row > .mz-cms-col-6-12:first-child .feature-image-link {
    width: 172px;
  }
}
/* /stylesheets/pages/category.less:L2870 */
/* /stylesheets/pages/category.less:L2871 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row > .mz-cms-col-6-12:last-child .feature-image-link {
    padding: 14px 0!important;
  }
}
/* /stylesheets/pages/category.less:L2881 */
.mz-category-lingerie .clp-product-carousel {
  margin-top: 80px;
}
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .clp-product-carousel {
    margin-top: 48px!important;
    padding-bottom: 20px;
  }
}
/* /stylesheets/pages/category.less:L2887 */
.mz-category-lingerie .clp-product-carousel .autumn-essentials {
  margin-top: 54px!important;
  margin-bottom: 9px!important;
}
/* /stylesheets/pages/category.less:L2891 */
/* /stylesheets/pages/category.less:L2892 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .clp-product-carousel .clp-product-carousel-head .mz-cms-content {
    padding-top: 0!important;
  }
}
/* /stylesheets/pages/category.less:L2899 */
.mz-category-lingerie .explore-image {
  margin-top: 80px;
}
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .explore-image {
    margin-top: 0;
    padding: 8px 8px 0;
  }
}
/* /stylesheets/pages/category.less:L2905 */
/* /stylesheets/pages/category.less:L2906 */
/* /stylesheets/pages/category.less:L2907 */
@media (max-width: 767px) {
  .mz-category-lingerie .explore-image .mz-drop-zone .mz-cms-col-6-12:first-child {
    width: 100%!important;
    padding: 0 8px;
  }
}
/* /stylesheets/pages/category.less:L2913 */
@media (max-width: 767px) {
  .mz-category-lingerie .explore-image .mz-drop-zone .mz-cms-col-6-12:last-child {
    padding: 0;
  }
}
/* /stylesheets/pages/category.less:L2921 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .gift-container {
    margin: 0 0px;
  }
}
/* /stylesheets/pages/category.less:L2925 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .gift-container .mz-cms-row {
    display: flex;
    flex-wrap: wrap;
  }
}
/* /stylesheets/pages/category.less:L2930 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .gift-container .mz-cms-row .mz-cms-content {
    padding: 0;
  }
}
/* /stylesheets/pages/category.less:L2936 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .gift-container .mz-cms-col-3-12 {
    margin-bottom: 16px!important;
    margin-left: 0;
    margin-right: 0;
  }
}
/* /stylesheets/pages/category.less:L2942 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .gift-container .mz-cms-col-3-12 .featured-image {
    grid-template-columns: auto;
  }
}
/* /stylesheets/pages/category.less:L2946 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .gift-container .mz-cms-col-3-12 .featured-image .mz-cms-image-cover {
    height: 234px!important;
    object-fit: cover;
  }
}
/* /stylesheets/pages/category.less:L2954 */
@media (min-width: 501px) {
  .mz-category-lingerie .gift-container .featured-text {
    width: 231px;
  }
}
/* /stylesheets/pages/category.less:L2960 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .three-column-widget {
    margin-bottom: 30px;
  }
}
/* /stylesheets/pages/category.less:L2965 */
.mz-category-lingerie .sports-bra {
  margin-top: 80px;
}
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .sports-bra {
    margin-top: 0;
    padding: 0 8px;
  }
}
/* /stylesheets/pages/category.less:L2971 */
.mz-category-lingerie .sports-bra a.secondary {
  max-width: 197px;
  padding: 15px!important;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .sports-bra a.secondary {
    max-width: 184px;
    margin-bottom: 0!important;
  }
}
/* /stylesheets/pages/category.less:L2980 */
.mz-category-lingerie .sports-bra .mz-cms-content {
  padding: 0!important;
}
/* /stylesheets/pages/category.less:L2983 */
/* /stylesheets/pages/category.less:L2984 */
.mz-category-lingerie .sports-bra .mz-content-widget-inner-wrap h2 {
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .sports-bra .mz-content-widget-inner-wrap h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
/* /stylesheets/pages/category.less:L2991 */
.mz-category-lingerie .sports-bra .mz-content-widget-inner-wrap p {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .sports-bra .mz-content-widget-inner-wrap p {
    padding: 0 20px;
  }
}
/* /stylesheets/pages/category.less:L3002 */
.mz-category-lingerie .sports-bra .mz-cms-row {
  max-width: 1012px;
}
/* /stylesheets/pages/category.less:L3004 */
/* /stylesheets/pages/category.less:L3005 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .sports-bra .mz-cms-row > div:first-child {
    margin: 30px 25px;
  }
}
/* /stylesheets/pages/category.less:L3009 */
/* /stylesheets/pages/category.less:L3010 */
.mz-category-lingerie .sports-bra .mz-cms-row > div:first-child .mz-cms-block:nth-child(2) {
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .sports-bra .mz-cms-row > div:first-child .mz-cms-block:nth-child(2) {
    display: block;
  }
}
/* /stylesheets/pages/category.less:L3017 */
.mz-category-lingerie .sports-bra .mz-cms-row > div:first-child .mz-cms-block:nth-child(3) {
  display: inline-block;
}
@media (min-width: 501px) {
  .mz-category-lingerie .sports-bra .mz-cms-row > div:first-child .mz-cms-block:nth-child(3) {
    display: inline-block;
  }
}
/* /stylesheets/pages/category.less:L3027 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .sports-bra .mz-cms-row .mz-cms-image-cover {
    height: 217px;
  }
}
/* /stylesheets/pages/category.less:L3034 */
/* /stylesheets/pages/category.less:L3035 */
.mz-category-lingerie .explore-heading .autumn-essentials {
  margin: 0 0 25px;
}
/* /stylesheets/pages/category.less:L3039 */
/* /stylesheets/pages/category.less:L3040 */
.mz-category-lingerie .two-column-widget-heading .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/category.less:L3043 */
.mz-category-lingerie .two-column-widget-heading .autumn-essentials {
  margin-top: 80px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .two-column-widget-heading .autumn-essentials {
    margin-top: 48px;
    margin-bottom: 24px;
    padding: 0 24px;
  }
}
/* /stylesheets/pages/category.less:L3053 */
/* /stylesheets/pages/category.less:L3054 */
.mz-category-lingerie .two-column-widget .mz-cms-row {
  max-width: 1206px;
}
/* /stylesheets/pages/category.less:L3056 */
/* /stylesheets/pages/category.less:L3057 */
/* /stylesheets/pages/category.less:L3058 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .two-column-widget .mz-cms-row .mz-cms-col-6-12:first-child .mz-cms-content {
    padding-bottom: 35px!important;
  }
}
/* /stylesheets/pages/category.less:L3066 */
.mz-category-lingerie .two-column-widget .mz-cms-content {
  padding: 8px 8px 0!important;
}
/* /stylesheets/pages/category.less:L3069 */
@media (min-width: 1001px) {
  .mz-category-lingerie .two-column-widget .feature-image-link {
    width: 227px;
    padding: 15px 0 15px 15px;
    text-align: left;
  }
}
/* /stylesheets/pages/category.less:L3075 */
.mz-category-lingerie .two-column-widget .feature-image-link::after {
  right: -10px;
}
@media (max-width: 992px) {
  .mz-category-lingerie .two-column-widget .feature-image-link {
    padding: 15px 45px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .two-column-widget .feature-image-link {
    display: inline-block;
  }
}
/* /stylesheets/pages/category.less:L3085 */
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .two-column-widget .featured-text.at-top {
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap column;
  }
}
/* /stylesheets/pages/category.less:L3094 */
.mz-category-lingerie .two-column-widget .featured-text.at-top p {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .mz-category-lingerie .two-column-widget .featured-text.at-top p {
    margin-bottom: 30px;
  }
}
@media (min-width: 381px) and (max-width: 420px) {
  .mz-category-lingerie .two-column-widget .featured-text.at-top p {
    max-width: 70%!important;
  }
}
@media only screen and (max-width: 500px) {
  .mz-category-lingerie .two-column-widget .featured-text.at-top p {
    font-size: 30px;
    line-height: 32px;
    max-width: 100%;
  }
}
/* /stylesheets/pages/category.less:L3110 */
/* /stylesheets/pages/category.less:L3111 */
@media (min-width: 768px) and (max-width: 992px) {
  .mz-category-lingerie .clp-jumper-container .jumper-right {
    margin-top: 95px;
  }
}
/* /stylesheets/pages/category.less:L3115 */
@media (min-width: 1200px) {
  .mz-category-lingerie .clp-jumper-container .jumper-right .cta-container {
    min-width: 242px;
    padding: 15px!important;
  }
}
/* /stylesheets/pages/category.less:L3125 */
/* /stylesheets/pages/category.less:L3126 */
.mz-category-lunar .make-season-anything {
  margin: 0;
}
/* /stylesheets/pages/category.less:L3129 */
/* /stylesheets/pages/category.less:L3130 */
.mz-category-lunar .explore-heading .category-ttl {
  margin-top: 65px!important;
  margin-bottom: 25px!important;
}
@media only screen and (max-width: 500px) {
  .mz-category-lunar .explore-heading .category-ttl {
    margin-bottom: 4px!important;
    margin-top: 40px!important;
  }
}
/* /stylesheets/pages/category.less:L3139 */
@media only screen and (max-width: 500px) {
  .mz-category-lunar .lunar-buttons-section {
    margin-top: 13px;
  }
}
/* /stylesheets/pages/category.less:L3143 */
@media only screen and (max-width: 500px) {
  .mz-category-lunar .lunar-buttons-section .mz-cms-content {
    padding: 8px;
  }
}
/* /stylesheets/pages/category.less:L3148 */
@media (min-width: 1200px) and (max-width: 1400px) {
  .mz-category-lunar .lunar-buttons-section .mz-cms-row {
    max-width: 90%;
  }
}
/* /stylesheets/pages/category.less:L3154 */
@media only screen and (max-width: 500px) {
  .mz-category-lunar .spacing_mar {
    margin: 0!important;
  }
}
/* /stylesheets/pages/category.less:L3159 */
.mz-category-lunar .text-with-image-section {
  margin-top: 28px;
}
@media only screen and (max-width: 500px) {
  .mz-category-lunar .text-with-image-section {
    margin-top: 2px;
  }
}
/* /stylesheets/pages/category.less:L3167 */
/* /stylesheets/pages/category.less:L3168 */
.mz-category-offers .offers-image-section {
  max-width: 1260px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .mz-category-offers .offers-image-section {
    margin: 28px auto 0;
  }
}
/* /stylesheets/pages/category.less:L3176 */
/* /stylesheets/pages/category.less:L3177 */
@media (min-width: 1024px) {
  .mz-sitenav.desktop .mz-sitenav-link.is-current {
    background-color: black;
    color: white;
  }
}
/* /stylesheets/pages/category.less:L3187 */
/* /stylesheets/pages/category.less:L3188 */
/* /stylesheets/pages/category.less:L3190 */
/* /stylesheets/pages/category.less:L3191 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead {
  display: flex;
  width: 90%;
  background-color: #f8f8f8;
  margin: 30px auto 50px;
}
@media (min-width: 992px) and (max-width: 1299px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead {
    margin: 30px 20px 50px;
  }
}
@media (min-width: 1440px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead {
    flex-flow: wrap column;
    margin: 20px;
    display: block;
  }
}
/* /stylesheets/pages/category.less:L3210 */
/* /stylesheets/pages/category.less:L3211 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-img img {
  height: 220px;
  object-fit: cover;
  width: 490px;
  object-position: top;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-img img {
    height: 260px;
  }
}
@media (max-width: 992px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-img img {
    width: 100%;
    height: 500px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-img img {
    height: 150px;
    width: 100%;
  }
}
/* /stylesheets/pages/category.less:L3229 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-details {
  padding: 20px 0;
  margin: 0 auto;
  width: 60%;
  background: #f8f8f8;
}
@media (max-width: 992px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-details {
    padding: 18px 0 30px;
    width: 100%;
  }
}
/* /stylesheets/pages/category.less:L3238 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-details .afg-ms-category-desc {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-details .afg-ms-category-desc {
    padding: 0 0 0;
  }
}
/* /stylesheets/pages/category.less:L3244 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-details .afg-ms-category-desc .showmore,
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-details .afg-ms-category-desc .showless {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
}
/* /stylesheets/pages/category.less:L3253 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-details .mz-pagetitle {
  margin: 0 0 13px;
  line-height: 34px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 30px;
  letter-spacing: 0;
}
@media only screen and (max-width: 500px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-details .mz-pagetitle {
    margin: 0 0 10px;
    line-height: 24px;
    font-size: 22px;
  }
}
/* /stylesheets/pages/category.less:L3266 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-details .category-desc {
  margin-bottom: 0;
  padding: 0;
  color: black;
}
@media only screen and (max-width: 500px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .category-main-details .category-desc {
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
/* /stylesheets/pages/category.less:L3276 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container {
  width: 100%;
}
/* /stylesheets/pages/category.less:L3278 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit {
  margin: 0 auto;
  margin-top: 19px;
}
/* /stylesheets/pages/category.less:L3281 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit .slick-list {
  margin: 0 auto;
}
/* /stylesheets/pages/category.less:L3285 */
@media (max-width: 992px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit__banner {
    column-gap: 10px;
    overflow-x: auto;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 500px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit__banner {
    column-gap: 10px;
  }
}
/* /stylesheets/pages/category.less:L3294 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit__banner .slick-next {
  right: 0;
  border-left: 0;
  border-right: 0;
  background-color: #f8f8f8;
}
/* /stylesheets/pages/category.less:L3301 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit__banner .slick-arrow {
  width: 17px;
  height: 32px;
  display: block!important;
}
/* /stylesheets/pages/category.less:L3306 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit__banner .slick-prev {
  border-right: 0;
  left: 0;
  background-color: #f8f8f8;
}
/* /stylesheets/pages/category.less:L3311 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit__banner .slick-slide {
  padding: 0 5px;
}
/* /stylesheets/pages/category.less:L3314 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit__banner .slick-list .foundit__item {
  margin-right: 0px;
}
/* /stylesheets/pages/category.less:L3318 */
@media (max-width: 992px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit__banner::-webkit-scrollbar {
    display: none;
  }
}
/* /stylesheets/pages/category.less:L3323 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit__item {
  margin: 0;
  margin-right: 1%;
}
/* /stylesheets/pages/category.less:L3326 */
@media (max-width: 992px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit__item:first-child {
    padding-left: 20px;
  }
}
/* /stylesheets/pages/category.less:L3332 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .slick .foundit__link {
  font-weight: bold;
  color: black;
  padding: 6px 9px;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (max-width: 500px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .slick .foundit__link {
    padding: 6px 10px;
  }
}
/* /stylesheets/pages/category.less:L3343 */
.mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit__wrapper {
  margin: 0;
}
@media (max-width: 767px) {
  .mz-category.porduct-listing-page .category-top-container .afg-ms-category-masterhead .afg-ms-foundit-container .foundit__wrapper {
    padding: 0;
  }
}
/* /stylesheets/pages/category.less:L3354 */
/* /stylesheets/pages/category.less:L3355 */
/* /stylesheets/pages/category.less:L3356 */
/* /stylesheets/pages/category.less:L3357 */
/* /stylesheets/pages/category.less:L3358 */
/* /stylesheets/pages/category.less:L3359 */
.mz-category .mz-productlist .mz-productlist-item .mz-productlisting .mz-productlisting-info .mz-productlisting-shortdesc {
  display: none;
}
/* /stylesheets/pages/category.less:L3362 */
.mz-category .mz-productlist .mz-productlist-item .mz-productlisting .mz-productlisting-info .mz-productlisting-productcode {
  display: none;
}
/*New Design UI*/

/* /stylesheets/pages/category.less:L3372 */
/* /stylesheets/pages/category.less:L3374 */
@media (min-width: 767px) {
  .porduct-listing-page .afg-ms-pagefooter,
  .mz-searchresults .afg-ms-pagefooter {
    position: relative;
  }
}
@media (min-width: 1300px) {
  /* /stylesheets/pages/category.less:L3380 */
  .porduct-listing-page .plp-container,
  .mz-searchresults .plp-container {
    width: 1300px;
    margin: 0 auto;
    column-gap: 52px;
  }
}
/* /stylesheets/pages/category.less:L3386 */
/* /stylesheets/pages/category.less:L3387 */
.porduct-listing-page .plp-container.afg-ms-plp-container,
.mz-searchresults .plp-container.afg-ms-plp-container {
  column-gap: 52px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .porduct-listing-page .plp-container.afg-ms-plp-container,
  .mz-searchresults .plp-container.afg-ms-plp-container {
    column-gap: 32px;
  }
}
@media (min-width: 501px) and (max-width: 1250px) {
  .porduct-listing-page .plp-container.afg-ms-plp-container,
  .mz-searchresults .plp-container.afg-ms-plp-container {
    margin: 0 20px;
  }
}
/* /stylesheets/pages/category.less:L3397 */
/* /stylesheets/pages/category.less:L3398 */
/* /stylesheets/pages/category.less:L3399 */
.porduct-listing-page .afg-ms-plp-container .mz-l-paginatedlist.sticky-product-list-plp,
.mz-searchresults .afg-ms-plp-container .mz-l-paginatedlist.sticky-product-list-plp {
  width: calc(100% - 266px);
  margin-left: auto;
}
@media (min-width: 501px) and (max-width: 992px) {
  .porduct-listing-page .afg-ms-plp-container .mz-l-paginatedlist.sticky-product-list-plp,
  .mz-searchresults .afg-ms-plp-container .mz-l-paginatedlist.sticky-product-list-plp {
    width: calc(100% - 246px);
  }
}
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .mz-l-paginatedlist,
  .mz-searchresults .afg-ms-plp-container .mz-l-paginatedlist {
    padding: 0;
  }
}
/* /stylesheets/pages/category.less:L3410 */
/* /stylesheets/pages/category.less:L3411 */
.porduct-listing-page .afg-ms-plp-container .mz-l-paginatedlist-footer .templink,
.mz-searchresults .afg-ms-plp-container .mz-l-paginatedlist-footer .templink {
  margin-left: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  height: 40px;
  width: 200px;
  display: block;
  margin: 0 auto;
}
/* /stylesheets/pages/category.less:L3423 */
.porduct-listing-page .afg-ms-plp-container .mz-productlist-list,
.mz-searchresults .afg-ms-plp-container .mz-productlist-list {
  column-gap: 19px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .porduct-listing-page .afg-ms-plp-container .mz-productlist-list,
  .mz-searchresults .afg-ms-plp-container .mz-productlist-list {
    column-gap: 9px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .mz-productlist-list,
  .mz-searchresults .afg-ms-plp-container .mz-productlist-list {
    column-gap: 9px;
    grid-template-columns: repeat(2, 48.6%);
  }
}
/* /stylesheets/pages/category.less:L3434 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .mz-l-paginatedlist-list,
  .mz-searchresults .afg-ms-plp-container .mz-l-paginatedlist-list {
    margin: 0 5px;
  }
}
/* /stylesheets/pages/category.less:L3439 */
@media (min-width: 1000px) and (max-width: 1299px) {
  .porduct-listing-page .afg-ms-plp-container .four-column,
  .mz-searchresults .afg-ms-plp-container .four-column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* /stylesheets/pages/category.less:L3443 */
/* /stylesheets/pages/category.less:L3444 */
@media (min-width: 1250px) {
  .porduct-listing-page .afg-ms-plp-container .four-column .mz-productlisting .mz-productlisting-imageplaceholder,
  .mz-searchresults .afg-ms-plp-container .four-column .mz-productlisting .mz-productlisting-imageplaceholder {
    height: 317px;
  }
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .porduct-listing-page .afg-ms-plp-container .four-column .mz-productlisting .mz-productlisting-imageplaceholder,
  .mz-searchresults .afg-ms-plp-container .four-column .mz-productlisting .mz-productlisting-imageplaceholder {
    height: 300px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .porduct-listing-page .afg-ms-plp-container .four-column .mz-productlisting .mz-productlisting-imageplaceholder,
  .mz-searchresults .afg-ms-plp-container .four-column .mz-productlisting .mz-productlisting-imageplaceholder {
    height: 240px;
  }
}
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/pages/category.less:L3458 */
/* /stylesheets/pages/category.less:L3459 */
@media (min-width: 1200px) and (max-width: 1250px) {
  .porduct-listing-page .afg-ms-plp-container .four-column .mz-productlisting .mz-productlisting-image img,
  .mz-searchresults .afg-ms-plp-container .four-column .mz-productlisting .mz-productlisting-image img {
    height: 300px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .porduct-listing-page .afg-ms-plp-container .four-column .mz-productlisting .mz-productlisting-image img,
  .mz-searchresults .afg-ms-plp-container .four-column .mz-productlisting .mz-productlisting-image img {
    height: 240px;
  }
}
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/pages/category.less:L3473 */
/* /stylesheets/pages/category.less:L3474 */
/* /stylesheets/pages/category.less:L3475 */
/* /stylesheets/pages/category.less:L3476 */
.porduct-listing-page .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-image .mz-product-detail-badge,
.mz-searchresults .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-image .mz-product-detail-badge {
  bottom: 0;
  top: unset;
}
/* /stylesheets/pages/category.less:L3481 */
.porduct-listing-page .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info,
.mz-searchresults .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info {
  margin-top: 9.68px;
}
/* /stylesheets/pages/category.less:L3483 */
.porduct-listing-page .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-productlisting-shortdesc,
.mz-searchresults .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-productlisting-shortdesc,
.porduct-listing-page .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-productlisting-productcode,
.mz-searchresults .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-productlisting-productcode,
.porduct-listing-page .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-productoptions-color-container .mz-img-color-option-count,
.mz-searchresults .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-productoptions-color-container .mz-img-color-option-count,
.porduct-listing-page .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-item-sale,
.mz-searchresults .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-item-sale {
  display: none;
}
/* /stylesheets/pages/category.less:L3489 */
.porduct-listing-page .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-colour-swatches-container-plp,
.mz-searchresults .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-colour-swatches-container-plp {
  margin: 4px 0 0;
}
/* /stylesheets/pages/category.less:L3491 */
.porduct-listing-page .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-colour-swatches-container-plp .mz-swatch-img-container,
.mz-searchresults .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-colour-swatches-container-plp .mz-swatch-img-container {
  margin-right: 5px;
}
/* /stylesheets/pages/category.less:L3494 */
.porduct-listing-page .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-colour-swatches-container-plp .mz-colour-swatch-img,
.mz-searchresults .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-colour-swatches-container-plp .mz-colour-swatch-img {
  width: 1.5rem;
  height: 1.5rem;
}
/* /stylesheets/pages/category.less:L3499 */
.porduct-listing-page .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-brand-name,
.mz-searchresults .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-brand-name {
  padding-bottom: 4px;
}
/* /stylesheets/pages/category.less:L3502 */
.porduct-listing-page .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-productlisting-title,
.mz-searchresults .afg-ms-plp-container .mz-productlist .mz-productlist-item .mz-productlisting-info .mz-productlisting-title {
  line-height: 20px;
}
/* /stylesheets/pages/category.less:L3508 */
.porduct-listing-page .afg-ms-plp-container .filter-sort-bar,
.mz-searchresults .afg-ms-plp-container .filter-sort-bar {
  padding: 0;
  margin-bottom: 19px;
  background: transparent;
  height: 23px;
}
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .filter-sort-bar,
  .mz-searchresults .afg-ms-plp-container .filter-sort-bar {
    margin: 20px;
  }
}
/* /stylesheets/pages/category.less:L3516 */
.porduct-listing-page .afg-ms-plp-container .filter-sort-bar .grid-layout-selection,
.mz-searchresults .afg-ms-plp-container .filter-sort-bar .grid-layout-selection {
  display: none;
}
/* /stylesheets/pages/category.less:L3519 */
.porduct-listing-page .afg-ms-plp-container .filter-sort-bar .filter-sort-bar-item-count,
.mz-searchresults .afg-ms-plp-container .filter-sort-bar .filter-sort-bar-item-count {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  color: black;
}
@media (max-width: 767px) {
  .porduct-listing-page .afg-ms-plp-container .filter-sort-bar .filter-sort-bar-item-count,
  .mz-searchresults .afg-ms-plp-container .filter-sort-bar .filter-sort-bar-item-count {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .filter-sort-bar .filter-sort-bar-item-count,
  .mz-searchresults .afg-ms-plp-container .filter-sort-bar .filter-sort-bar-item-count {
    flex: 0 1 30%;
    text-align: left;
  }
}
/* /stylesheets/pages/category.less:L3533 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .filter-sort-bar .wrapper,
  .mz-searchresults .afg-ms-plp-container .filter-sort-bar .wrapper {
    justify-content: flex-end;
  }
}
/* /stylesheets/pages/category.less:L3537 */
.porduct-listing-page .afg-ms-plp-container .filter-sort-bar .wrapper .filter-sort-by,
.mz-searchresults .afg-ms-plp-container .filter-sort-bar .wrapper .filter-sort-by {
  width: auto!important;
}
@media (max-width: 992px) {
  .porduct-listing-page .afg-ms-plp-container .filter-sort-bar .wrapper .filter-sort-by,
  .mz-searchresults .afg-ms-plp-container .filter-sort-bar .wrapper .filter-sort-by {
    height: 23px;
  }
}
/* /stylesheets/pages/category.less:L3542 */
.porduct-listing-page .afg-ms-plp-container .filter-sort-bar .wrapper .filter-sort-by .mz-pagingcontrols-pagesort-dropdown,
.mz-searchresults .afg-ms-plp-container .filter-sort-bar .wrapper .filter-sort-by .mz-pagingcontrols-pagesort-dropdown {
  width: 151px;
  margin: 0;
  height: auto;
  padding: 0 10px;
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .filter-sort-bar .wrapper .filter-sort-by .mz-pagingcontrols-pagesort-dropdown,
  .mz-searchresults .afg-ms-plp-container .filter-sort-bar .wrapper .filter-sort-by .mz-pagingcontrols-pagesort-dropdown {
    width: 160px!important;
  }
}
/* /stylesheets/pages/category.less:L3551 */
.porduct-listing-page .afg-ms-plp-container .filter-sort-bar .wrapper .filter-sort-by .mz-pagingcontrols-pagesort-dropdown option,
.mz-searchresults .afg-ms-plp-container .filter-sort-bar .wrapper .filter-sort-by .mz-pagingcontrols-pagesort-dropdown option {
  font-size: 14px;
}
/* /stylesheets/pages/category.less:L3557 */
.porduct-listing-page .afg-ms-plp-container .filter-sort-bar .grid-layout-selection,
.mz-searchresults .afg-ms-plp-container .filter-sort-bar .grid-layout-selection {
  display: none;
}
/* /stylesheets/pages/category.less:L3560 */
/* /stylesheets/pages/category.less:L3561 */
.porduct-listing-page .afg-ms-plp-container .filter-sort-bar .filter-sort-by label,
.mz-searchresults .afg-ms-plp-container .filter-sort-bar .filter-sort-by label {
  margin-right: 2px;
}
/* /stylesheets/pages/category.less:L3564 */
.porduct-listing-page .afg-ms-plp-container .filter-sort-bar .filter-sort-by::after,
.mz-searchresults .afg-ms-plp-container .filter-sort-bar .filter-sort-by::after {
  width: 16px;
  height: 16px;
  right: 0;
}
@media (max-width: 992px) {
  .porduct-listing-page .afg-ms-plp-container .filter-sort-bar .filter-sort-by::after,
  .mz-searchresults .afg-ms-plp-container .filter-sort-bar .filter-sort-by::after {
    top: 5px;
  }
}
/* /stylesheets/pages/category.less:L3574 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .filter-mobile-container,
  .mz-searchresults .afg-ms-plp-container .filter-mobile-container {
    margin: 0!important;
    justify-content: flex-end;
  }
}
/* /stylesheets/pages/category.less:L3579 */
.porduct-listing-page .afg-ms-plp-container .filter-mobile-container > span,
.mz-searchresults .afg-ms-plp-container .filter-mobile-container > span {
  display: none;
}
/* /stylesheets/pages/category.less:L3582 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .filter-mobile-container span,
  .mz-searchresults .afg-ms-plp-container .filter-mobile-container span {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
  }
}
/* /stylesheets/pages/category.less:L3590 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .filter-mobile-container .filter-btn,
  .mz-searchresults .afg-ms-plp-container .filter-mobile-container .filter-btn {
    padding: 5px 23px 5px 23px;
  }
}
/* /stylesheets/pages/category.less:L3594 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .filter-mobile-container .filter-btn .filter-icon,
  .mz-searchresults .afg-ms-plp-container .filter-mobile-container .filter-btn .filter-icon {
    position: static;
    height: 20px;
    width: 20px;
  }
}
/* /stylesheets/pages/category.less:L3600 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .filter-mobile-container .filter-btn .filter-icon svg,
  .mz-searchresults .afg-ms-plp-container .filter-mobile-container .filter-btn .filter-icon svg {
    height: 20px;
    width: 20px;
  }
}
/* /stylesheets/pages/category.less:L3607 */
/* /stylesheets/pages/category.less:L3608 */
@media (max-width: 767px) {
  .porduct-listing-page .afg-ms-plp-container .filter-mobile-container .filter-btn.active .filter-active,
  .mz-searchresults .afg-ms-plp-container .filter-mobile-container .filter-btn.active .filter-active {
    right: 15px;
    top: 9px;
  }
}
/* /stylesheets/pages/category.less:L3616 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .filter-mobile-container.mobile-filter-sticky,
  .mz-searchresults .afg-ms-plp-container .filter-mobile-container.mobile-filter-sticky {
    margin: 0;
    justify-content: space-between;
  }
}
/* /stylesheets/pages/category.less:L3621 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .filter-mobile-container.mobile-filter-sticky > span,
  .mz-searchresults .afg-ms-plp-container .filter-mobile-container.mobile-filter-sticky > span {
    display: block;
    position: static;
  }
}
/* /stylesheets/pages/category.less:L3629 */
/* /stylesheets/pages/category.less:L3638 */
@media only screen and (max-width: 500px) {
  .porduct-listing-page .afg-ms-plp-container .mz-plpBannerContainer .mz-cms-content,
  .mz-searchresults .afg-ms-plp-container .mz-plpBannerContainer .mz-cms-content {
    padding: 0;
  }
}
/* /stylesheets/pages/category.less:L3658 */
/* /stylesheets/pages/category.less:L3659 */
.porduct-listing-page .afg-ms-filter-sidebar .filter-selected__list,
.mz-searchresults .afg-ms-filter-sidebar .filter-selected__list {
  margin: 0 10px 10px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  padding: 3px 40px 3px 10px;
  background: white;
}
/* /stylesheets/pages/category.less:L3667 */
.porduct-listing-page .afg-ms-filter-sidebar .filter-selected__list .close-filter-selected,
.mz-searchresults .afg-ms-filter-sidebar .filter-selected__list .close-filter-selected {
  right: 10px;
  top: 5px;
  width: 10px;
  height: 10px;
}
/* /stylesheets/pages/category.less:L3672 */
.porduct-listing-page .afg-ms-filter-sidebar .filter-selected__list .close-filter-selected img,
.mz-searchresults .afg-ms-filter-sidebar .filter-selected__list .close-filter-selected img {
  width: 10px;
  height: 10px;
}
@media (min-width: 767px) {
  /* /stylesheets/pages/category.less:L3681 */
  .porduct-listing-page .afg-ms-filter-sidebar,
  .mz-searchresults .afg-ms-filter-sidebar {
    text-align: left;
    max-width: 214px!important;
    padding-right: 0!important;
  }
  /* /stylesheets/pages/category.less:L3685 */
  .porduct-listing-page .afg-ms-filter-sidebar .top-container,
  .mz-searchresults .afg-ms-filter-sidebar .top-container {
    display: none;
  }
  /* /stylesheets/pages/category.less:L3687 */
  .porduct-listing-page .afg-ms-filter-sidebar .top-container .mz-button,
  .mz-searchresults .afg-ms-filter-sidebar .top-container .mz-button {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    min-width: auto;
    line-height: 20px;
    color: black;
    text-decoration: underline;
    padding: 0;
  }
  /* /stylesheets/pages/category.less:L3697 */
  .porduct-listing-page .afg-ms-filter-sidebar .top-container .filter-title-desktop,
  .mz-searchresults .afg-ms-filter-sidebar .top-container .filter-title-desktop {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
  }
  /* /stylesheets/pages/category.less:L3704 */
  .porduct-listing-page .afg-ms-filter-sidebar .filterApplied,
  .mz-searchresults .afg-ms-filter-sidebar .filterApplied {
    padding-top: 0;
    padding-bottom: 20px;
  }
  /* /stylesheets/pages/category.less:L3708 */
  .porduct-listing-page .afg-ms-filter-sidebar .mz-facetingform,
  .mz-searchresults .afg-ms-filter-sidebar .mz-facetingform {
    padding-right: 0;
  }
  /* /stylesheets/pages/category.less:L3710 */
  /* /stylesheets/pages/category.less:L3711 */
  .porduct-listing-page .afg-ms-filter-sidebar .mz-facetingform .mz-facetingform-facet-hierarchy li,
  .mz-searchresults .afg-ms-filter-sidebar .mz-facetingform .mz-facetingform-facet-hierarchy li {
    align-items: center;
  }
  /* /stylesheets/pages/category.less:L3715 */
  .porduct-listing-page .afg-ms-filter-sidebar .mz-facetingform .filter-count,
  .mz-searchresults .afg-ms-filter-sidebar .mz-facetingform .filter-count {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
  }
  /* /stylesheets/pages/category.less:L3722 */
  .porduct-listing-page .afg-ms-filter-sidebar .fl-container,
  .mz-searchresults .afg-ms-filter-sidebar .fl-container {
    margin-bottom: 30px;
  }
  /* /stylesheets/pages/category.less:L3725 */
  .porduct-listing-page .afg-ms-filter-sidebar .facets-label,
  .mz-searchresults .afg-ms-filter-sidebar .facets-label {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    color: black;
    border-bottom: 0;
  }
  /* /stylesheets/pages/category.less:L3733 */
  .porduct-listing-page .afg-ms-filter-sidebar .facets-label::after,
  .mz-searchresults .afg-ms-filter-sidebar .facets-label::after {
    right: 15px;
    top: 3px;
  }
  /* /stylesheets/pages/category.less:L3738 */
  /* /stylesheets/pages/category.less:L3739 */
  .porduct-listing-page .afg-ms-filter-sidebar .accordion-content .filter-search,
  .mz-searchresults .afg-ms-filter-sidebar .accordion-content .filter-search {
    padding: 0;
  }
  /* /stylesheets/pages/category.less:L3741 */
  .porduct-listing-page .afg-ms-filter-sidebar .accordion-content .filter-search input,
  .mz-searchresults .afg-ms-filter-sidebar .accordion-content .filter-search input {
    padding: 11px 10px 11px 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    color: black;
  }
  /* /stylesheets/pages/category.less:L3749 */
  .porduct-listing-page .afg-ms-filter-sidebar .accordion-content .filter-search::after,
  .mz-searchresults .afg-ms-filter-sidebar .accordion-content .filter-search::after {
    right: 3px;
    left: unset;
  }
  /* /stylesheets/pages/category.less:L3754 */
  .porduct-listing-page .afg-ms-filter-sidebar .accordion-content .facets-lists,
  .mz-searchresults .afg-ms-filter-sidebar .accordion-content .facets-lists {
    padding: 0 9px 0 0;
  }
  /* /stylesheets/pages/category.less:L3758 */
  /* /stylesheets/pages/category.less:L3759 */
  .porduct-listing-page .afg-ms-filter-sidebar .facets-lists input[type="checkbox"],
  .mz-searchresults .afg-ms-filter-sidebar .facets-lists input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  /* /stylesheets/pages/category.less:L3763 */
  /* /stylesheets/pages/category.less:L3764 */
  .porduct-listing-page .afg-ms-filter-sidebar .facets-lists .input-check .chkmark,
  .mz-searchresults .afg-ms-filter-sidebar .facets-lists .input-check .chkmark {
    width: 20px;
    height: 20px;
  }
  /* /stylesheets/pages/category.less:L3767 */
  .porduct-listing-page .afg-ms-filter-sidebar .facets-lists .input-check .chkmark::after,
  .mz-searchresults .afg-ms-filter-sidebar .facets-lists .input-check .chkmark::after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
  }
  /* /stylesheets/pages/category.less:L3774 */
  /* /stylesheets/pages/category.less:L3775 */
  .porduct-listing-page .afg-ms-filter-sidebar .facets-lists .input-check input:checked ~ .chkmark,
  .mz-searchresults .afg-ms-filter-sidebar .facets-lists .input-check input:checked ~ .chkmark {
    background-color: #015642;
  }
  /* /stylesheets/pages/category.less:L3781 */
  .porduct-listing-page .afg-ms-filter-sidebar .mz-facetingform-valuelabel,
  .mz-searchresults .afg-ms-filter-sidebar .mz-facetingform-valuelabel {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 16px;
    color: black;
    margin-left: 33px;
    margin-top: 3px;
  }
  /* /stylesheets/pages/category.less:L3790 */
  .porduct-listing-page .afg-ms-filter-sidebar .mz-facetingform-facet-hierarchy li .mz-facetingform-facet-hierarchy,
  .mz-searchresults .afg-ms-filter-sidebar .mz-facetingform-facet-hierarchy li .mz-facetingform-facet-hierarchy {
    display: none;
  }
}
@media (max-width: 767px) {
  /* /stylesheets/pages/category.less:L3797 */
  .porduct-listing-page .afg-ms-filter-sidebar,
  .mz-searchresults .afg-ms-filter-sidebar {
    text-align: left;
    padding: 15px 20px;
  }
  /* /stylesheets/pages/category.less:L3800 */
  /* /stylesheets/pages/category.less:L3801 */
  /* /stylesheets/pages/category.less:L3802 */
  .porduct-listing-page .afg-ms-filter-sidebar .filter-select .input-check input,
  .mz-searchresults .afg-ms-filter-sidebar .filter-select .input-check input {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
  }
  /* /stylesheets/pages/category.less:L3807 */
  /* /stylesheets/pages/category.less:L3808 */
  .porduct-listing-page .afg-ms-filter-sidebar .filter-select .input-check input:checked ~ .chkmark,
  .mz-searchresults .afg-ms-filter-sidebar .filter-select .input-check input:checked ~ .chkmark {
    background-color: #015642;
  }
  /* /stylesheets/pages/category.less:L3813 */
  .porduct-listing-page .afg-ms-filter-sidebar .filter-select .input-check .chkmark,
  .mz-searchresults .afg-ms-filter-sidebar .filter-select .input-check .chkmark {
    width: 20px;
    height: 20px;
  }
  /* /stylesheets/pages/category.less:L3816 */
  .porduct-listing-page .afg-ms-filter-sidebar .filter-select .input-check .chkmark::after,
  .mz-searchresults .afg-ms-filter-sidebar .filter-select .input-check .chkmark::after {
    left: 7px;
    top: 3px;
    height: 7px;
    width: 3px;
  }
  /* /stylesheets/pages/category.less:L3825 */
  .porduct-listing-page .afg-ms-filter-sidebar .facets-lists li .filter-select,
  .mz-searchresults .afg-ms-filter-sidebar .facets-lists li .filter-select {
    margin: 8px 0px;
  }
  /* /stylesheets/pages/category.less:L3828 */
  .porduct-listing-page .afg-ms-filter-sidebar .mz-facetingform-facet-hierarchy li .mz-facetingform-facet-hierarchy,
  .mz-searchresults .afg-ms-filter-sidebar .mz-facetingform-facet-hierarchy li .mz-facetingform-facet-hierarchy {
    display: none;
  }
  /* /stylesheets/pages/category.less:L3831 */
  .porduct-listing-page .afg-ms-filter-sidebar .facets-lists li .filter-count,
  .mz-searchresults .afg-ms-filter-sidebar .facets-lists li .filter-count {
    margin: 8px 0px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
  }
  /* /stylesheets/pages/category.less:L3838 */
  .porduct-listing-page .afg-ms-filter-sidebar .filter-title-mobile,
  .mz-searchresults .afg-ms-filter-sidebar .filter-title-mobile {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
  }
  /* /stylesheets/pages/category.less:L3844 */
  .porduct-listing-page .afg-ms-filter-sidebar .mz-button,
  .mz-searchresults .afg-ms-filter-sidebar .mz-button {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0;
  }
  /* /stylesheets/pages/category.less:L3851 */
  .porduct-listing-page .afg-ms-filter-sidebar .filterApplied,
  .mz-searchresults .afg-ms-filter-sidebar .filterApplied {
    padding-top: 10px;
  }
  /* /stylesheets/pages/category.less:L3854 */
  .porduct-listing-page .afg-ms-filter-sidebar .facets-label,
  .mz-searchresults .afg-ms-filter-sidebar .facets-label {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    -webkit-tap-highlight-color: transparent;
  }
  /* /stylesheets/pages/category.less:L3860 */
  .porduct-listing-page .afg-ms-filter-sidebar .facets-label::after,
  .mz-searchresults .afg-ms-filter-sidebar .facets-label::after {
    width: 14px;
    height: 14px;
  }
  /* /stylesheets/pages/category.less:L3865 */
  /* /stylesheets/pages/category.less:L3866 */
  /* /stylesheets/pages/category.less:L3867 */
  .porduct-listing-page .afg-ms-filter-sidebar .mz-facetingform .close-filter img,
  .mz-searchresults .afg-ms-filter-sidebar .mz-facetingform .close-filter img {
    width: 14px;
    height: 14px;
  }
  /* /stylesheets/pages/category.less:L3872 */
  .porduct-listing-page .afg-ms-filter-sidebar .mz-facetingform .mz-facetingform-valuelabel,
  .mz-searchresults .afg-ms-filter-sidebar .mz-facetingform .mz-facetingform-valuelabel {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
  }
  /* /stylesheets/pages/category.less:L3878 */
  .porduct-listing-page .afg-ms-filter-sidebar .mz-facetingform .mz-facetingform-facet,
  .mz-searchresults .afg-ms-filter-sidebar .mz-facetingform .mz-facetingform-facet {
    padding: 0;
  }
  /* /stylesheets/pages/category.less:L3880 */
  .porduct-listing-page .afg-ms-filter-sidebar .mz-facetingform .mz-facetingform-facet li,
  .mz-searchresults .afg-ms-filter-sidebar .mz-facetingform .mz-facetingform-facet li {
    margin: 0 0 10px 0;
  }
  /* /stylesheets/pages/category.less:L3885 */
  /* /stylesheets/pages/category.less:L3886 */
  .porduct-listing-page .afg-ms-filter-sidebar .mobile-filter-view-items button,
  .mz-searchresults .afg-ms-filter-sidebar .mobile-filter-view-items button {
    font-size: 14px;
  }
}
/* /stylesheets/pages/category.less:L3894 */
#mz-drop-zone-category-page-top .mz-cms-content {
  padding: 0px !important;
}
/* /stylesheets/pages/category.less:L3897 */
/* /stylesheets/pages/category.less:L3898 */
/* /stylesheets/pages/category.less:L3900 */
@media only screen and (max-width: 1000px) {
  .porduct-listing-page .plp-container .filter-mobile-container {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 20px !important;
  }
  /* /stylesheets/pages/category.less:L3906 */
  .porduct-listing-page .plp-container .filter-mobile-container > span {
    font-size: 14px;
    line-height: 20px !important;
  }
}
/* /stylesheets/pages/category.less:L3914 */
/* /stylesheets/pages/category.less:L3915 */
/* /stylesheets/pages/category.less:L3916 */
@media (max-width: 768px) {
  .porduct-listing-page .plp-container .filter-sort-bar .wrapper .grid-layout-selection {
    visibility: hidden;
  }
}
/* /stylesheets/pages/category.less:L3922 */
.porduct-listing-page .plp-container .filter-sort-bar .wrapper .filter-sort-by {
  width: 240px;
  text-align: right;
}
/* /stylesheets/pages/category.less:L3925 */
@media only screen and (max-width: 1000px) {
  .porduct-listing-page .plp-container .filter-sort-bar .wrapper .filter-sort-by .mz-pagingcontrols-pagesort-label {
    display: inline-block;
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 400;
    margin-right: 0px;
  }
}
/* /stylesheets/pages/category.less:L3933 */
.porduct-listing-page .plp-container .filter-sort-bar .wrapper .filter-sort-by .mz-pagingcontrols-pagesort-dropdown {
  font-size: 14px;
  line-height: 20px !important;
  font-weight: bold;
  padding-right: 0px !important;
}
/* /stylesheets/pages/category.less:L3945 */
/* /stylesheets/pages/category.less:L3946 */
.afg-ms-filter-sidebar .mobile-filter-loader-section {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.5;
  z-index: 999;
}
/* /stylesheets/pages/category.less:L3955 */
.afg-ms-filter-sidebar .mobile-filter-loader {
  background-repeat: no-repeat;
  background-image: url(../resources/images/icons/svg/Loader-Icon.svg);
  color: transparent;
  background-size: 44px;
  pointer-events: none;
  font-size: 40px;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 40%;
}
/* /stylesheets/pages/category.less:L3970 */
/* /stylesheets/pages/category.less:L3971 */
.mz-category .categoryListing {
  margin-bottom: 30px;
}
/* /stylesheets/pages/category.less:L3973 */
.mz-category .categoryListing h1 {
  margin-bottom: 20px;
}
/* /stylesheets/pages/category.less:L3976 */
@media only screen and (min-width: 1001px) {
  .mz-category .categoryListing .mainCategories {
    justify-content: center;
    column-gap: 30px;
  }
}
/* /stylesheets/pages/category.less:L3983 */
.mz-category .make-season-anything {
  margin-bottom: 50px;
}
/* /stylesheets/pages/category.less:L3986 */
/* /stylesheets/pages/category.less:L3987 */
.mz-category .gift-container .featured-text.at-bottom a.feature-image-link:last-child {
  padding-left: 0px !important;
  text-decoration: none;
}
/* /stylesheets/pages/category.less:L3991 */
.mz-category .gift-container .featured-text.at-bottom p:first-child {
  margin-bottom: 3px;
}
/* /stylesheets/pages/category.less:L3994 */
@media only screen and (max-width: 1000px) {
  .category-newshoeswrapper * {
    box-sizing: border-box;
  }
}
/* /stylesheets/pages/category.less:L3999 */
@media only screen and (max-width: 1000px) {
  .explore-image.widget-spacer * {
    box-sizing: border-box;
  }
}
/* /stylesheets/pages/category.less:L4005 */
@media only screen and (max-width: 1000px) {
  .gift-container {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
  }
}
/* /stylesheets/pages/category.less:L4012 */
.gift-container .mz-cms-row {
  column-gap: 4%;
}
@media only screen and (max-width: 1000px) {
  /* /stylesheets/pages/category.less:L4015 */
  .gift-container .mz-cms-row [class*='mz-cms-col-'] {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 48% !important;
    margin: 0px 0 15px 0 !important;
  }
  /* /stylesheets/pages/category.less:L4020 */
  .gift-container .mz-cms-row [class*='mz-cms-col-'] .mz-cms-content {
    padding: 0px !important;
  }
  /* /stylesheets/pages/category.less:L4021 */
  .gift-container .mz-cms-row [class*='mz-cms-col-'] .featured-image {
    flex-direction: column;
  }
  /* /stylesheets/pages/category.less:L4024 */
  .gift-container .mz-cms-row [class*='mz-cms-col-'] .featured-text p {
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 600 ;
    margin-top: 4px;
  }
}
/* /stylesheets/pages/category.less:L4034 */
/* /stylesheets/pages/category.less:L4035 */
@media only screen and (max-width: 1000px) {
  .clp-style-update .gift-container {
    margin: 0px;
  }
}
/* /stylesheets/pages/category.less:L4040 */
.clp-style-update .gift-container .mz-cms-row {
  column-gap: 0%;
}
@media only screen and (max-width: 1000px) {
  /* /stylesheets/pages/category.less:L4044 */
  .clp-style-update .gift-container .mz-cms-row [class*='mz-cms-col-'] {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
  }
  /* /stylesheets/pages/category.less:L4050 */
  .clp-style-update .gift-container .mz-cms-row [class*='mz-cms-col-'] .featured-image {
    flex-direction: column;
  }
  /* /stylesheets/pages/category.less:L4053 */
  .clp-style-update .gift-container .mz-cms-row [class*='mz-cms-col-'] .featured-text p {
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 600 ;
    margin-top: 4px;
  }
}
/* /stylesheets/pages/category.less:L4064 */
/* /stylesheets/pages/category.less:L4065 */
@media only screen and (max-width: 1000px) {
  .explore-image .mz-cms-row {
    padding: 0 20px;
  }
}
/* /stylesheets/pages/category.less:L4069 */
/* /stylesheets/pages/category.less:L4070 */
.explore-image .mz-cms-row .mz-cms-col-6-12 h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* /stylesheets/pages/category.less:L4075 */
.explore-image .mz-cms-row .mz-cms-col-6-12 p {
  margin: 0px;
}
/* /stylesheets/pages/category.less:L4082 */
.home-offers-wrappers {
  padding: 0px !important;
  margin-bottom: 0px !important;
}
/* /stylesheets/pages/category.less:L4085 */
.home-offers-wrappers .slick-slider {
  margin-bottom: 45px;
  padding: 65px 0 !important;
}
/* /stylesheets/pages/category.less:L4090 */
/* /stylesheets/pages/category.less:L4091 */
.mz-category-men h2.offer-heading {
  border-top: 8px solid #3f5574;
  left: 32px;
  right: auto;
}
/* /stylesheets/pages/category.less:L4096 */
.mz-category-men .home-offers-wrappers {
  background: url(../resources/images/mens-banner-bg.jpg) #e2e3e3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
/* /stylesheets/pages/category.less:L4102 */
.mz-category-men .home-offers-wrappers [class*='mz-cms-col-'] .mz-cms-block:first-child {
  border-top: 8px solid #3f5574;
}
/* /stylesheets/pages/category.less:L4107 */
/* /stylesheets/pages/category.less:L4108 */
.mz-category-kids h2.offer-heading {
  border-top: 8px solid #647d5f;
}
/* /stylesheets/pages/category.less:L4111 */
.mz-category-kids .home-offers-wrappers {
  background: url(../resources/images/kids-banner-bg.jpg) #dbdfd8;
  background-size: contain;
  background-repeat: no-repeat;
}
/* /stylesheets/pages/category.less:L4117 */
.mz-category-kids .home-offers-wrappers [class*='mz-cms-col-'] .mz-cms-block:first-child {
  border-top: 8px solid #647d5f;
}
@media (max-width: 767px) {
  /* /stylesheets/pages/category.less:L4123 */
  body.mz-category-men .gift-container [class*='mz-cms-col-'] {
    width: 100%!important;
  }
}
/* /stylesheets/pages/category.less:L4128 */
/* /stylesheets/pages/category.less:L4129 */
.mz-category .mz-loader-icon,
.mz-searchresults .mz-loader-icon {
  background-image: url(../resources/images/icons/svg/Loader-Icon.svg);
  color: transparent !important;
  background-position: center;
  background-size: 29px;
  pointer-events: none;
  height: 30px;
  background-repeat: no-repeat;
  animation: spin 1s linear infinite;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /stylesheets/pages/category.less:L4154 */
/* /stylesheets/pages/category.less:L4155 */
/* /stylesheets/pages/category.less:L4156 */
.mz-category-gifts .mz-cms-content .mz-productlisting-shortdesc,
.mz-category-gifts .mz-cms-content .mz-productlisting-productcode {
  display: none;
}
@-webkit-keyframes pulse {
  from {
    -webkit-opacity: 0.2;-moz-opacity: 0.2;opacity: 0.2;
  }
  to {
    -webkit-opacity: 0.3;-moz-opacity: 0.3;opacity: 0.3;
  }
}
@keyframes pulse {
  from {
    -webkit-opacity: 0.2;-moz-opacity: 0.2;opacity: 0.2;
  }
  to {
    -webkit-opacity: 0.3;-moz-opacity: 0.3;opacity: 0.3;
  }
}
/* /stylesheets/pages/checkout.less:L11 */
.mz-checkout-mask {
  position: absolute;
  background-color: black;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  animation: pulse 0.5s linear 0s infinite alternate none running;
  -webkit-animation: pulse 0.5s linear 0s infinite alternate none running;
  -moz-animation: pulse 0.5s linear 0s infinite alternate none running;
  -ms-animation: pulse 0.5s linear 0s infinite alternate none running;
}
/* /stylesheets/pages/checkout.less:L18 */
.mz-checkoutform-comments-field {
  width: 100%;
  height: 8em;
}
/* /stylesheets/pages/checkout.less:L23 */
.mz-l-security-box {
  padding: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-family: SourceSansPro-Semibold;
  background-color: #dddddd;
}
/* /stylesheets/pages/checkout.less:L32 */
#amazonAddressBookWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px;
}
/* /stylesheets/pages/checkout.less:L39 */
#walletWidgetDiv {
  min-width: 300px;
  max-width: 600px;
  min-height: 228px;
  max-height: 400px;
}
/* Smartphone and small window */

/* /stylesheets/pages/checkout.less:L47 */
#amazonAddressBookWidgetDiv {
  width: 100%;
  height: 228px;
}
/* /stylesheets/pages/checkout.less:L52 */
#walletWidgetDiv {
  width: 100%;
  height: 228px;
}
/* /stylesheets/pages/checkout.less:L56 */
/* /stylesheets/pages/checkout.less:L57 */
.mz-checkout .welcome-mat-widget,
.mz-checkout .mz-breadcrumbs,
.mz-checkout .mz-pagetitle {
  display: none;
}
/* Desktop and tablet */

@media only screen and (min-width: 768px) {
  /* /stylesheets/pages/checkout.less:L63 */
  #amazonAddressBookWidgetDiv {
    width: 400px;
    height: 228px;
  }
  /* /stylesheets/pages/checkout.less:L68 */
  #walletWidgetDiv {
    width: 400px;
    height: 228px;
  }
}
/* /stylesheets/pages/checkout.less:L74 */
.mz-checkoutform-active {
  background-color: white;
  width: 100%;
  margin-bottom: 12.5px;
}
/* /stylesheets/pages/checkout.less:L80 */
.mz-checkoutform {
  padding-left: 12.5px;
  box-sizing: border-box;
}
/* /stylesheets/pages/checkout.less:L83 */
.mz-checkoutform .mz-shippingSavedAddressContainer {
  display: flex;
}
/* /stylesheets/pages/checkout.less:L85 */
.mz-checkoutform .mz-shippingSavedAddressContainer .mz-locationIconContainer {
  padding-top: 50px;
  padding-bottom: 25px;
  padding-left: 25px;
}
@media only screen and (max-device-width: 700px) {
  .mz-checkoutform .mz-shippingSavedAddressContainer .mz-locationIconContainer {
    display: none;
  }
}
/* /stylesheets/pages/checkout.less:L93 */
.mz-checkoutform .mz-shippingSavedAddressContainer .mz-ShippedAddressContainer {
  padding: 35px 0px;
  margin-left: 25px;
}
/* /stylesheets/pages/checkout.less:L96 */
.mz-checkoutform .mz-shippingSavedAddressContainer .mz-ShippedAddressContainer .mz-shippedContactName {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/pages/checkout.less:L104 */
/* /stylesheets/pages/checkout.less:L105 */
.mz-checkoutform .mz-shippingSavedAddressContainer .mz-ShippedAddressContainer .mz-addressContainer .mz-shippingAddressOne,
.mz-checkoutform .mz-shippingSavedAddressContainer .mz-ShippedAddressContainer .mz-addressContainer .mz-shippingAddressTwo,
.mz-checkoutform .mz-shippingSavedAddressContainer .mz-ShippedAddressContainer .mz-addressContainer .mz-shippingAddressThree,
.mz-checkoutform .mz-shippingSavedAddressContainer .mz-ShippedAddressContainer .mz-addressContainer .mz-shippingAddressCity,
.mz-checkoutform .mz-shippingSavedAddressContainer .mz-ShippedAddressContainer .mz-addressContainer .mz-shippingAddressState,
.mz-checkoutform .mz-shippingSavedAddressContainer .mz-ShippedAddressContainer .mz-addressContainer .mz-shippingAddressCountryCode {
  display: inline-block;
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/pages/checkout.less:L121 */
.mz-checkoutform .mz-shippingSavedAddressContainer .mz-ShippedAddressContainer .mz-shippingAddressMobile {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
@media only screen and (max-width: 700px) {
  .mz-checkoutform .mz-shippingSavedAddressContainer .mz-ShippedAddressContainer {
    padding: 15px 0px;
    margin-left: 2px;
  }
}
/* /stylesheets/pages/checkout.less:L137 */
.mz-checkoutform .mz-shippingSavedAddressContainer + .mz-changeAddressButton .mz-formstep-edit-summary-address {
  color: #757575;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-align: right;
}
/* /stylesheets/pages/checkout.less:L146 */
.mz-checkoutform .mz-shippingSelectedAddressContainer {
  display: flex;
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  .mz-checkoutform .mz-shippingSelectedAddressContainer {
    margin-left: 7px;
  }
}
/* /stylesheets/pages/checkout.less:L152 */
.mz-checkoutform .mz-shippingSelectedAddressContainer .mz-locationIconContainer {
  padding-top: 50px;
  padding-bottom: 25px;
  padding-left: 25px;
}
@media only screen and (max-device-width: 767px) {
  .mz-checkoutform .mz-shippingSelectedAddressContainer .mz-locationIconContainer {
    display: none;
  }
}
/* /stylesheets/pages/checkout.less:L160 */
.mz-checkoutform .mz-shippingSelectedAddressContainer .mz-ShippedAddressContainer {
  margin-top: 10px;
  margin-left: 6px;
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  .mz-checkoutform .mz-shippingSelectedAddressContainer .mz-ShippedAddressContainer {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 389px) and (max-width: 392px) {
  .mz-checkoutform .mz-shippingSelectedAddressContainer .mz-ShippedAddressContainer {
    margin-left: -6px;
  }
}
/* /stylesheets/pages/checkout.less:L170 */
.mz-checkoutform .mz-shippingSelectedAddressContainer .mz-ShippedAddressContainer .mz-shippedContactName {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/pages/checkout.less:L178 */
/* /stylesheets/pages/checkout.less:L179 */
.mz-checkoutform .mz-shippingSelectedAddressContainer .mz-ShippedAddressContainer .mz-addressContainer .mz-shippingAddressOne,
.mz-checkoutform .mz-shippingSelectedAddressContainer .mz-ShippedAddressContainer .mz-addressContainer .mz-shippingAddressTwo,
.mz-checkoutform .mz-shippingSelectedAddressContainer .mz-ShippedAddressContainer .mz-addressContainer .mz-shippingAddressThree,
.mz-checkoutform .mz-shippingSelectedAddressContainer .mz-ShippedAddressContainer .mz-addressContainer .mz-shippingAddressCity,
.mz-checkoutform .mz-shippingSelectedAddressContainer .mz-ShippedAddressContainer .mz-addressContainer .mz-shippingAddressState,
.mz-checkoutform .mz-shippingSelectedAddressContainer .mz-ShippedAddressContainer .mz-addressContainer .mz-shippingAddressCountryCode {
  display: inline-block;
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/pages/checkout.less:L195 */
.mz-checkoutform .mz-shippingSelectedAddressContainer .mz-ShippedAddressContainer .mz-shippingAddressMobile {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/pages/checkout.less:L206 */
.mz-checkoutform .mz-paymentselector-label {
  pointer-events: none;
}
/* /stylesheets/pages/checkout.less:L209 */
.mz-checkoutform label {
  cursor: default;
}
/* /stylesheets/pages/checkout.less:L212 */
.mz-checkoutform a {
  cursor: pointer;
}
/* /stylesheets/pages/checkout.less:L215 */
.mz-checkoutform .mz-checkout-button-link {
  padding: 3px;
  border: 1px solid #cccccc;
  color: #666666;
  background-color: #f7f7f7;
  cursor: pointer;
  margin: 6.25px;
}
/* /stylesheets/pages/checkout.less:L223 */
.mz-checkoutform .mz-checkout-button-link:hover {
  border: 1px solid #999999;
  color: black;
}
/* /stylesheets/pages/checkout.less:L227 */
/* /stylesheets/pages/checkout.less:L228 */
.mz-checkoutform .mz-savedShippingAddressDropdownContainer .mz-shippingAdreessDropdown {
  appearance: none;
  background: url('../resources/images/icons/svg/downArrow.svg'), url('../resources/images/icons/svg/upArrow.svg');
  background-position: 94.7% 69%,100.3% 66%;
  background-size: 14px,35px;
  background-repeat: no-repeat;
  padding-left: 18px;
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  .mz-checkoutform .mz-savedShippingAddressDropdownContainer .mz-shippingAdreessDropdown {
    background-position: 94.5% 69%,101.4% 62%;
    background-size: 16px,40px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 410px) {
  .mz-checkoutform .mz-savedShippingAddressDropdownContainer .mz-shippingAdreessDropdown {
    background-position: 94.7% 69%,101.6% 68%;
    background-size: 16px,40px;
  }
}
@media only screen and (min-width: 411px) and (max-width: 470px) {
  .mz-checkoutform .mz-savedShippingAddressDropdownContainer .mz-shippingAdreessDropdown {
    background-position: 94.7% 69%,101.4% 68%;
    background-size: 16px,40px;
  }
}
@media only screen and (min-width: 471px) and (max-width: 535px) {
  .mz-checkoutform .mz-savedShippingAddressDropdownContainer .mz-shippingAdreessDropdown {
    background-size: 17px,40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
  .mz-checkoutform .mz-savedShippingAddressDropdownContainer .mz-shippingAdreessDropdown {
    background-position: 94.7% 69%,101.3% 66%;
    background-size: 17px,40px;
  }
}
/* /stylesheets/pages/checkout.less:L255 */
.mz-checkoutform .mz-savedShippingAddressDropdownContainer .mz-shippingAdreessDropdown,
.mz-checkoutform .mz-savedShippingAddressDropdownContainer .mz-shippingAdreessDropdown > * {
  color: black;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  .mz-checkoutform .mz-savedShippingAddressDropdownContainer .mz-shippingAdreessDropdown,
  .mz-checkoutform .mz-savedShippingAddressDropdownContainer .mz-shippingAdreessDropdown > * {
    margin-top: 14px;
    padding-top: 8px;
    margin-left: -6px;
  }
}
/* /stylesheets/pages/checkout.less:L269 */
.mz-checkoutform .mz-savedShippingAddressDropdownContainer .mz-editShippingAddressLink a {
  color: #757575;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-align: right;
  margin-top: -20px;
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  .mz-checkoutform .mz-savedShippingAddressDropdownContainer .mz-editShippingAddressLink a {
    margin-right: 31px;
    margin-top: 10px;
  }
}
/* /stylesheets/pages/checkout.less:L286 */
.mz-checkoutform-shipping {
  display: block;
}
/* /stylesheets/pages/checkout.less:L291 */
/* /stylesheets/pages/checkout.less:L292 */
.mz-international-checkout .text-center {
  text-align: center;
}
/* /stylesheets/pages/checkout.less:L295 */
.mz-international-checkout .mz-button {
  text-decoration: none;
}
/* /stylesheets/pages/checkout.less:L298 */
.mz-international-checkout .welcome-mat-widget,
.mz-international-checkout .mz-breadcrumbs,
.mz-international-checkout .mz-pagetitle {
  display: none;
}
/* /stylesheets/pages/checkout.less:L301 */
.mz-international-checkout .mz-messagebar {
  margin-bottom: 50px;
}
/* /stylesheets/pages/checkout.less:L306 */
.is-loading select {
  background-image: url('../resources/images/button-loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: rgba(0, 0, 0, 0.25);
}
/* /stylesheets/pages/checkout.less:L313 */
.mz-checkoutform-shipping-edit {
  padding: 6.25px 6.25px 6.25px 6.25px;
}
/* /stylesheets/pages/checkout.less:L315 */
.mz-checkoutform-shipping-edit .mz-shipping-row {
  margin: 6.25px;
  display: flex;
  flex-wrap: wrap;
}
/* /stylesheets/pages/checkout.less:L319 */
.mz-checkoutform-shipping-edit .mz-shipping-row .mz-shipping-row-item {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
/* /stylesheets/pages/checkout.less:L328 */
/* /stylesheets/pages/checkout.less:L329 */
.mz-l-formfieldgroup-cell > .mz-contactselector {
  width: 327px;
  height: 48px;
  margin-top: 14px;
  margin-left: 12px;
}
/* /stylesheets/pages/checkout.less:L335 */
.mz-l-formfieldgroup-cell .country-saved-contact {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 8px;
  margin-left: 12px;
}
@media only screen and (max-width: 500px) {
  .mz-l-formfieldgroup-cell .country-saved-contact {
    margin-top: 0 !important;
  }
}
/* /stylesheets/pages/checkout.less:L347 */
.mz-l-formfieldgroup-cell .country-saved-contact + .mz-formstep-cancel {
  color: #757575;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-align: right;
  position: absolute;
  top: 6px;
  min-height: fit-content;
}
/* /stylesheets/pages/checkout.less:L367 */
.mz-l-address-guest-container {
  margin-top: 12px;
  margin-left: 20px !important;
}
@media only screen and (min-width: 362px) and (max-width: 410px) {
  .mz-l-address-guest-container {
    margin-left: 0.4em !important;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1140px) {
  .mz-l-address-guest-container {
    margin-top: 12px;
    margin-left: 20px !important;
  }
}
/* /stylesheets/pages/checkout.less:L379 */
@media only screen and (min-width: 390px) and (max-width: 767px) {
  .mz-l-addressform-container {
    margin-left: 0em;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  .mz-l-addressform-container {
    margin-left: -0.5em;
  }
}
/* /stylesheets/pages/checkout.less:L388 */
.mz-l-addressform-container .mz-l-formfieldgroup-cell {
  display: block;
}
/* /stylesheets/pages/checkout.less:L390 */
.mz-l-addressform-container .mz-l-formfieldgroup-cell label {
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: left !important;
  margin-left: 12px;
}
@media only screen and (max-width: 500px) {
  .mz-l-addressform-container .mz-l-formfieldgroup-cell label {
    margin-left: 0;
  }
}
/* /stylesheets/pages/checkout.less:L403 */
.mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-required-field {
  margin-top: -18px;
  float: right;
}
@media only screen and (min-width: 390px) and (max-width: 410px) {
  .mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-required-field {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 411px) and (max-width: 767px) {
  .mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-required-field {
    margin-right: 7em;
  }
}
/* /stylesheets/pages/checkout.less:L416 */
.mz-l-addressform-container .mz-l-formfieldgroup-cell input,
.mz-l-addressform-container .mz-l-formfieldgroup-cell select {
  width: 255px;
  height: 40px;
}
@media only screen and (max-width: 500px) {
  .mz-l-addressform-container .mz-l-formfieldgroup-cell input,
  .mz-l-addressform-container .mz-l-formfieldgroup-cell select {
    width: 300px;
    margin-left: 0;
  }
}
/* /stylesheets/pages/checkout.less:L424 */
.mz-l-addressform-container .mz-l-formfieldgroup-cell select {
  color: #333333;
  font-family: "MSLondon";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
/* /stylesheets/pages/checkout.less:L432 */
.mz-l-addressform-container .mz-l-formfieldgroup-cell input[type="text"],
.mz-l-addressform-container .mz-l-formfieldgroup-cell input[type="number"],
.mz-l-addressform-container .mz-l-formfieldgroup-cell select {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
/* /stylesheets/pages/checkout.less:L439 */
.mz-l-addressform-container .mz-l-formfieldgroup-cell img {
  width: 16px;
  height: 12px;
  margin-left: 10px;
  display: none;
}
/* /stylesheets/pages/checkout.less:L444 */
.mz-l-addressform-container .mz-l-formfieldgroup-cell img.active {
  display: inline;
}
/* /stylesheets/pages/checkout.less:L448 */
@media only screen and (max-width: 500px) {
  .mz-l-addressform-container .mz-l-formfieldgroup-cell select {
    width: 300px;
    margin-left: 0 !important;
  }
}
/* /stylesheets/pages/checkout.less:L456 */
.mz-l-addressform-container .mz-l-formfieldgroup-cell:nth-child(odd) {
  padding-bottom: 9px;
}
/* /stylesheets/pages/checkout.less:L459 */
.mz-l-addressform-container .mz-l-formfieldgroup-cell:nth-child(even) {
  padding-bottom: 12px;
  padding-left: 12px;
}
@media only screen and (max-width: 500px) {
  .mz-l-addressform-container .mz-l-formfieldgroup-cell:nth-child(even) {
    padding-left: 0px;
  }
}
/* /stylesheets/pages/checkout.less:L468 */
/* /stylesheets/pages/checkout.less:L469 */
.mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-address-field {
  width: 530px;
}
@media only screen and (max-width: 500px) {
  .mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-address-field {
    width: 300px;
  }
}
/* /stylesheets/pages/checkout.less:L476 */
/* /stylesheets/pages/checkout.less:L477 */
/* /stylesheets/pages/checkout.less:L478 */
.mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell .address-comments {
  display: flex;
}
/* /stylesheets/pages/checkout.less:L481 */
.mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell .mz-optional-field {
  margin-left: 372px;
}
@media only screen and (min-width: 390px) and (max-width: 410px) {
  .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell .mz-optional-field {
    margin-left: 194px;
  }
}
@media only screen and (min-width: 411px) and (max-width: 767px) {
  .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell .mz-optional-field {
    margin-left: 14em;
  }
}
/* /stylesheets/pages/checkout.less:L490 */
.mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell .makedefaultCheckbox {
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  border: 1px solid #cccccc;
  background-color: white;
  margin-left: 13px;
}
@media only screen and (max-width: 500px) {
  .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell .makedefaultCheckbox {
    margin-left: 5px;
  }
}
/* /stylesheets/pages/checkout.less:L503 */
.mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell .makedefaultText {
  display: block;
  height: 24px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 45px;
  margin-top: -25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell .makedefaultText {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 1025px) {
  .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell {
    margin-top: 9px;
  }
}
/* /stylesheets/pages/checkout.less:L525 */
.mz-l-addressform-container .mz-addressform-comments .mz-address-field,
.mz-l-addressform-container .mz-addressform-comments .mz-addressform-comments-field {
  width: 530px;
}
@media only screen and (min-width: 374px) and (max-width: 377px) {
  .mz-l-addressform-container .mz-addressform-comments .mz-address-field,
  .mz-l-addressform-container .mz-addressform-comments .mz-addressform-comments-field {
    width: 310px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 767px) {
  .mz-l-addressform-container .mz-addressform-comments .mz-address-field,
  .mz-l-addressform-container .mz-addressform-comments .mz-addressform-comments-field {
    width: 316px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1070px) {
  .mz-l-addressform-container .mz-addressform-comments .mz-address-field,
  .mz-l-addressform-container .mz-addressform-comments .mz-addressform-comments-field {
    width: 350px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1190px) {
  .mz-l-addressform-container .mz-addressform-comments .mz-address-field,
  .mz-l-addressform-container .mz-addressform-comments .mz-addressform-comments-field {
    width: 500px;
  }
}
/* /stylesheets/pages/checkout.less:L541 */
.mz-l-addressform-container .mz-addressform-comments .mz-addressform-comments-field {
  height: 110px;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  margin-bottom: 6px;
}
@media only screen and (max-width: 500px) {
  .mz-l-addressform-container .mz-addressform-comments .mz-addressform-comments-field {
    height: 150px;
    margin-left: 0;
  }
}
/* /stylesheets/pages/checkout.less:L554 */
/* /stylesheets/pages/checkout.less:L555 */
.mz-l-addressform-container .mz-addressform-addresstype .mz-address-type {
  display: flex;
  padding-bottom: 0;
}
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/pages/checkout.less:L562 */
.mz-l-addressform-container .mz-addressform-addresstype .address-home {
  display: flex;
}
/* /stylesheets/pages/checkout.less:L564 */
.mz-l-addressform-container .mz-addressform-addresstype .address-home .label-home {
  margin-top: -10px;
  margin-left: 8px !important;
}
/* /stylesheets/pages/checkout.less:L569 */
/* /stylesheets/pages/checkout.less:L570 */
.mz-l-addressform-container .mz-addressform-addresstype .address-home input[type="radio"]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #005640;
  box-shadow: 0 0 5px 0 #dddddd;
  border-radius: 50%;
  border: 3px solid #eeeeee;
  display: block;
}
/* /stylesheets/pages/checkout.less:L581 */
.mz-l-addressform-container .mz-addressform-addresstype .address-office {
  display: flex;
  margin-left: -50px;
}
/* /stylesheets/pages/checkout.less:L584 */
.mz-l-addressform-container .mz-addressform-addresstype .address-office .label-office {
  margin-top: -10px;
  margin-left: 8px !important;
}
/* /stylesheets/pages/checkout.less:L589 */
/* /stylesheets/pages/checkout.less:L590 */
.mz-l-addressform-container .mz-addressform-addresstype .address-office input[type="radio"]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #005640;
  box-shadow: 0 0 5px 0 #dddddd;
  border-radius: 50%;
  border: 3px solid #eeeeee;
  display: block;
}
/* /stylesheets/pages/checkout.less:L604 */
@media only screen and (min-width: 1001px) {
  .mz-l-column-shipmentInfo {
    width: 720px;
    margin-left: 87px;
    margin-right: 110px;
  }
}
/* /stylesheets/pages/checkout.less:L611 */
.mz-checkoutform-delivery {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-delivery {
    display: contents;
  }
}
/* /stylesheets/pages/checkout.less:L618 */
.mz-checkoutform-delivery .mz-checkout-collection,
.mz-checkoutform-delivery .mz-checkout-delivery {
  width: 345px;
  height: 58px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
}
/* /stylesheets/pages/checkout.less:L625 */
.mz-checkoutform-delivery .mz-checkout-collection label,
.mz-checkoutform-delivery .mz-checkout-delivery label {
  margin-left: 8px;
  margin-top: 20px;
  position: absolute;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-delivery .mz-checkout-collection,
  .mz-checkoutform-delivery .mz-checkout-delivery {
    width: 96%;
  }
}
@media only screen and (min-width: 711px) and (max-width: 715px) {
  .mz-checkoutform-delivery .mz-checkout-collection,
  .mz-checkoutform-delivery .mz-checkout-delivery {
    width: 336px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mz-checkoutform-delivery .mz-checkout-collection,
  .mz-checkoutform-delivery .mz-checkout-delivery {
    width: 50%;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1091px) and (max-width: 1200px) {
  .mz-checkoutform-delivery .mz-checkout-collection,
  .mz-checkoutform-delivery .mz-checkout-delivery {
    width: 50%;
    margin-right: 20px;
  }
}
/* /stylesheets/pages/checkout.less:L646 */
/* /stylesheets/pages/checkout.less:L647 */
.mz-checkoutform-delivery .mz-checkout-collection img,
.mz-checkoutform-delivery .mz-checkout-delivery img {
  margin-left: 20px;
  margin-top: 4px;
}
/* /stylesheets/pages/checkout.less:L652 */
.mz-checkoutform-delivery .mz-checkout-collection.active,
.mz-checkoutform-delivery .mz-checkout-delivery.active {
  height: 54px;
  border: 3px solid black;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-delivery .mz-checkout-collection.active,
  .mz-checkoutform-delivery .mz-checkout-delivery.active {
    width: 95%;
  }
}
/* /stylesheets/pages/checkout.less:L660 */
.mz-checkoutform-delivery .mz-checkout-collection.mz-disableCollection,
.mz-checkoutform-delivery .mz-checkout-delivery.mz-disableDelivery {
  pointer-events: none;
}
/* /stylesheets/pages/checkout.less:L664 */
@media only screen and (max-width: 500px) {
  .mz-checkoutform-delivery .mz-checkout-delivery {
    margin-top: 10px;
  }
}
/* /stylesheets/pages/checkout.less:L669 */
.mz-checkoutform-delivery .radio-collection,
.mz-checkoutform-delivery .radio-delivery {
  width: 36px;
  position: absolute;
  height: 36px;
  color: #333333;
  left: 222px;
  bottom: -5px;
}
/* /stylesheets/pages/checkout.less:L677 */
.mz-checkoutform-delivery .active {
  background-image: url('../resources/images/icons/Tick.svg');
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: 97% center;
}
/* /stylesheets/pages/checkout.less:L684 */
.mz-addresssummary {
  position: relative;
}
/* /stylesheets/pages/checkout.less:L686 */
.mz-addresssummary .mz-checkout-address-change {
  position: absolute;
  right: 33px;
  top: 33px;
}
/* /stylesheets/pages/checkout.less:L692 */
.mz-checkoutform-shippingaddress.is-invalid {
  background-color: white !important;
  border-left: none !important;
}
/* /stylesheets/pages/checkout.less:L696 */
/* /stylesheets/pages/checkout.less:L697 */
.mz-checkoutform-shippingaddress .mz-formstep-body {
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  
}
@media only screen and (max-width: 700px) {
  .mz-checkoutform-shippingaddress {
    width: 96%;
  }
}
/* /stylesheets/pages/checkout.less:L708 */
/* /stylesheets/pages/checkout.less:L716 */
.mz-formstep-header {
  font-size: 20px;
  font-weight: 600 !important;
  font-family: 'MSLondon';
  color: #333333;
  line-height: 24px;
  letter-spacing: 0;
}
/* /stylesheets/pages/checkout.less:L723 */
.mz-formstep-header.mz-checkoutform-header {
  border-bottom: none;
  padding: 6.25px 0;
  background-color: white;
  color: #333333;
}
/* /stylesheets/pages/checkout.less:L728 */
.mz-formstep-header.mz-checkoutform-header > a {
  color: white;
  padding-right: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-formstep-header.mz-checkoutform-header {
    width: 96%;
  }
}
/* /stylesheets/pages/checkout.less:L737 */
/* /stylesheets/pages/checkout.less:L738 */
/* /stylesheets/pages/checkout.less:L743 */
/* /stylesheets/pages/checkout.less:L744 */
.mz-checkoutform-shippingmethod .mz-formstep-body.mz-checkoutform {
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-shippingmethod .mz-formstep-body.mz-checkoutform {
    width: 98%;
  }
}
/* /stylesheets/pages/checkout.less:L751 */
@media only screen and (max-width: 500px) {
  /* /stylesheets/pages/checkout.less:L753 */
  .mz-checkoutform-shippingmethod.is-complete .selected-shipmethod-div {
    height: auto;
    min-height: 88px;
  }
  /* /stylesheets/pages/checkout.less:L757 */
  /* /stylesheets/pages/checkout.less:L758 */
  .mz-checkoutform-shippingmethod.is-complete .display-shipmentmethod-div img {
    display: none;
  }
  /* /stylesheets/pages/checkout.less:L761 */
  .mz-checkoutform-shippingmethod.is-complete .display-shipmentmethod-div .delivery-days-div {
    margin: -0.2em 0 0 0.5em;
  }
  /* /stylesheets/pages/checkout.less:L764 */
  .mz-checkoutform-shippingmethod.is-complete .display-shipmentmethod-div .mz-changeShipmentMethodButton .shipment-change-button {
    margin-top: -1em;
    margin-left: 1em;
  }
}
/* /stylesheets/pages/checkout.less:L770 */
.mz-checkoutform-shippingmethod.is-complete .delivery-days-div {
  margin: 10px 0 0 31px;
}
/* /stylesheets/pages/checkout.less:L773 */
/* /stylesheets/pages/checkout.less:L774 */
.mz-checkoutform-shippingmethod.is-incomplete .delivery-days-div {
  margin: 10px 0 0 10px;
}
/* /stylesheets/pages/checkout.less:L777 */
.mz-formstep-header.mz-checkoutform-header > a {
  color: #757575;
}
/* /stylesheets/pages/checkout.less:L781 */
/* /stylesheets/pages/checkout.less:L782 */
.mz-checkoutform-shippingaddress .mz-formstep-next {
  position: relative;
  bottom: 8px;
  margin-left: -22px;
}
/* /stylesheets/pages/checkout.less:L788 */
/* /stylesheets/pages/checkout.less:L789 */
.mz-formstep-body > .mz-formstep-edit {
  float: right;
  top: 6.25px;
  position: relative;
}
/* /stylesheets/pages/checkout.less:L796 */
/* /stylesheets/pages/checkout.less:L799 */
/* /stylesheets/pages/checkout.less:L800 */
.mz-l-addressform-container .mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-address-city,
.mz-l-addressform-container .mz-l-addressform-container .mz-l-formfieldgroup-cell .billing-country,
.mz-l-addressform-container .mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-address-state {
  background-color: transparent;
}
/* /stylesheets/pages/checkout.less:L805 */
.mz-l-addressform-container .mz-l-addressform-container .mz-l-formfieldgroup-cell label {
  margin-left: 12px;
  text-align: start;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  color: #333333;
}
/* /stylesheets/pages/checkout.less:L813 */
.mz-l-addressform-container .mz-l-addressform-container .mz-l-formfieldgroup-cell .is-required {
  color: #333333 !important;
}
/* /stylesheets/pages/checkout.less:L820 */
.mz-checkoutform-title {
  margin: 0 0 6.25px;
  padding: 0 0 3.125px;
  font-size: 16px;
  border-bottom: none;
}
/* /stylesheets/pages/checkout.less:L827 */
.mz-shipping-method-address {
  width: 100%;
  display: flex;
}
/* /stylesheets/pages/checkout.less:L830 */
.mz-shipping-method-address .mz-l-formfieldgroup-cell {
  flex-grow: 1;
  margin-left: 25px;
  padding: 6.25px 0px 6.25px 0px;
}
/* /stylesheets/pages/checkout.less:L838 */
/* /stylesheets/pages/checkout.less:L839 */
.mz-shipping-method-items div {
  margin-left: 25px;
}
/* /stylesheets/pages/checkout.less:L842 */
.mz-shipping-method-items span {
  padding: 6.25px;
}
/* /stylesheets/pages/checkout.less:L846 */
.mz-shipping-method-section {
  margin: 12.5px;
}
/* /stylesheets/pages/checkout.less:L850 */
/* /stylesheets/pages/checkout.less:L852 */
.mz-l-formfieldgroup .mz-payment-select-saved-payments {
  width: 260px;
  margin-top: 6.25px;
}
/* /stylesheets/pages/checkout.less:L857 */
/* /stylesheets/pages/checkout.less:L858 */
.mz-l-formfieldgroup .mz-paymenttypes .mz-paymenttype {
  text-align: left;
  margin: 4px 0;
}
/* /stylesheets/pages/checkout.less:L863 */
.mz-l-formfieldgroup .mz-paymenttypes input {
  display: inline-block;
  vertical-align: middle;
}
/* /stylesheets/pages/checkout.less:L868 */
.mz-l-formfieldgroup .mz-paymenttypes .mz-paymenttype-label {
  display: inline-block;
  vertical-align: middle;
}
/* /stylesheets/pages/checkout.less:L874 */
/* /stylesheets/pages/checkout.less:L875 */
.mz-checkoutform-review .mz-checkoutform {
  border: none;
}
/* /stylesheets/pages/checkout.less:L880 */
/* /stylesheets/pages/checkout.less:L881 */
.mz-l-formfieldgroup-norows p {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}
/* /stylesheets/pages/checkout.less:L887 */
/* /stylesheets/pages/checkout.less:L888 */
.mz-addressform-addresstype .home-address,
.mz-addressform-addresstype .office-address {
  width: 18px !important;
  height: 18px !important;
  margin-top: -10px;
}
/* /stylesheets/pages/checkout.less:L895 */
@media only screen and (max-width: 500px) {
  .mz-addressform-addresstype .home-address,
  .mz-addressform-addresstype .address-office {
    margin-left: -40px !important;
  }
}
/* /stylesheets/pages/checkout.less:L900 */
@media only screen and (max-width: 500px) {
  .mz-addressform-addresstype .label-home,
  .mz-addressform-addresstype .label-office {
    margin-left: 10px !important;
  }
}
/* /stylesheets/pages/checkout.less:L905 */
@media only screen and (max-width: 500px) {
  .mz-addressform-addresstype .office-address {
    margin-left: 60px !important;
  }
}
/* /stylesheets/pages/checkout.less:L910 */
.mz-addressform-addresstype .address-type-image {
  width: 16px;
  height: 12px;
  margin-left: -38px;
  margin-top: -9px;
}
@media only screen and (max-width: 500px) {
  .mz-addressform-addresstype .address-type-image {
    margin-left: 15px !important;
  }
}
/* /stylesheets/pages/checkout.less:L920 */
/* /stylesheets/pages/checkout.less:L921 */
/* /stylesheets/pages/checkout.less:L927 */
/* /stylesheets/pages/checkout.less:L928 */
@media only screen and (max-width: 500px) {
  .mz-guestcheckout-page .mz-l-pagecontent {
    padding: 25px 8px;
  }
}
/* /stylesheets/pages/checkout.less:L933 */
@media only screen and (max-width: 500px) {
  .mz-guestcheckout-page .mz-login-main-container {
    margin-left: 0!important;
    width: 100%!important;
    margin-top: 0!important;
  }
}
/* /stylesheets/pages/checkout.less:L939 */
@media only screen and (max-width: 500px) {
  .mz-guestcheckout-page .mz-login-main-container .mz-pagetitle {
    font-size: 14px!important;
    font-weight: 600!important;
    letter-spacing: 0!important;
    line-height: 18px!important;
    padding-bottom: 3px;
  }
}
/* /stylesheets/pages/checkout.less:L948 */
/* /stylesheets/pages/checkout.less:L949 */
@media only screen and (max-width: 500px) {
  .mz-guestcheckout-page .mz-login-main-container .mz-signup-footer .mz-signup-query {
    margin-top: 24px!important;
    margin-left: 0;
  }
}
/* /stylesheets/pages/checkout.less:L957 */
.mz-guestcheckout-page .mz-signup-header-container {
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-guestcheckout-page .mz-signup-header-container {
    margin-bottom: 20px;
  }
}
/* /stylesheets/pages/checkout.less:L963 */
/* /stylesheets/pages/checkout.less:L970 */
/* /stylesheets/pages/checkout.less:L971 */
@media only screen and (max-width: 500px) {
  .mz-guestcheckout-page .guest-checkout-main-container .guest-checkout-container .mz-login-div {
    margin-top: 5px;
  }
}
/* /stylesheets/pages/checkout.less:L977 */
/* /stylesheets/pages/checkout.less:L978 */
.mz-guestcheckout-page .guest-checkout-main-container .mz-login-form-main-container .mz-bottom-gueatcheckout {
  margin: 208px 19px 85px 19px;
}
/* /stylesheets/pages/checkout.less:L981 */
@media (min-width: 389px) and (max-width: 400px) {
  .mz-guestcheckout-page .guest-checkout-main-container .mz-login-form-main-container .text-input {
    max-width: 95%!important;
  }
}
/* /stylesheets/pages/checkout.less:L986 */
@media (min-width: 389px) and (max-width: 400px) {
  .mz-guestcheckout-page .guest-checkout-main-container .mz-login-form-main-container .mz-login-div {
    width: 100%!important;
  }
}
/* /stylesheets/pages/checkout.less:L993 */
@media only screen and (max-width: 500px) {
  .mz-guestcheckout-page .mz-breadcrumbs {
    display: none;
  }
}
/* /stylesheets/pages/checkout.less:L998 */
/* /stylesheets/pages/checkout.less:L999 */
@media (min-width: 768px) {
  .mz-guestcheckout-page .mz-login-main-container .mz-pagetitle {
    margin: 0 0 5px!important;
  }
}
/* /stylesheets/pages/checkout.less:L1006 */
/* /stylesheets/pages/checkout.less:L1007 */
.guest-checkout-main-container .mz-signup-header-container .mz-pagetitle {
  margin-bottom: 0;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 0;
}
@media (max-width: 768px) and (min-width: 501px) {
  .guest-checkout-main-container .mz-signup-header-container .mz-pagetitle {
    margin-top: -25px !important;
  }
}
/* /stylesheets/pages/checkout.less:L1020 */
.guest-checkout-main-container .return-arrow {
  display: none;
}
/* /stylesheets/pages/checkout.less:L1023 */
.guest-checkout-main-container .mz-signup-header-container .mz-signup-info {
  height: auto !important;
  font-weight: 600;
  font-size: 36px;
}
@media only screen and (max-width: 500px) {
  .guest-checkout-main-container .mz-signup-header-container .mz-signup-info {
    display: block !important;
    color: #333333;
    font-family: 'MSLondon', sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
  }
}
/* /stylesheets/pages/checkout.less:L1038 */
/* /stylesheets/pages/checkout.less:L1050 */
.guest-checkout-main-container .guest-checkout-signin-container .text-input {
  margin-bottom: 15px  !important;
}
/* /stylesheets/pages/checkout.less:L1058 */
.guest-checkout-main-container .guest-checkout-signin-container .element-div {
  margin-top: 0 !important;
}
/* /stylesheets/pages/checkout.less:L1071 */
@media only screen and (min-width: 389px) and (max-width: 400px) {
  .guest-checkout-main-container .guest-checkout-signin-container .eye {
    margin-right: 30px;
  }
}
/* /stylesheets/pages/checkout.less:L1076 */
@media only screen and (min-width: 389px) and (max-width: 400px) {
  .guest-checkout-main-container .guest-checkout-signin-container .mz-forgot {
    margin: 10px 7px 15px 0px;
  }
}
/* /stylesheets/pages/checkout.less:L1093 */
/* /stylesheets/pages/checkout.less:L1094 */
.guest-checkout-main-container .guest-checkout-container .text-input {
  margin-bottom: 15px  !important;
}
/* /stylesheets/pages/checkout.less:L1097 */
.guest-checkout-main-container .guest-checkout-container .mz-login-div {
  margin-top: 8px;
}
/* /stylesheets/pages/checkout.less:L1101 */
.guest-checkout-main-container .text-input {
  margin-bottom: 25px  !important;
}
/* /stylesheets/pages/checkout.less:L1103 */
.guest-checkout-main-container .text-input::placeholder {
  color: #757575;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/checkout.less:L1112 */
.guest-checkout-main-container .mz-signup-footer .mz-footer-link {
  font-weight: 600;
  cursor: pointer;
}
/* /stylesheets/pages/checkout.less:L1116 */
.guest-checkout-main-container .mz-signup-query {
  margin-top: 35px  !important;
  text-align: center;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 15px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: underline;
}
/* /stylesheets/pages/checkout.less:L1127 */
/* /stylesheets/pages/checkout.less:L1128 */
/* /stylesheets/pages/checkout.less:L1129 */
.guest-checkout-main-container .mz-login-form-main-container .mz-signup-footer .mz-privacy-policy {
  display: none;
}
/* /stylesheets/pages/checkout.less:L1133 */
.guest-checkout-main-container .mz-login-form-main-container .mz-bottom-gueatcheckout {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  border-top: 1px solid #979797;
  margin: 208px 94px 0 94px;
}
@media only screen and (max-width: 500px) {
  .guest-checkout-main-container .mz-login-form-main-container .mz-bottom-gueatcheckout {
    margin: 55px 19px 300px 19px;
  }
}
/* /stylesheets/pages/checkout.less:L1145 */
/* /stylesheets/pages/checkout.less:L1146 */
/* /stylesheets/pages/checkout.less:L1147 */
@media only screen and (max-width: 500px) {
  .guest-checkout-main-container .mz-login-form-main-container .element-div .mz-l-formfieldgroup-cell .text-input {
    max-width: 95%;
  }
}
/* /stylesheets/pages/checkout.less:L1157 */
@media only screen and (max-width: 500px) {
  .guest-checkout-main-container .mz-login-form-main-container .mz-signup-query {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .guest-checkout-main-container .mz-login-form-main-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  
}
/* /stylesheets/pages/checkout.less:L1188 */
/* /stylesheets/pages/checkout.less:L1189 */
.mz-formstep-next .mz-button {
  width: 288px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  background-color: #bed855;
  background-image: url('../resources/images/icons/Lock.svg');
  background-repeat: no-repeat;
  background-position: 58px;
  background-size: 21px;
  float: right;
  margin-bottom: 55px;
}
/* /stylesheets/pages/checkout.less:L1203 */
.mz-formstep-next .mz-button:hover {
  background-color: #bed855;
}
/* /stylesheets/pages/checkout.less:L1208 */
.mz-formstep-next .address-button {
  top: 0;
  background-color: #627786;
  color: white;
  position: absolute;
  margin-top: -62px;
  margin-left: 34px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0;
  width: 294px;
  height: 48px;
  border-radius: revert;
  left: 16px;
}
/* /stylesheets/pages/checkout.less:L1223 */
.mz-formstep-next .address-button:hover {
  background-color: #627786;
}
/* /stylesheets/pages/checkout.less:L1226 */
@media only screen and (max-width: 500px) {
  .mz-formstep-next .address-button.mz-addressSaveButton {
    width: 50% !important;
    top: 0 !important;
    margin-top: -3.3em !important;
  }
}
@media only screen and (min-width: 1137px) and (max-width: 1139px) {
  .mz-formstep-next .address-button {
    width: 243px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 715px) {
  .mz-formstep-next .address-button {
    margin-left: 28px;
  }
}
/* /stylesheets/pages/checkout.less:L1240 */
.mz-formstep-next .address-selected-button {
  margin-top: -69px !important;
}
/* /stylesheets/pages/checkout.less:L1243 */
.mz-formstep-next .address-guest-button {
  margin-top: -54px;
  margin-left: 28px;
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  .mz-formstep-next .address-guest-button {
    margin-left: 12px;
    width: 319px;
    margin-top: -28px !important;
  }
}
@media only screen and (min-width: 390px) and (max-width: 409px) {
  .mz-formstep-next .address-guest-button {
    top: 0em;
    width: 333px;
  }
}
@media only screen and (min-width: 410px) and (max-width: 415px) {
  .mz-formstep-next .address-guest-button {
    margin-top: -68px !important;
    width: 330px !important;
    margin-left: 20px !important;
  }
}
/* /stylesheets/pages/checkout.less:L1264 */
/* /stylesheets/pages/checkout.less:L1265 */
.mz-formstep-next .address-button.active {
  top: -7px !important;
  left: 14px !important;
}
@media only screen and (min-width: 390px) and (max-width: 410px) {
  .mz-formstep-next .address-button.active {
    width: 163px !important;
    left: -0.5em !important;
  }
}
@media only screen and (min-width: 411px) and (max-width: 470px) {
  .mz-formstep-next .address-button.active {
    width: 163px;
    left: -0.5em !important;
  }
}
@media only screen and (min-width: 390px) and (max-width: 700px) {
  .mz-formstep-next .address-button.active {
    top: -0.8em !important;
  }
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  .mz-formstep-next .address-button.active {
    margin-left: 13px;
    width: 144px;
    top: 41px !important;
  }
}
/* /stylesheets/pages/checkout.less:L1288 */
.mz-formstep-next .save-button {
  width: 265px;
  bottom: -75px;
  left: 28px;
  position: absolute;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0;
  background-color: #627786;
  color: white;
}
@media only screen and (max-width: 500px) {
  .mz-formstep-next .save-button {
    width: 163px;
    margin-left: -18px;
    bottom: -75px;
  }
}
/* /stylesheets/pages/checkout.less:L1304 */
.mz-formstep-next .payment-next {
  margin-top: 68px;
}
/* /stylesheets/pages/checkout.less:L1310 */
@media only screen and (min-width: 390px) and (max-width: 1023px) {
  .mz-loginpage .mz-l-pagecontent {
    overflow-x: hidden;
  }
}
/* /stylesheets/pages/checkout.less:L1316 */
/* /stylesheets/pages/checkout.less:L1317 */
.mz-l-container .mz-checkoutBannerContainer {
  box-sizing: border-box;
  height: 82px;
  width: 86%;
  border: 1px solid #ffcd00;
  border-radius: 3px;
  background-color: #ffffca;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -1.7em;
  margin-left: 7em;
}
@media only screen and (max-width: 500px) {
  .mz-l-container .mz-checkoutBannerContainer {
    height: 122px;
    width: 94%;
    margin-left: 1em;
    top: 3.2em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .mz-l-container .mz-checkoutBannerContainer {
    width: 99%;
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 711px) and (max-width: 715px) {
  .mz-l-container .mz-checkoutBannerContainer {
    width: 98%;
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1070px) {
  .mz-l-container .mz-checkoutBannerContainer {
    top: -0.7em;
  }
}
/* /stylesheets/pages/checkout.less:L1349 */
.mz-l-container .mz-checkoutBannerContainer .mz-help-icon {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 412px) and (max-width: 475px) {
  .mz-l-container .mz-checkoutBannerContainer .mz-help-icon {
    margin-right: 0px;
    margin-left: -2em;
  }
}
@media only screen and (min-width: 476px) and (max-width: 539px) {
  .mz-l-container .mz-checkoutBannerContainer .mz-help-icon {
    margin-right: 0px;
    margin-left: -4em;
  }
}
@media only screen and (max-width: 500px) {
  .mz-l-container .mz-checkoutBannerContainer .mz-help-icon {
    margin-bottom: 4em;
  }
}
/* /stylesheets/pages/checkout.less:L1366 */
.mz-l-container .mz-checkoutBannerContainer .mz-checkoutBannerMessage {
  width: 602px;
  color: black;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: left;
}
@media only screen and (max-width: 500px) {
  .mz-l-container .mz-checkoutBannerContainer .mz-checkoutBannerMessage {
    width: 281px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 412px) and (max-width: 475px) {
  .mz-l-container .mz-checkoutBannerContainer .mz-checkoutBannerMessage {
    margin-left: 1em;
  }
}
/* /stylesheets/pages/checkout.less:L1386 */
/* /stylesheets/pages/checkout.less:L1387 */
.mz-checkout .mz-l-2column-right .mz-l-column {
  margin-right: 20px !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1090px) {
  .mz-checkout .mz-l-2column-right .mz-l-column {
    margin-right: 11% !important;
  }
}
@media only screen and (min-width: 1091px) and (max-width: 1200px) {
  .mz-checkout .mz-l-2column-right .mz-l-column {
    margin-right: 7% !important;
  }
}
/* /stylesheets/pages/checkout.less:L1402 */
/* /stylesheets/pages/checkout.less:L1403 */
@media only screen and (min-width: 1024px) and (max-width: 1090px) {
  .mz-checkout .mz-formstep {
    width: 61%;
  }
}
@media only screen and (min-width: 1091px) and (max-width: 1200px) {
  .mz-checkout .mz-formstep {
    width: 80%;
  }
}
/* /stylesheets/pages/checkout.less:L1413 */
/* /stylesheets/pages/checkout.less:L1414 */
.mz-checkout .mz-checkoutform {
  padding-left: 7.5px;
}
/* /stylesheets/pages/checkout.less:L1419 */
/* /stylesheets/pages/checkout.less:L1420 */
.mz-checkout .mz-checkoutform-header {
  margin-top: 0;
}
/* /stylesheets/pages/checkout.less:L1425 */
/* /stylesheets/pages/checkout.less:L1426 */
.mz-checkout .mz-downhr-checkout {
  margin-bottom: 25px;
}
/* /stylesheets/pages/checkout.less:L1431 */
/* /stylesheets/pages/checkout.less:L1432 */
.mz-checkout .mz-messagebar {
  margin-left: 45px;
  margin-right: 53px;
}
@media only screen and (min-width: 710px) and (max-width: 714px) {
  .mz-checkout .mz-messagebar {
    margin-left: 5px;
    margin-right: 4px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 825px) and (orientation: portrait) {
  .mz-checkout .mz-messagebar {
    margin-left: 4px;
    margin-right: 3px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1182px) {
  .mz-checkout .mz-messagebar {
    margin-left: 45px;
    margin-right: 28px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1140px) {
  .mz-checkout .mz-messagebar {
    margin-right: 25px !important;
  }
}
/* /stylesheets/pages/checkout.less:L1455 */
.mz-checkout .mz-messagebar .mz-message-item {
  white-space: normal !important;
}
@media only screen and (max-width: 500px) {
  .mz-checkout .mz-messagebar {
    margin-left: 3px;
    margin-right: 5px;
    width: 97%;
    white-space: normal;
  }
}
/* /stylesheets/pages/checkout.less:L1467 */
.selected-shipmethod-div {
  height: 122px;
  display: flex;
  flex-direction: column;
}
/* /stylesheets/pages/checkout.less:L1473 */
.display-shipmentname {
  margin-left: 19px;
  height: 28px;
  width: 100%;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/pages/checkout.less:L1486 */
.display-shipmentname-selected {
  margin-left: 19px;
  height: 28px;
  width: 13%;
  color: #333333;
  font-family: "MSLondon";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 9px;
}
@media only screen and (max-width: 500px) {
  .display-shipmentname-selected {
    margin-top: -25px;
    width: 28%;
    margin-left: 48px;
  }
}
/* /stylesheets/pages/checkout.less:L1502 */
@media only screen and (max-width: 500px) {
  .display-shipmentname-selected .mz-locationIcon {
    display: none;
  }
}
/* /stylesheets/pages/checkout.less:L1509 */
.display-shipmentmethod-div {
  display: flex;
  padding: 34px;
  padding-left: 25px;
}
@media only screen and (max-width: 500px) {
  .display-shipmentmethod-div {
    padding-left: 0px;
  }
}
/* /stylesheets/pages/checkout.less:L1518 */
.shipment-change-button {
  color: #757575;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  /* text-align: right; */
  float: right;
  /* position: absolute; */

  /* right: 147px; */

}
/* /stylesheets/pages/checkout.less:L1531 */
.mz-confirm-delivery-btn {
  height: 48px;
  width: 300px;
  background-color: #627786;
  color: white;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  margin-left: 156px;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-confirm-delivery-btn {
    margin-left: 46px;
    width: 289px;
  }
}
/* /stylesheets/pages/checkout.less:L1549 */
/* /stylesheets/pages/checkout.less:L1550 */
.selected-shipmethod-div .container-radio {
  margin-top: 4px;
}
/* /stylesheets/pages/checkout.less:L1554 */
/* /stylesheets/pages/checkout.less:L1555 */
.new-shipment-method-div .display-shipmentname {
  margin-left: 23px !important;
}
/* /stylesheets/pages/checkout.less:L1559 */
.checkout-method-div {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .checkout-method-div {
    display: block;
  }
}
/* /stylesheets/pages/checkout.less:L1565 */
.selected-shipmethod-div-new {
  padding-left: 23px;
  padding-top: 23px;
}
@media only screen and (max-width: 500px) {
  .selected-shipmethod-div-new {
    padding-left: 0px;
  }
}
/* /stylesheets/pages/checkout.less:L1573 */
.type-of-delivery {
  height: 21px;
  width: 140px;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: -10px;
}
/* /stylesheets/pages/checkout.less:L1584 */
.deliverydays {
  height: 18px;
  width: 160px;
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .deliverydays {
    margin-top: 10px;
  }
}
/* /stylesheets/pages/checkout.less:L1598 */
.delivery-days-div {
  margin: 10px 0 0 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .delivery-days-div {
    margin: 13px 0 0 18px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 376px) {
  .delivery-days-div {
    margin: 17px 0 0 47px;
  }
}
@media only screen and (min-width: 378px) and (max-width: 414px) {
  .delivery-days-div {
    margin: 17px 0 0 47px;
  }
}
/* /stylesheets/pages/checkout.less:L1620 */
/* /stylesheets/pages/checkout.less:L1622 */
.selected-shipmethod-div-new .container-radio {
  margin-top: 17px;
  display: block;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  margin-left: 18px;
  cursor: pointer !important;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* /stylesheets/pages/checkout.less:L1638 */
.selected-shipmethod-div-new .container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* /stylesheets/pages/checkout.less:L1647 */
.selected-shipmethod-div-new .checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
@media only screen and (max-width: 500px) {
  .selected-shipmethod-div-new .checkmark-radio {
    margin-top: 5px;
  }
}
/* /stylesheets/pages/checkout.less:L1662 */
.selected-shipmethod-div-new .container-radio:hover input ~ .checkmark-radio {
  background-color: white;
}
/* /stylesheets/pages/checkout.less:L1666 */
.selected-shipmethod-div-new .checkmark-radio-selected {
  background-color: #005640 !important;
}
/* /stylesheets/pages/checkout.less:L1670 */
.selected-shipmethod-div-new .container-radio input:checked ~ .checkmark-radio {
  background-color: #005640;
  height: 10px;
  width: 11px;
}
/* /stylesheets/pages/checkout.less:L1677 */
.selected-shipmethod-div-new .checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}
/* /stylesheets/pages/checkout.less:L1684 */
.selected-shipmethod-div-new .container-radio input:checked ~ .checkmark-radio:after {
  display: block;
}
/* /stylesheets/pages/checkout.less:L1689 */
.selected-shipmethod-div-new .container-radio .checkmark-radio:after {
  top: -5px;
  left: -5px;
  height: 12px;
  width: 13px;
  border-radius: 50%;
  border: 3px solid #cccccc;
  padding: 1px;
}
/* /stylesheets/pages/checkout.less:L1699 */
.add-input-border {
  border: 1px solid black !important;
}
/* /stylesheets/pages/checkout.less:L1702 */
@media only screen and (min-width: 360px) and (max-width: 376px) {
  .comments-image {
    margin-left: -4px;
  }
}
/* /stylesheets/pages/checkout.less:L1708 */
.mz-checkout-sticky-place-order-btn {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100vw;
}
/* /stylesheets/pages/checkout.less:L1713 */
.mz-checkout-sticky-place-order-btn .mz-sticky-padding {
  padding: 10px;
}
/* /stylesheets/pages/checkout.less:L1716 */
.mz-checkout-sticky-place-order-btn .mz-checkout-sticky-order-total {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 1px 10px 7px 10px;
}
/* /stylesheets/pages/checkout.less:L1722 */
.mz-checkout-sticky-place-order-btn .mz-checkout-sticky-order-total .mz-checkout-sticky-total {
  font-weight: bold;
}
/* /stylesheets/pages/checkout.less:L1727 */
.mz-checkout-sticky-place-order-btn .place-order-sticky-btn {
  margin-bottom: 0px;
  background-color: #bed855;
  color: #333333;
  border: none !important;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  height: 40px;
}
/* /stylesheets/pages/checkout.less:L1739 */
.mz-checkout-sticky-place-order-btn .place-order-sticky-btn .mz-sticky-lock {
  width: 21px;
  padding-right: 8px;
  height: 21px;
  position: relative;
  bottom: 2px;
}
/* /stylesheets/pages/checkout.less:L1746 */
.mz-checkout-sticky-place-order-btn .place-order-sticky-btn:disabled {
  background-color: #cccccc !important;
}
/* /stylesheets/pages/checkout.less:L1752 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* /stylesheets/pages/checkout.less:L1758 */
input[type=number] {
  -moz-appearance: textfield;
}
/* /stylesheets/pages/checkout.less:L1763 */
/* /stylesheets/pages/checkout.less:L1764 */
/* /stylesheets/pages/checkout.less:L1765 */
.mz-guest-checkout-signin .guest-checkout-signin-container .mz-bottom-gueatcheckout {
  margin: 79px 94px 85px 94px;
}
@media only screen and (max-width: 500px) {
  .mz-guest-checkout-signin .guest-checkout-signin-container .mz-bottom-gueatcheckout {
    margin: 45px 19px 196px 19px;
  }
}
/* /stylesheets/pages/checkout.less:L1771 */
/* /stylesheets/pages/checkout.less:L1772 */
.mz-guest-checkout-signin .guest-checkout-signin-container .mz-signup-header-container .mz-pagetitle {
  margin: 0;
}
/* /stylesheets/pages/checkout.less:L1778 */
.current-payment-info {
  margin-top: -19px;
}
@media only screen and (max-width: 500px) {
  .current-payment-info {
    margin-top: 10px;
  }
}
/* /stylesheets/pages/checkout.less:L1785 */
.address-space-button {
  bottom: 0;
  position: relative;
  left: 325px;
  width: 265px;
  height: 48px;
  right: 130px;
  color: #333333;
  line-height: 50px;
}
/* /stylesheets/pages/checkout.less:L1796 */
@media only screen and (min-width: 768px) {
  #step-shipping-address .mz-l-addressform-container {
    margin-left: 20px;
    margin-top: 34px;
  }
}
/* /stylesheets/pages/checkout.less:L1801 */
#step-shipping-address .mz-l-addressform-container .address-type-deleivery .mz-l-formfieldgroup-cell:nth-child(odd) {
  padding-bottom: 15px !important;
}
/* /stylesheets/pages/checkout.less:L1810 */
@media only screen and (max-width: 500px) {
  #checkout-form {
    padding: 0 10px;
  }
}
/* /stylesheets/pages/checkout.less:L1814 */
/* /stylesheets/pages/checkout.less:L1815 */
#checkout-form .mz-l-column-shipmentInfo .mz-contactselector {
  margin: 0;
}
/* /stylesheets/pages/checkout.less:L1818 */
/* /stylesheets/pages/checkout.less:L1819 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active {
  padding: 0;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active {
    margin-bottom: 20px;
  }
}
/* /stylesheets/pages/checkout.less:L1824 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-addressform-firstname {
    margin-top: 44px;
    display: block;
  }
}
/* /stylesheets/pages/checkout.less:L1829 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-addressform-firstname .mz-required-field {
  position: absolute;
  right: 20px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-addressform-firstname .mz-required-field {
    top: -10px;
    right: 12px;
    margin-right: 0;
  }
}
/* /stylesheets/pages/checkout.less:L1839 */
/* /stylesheets/pages/checkout.less:L1840 */
@media (min-width: 768px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-l-addressform-container {
    margin-left: 32px;
  }
}
/* /stylesheets/pages/checkout.less:L1845 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address.active {
  padding: 0;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address.active {
    padding: 0 12px;
  }
}
/* /stylesheets/pages/checkout.less:L1850 */
@media (min-width: 768px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address.active .mz-l-addressform-container {
    margin-left: 32px;
  }
}
/* /stylesheets/pages/checkout.less:L1855 */
/* /stylesheets/pages/checkout.less:L1856 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address.active .mz-l-formfieldgroup-cell input,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address.active .mz-l-formfieldgroup-cell select {
    width: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L1864 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address.deactive {
  display: none;
}
/* /stylesheets/pages/checkout.less:L1867 */
/* /stylesheets/pages/checkout.less:L1868 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-phone select {
  width: 90px;
  background-size: 16px;
  background-position-y: center;
  background-position-x: 80%;
  background-repeat: no-repeat;
  color: black;
  margin-right: 10px;
}
/* /stylesheets/pages/checkout.less:L1878 */
/* /stylesheets/pages/checkout.less:L1879 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child {
  display: grid;
  grid-template-columns: 0fr 0fr 0fr;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child {
    grid-template-columns: 1fr 8fr 1fr;
  }
}
/* /stylesheets/pages/checkout.less:L1886 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child img.active {
    margin-left: 10px;
  }
}
/* /stylesheets/pages/checkout.less:L1892 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child .mz-validationmessage {
  grid-column-start: 1;
  grid-column-end: 3;
}
/* /stylesheets/pages/checkout.less:L1897 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-phone .mz-l-formfieldgroup-cell input {
  width: 261px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-phone .mz-l-formfieldgroup-cell input {
    width: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L1905 */
/* /stylesheets/pages/checkout.less:L1906 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-country select {
  background-color: whitesmoke;
  color: #999999;
  font-weight: bold;
}
/* /stylesheets/pages/checkout.less:L1912 */
/* /stylesheets/pages/checkout.less:L1913 */
/* /stylesheets/pages/checkout.less:L1914 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-type-deleivery .mz-l-formfieldgroup-cell label {
  min-width: auto;
}
/* /stylesheets/pages/checkout.less:L1917 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-type-deleivery .mz-l-formfieldgroup-cell:nth-child(odd) {
  padding-bottom: 10px!important;
}
/* /stylesheets/pages/checkout.less:L1920 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-type-deleivery .mz-l-formfieldgroup-cell:last-child {
  padding-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-type-deleivery .mz-l-formfieldgroup-cell:last-child {
    padding-bottom: 20px;
  }
}
/* /stylesheets/pages/checkout.less:L1927 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-type-deleivery .address-office {
  margin-left: 0!important;
}
/* /stylesheets/pages/checkout.less:L1930 */
/* /stylesheets/pages/checkout.less:L1932 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-type-deleivery .address-home label,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-type-deleivery .address-office label {
  margin-left: 8px;
}
/* /stylesheets/pages/checkout.less:L1936 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-type-deleivery .mz-address-type {
  column-gap: 16px;
}
/* /stylesheets/pages/checkout.less:L1938 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-type-deleivery .mz-address-type .home-address,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-type-deleivery .mz-address-type .office-address {
    margin-left: 0!important;
  }
}
/* /stylesheets/pages/checkout.less:L1944 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-type-deleivery .mz-address-type input,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-type-deleivery .mz-address-type label {
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address {
    display: block;
    padding: 0 12px;
  }
}
/* /stylesheets/pages/checkout.less:L1954 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-l-formfieldgroup-row {
    display: block;
  }
}
/* /stylesheets/pages/checkout.less:L1959 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-cancel-button {
  color: black;
  border: none;
  font-weight: bold;
  left: 315px;
  bottom: 0px;
  bottom: 0px !important;
}
@media (min-width: 1170px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-cancel-button {
    bottom: 0px !important;
  }
}
@media (max-width: 1170) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-cancel-button {
    max-width: 236px;
  }
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .address-cancel-button {
    width: 49%;
    max-width: 100%;
    top: 0;
    left: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
  }
}
/* /stylesheets/pages/checkout.less:L1984 */
/* /stylesheets/pages/checkout.less:L1985 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-state select {
  background-image: url(../resources/images/icons/svg/downArrow.svg);
  background-size: 16px;
  background-position-y: center;
  background-position-x: 96%;
  background-repeat: no-repeat;
}
/* /stylesheets/pages/checkout.less:L1993 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-comments {
  display: block;
  position: relative;
}
/* /stylesheets/pages/checkout.less:L1996 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-comments .mz-l-formfieldgroup-cell {
  display: flex;
  column-gap: 12px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-comments .mz-l-formfieldgroup-cell {
    padding-bottom: 20px;
    margin-top: 0;
  }
}
/* /stylesheets/pages/checkout.less:L2004 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-comments .mz-l-formfieldgroup-cell label {
  min-width: 20px;
}
/* /stylesheets/pages/checkout.less:L2007 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-comments .mz-l-formfieldgroup-cell input {
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* /stylesheets/pages/checkout.less:L2019 */
/* /stylesheets/pages/checkout.less:L2020 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-comments .mz-l-formfieldgroup-cell input:checked ~ .checkmark {
  background-color: #005640;
}
/* /stylesheets/pages/checkout.less:L2022 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-comments .mz-l-formfieldgroup-cell input:checked ~ .checkmark::after {
  display: block;
}
/* /stylesheets/pages/checkout.less:L2028 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-comments .mz-l-formfieldgroup-cell .makedefaultText {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  color: black;
}
/* /stylesheets/pages/checkout.less:L2037 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-comments .checkmark {
  width: 18px;
  height: 18px;
}
/* /stylesheets/pages/checkout.less:L2040 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-comments .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 2.5px;
  height: 6.3px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* /stylesheets/pages/checkout.less:L2057 */
/* /stylesheets/pages/checkout.less:L2058 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell label {
  margin-left: 0;
  color: black;
  font-weight: 600;
}
/* /stylesheets/pages/checkout.less:L2063 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell input,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell select {
  width: 360px;
  font-weight: bold;
  border-color: #cccccc !important;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell input,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell select {
    width: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L2072 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell:nth-child(even) {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell:nth-child(even) {
    display: flex;
  }
}
/* /stylesheets/pages/checkout.less:L2079 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell img {
  height: 33px;
}
/* /stylesheets/pages/checkout.less:L2083 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-contactselector-contact {
    margin-left: 0;
    display: block;
    min-height: auto;
  }
}
/* /stylesheets/pages/checkout.less:L2090 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-addressform-container {
    margin-left: 0;
  }
}
/* /stylesheets/pages/checkout.less:L2095 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .mz-savedShippingAddressDropdownContainer {
    display: block;
    padding: 0;
  }
}
/* /stylesheets/pages/checkout.less:L2101 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container {
  margin: 33px;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container {
    margin: 14px 16px 24px 12px;
    flex-flow: wrap column;
    display: flex;
  }
}
/* /stylesheets/pages/checkout.less:L2109 */
/* /stylesheets/pages/checkout.less:L2110 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container div:nth-child(5) {
    order: 7;
  }
}
/* /stylesheets/pages/checkout.less:L2116 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .country-saved-contact {
  margin-bottom: 16px;
}
/* /stylesheets/pages/checkout.less:L2118 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .country-saved-contact + .mz-formstep-cancel {
  top: 26px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .country-saved-contact + .mz-formstep-cancel {
    top: 0;
    right: 16px!important;
    bottom: unset !important;
  }
}
/* /stylesheets/pages/checkout.less:L2127 */
/* /stylesheets/pages/checkout.less:L2128 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .mz-editShippingAddressLink a {
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .mz-editShippingAddressLink a {
    margin-top: 16px;
    position: static;
    text-align: left;
  }
}
/* /stylesheets/pages/checkout.less:L2137 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .mz-checkoutform {
  padding-left: 0;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .mz-checkoutform {
    margin-left: 0!important;
    top: 0!important;
  }
}
/* /stylesheets/pages/checkout.less:L2143 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .mz-checkoutform .mz-shippingSelectedAddressContainer {
    margin-left: 0;
  }
}
/* /stylesheets/pages/checkout.less:L2149 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .mz-ShippedAddressContainer {
  margin-top: 16px;
  margin-left: 0;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .mz-ShippedAddressContainer {
    margin-bottom: 20px;
  }
}
/* /stylesheets/pages/checkout.less:L2156 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .addcontact-button {
  right: 95px;
  margin-top: 3.5%;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .addcontact-button {
    right: 0;
    left: 0;
    width: 100%;
    margin: 70px 16px 0 0;
    position: static;
  }
}
/* /stylesheets/pages/checkout.less:L2167 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .mz-contactselector {
    position: static;
    width: 100%;
    background-position: 94.5% 73%,100.9% 80%;
    background-size: 16px,37px;
  }
}
@media (min-width: 400px) and (max-width: 449px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .mz-contactselector {
    background-position: 95.2% 73%,100.9% 80%;
  }
}
@media (min-width: 449px) and (max-width: 499px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shipping.mz-checkoutform-active .contact-saved-container .mz-contactselector {
    background-position: 95.8% 73%,100.9% 80%;
  }
}
/* /stylesheets/pages/checkout.less:L2208 */
#checkout-form .mz-l-column-shipmentInfo .mz-formstep-next {
  bottom: 4px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-formstep-next {
    margin-left: 12px;
    margin-right: 16px;
  }
}
/* /stylesheets/pages/checkout.less:L2214 */
#checkout-form .mz-l-column-shipmentInfo .mz-formstep-next .address-button {
  width: 265px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-formstep-next .address-button {
    width: 100%;
    margin-left: 0;
    left: 0!important;
    top: -142px;
    margin-top: 0;
    white-space: nowrap;
  }
}
/* /stylesheets/pages/checkout.less:L2226 */
#checkout-form .mz-l-column-shipmentInfo .mz-formstep-next .address-button.active {
  margin-top: -66px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-formstep-next .address-button.active {
    width: 50%;
    top: 0!important;
    margin-top: -64px !important;
  }
}
/* /stylesheets/pages/checkout.less:L2234 */
#checkout-form .mz-l-column-shipmentInfo .mz-formstep-next .address-button.address-selected-button {
  margin-top: -73px !important;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-formstep-next .address-button.address-selected-button {
    top: 0;
    width: 50%;
    margin-top: -64px !important;
  }
}
/* /stylesheets/pages/checkout.less:L2243 */
#checkout-form .mz-l-column-shipmentInfo .mz-formstep-next.mz-chooseAddressButtonContainer {
  margin-top: 10%;
}
/* /stylesheets/pages/checkout.less:L2246 */
#checkout-form .mz-l-column-shipmentInfo .mz-formstep-next.mz-guestUserBtnContainer {
  margin-top: 0%;
}
/* /stylesheets/pages/checkout.less:L2249 */
#checkout-form .mz-l-column-shipmentInfo .mz-formstep-next.mz-addressSaveButtonContainer {
  bottom: 15px;
}
/* /stylesheets/pages/checkout.less:L2253 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress {
    width: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L2257 */
/* /stylesheets/pages/checkout.less:L2258 */
/* /stylesheets/pages/checkout.less:L2259 */
/* /stylesheets/pages/checkout.less:L2260 */
/* /stylesheets/pages/checkout.less:L2261 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-new-address-form .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell input,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-new-address-form .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell select {
    width: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L2268 */
/* /stylesheets/pages/checkout.less:L2269 */
/* /stylesheets/pages/checkout.less:L2270 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-new-address-form .mz-checkoutform-shipping.mz-checkoutform-active .mz-checkout-delivery-address .mz-addressform-phone select {
    width: 90px!important;
  }
}
/* /stylesheets/pages/checkout.less:L2279 */
/* /stylesheets/pages/checkout.less:L2280 */
/* /stylesheets/pages/checkout.less:L2281 */
/* /stylesheets/pages/checkout.less:L2282 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-new-address-form .mz-checkout-delivery-address .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child {
    display: flex;
    flex-wrap: wrap;
  }
}
/* /stylesheets/pages/checkout.less:L2287 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-new-address-form .mz-checkout-delivery-address .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child input {
    flex: 1;
  }
}
/* /stylesheets/pages/checkout.less:L2292 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-new-address-form .mz-checkout-delivery-address .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child .mz-validationmessage {
    flex-basis: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L2301 */
/* /stylesheets/pages/checkout.less:L2302 */
/* /stylesheets/pages/checkout.less:L2303 */
/* /stylesheets/pages/checkout.less:L2304 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-new-address-form .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell:nth-child(even) {
    flex-wrap: wrap;
  }
}
/* /stylesheets/pages/checkout.less:L2309 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-new-address-form .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell input {
    flex: 1;
  }
}
/* /stylesheets/pages/checkout.less:L2314 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-new-address-form .mz-checkoutform-shipping.mz-checkoutform-active .mz-l-formfieldgroup-cell .mz-validationmessage {
    flex-basis: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L2322 */
/* /stylesheets/pages/checkout.less:L2323 */
/* /stylesheets/pages/checkout.less:L2324 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-new-address-form .mz-addressform-state .mz-l-formfieldgroup-cell select {
    flex: 1;
  }
}
/* /stylesheets/pages/checkout.less:L2333 */
/* /stylesheets/pages/checkout.less:L2334 */
/* /stylesheets/pages/checkout.less:L2335 */
/* /stylesheets/pages/checkout.less:L2336 */
/* /stylesheets/pages/checkout.less:L2337 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone select {
  width: 90px;
  background-size: 16px;
  background-position-y: center;
  background-position-x: 80%;
  background-repeat: no-repeat;
  color: black;
  margin-right: 10px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone select {
    width: 90px!important;
  }
}
/* /stylesheets/pages/checkout.less:L2350 */
/* /stylesheets/pages/checkout.less:L2351 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child {
  display: grid;
  grid-template-columns: 0fr 0fr 0fr;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child {
    display: flex;
  }
}
/* /stylesheets/pages/checkout.less:L2358 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child img.active {
    margin-left: 10px;
  }
}
/* /stylesheets/pages/checkout.less:L2364 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child .mz-validationmessage {
  grid-column-start: 1;
  grid-column-end: 3;
}
/* /stylesheets/pages/checkout.less:L2369 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell input {
  width: 261px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell input {
    width: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L2380 */
/* /stylesheets/pages/checkout.less:L2381 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping {
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping {
    margin-bottom: 20px;
  }
}
/* /stylesheets/pages/checkout.less:L2386 */
/* /stylesheets/pages/checkout.less:L2387 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-formfieldgroup-cell:nth-child(even),
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-formfieldgroup-cell:nth-child(even) {
    flex-wrap: wrap;
  }
}
/* /stylesheets/pages/checkout.less:L2392 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-formfieldgroup-cell input,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-formfieldgroup-cell input {
    flex: 1;
  }
}
/* /stylesheets/pages/checkout.less:L2397 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-formfieldgroup-cell .mz-validationmessage,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-formfieldgroup-cell .mz-validationmessage {
    flex-basis: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L2403 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container {
  margin-left: 32px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container {
    margin-left: 0;
    padding: 0 12px;
  }
}
/* /stylesheets/pages/checkout.less:L2409 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-l-formfieldgroup-row,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-l-formfieldgroup-row {
    display: block;
  }
}
/* /stylesheets/pages/checkout.less:L2414 */
/* /stylesheets/pages/checkout.less:L2415 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone select,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone select {
  width: 90px;
  background-size: 16px;
  background-position-y: center;
  background-position-x: 80%;
  background-repeat: no-repeat;
  color: black;
  margin-right: 10px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone select,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone select {
    width: 90px!important;
  }
}
/* /stylesheets/pages/checkout.less:L2428 */
/* /stylesheets/pages/checkout.less:L2429 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child {
  display: grid;
  grid-template-columns: 0fr 0fr 0fr;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child {
    display: flex;
  }
}
/* /stylesheets/pages/checkout.less:L2436 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child img.active,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child img.active {
    margin-left: 10px;
  }
}
/* /stylesheets/pages/checkout.less:L2442 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child .mz-validationmessage,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell:last-child .mz-validationmessage {
  grid-column-start: 1;
  grid-column-end: 3;
}
/* /stylesheets/pages/checkout.less:L2447 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell input,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell input {
  width: 261px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell input,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-phone .mz-l-formfieldgroup-cell input {
    width: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L2455 */
/* /stylesheets/pages/checkout.less:L2456 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-country select,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-country select {
  background-color: whitesmoke;
  color: #999999;
  font-weight: bold;
}
/* /stylesheets/pages/checkout.less:L2462 */
/* /stylesheets/pages/checkout.less:L2463 */
/* /stylesheets/pages/checkout.less:L2464 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-l-formfieldgroup-cell label,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-l-formfieldgroup-cell label {
  min-width: auto;
}
/* /stylesheets/pages/checkout.less:L2467 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-l-formfieldgroup-cell:nth-child(odd),
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-l-formfieldgroup-cell:nth-child(odd) {
  padding-bottom: 10px!important;
}
/* /stylesheets/pages/checkout.less:L2470 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-l-formfieldgroup-cell:last-child,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-l-formfieldgroup-cell:last-child {
  padding-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-l-formfieldgroup-cell:last-child,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-l-formfieldgroup-cell:last-child {
    padding-bottom: 20px;
  }
}
/* /stylesheets/pages/checkout.less:L2477 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .address-office,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .address-office {
  margin-left: 0!important;
}
/* /stylesheets/pages/checkout.less:L2480 */
/* /stylesheets/pages/checkout.less:L2482 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .address-home label,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .address-home label,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .address-office label,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .address-office label {
  margin-left: 8px;
}
/* /stylesheets/pages/checkout.less:L2486 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-address-type,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-address-type {
  column-gap: 16px;
}
/* /stylesheets/pages/checkout.less:L2488 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-address-type .home-address,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-address-type .home-address,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-address-type .office-address,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-address-type .office-address {
    margin-left: 0!important;
  }
}
/* /stylesheets/pages/checkout.less:L2494 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-address-type input,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-address-type input,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-address-type label,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .address-type-deleivery .mz-address-type label {
  margin-top: 0;
}
/* /stylesheets/pages/checkout.less:L2500 */
/* /stylesheets/pages/checkout.less:L2501 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-state select,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-state select {
  background-image: url(../resources/images/icons/svg/downArrow.svg);
  background-size: 16px;
  background-position-y: center;
  background-position-x: 96%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-state select,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-state select {
    flex: 1;
  }
}
/* /stylesheets/pages/checkout.less:L2512 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments {
  display: block;
  position: relative;
}
/* /stylesheets/pages/checkout.less:L2515 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell {
  display: flex;
  column-gap: 12px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell {
    padding-bottom: 20px;
    margin-top: 0;
  }
}
/* /stylesheets/pages/checkout.less:L2523 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell label,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell label {
  min-width: 20px;
}
/* /stylesheets/pages/checkout.less:L2526 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell input,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell input {
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* /stylesheets/pages/checkout.less:L2538 */
/* /stylesheets/pages/checkout.less:L2539 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell input:checked ~ .checkmark,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell input:checked ~ .checkmark {
  background-color: #005640;
}
/* /stylesheets/pages/checkout.less:L2541 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell input:checked ~ .checkmark::after,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell input:checked ~ .checkmark::after {
  display: block;
}
/* /stylesheets/pages/checkout.less:L2547 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell .makedefaultText,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .mz-l-formfieldgroup-cell .makedefaultText {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  color: black;
}
/* /stylesheets/pages/checkout.less:L2556 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .checkmark,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .checkmark {
  width: 18px;
  height: 18px;
}
/* /stylesheets/pages/checkout.less:L2559 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .checkmark::after,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-checkoutform-active.mz-checkoutform-shipping .mz-l-addressform-container .mz-addressform-comments .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 2.5px;
  height: 6.3px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* /stylesheets/pages/checkout.less:L2577 */
/* /stylesheets/pages/checkout.less:L2578 */
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-formstep-next .address-button,
#checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-formstep-next .address-button {
  margin-top: -90px;
  left: 10px;
}
@media only screen and (max-width: 500px) {
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-invalid .mz-formstep-next .address-button,
  #checkout-form .mz-l-column-shipmentInfo .mz-checkoutform-shippingaddress.is-incomplete .no-contact .mz-formstep-next .address-button {
    margin-top: -65px;
    top: 0;
  }
}
/* /stylesheets/pages/checkout.less:L2590 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-checkoutform-paymentinfo {
    margin-left: 0;
  }
}
/* /stylesheets/pages/checkout.less:L2594 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-checkoutform-paymentinfo .total-to-pay-div,
  #checkout-form .mz-checkoutform-paymentinfo .payment-method-div,
  #checkout-form .mz-checkoutform-paymentinfo .payment-option-selector {
    min-width: auto;
    margin: 0;
  }
}
/* /stylesheets/pages/checkout.less:L2603 */
/* /stylesheets/pages/checkout.less:L2604 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-formstep-header.mz-checkoutform-header {
    width: 100%;
    margin-left: 0;
  }
}
/* /stylesheets/pages/checkout.less:L2611 */
/* /stylesheets/pages/checkout.less:L2612 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-checkoutform-shippingmethod .mz-formstep-body.mz-checkoutform {
    width: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L2618 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-checkoutform-review {
    margin: 0;
  }
}
/* /stylesheets/pages/checkout.less:L2622 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-checkoutform-review .mz-formstep-next {
    margin-left: 0;
    margin-right: 0;
  }
}
/* /stylesheets/pages/checkout.less:L2629 */
/* /stylesheets/pages/checkout.less:L2630 */
/* /stylesheets/pages/checkout.less:L2631 */
/* /stylesheets/pages/checkout.less:L2632 */
/* /stylesheets/pages/checkout.less:L2633 */
#checkout-form .mz-checkoutform-shippingmethod .mz-formstep-body.mz-checkoutform .checkout-method-div .deliverydays {
  width: auto;
}
/* /stylesheets/pages/checkout.less:L2636 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-checkoutform-shippingmethod .mz-formstep-body.mz-checkoutform .checkout-method-div .display-shipmentname-selected {
    height: auto;
    width: 80%;
  }
}
/* /stylesheets/pages/checkout.less:L2642 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-checkoutform-shippingmethod .mz-formstep-body.mz-checkoutform .checkout-method-div .delivery-days-div {
    margin: 17px 0 0 47px;
    width: auto;
  }
}
/* /stylesheets/pages/checkout.less:L2651 */
/* /stylesheets/pages/checkout.less:L2652 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-checkoutform-shippingmethod .new-shipment-method-div .mz-confirm-delivery-btn {
    margin-left: 34px;
    width: 88%;
    margin-top: 5px;
  }
}
/* /stylesheets/pages/checkout.less:L2659 */
@media only screen and (max-width: 500px) {
  #checkout-form .mz-checkoutform-shippingmethod .new-shipment-method-div .mz-formstep-next {
    margin-bottom: 16px;
  }
}
/* /stylesheets/pages/checkout.less:L2673 */
/* /stylesheets/pages/checkout.less:L2674 */
@media only screen and (max-width: 500px) {
  .is-incomplete.is-new-edit-address-form.is-edit-address-form .mz-l-addressform-container {
    padding: 0 12px;
  }
}
/* /stylesheets/pages/checkout.less:L2678 */
@media only screen and (max-width: 500px) {
  .is-incomplete.is-new-edit-address-form.is-edit-address-form .mz-l-addressform-container .mz-l-formfieldgroup-row {
    display: block!important;
  }
}
/* /stylesheets/pages/checkout.less:L2683 */
/* /stylesheets/pages/checkout.less:L2684 */
.is-incomplete.is-new-edit-address-form.is-edit-address-form .mz-l-addressform-container .mz-addressform-addresstype .mz-address-type {
  column-gap: 16px;
}
/* /stylesheets/pages/checkout.less:L2686 */
.is-incomplete.is-new-edit-address-form.is-edit-address-form .mz-l-addressform-container .mz-addressform-addresstype .mz-address-type label {
  margin-top: 0;
  margin-left: 8px!important;
  min-width: auto;
}
/* /stylesheets/pages/checkout.less:L2692 */
.is-incomplete.is-new-edit-address-form.is-edit-address-form .mz-l-addressform-container .mz-addressform-addresstype .address-office {
  margin-left: 0;
}
/* /stylesheets/pages/checkout.less:L2695 */
@media only screen and (max-width: 500px) {
  .is-incomplete.is-new-edit-address-form.is-edit-address-form .mz-l-addressform-container .mz-addressform-addresstype .address-office,
  .is-incomplete.is-new-edit-address-form.is-edit-address-form .mz-l-addressform-container .mz-addressform-addresstype .home-address {
    margin-left: 0!important;
  }
}
/* /stylesheets/pages/checkout.less:L2701 */
@media only screen and (max-width: 500px) {
  .is-incomplete.is-new-edit-address-form.is-edit-address-form .mz-l-addressform-container .mz-addressform-addresstype .office-address {
    margin-left: 0!important;
  }
}
/* /stylesheets/pages/checkout.less:L2706 */
.is-incomplete.is-new-edit-address-form.is-edit-address-form .mz-l-addressform-container .mz-addressform-addresstype .office-address,
.is-incomplete.is-new-edit-address-form.is-edit-address-form .mz-l-addressform-container .mz-addressform-addresstype .home-address {
  margin-top: 0;
}
/* /stylesheets/pages/checkout.less:L2712 */
/* /stylesheets/pages/checkout.less:L2713 */
.is-incomplete.is-new-edit-address-form.is-edit-address-form .address-button.active {
  margin-top: -50px !important;
  left: 0px !important;
}
/* /stylesheets/pages/checkout.less:L2720 */
button#place-order-btn[disabled] {
  background: #cccccc !important;
}
/* /stylesheets/pages/checkout.less:L2725 */
/* /stylesheets/pages/checkout.less:L2726 */
/* /stylesheets/pages/checkout.less:L2728 */
.mz-checkout #step-shipping-address span.zero-value-phone-number,
.mz-checkout #step-billing-address span.zero-value-phone-number {
  position: relative;
}
/* /stylesheets/pages/checkout.less:L2730 */
.mz-checkout #step-shipping-address span.zero-value-phone-number #phonenumber,
.mz-checkout #step-billing-address span.zero-value-phone-number #phonenumber {
  padding-left: 30px;
}
/* /stylesheets/pages/checkout.less:L2733 */
.mz-checkout #step-shipping-address span.zero-value-phone-number:before,
.mz-checkout #step-billing-address span.zero-value-phone-number:before {
  content: '(0)';
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  padding: 4px 6px 4px 6px;
  line-height: 31px;
  box-sizing: border-box;
  margin-bottom: 9px;
  display: inline-block;
}
/* /stylesheets/pages/checkout.less:L2750 */
.mz-checkout .mz-l-pagewrapper.sticky {
  position: static;
}
/* /stylesheets/pages/checkout.less:L2753 */
@media (min-width: 1001px) {
  .mz-checkout .mz-addressform-comments {
    position: relative;
    margin-top: 5px;
    display: inline-block;
  }
  /* /stylesheets/pages/checkout.less:L2759 */
  .mz-checkout .mz-addressform-comments input.makedefaultCheckbox {
    width: 12px;
    max-width: 12px;
  }
}
/* /stylesheets/pages/checkout.less:L2766 */
.loader-on-btn {
  border: 5px solid grey;
  border-radius: 50%;
  border-top: 5px solid #bed855;
  width: 28px;
  height: 29px;
  background-color: #e4e4e4;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  position: absolute;
  bottom: 15%;
  left: 47%;
}
/* /stylesheets/pages/checkout.less:L2781 */
/* /stylesheets/pages/checkout.less:L2783 */
.mz-checkoutform-billingmethod .checkout-billing-address-form-container {
  border: 1px solid #cccccc;
  padding: 30px;
  margin-left: 0px !important;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .checkout-billing-address-form-container {
    padding: 35px 15px 20px 15px;
  }
}
/* /stylesheets/pages/checkout.less:L2793 */
/* /stylesheets/pages/checkout.less:L2795 */
/* /stylesheets/pages/checkout.less:L2796 */
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell img {
    position: absolute;
    margin-top: 11px;
    margin-left: 70%;
    padding: 0px 20px;
    height: 16px;
    width: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell {
    display: flex;
  }
}
/* /stylesheets/pages/checkout.less:L2816 */
.mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-required-field {
  margin-top: 0;
  margin-right: 30px;
  margin-left: 24%;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-required-field {
    margin-top: -28px;
    margin-right: 0px;
    margin-left: 140px;
    line-height: 18px;
  }
}
/* /stylesheets/pages/checkout.less:L2830 */
.mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell input {
  width: 346px;
  height: 30px;
  border: 1px solid #cccccc !important;
}
/* /stylesheets/pages/checkout.less:L2834 */
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell input:disabled {
    background-color: whitesmoke;
    color: #999999;
    font-weight: bold;
  }
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell input {
    width: 318px;
    height: 30px;
    width: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L2848 */
.mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell input.billing-phone {
  width: 247px;
  height: px;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell input.billing-phone {
    width: 60%;
    margin-left: 5px;
  }
}
/* /stylesheets/pages/checkout.less:L2859 */
/* /stylesheets/pages/checkout.less:L2861 */
.mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell select.bind-country-code {
  height: 40px;
  width: 90px;
  background-image: url(../resources/images/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 93% center;
  color: black;
  background-color: white;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell select.bind-country-code {
    width: 33%;
  }
}
/* /stylesheets/pages/checkout.less:L2877 */
.mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell select.billing-country {
  width: 360px;
}
/* /stylesheets/pages/checkout.less:L2882 */
.mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-address-field {
  width: 342px;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-address-field {
    width: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L2890 */
.mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-address-state {
  width: 360px;
  height: 40px;
  background-image: url(../resources/images/icons/arrow-down.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 93% center;
  color: black;
  background-color: white;
  border: 1px solid #cccccc !important;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .mz-l-addressform-container .mz-l-formfieldgroup-cell .mz-address-state {
    width: 100%;
    background-position: 97% center;
  }
}
/* /stylesheets/pages/checkout.less:L2911 */
.mz-checkoutform-billingmethod button.address-button {
  background-color: #627786;
  color: white;
  margin-top: -62px;
  margin-left: 14px;
  width: 265px;
  height: 48px;
  border-radius: revert;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  font-family: 'MSLondon', sans-serif;
  border: 1px solid #a7a7a7;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod button.address-button {
    margin-left: 0;
    width: 100%;
  }
}
/* /stylesheets/pages/checkout.less:L2935 */
.mz-checkoutform-billingmethod .billng-address-container-preview {
  border: 1px solid #cccccc;
  display: flex;
  padding: 35px 0px;
  margin-left: 25px;
}
/* /stylesheets/pages/checkout.less:L2943 */
.mz-checkoutform-billingmethod .display-shipmentmethod-div {
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .display-shipmentmethod-div {
    padding: 25px;
  }
  /* /stylesheets/pages/checkout.less:L2949 */
  .mz-checkoutform-billingmethod .display-shipmentmethod-div img.mz-locationIcon {
    display: none;
  }
  /* /stylesheets/pages/checkout.less:L2953 */
  .mz-checkoutform-billingmethod .display-shipmentmethod-div .delivery-days-div {
    margin: 0px;
  }
}
/* /stylesheets/pages/checkout.less:L2960 */
.mz-checkoutform-billingmethod .field-required {
  border: 2px solid #bb2a2a !important;
}
/* /stylesheets/pages/checkout.less:L2963 */
.mz-checkoutform-billingmethod .billing-info-username {
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .billing-info-username {
    text-decoration: none !important;
  }
  /* /stylesheets/pages/checkout.less:L2967 */
  .mz-checkoutform-billingmethod .billing-info-username a,
  .mz-checkoutform-billingmethod .billing-info-username span {
    text-decoration: none !important;
  }
}
/* /stylesheets/pages/checkout.less:L2972 */
.mz-checkoutform-billingmethod .selected-shipmethod-div {
  height: 135px;
}
@media only screen and (max-width: 500px) {
  .mz-checkoutform-billingmethod .selected-shipmethod-div {
    height: 122px;
  }
}
/* /stylesheets/pages/checkout.less:L2979 */
.mz-checkoutform-billingmethod .shipment-change-button {
  text-transform: capitalize;
}
/* /stylesheets/pages/checkout.less:L2982 */
.mz-checkoutform-billingmethod .billing-info-phonenumber,
.mz-checkoutform-billingmethod .billing-info-email {
  font-size: 14px;
  text-decoration: none !important;
}
/* /stylesheets/pages/checkout.less:L2987 */
.mz-checkoutform-billingmethod .billing-info-phonenumber span,
.mz-checkoutform-billingmethod .billing-info-email span {
  text-decoration: none !important;
  color: black !important;
}
/* /stylesheets/pages/checkout.less:L2991 */
.mz-checkoutform-billingmethod .billing-info-phonenumber a,
.mz-checkoutform-billingmethod .billing-info-email a {
  text-decoration: none !important;
  color: #333333 !important;
  cursor: default !important;
}
/* /stylesheets/pages/checkout.less:L2995 */
.mz-checkoutform-billingmethod .billing-info-phonenumber a:hover,
.mz-checkoutform-billingmethod .billing-info-email a:hover {
  text-decoration: none !important;
  color: #333333 !important;
  cursor: default !important;
}
/* /stylesheets/pages/checkout.less:L3003 */
.mz-checkoutform-billingmethod .billing-info-phonenumber,
.mz-checkoutform-billingmethod .billing-info-email,
.mz-checkoutform-billingmethod .billing-info-username {
  line-height: 28px;
}
/* /stylesheets/pages/checkout.less:L3010 */
/* /stylesheets/pages/checkout.less:L3011 */
/* /stylesheets/pages/checkout.less:L3013 */
/* /stylesheets/pages/checkout.less:L3014 */
.mz-order-confirmation-page .shipping-method-pickup .mz-delivery-address .mz-pickupLocationName-pickup {
  margin: 0;
  font-weight: normal;
}
/* /stylesheets/pages/checkout.less:L3019 */
.mz-order-confirmation-page .shipping-method-pickup .mz-delivery-address .purchase-location-deatils {
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
}
/* /stylesheets/pages/checkout.less:L3026 */
/* /stylesheets/pages/checkout.less:L3028 */
.mz-order-confirmation-page .shipping-method-pickup .mz-billing-address .mz-address-details,
.mz-order-confirmation-page .shipping-method-pickup .mz-billing-address .mz-address-phone {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}
/* /stylesheets/pages/checkout.less:L3036 */
/* /stylesheets/pages/checkout.less:L3038 */
.mz-order-confirmation-page .shipping-method-pickup .mz-delivery-address .mz-address-label,
.mz-order-confirmation-page .shipping-method-pickup .mz-billing-address .mz-address-label {
  font-size: 16px;
  line-height: 28px;
}
/* /stylesheets/pages/checkout.less:L3048 */
.insufficientBlueBalance {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #a6192e;
  text-align: left;
}
@media only screen and (max-width: 500px) {
  /* /stylesheets/pages/checkout.less:L3057 */
  .blueWallet-label-menu {
    display: flex;
  }
  /* /stylesheets/pages/checkout.less:L3060 */
  .blueWallet-label-menu.bluewallet-in-suffient-balance-display img {
    align-items: flex-start;
    display: flex;
    margin-top: 0px;
  }
  /* /stylesheets/pages/checkout.less:L3065 */
  .blueWallet-label-menu.bluewallet-in-suffient-balance-display .use-card-info {
    height: auto !important;
  }
}
/* /stylesheets/pages/checkout-shipping-address.less:L1 */
/* /stylesheets/pages/checkout-shipping-address.less:L2 */
/* /stylesheets/pages/checkout-shipping-address.less:L3 */
@media only screen and (min-width: 390px) and (max-width: 767px) {
  .mz-checkout .mz-contactselector-new .mz-l-addressform-container {
    margin-left: -1em;
  }
}
/* /stylesheets/pages/checkout-shipping-address.less:L9 */
.mz-checkout .address-button.align-useThisAddresButton {
  left: -15px !important;
  top: 2em;
  width: 330px;
}
/* /stylesheets/pages/checkout-pickuplocation.less:L1 */
/* /stylesheets/pages/checkout-pickuplocation.less:L2 */
body.mz-checkout .mz-pickupLocationContainer {
  padding: 35px 0px;
  margin-left: 25px;
  display: flex;
  justify-content: flex-start;
}
/* /stylesheets/pages/checkout-pickuplocation.less:L7 */
@media only screen and (max-width: 500px) {
  body.mz-checkout .mz-pickupLocationContainer .mz-locationIconContainer {
    display: none;
  }
}
/* /stylesheets/pages/checkout-pickuplocation.less:L12 */
body.mz-checkout .mz-pickupLocationContainer .mz-pickupLocationName {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
/* /stylesheets/pages/checkout-pickuplocation.less:L20 */
body.mz-checkout .mz-pickupLocationContainer .mz-pickupAddressContainer {
  margin-left: 20px;
}
/* /stylesheets/pages/checkout-pickuplocation.less:L22 */
/* /stylesheets/pages/checkout-pickuplocation.less:L23 */
body.mz-checkout .mz-pickupLocationContainer .mz-pickupAddressContainer .mz-addressContainer .mz-pickupLocationAddress {
  display: inline-block;
  color: #333333;
  font-family: "MSLondon";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
@media only screen and (max-width: 500px) {
  body.mz-checkout .mz-pickupLocationContainer .mz-pickupAddressContainer {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 700px) {
  body.mz-checkout .mz-pickupLocationContainer {
    padding: 15px 0px;
    margin-left: 2px;
  }
}
/* /stylesheets/pages/confirmation.less:L1 */
/* /stylesheets/pages/confirmation.less:L2 */
/* /stylesheets/pages/confirmation.less:L3 */
body.mz-confirmation .mz-propertylist dt {
  min-width: 120px;
  margin-bottom: 12.5px;
}
/* /stylesheets/pages/confirmation.less:L8 */
body.mz-confirmation .mz-propertylist dd {
  margin-bottom: 12.5px;
}
/* /stylesheets/pages/myaccount.less:L1 */
/* /stylesheets/pages/myaccount.less:L2 */
@media (min-width: 992px) {
  .mz-myaccount .myacc__breadcrumbs {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .mz-myaccount .myacc__breadcrumbs {
    display: none;
  }
}
/* /stylesheets/pages/myaccount.less:L10 */
/* /stylesheets/pages/myaccount.less:L11 */
@media (max-width: 992px) {
  .mz-myaccount.account-orderdetail-body .mz-l-container.page-container {
    border-bottom: 1px solid #cccccc !important;
  }
}
/* /stylesheets/pages/myaccount.less:L17 */
/* /stylesheets/pages/myaccount.less:L18 */
@media (max-width: 992px) {
  .mz-myaccount.account-orderhistory-body .mz-l-container.page-container {
    border-bottom: 1px solid #cccccc !important;
  }
}
/* /stylesheets/pages/myaccount.less:L24 */
.mz-myaccount .mz-l-container.page-container {
  border-bottom: 0!important;
}
/* /stylesheets/pages/myaccount.less:L27 */
.mz-myaccount .mz-breadcrumbs {
  margin: 0;
  display: none;
}
/* /stylesheets/pages/myaccount.less:L31 */
.mz-myaccount .mz-myaccount-nav {
  width: 200px;
  box-sizing: border-box;
}
/* /stylesheets/pages/myaccount.less:L35 */
.mz-myaccount .mz-contacttype-isprimary {
  font-size: 12px;
  font-style: italic;
  display: block;
  margin-top: 3px;
  text-indent: 25px;
}
@media (max-width: 600px) {
  /* /stylesheets/pages/myaccount.less:L43 */
  .mz-myaccount .mz-myaccount-panels {
    margin-left: 0;
  }
  /* /stylesheets/pages/myaccount.less:L46 */
  .mz-myaccount .mz-myaccount-nav {
    float: none;
    width: auto;
    margin-bottom: 25px;
    *zoom: 1;
  }
  /* /stylesheets/base/mixins.less:L17 */
  .mz-myaccount .mz-myaccount-nav:before {
    content: "";
    display: table;
  }
  /* /stylesheets/base/mixins.less:L22 */
  .mz-myaccount .mz-myaccount-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  /* /stylesheets/pages/myaccount.less:L51 */
  .mz-myaccount .mz-myaccount-nav .mz-scrollnav-item {
    float: left;
    margin: 6.25px;
  }
}
/* /stylesheets/pages/myaccount.less:L57 */
.mz-myaccount .mz-l-stack-section {
  min-height: inherit;
}
/* /stylesheets/pages/myaccount.less:L60 */
.mz-myaccount #account-settings {
  clear: none;
}
/* /stylesheets/pages/myaccount.less:L62 */
.mz-myaccount #account-settings .mz-link-edit-accountsettings {
  float: none;
  line-height: inherit;
}
/* /stylesheets/pages/myaccount.less:L66 */
.mz-myaccount #account-settings .mz-accountsettings-label {
  display: block;
  color: #999999;
  font-size: 80%;
}
/* /stylesheets/pages/myaccount.less:L72 */
/* /stylesheets/pages/myaccount.less:L73 */
.mz-myaccount .mz-orderlisting .mz-orderlisting-detail {
  overflow: auto;
}
/* /stylesheets/pages/myaccount.less:L76 */
.mz-myaccount .mz-orderlisting .mz-orderlisting-attribute {
  margin-bottom: 12.5px;
}
/* /stylesheets/pages/myaccount.less:L78 */
.mz-myaccount .mz-orderlisting .mz-orderlisting-attribute span {
  font-weight: bold;
}
/* /stylesheets/pages/myaccount.less:L83 */
.mz-myaccount #mz-printReturnLabelView {
  display: none;
}
/* /stylesheets/pages/myaccount.less:L86 */
/* /stylesheets/pages/myaccount.less:L87 */
.mz-myaccount .myacc .mz-l-stack-sectiontitle {
  font-weight: 600;
}
@media only screen and (max-width: 1000px) {
  .mz-myaccount .myacc .mz-l-stack-sectiontitle {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1001px) {
  .mz-myaccount .myacc .mz-l-stack-sectiontitle {
    font-size: 48px;
  }
}
/* /stylesheets/pages/myaccount.less:L97 */
/* /stylesheets/pages/myaccount.less:L98 */
@media only screen and (max-width: 500px) {
  .mz-myaccount .myaccwithnav .myacc__signout {
    margin: 0;
    padding: 0;
  }
}
/* /stylesheets/pages/myaccount.less:L103 */
.mz-myaccount .myaccwithnav .myacc__signout .logout {
  font-weight: bold;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .mz-myaccount .myaccwithnav .myacc__signout .logout {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  
}
/* /stylesheets/pages/myaccount.less:L113 */
.mz-myaccount .myaccwithnav .myacc__signout .mz-sigout-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
/* /stylesheets/pages/myaccount.less:L119 */
/* /stylesheets/pages/myaccount.less:L120 */
.mz-myaccount .myaccwithnav .myacc__top > h2 {
  font-family: 'MSLondon', sans-serif;
  color: #333333;
}
@media (max-width: 500px) {
  .mz-myaccount .myaccwithnav .myacc__top > h2 {
    margin: 35px 0 0px 0;
    line-height: 17px;
  }
}
/* /stylesheets/pages/myaccount.less:L129 */
@media only screen and (max-width: 500px) {
  .mz-myaccount .myaccwithnav .myacc__top {
    padding: 0;
  }
}
/* /stylesheets/pages/myaccount.less:L133 */
.mz-myaccount .myaccwithnav .myacc__top .logout {
  font-weight: bold;
}
@media (min-width: 900px) {
  .mz-myaccount .myaccwithnav .myacc__top .logout {
    display: flex;
  }
}
/* /stylesheets/pages/myaccount.less:L139 */
.mz-myaccount .myaccwithnav .myacc__top .mz-sigout-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
/* /stylesheets/pages/myaccount.less:L146 */
/* /stylesheets/pages/myaccount.less:L147 */
/* /stylesheets/pages/myaccount.less:L148 */
.mz-myaccount #myaccount-main .myacc__top > h2 {
  line-height: 17px;
}
/* /stylesheets/pages/myaccount.less:L151 */
.mz-myaccount #myaccount-main .myacc__top .logout {
  align-items: center;
  line-height: 17px;
}
/* /stylesheets/pages/myaccount.less:L157 */
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .mz-myaccount .myacc_wrapper {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1150px) {
  .mz-myaccount .myacc_wrapper {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
  }
}
/* /stylesheets/pages/myaccount.less:L171 */
/* /stylesheets/pages/myaccount.less:L172 */
.mz-anonymous-account #mz-printReturnLabelView {
  display: none;
}
/* /stylesheets/pages/myaccount.less:L178 */
.myacc {
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 850px) and (max-width: 1248px) {
  .myacc {
    padding: 0 13px;
  }
}
@media only screen and (min-width: 1248px) {
  .myacc {
    width: 1248px;
  }
}
/* /stylesheets/pages/myaccount.less:L187 */
.myacc div {
  box-sizing: border-box;
}
/* /stylesheets/pages/myaccount.less:L190 */
.myacc .hide-sections {
  display: none;
}
/* /stylesheets/pages/myaccount.less:L193 */
.myacc .logout {
  position: relative;
  text-decoration: none;
}
/* /stylesheets/pages/myaccount.less:L196 */
.myacc .logout:before {
  content: '';
  position: absolute;
  left: -40px;
  background: url('../resources/images/icons//LogOut.svg') no-repeat white 50% 50%;
  width: 40px;
  height: 39px;
  background-size: 50% 50%;
  top: 50%;
  transform: translateY(-50%);
}
/* /stylesheets/pages/myaccount.less:L208 */
.myacc h2 {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
}
@media only screen and (max-width: 920px) {
  .myacc h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .myacc {
    width: 100%;
    flex-direction: column;
  }
}
/* /stylesheets/pages/myaccount.less:L221 */
@media only screen and (min-width: 1248px) {
  .myacc_wrapper {
    width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1100) {
  .myacc_wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1150) {
  .myacc_wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }
}
/* /stylesheets/pages/myaccount.less:L235 */
.myacc__breadcrumbs {
  margin: 10px 0;
}
@media only screen and (max-width: 1248px) {
  .myacc__breadcrumbs {
    padding: 0 10px;
  }
}
/* /stylesheets/pages/myaccount.less:L240 */
.myacc__breadcrumbs a {
  text-decoration: none;
}
/* /stylesheets/pages/myaccount.less:L244 */
.myacc__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
}
@media only screen and (max-width: 500px) {
  .myacc__top {
    margin-bottom: 20px;
    padding: 0 15px;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 501px) {
  .myacc__top {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .myacc__top {
    margin-left: 26px;
    margin-bottom: 30px;
  }
}
/* /stylesheets/pages/myaccount.less:L262 */
.myacc__top h2 {
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .myacc__top h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 501px) {
  .myacc__top h2 {
    font-size: 30px;
  }
}
/* /stylesheets/pages/myaccount.less:L272 */
.myacc__top .logout {
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  .myacc__top .logout {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .myacc__top .logout {
    display: none;
  }
}
/* /stylesheets/pages/myaccount.less:L283 */
.myacc__signout {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (max-width: 500px) {
  .myacc__signout {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1001px) {
  .myacc__signout {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .myacc__signout {
    margin-left: 26px;
  }
}
/* /stylesheets/pages/myaccount.less:L302 */
/* /stylesheets/pages/myaccount.less:L303 */
.backto-myacc.active {
  font-weight: 700;
  cursor: pointer;
}
/* /stylesheets/pages/myaccount.less:L308 */
/* /stylesheets/pages/myaccount.less:L309 */
@media only screen and (max-width: 500px) {
  .mz-myaccount .mz-l-pagecontent {
    padding-top: 0;
  }
}
/* /stylesheets/pages/myaccount.less:L315 */
.payments-way {
  background: #fbfbfb;
  padding: 20px 0 30px 0;
  width: 100%;
}
/* /stylesheets/pages/myaccount.less:L316 */
.payments-way div {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .payments-way {
    padding: 20px 0 30px 0;
  }
}
/* /stylesheets/pages/myaccount.less:L325 */
.payments-way [class*='mz-cms-col-'] .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/myaccount.less:L328 */
.payments-way .mz-cms-row {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  .payments-way .mz-cms-row {
    flex-direction: column;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1001px) {
  .payments-way .mz-cms-row {
    max-width: 600px;
  }
}
/* /stylesheets/pages/myaccount.less:L353 */
.payments-way h2 {
  margin: 10px 0;
  margin: 10px 40px;
}
@media (max-width: 768px) {
  .payments-way h2 {
    margin: 10px 40px 15px;
  }
}
/* /stylesheets/pages/myaccount.less:L359 */
.payments-way .mz-cms-content {
  text-align: center;
}
/* /stylesheets/pages/myaccount.less:L361 */
.payments-way .mz-cms-content .mz-cms-image-maintain {
  width: auto;
}
/* /stylesheets/pages/myaccount.less:L366 */
/* /stylesheets/pages/myaccount.less:L367 */
/* /stylesheets/pages/myaccount.less:L368 */
.mz-l-formfieldgroup .cc-expiry input[type="text"].mz-l-formfieldgroup-halfsize {
  width: 94px;
  text-align: center;
}
/* /stylesheets/pages/myaccount.less:L374 */
input#mz-payment-expiration-year {
  margin-right: 0;
  margin-left: 10px;
}
/* /stylesheets/pages/myaccount.less:L379 */
.payment-methods-container .credit-card-heading {
  font-weight: 600 !important;
}
/* /stylesheets/pages/myaccount.less:L384 */
/* /stylesheets/pages/myaccount.less:L385 */
/* /stylesheets/pages/myaccount.less:L389 */
@media (max-width: 992px) {
  .mz-myaccount.account-paymentmethods-body .mz-l-pagecontent,
  .mz-myaccount.account-addressbook-body .mz-l-pagecontent,
  .mz-myaccount.account-orderhistory-body .mz-l-pagecontent,
  .mz-myaccount.account-orderdetail-body .mz-l-pagecontent {
    border-top: 1px solid #cccccc;
  }
}
/* /stylesheets/pages/myaccount.less:L395 */
@media only screen and (max-width: 500px) {
  .mz-myaccount .mz-l-pagecontent {
    padding-bottom: 0!important;
  }
}
/* /stylesheets/pages/myaccount.less:L400 */
/* /stylesheets/pages/myaccount.less:L401 */
@media (min-width: 1300px) {
  .mz-myaccount .mz-l-container.page-container {
    width: 1300px;
  }
}
@media (max-width: 1299px) {
  .mz-myaccount .mz-l-container.page-container {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .mz-myaccount .mz-l-container.page-container {
    margin: 0 12px;
  }
}
/* /stylesheets/pages/myaccount.less:L411 */
/* /stylesheets/pages/myaccount.less:L412 */
.mz-myaccount .mz-l-container.page-container .myacc__breadcrumbs a {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: #999999;
}
/* /stylesheets/pages/myaccount.less:L418 */
.mz-myaccount .mz-l-container.page-container .myacc__breadcrumbs .backto-myacc {
  font-weight: bold;
  color: black;
}
/* /stylesheets/pages/myaccount.less:L421 */
.mz-myaccount .mz-l-container.page-container .myacc__breadcrumbs .backto-myacc.active {
  color: #999999;
}
/* /stylesheets/pages/myaccount.less:L425 */
.mz-myaccount .mz-l-container.page-container .myacc__breadcrumbs .myacc-page-title {
  font-weight: bold;
  color: black;
}
/* /stylesheets/pages/myaccount.less:L432 */
/* /stylesheets/pages/myaccount.less:L433 */
.mz-myaccount.mz-cms-editing #myaccount-main {
  display: block!important;
}
/* /stylesheets/pages/myaccount.less:L437 */
@media (min-width: 1248px) {
  .mz-myaccount #myaccount-main {
    width: 1010px;
    margin-top: 17px;
  }
}
/* /stylesheets/pages/myaccount.less:L444 */
/* /stylesheets/pages/myaccount.less:L447 */
.mz-myaccount #myaccount-main .myacc__banner {
  margin-bottom: 47px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .mz-myaccount #myaccount-main .myacc__banner {
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .mz-myaccount #myaccount-main .myacc__banner {
    margin-bottom: 30px;
  }
}
/* /stylesheets/pages/myaccount.less:L458 */
/* /stylesheets/pages/myaccount.less:L459 */
.mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/myaccount.less:L461 */
.mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-cms-content .mz-cms-image-cover {
  border-style: none!important;
}
@media only screen and (max-width: 500px) {
  .mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-cms-content {
    padding: 0 !important;
  }
}
/* /stylesheets/pages/myaccount.less:L469 */
/* /stylesheets/pages/myaccount.less:L470 */
@media (max-width: 992px) {
  .mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-cms-block:first-child {
    margin-left: -13px;
    margin-right: -13px;
  }
}
/* /stylesheets/pages/myaccount.less:L475 */
.mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-cms-block:first-child .mz-cms-content {
  height: 260px!important;
}
@media only screen and (max-width: 500px) {
  .mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-cms-block:first-child .mz-cms-content {
    height: 168px!important;
  }
}
/* /stylesheets/pages/myaccount.less:L482 */
.mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-cms-block:last-child {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
/* /stylesheets/pages/myaccount.less:L491 */
.mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-content-widget-inner-wrap {
  max-width: 419px;
  margin-left: 110px;
}
@media (max-width: 992px) {
  .mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-content-widget-inner-wrap {
    margin-left: 25px;
    max-width: 370px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-content-widget-inner-wrap {
    margin-left: 5px;
    max-width: 213px;
  }
}
/* /stylesheets/pages/myaccount.less:L502 */
.mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-content-widget-inner-wrap h2 {
  font-size: 30px!important;
  font-weight: bold !important;
  letter-spacing: 0;
  line-height: 34px!important;
  color: white;
}
@media only screen and (max-width: 500px) {
  .mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-content-widget-inner-wrap h2 {
    font-size: 22px!important;
    line-height: 24px!important;
  }
}
/* /stylesheets/pages/myaccount.less:L513 */
.mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-content-widget-inner-wrap p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: white;
  margin: 10px 0 0;
}
@media only screen and (max-width: 500px) {
  .mz-myaccount #myaccount-main .myacc__banner #mz-drop-zone-my-account-top .mz-content-widget-inner-wrap p {
    font-size: 12px;
    line-height: 18px;
    margin: 12px 0 0;
    max-width: 203px;
  }
}
/* /stylesheets/pages/myaccount.less:L530 */
.mz-myaccount #myaccount-main .myaccount_links_container_view {
  display: flex;
  justify-content: space-between;
  column-gap: 48px;
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .mz-myaccount #myaccount-main .myaccount_links_container_view {
    flex-flow: wrap column;
    padding: 0 24px;
  }
}
@media (max-width: 600px) {
  .mz-myaccount #myaccount-main .myaccount_links_container_view {
    flex-flow: wrap column;
    padding: 0 12px;
  }
}
/* /stylesheets/pages/myaccount.less:L543 */
.mz-myaccount #myaccount-main .myaccount_links_container_view .myacc__links_container-left,
.mz-myaccount #myaccount-main .myaccount_links_container_view .myacc__links_container-right {
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .mz-myaccount #myaccount-main .myaccount_links_container_view .myacc__links_container-left,
  .mz-myaccount #myaccount-main .myaccount_links_container_view .myacc__links_container-right {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-myaccount #myaccount-main .myaccount_links_container_view .myacc__links_container-left,
  .mz-myaccount #myaccount-main .myaccount_links_container_view .myacc__links_container-right {
    width: 100%;
  }
}
/* /stylesheets/pages/myaccount.less:L554 */
/* /stylesheets/pages/myaccount.less:L555 */
/* /stylesheets/pages/myaccount.less:L556 */
@media only screen and (max-width: 500px) {
  .mz-myaccount #myaccount-main .myaccount_links_container_view .myacc__links_container-right .nav_links:last-child {
    margin-bottom: 31px;
  }
}
/* /stylesheets/pages/myaccount.less:L564 */
.mz-myaccount #myaccount-main .nav_links,
.mz-myaccount #myaccount-main .nav_links_blue {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .mz-myaccount #myaccount-main .nav_links,
  .mz-myaccount #myaccount-main .nav_links_blue {
    margin-bottom: 30.5px;
  }
}
/* /stylesheets/pages/myaccount.less:L570 */
.mz-myaccount #myaccount-main .nav_links h2,
.mz-myaccount #myaccount-main .nav_links_blue h2 {
  height: 17px;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .mz-myaccount #myaccount-main .nav_links h2,
  .mz-myaccount #myaccount-main .nav_links_blue h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
/* /stylesheets/pages/myaccount.less:L585 */
.mz-myaccount #myaccount-main .nav_links ul,
.mz-myaccount #myaccount-main .nav_links_blue ul {
  padding: 0;
  margin: 0;
}
/* /stylesheets/pages/myaccount.less:L588 */
.mz-myaccount #myaccount-main .nav_links ul a,
.mz-myaccount #myaccount-main .nav_links_blue ul a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none;
  width: 93%;
  display: block;
  cursor: pointer;
  color: #333333;
  padding: 15.5px 0;
  padding-left: 16px;
}
/* /stylesheets/pages/myaccount.less:L601 */
.mz-myaccount #myaccount-main .nav_links ul li,
.mz-myaccount #myaccount-main .nav_links_blue ul li {
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/pages/myaccount.less:L603 */
.mz-myaccount #myaccount-main .nav_links ul li:first-child,
.mz-myaccount #myaccount-main .nav_links_blue ul li:first-child {
  border-top: 1px solid #cccccc;
}
/* /stylesheets/pages/myaccount.less:L605 */
/* /stylesheets/pages/myaccount.less:L609 */
.mz-myaccount #myaccount-main .nav_links ul li a,
.mz-myaccount #myaccount-main .nav_links_blue ul li a {
  position: relative;
  display: flex;
  align-items: center;
}
/* /stylesheets/pages/myaccount.less:L613 */
.mz-myaccount #myaccount-main .nav_links ul li a::after,
.mz-myaccount #myaccount-main .nav_links_blue ul li a::after {
  content: '';
  position: absolute;
  right: 0;
  background: url('../resources/images/icons//rightarrow.svg') no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px;
}
/* /stylesheets/pages/myaccount.less:L633 */
@media screen and (orientation: portrait) and (max-width: 1023px) {
  /* /stylesheets/pages/myaccount.less:L634 */
  /* /stylesheets/pages/myaccount.less:L635 */
  .mz-myaccount .mz-searchbox-container.desktop {
    display: block !important;
  }
  /* /stylesheets/pages/myaccount.less:L644 */
  .mz-myaccount .mz-searchbox-icon {
    visibility: hidden;
  }
}
@media screen and (orientation: portrait) and (max-width: 1023px) and only screen and (max-width: 500px) {
  /* /stylesheets/pages/myaccount.less:L638 */
  .mz-myaccount .mz-searchbox-container.desktop .recentsearch-dropdown {
    display: none!important;
  }
}
@media only screen and (max-width: 500px) {
  /* /stylesheets/pages/myaccount.less:L651 */
  /* /stylesheets/pages/myaccount.less:L652 */
  /* /stylesheets/pages/myaccount.less:L653 */
  .mz-myaccount .mz-searchbox-container.desktop .recentsearch-dropdown {
    display: none !important;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  /* /stylesheets/pages/myaccount.less:L660 */
  /* /stylesheets/pages/myaccount.less:L661 */
  .mz-myaccount .mz-searchbox-icon {
    visibility: visible !important;
  }
}
/* /stylesheets/pages/myaccount.less:L667 */
.acc-banner-image {
  height: 313px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 1008px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .acc-banner-image {
    height: 124px;
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .acc-banner-image {
    width: 114.5% !important;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1025px) {
  .acc-banner-image {
    width: 967px;
  }
}
@media only screen and (min-width: 1110px) and (max-width: 1113px) {
  .acc-banner-image {
    width: 990px;
  }
}
/* /stylesheets/pages/myaccount.less:L692 */
.acc-banner-image-mobile {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 360px;
  width: 100%;
  margin-bottom: 50px;
  display: none;
}
@media only screen and (max-width: 500px) {
  
}
@media only screen and (min-width: 375px) and (max-width: 409px) {
  .acc-banner-image-mobile {
    height: 380px;
  }
}
@media only screen and (min-width: 410px) and (max-width: 427px) {
  .acc-banner-image-mobile {
    height: 405px;
  }
}
@media only screen and (min-width: 428px) and (max-width: 440px) {
  .acc-banner-image-mobile {
    height: 410px;
  }
}
/* /stylesheets/pages/myaccount.less:L715 */
.acc-banner-text {
  padding: 76px;
  width: 622px;
  text-align: left;
  top: 50%;
  left: 50%;
  color: white;
}
@media only screen and (max-width: 500px) {
  .acc-banner-text {
    width: 47%;
    margin-left: 12%;
    padding: 5% 0 0 0;
    text-align: center;
  }
}
@media only screen and (min-width: 370px) and (max-width: 376px) {
  .acc-banner-text {
    margin-left: 8%;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .acc-banner-text {
    padding: 64px 30px !important;
  }
}
/* /stylesheets/pages/myaccount.less:L735 */
.acc-banner-text h1 {
  color: white;
  padding-left: 56px;
  padding-right: 56px;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .acc-banner-text h1 {
    color: white;
    font-size: 13px;
    padding: 0;
    margin: 0;
    font-weight: normal;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .acc-banner-text h1 {
    padding-left: 40px;
  }
}
/* /stylesheets/pages/myaccount.less:L752 */
.acc-banner-text p {
  height: 96px;
  width: 460px;
  color: white;
  font-family: "MSLondon";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .acc-banner-text p {
    margin: 0;
    padding: 2px;
    width: 188px;
    font-size: 11px;
    font-weight: normal;
    line-height: unset;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .acc-banner-text p {
    width: 350px;
    padding: 30px;
    padding-top: 0;
  }
}
/* /stylesheets/pages/myaccount.less:L779 */
.acc-banner-text-mobile {
  top: 50%;
  left: 50%;
  color: white;
  display: none;
  width: 284px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50p;
  padding-top: 20%;
}
@media only screen and (min-width: 400px) and (max-width: 440px) {
  .acc-banner-text-mobile {
    padding-top: 23%;
  }
}
@media only screen and (max-width: 500px) {
  .acc-banner-text-mobile {
    display: block;
  }
}
/* /stylesheets/pages/myaccount.less:L796 */
.acc-banner-text-mobile h1 {
  color: white;
  font-size: 24px;
  font-weight: 600;
}
/* /stylesheets/pages/myaccount.less:L801 */
.acc-banner-text-mobile p {
  height: 96px;
  width: 278px;
  color: white;
  font-family: "MSLondon";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
/* /stylesheets/pages/myaccount.less:L815 */
/* /stylesheets/pages/myaccount.less:L816 */
@media only screen and (max-width: 500px) {
  #mz-drop-zone-my-account-top-new .mz-cms-content {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #mz-drop-zone-my-account-top-new .mz-cms-content {
    padding: 0 !important;
  }
}
/* /stylesheets/pages/myaccount.less:L826 */
.myacc__banner_new {
  margin-left: -10px;
}
/* /stylesheets/pages/no-search-result.less:L1 */
/* /stylesheets/pages/no-search-result.less:L2 */
@media only screen and (max-width: 500px) {
  .mz-searchresults .mz-l-pagecontent {
    padding: 0 0px;
  }
}
/* /stylesheets/pages/no-search-result.less:L7 */
.mz-searchresults .mz-breadcrumbs {
  display: none;
}
/* /stylesheets/pages/no-search-result.less:L10 */
/* /stylesheets/pages/no-search-result.less:L11 */
.mz-searchresults .mz-productoptions-color-container .mz-colour-swatches-container-plp {
  margin: 0.5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* /stylesheets/pages/no-search-result.less:L16 */
/* /stylesheets/pages/no-search-result.less:L19 */
.mz-searchresults .mz-productoptions-color-container .mz-colour-swatches-container-plp .mz-swatch-img-container.selected-swatch {
  box-sizing: border-box;
  border: 1px solid #333333;
}
/* /stylesheets/pages/no-search-result.less:L22 */
.mz-searchresults .mz-productoptions-color-container .mz-colour-swatches-container-plp .mz-swatch-img-container.selected-swatch img {
  box-sizing: border-box;
  border: 2px solid white;
}
/* /stylesheets/pages/no-search-result.less:L27 */
.mz-searchresults .mz-productoptions-color-container .mz-colour-swatches-container-plp .mz-swatch-img-container {
  margin-right: .4rem;
  cursor: pointer;
}
/* /stylesheets/pages/no-search-result.less:L30 */
.mz-searchresults .mz-productoptions-color-container .mz-colour-swatches-container-plp .mz-swatch-img-container .mz-colour-swatch-img {
  width: 1.75rem;
  margin-top: 4px;
}
/* /stylesheets/pages/no-search-result.less:L39 */
.mz-searchresults .mz-productoptions-color-container .img-color-icon-mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .mz-searchresults .mz-productoptions-color-container .img-color-icon-mobile {
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }
}
/* /stylesheets/pages/no-search-result.less:L48 */
.mz-searchresults .mz-productoptions-color-container .mz-img-color-option-count {
  color: #333333;
  font-family: "MSLondon";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: -6px;
}
@media only screen and (max-width: 500px) {
  .mz-searchresults .mz-productoptions-color-container .mz-img-color-option-count {
    margin-left: 20px;
    margin-top: -20px;
  }
}
/* /stylesheets/pages/no-search-result.less:L62 */
@media only screen and (max-width: 500px) {
  .mz-searchresults .mz-pagetitle-search-result {
    margin-bottom: 0;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
/* /stylesheets/pages/no-search-result.less:L70 */
/* /stylesheets/pages/no-search-result.less:L71 */
@media only screen and (max-width: 500px) {
  .mz-searchresults.mz-noresults .mz-l-container-nosearch {
    margin-top: 85px;
    position: static;
    width: auto;
    height: auto;
    padding-bottom: 20px;
  }
}
/* /stylesheets/pages/no-search-result.less:L85 */
.mz-l-container-nosearch {
  position: relative;
  *zoom: 1;
  left: 20.31%;
  right: 24.62%;
  width: 60.59%;
  height: 196px;
  background-color: #f8f8f8;
}
/* /stylesheets/base/mixins.less:L17 */
.mz-l-container-nosearch:before {
  content: "";
  display: table;
}
/* /stylesheets/base/mixins.less:L22 */
.mz-l-container-nosearch:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 500px) {
  .mz-l-container-nosearch {
    width: 359px;
    height: 287px;
    left: 0;
    right: 0 !important;
  }
}
@media only screen and (min-width: 385px) and (max-width: 390px) {
  .mz-l-container-nosearch {
    left: 8px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 414px) {
  .mz-l-container-nosearch {
    left: 20px;
  }
}
@media only screen and (min-width: 355px) and (max-width: 360px) {
  .mz-l-container-nosearch {
    left: -3px;
    width: 350px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-l-container-nosearch {
    left: 12%;
    right: 15%;
    width: 75%;
    top: 25px;
    height: auto;
  }
}
@media only screen and (min-width: 360px) and (max-width: 375px) {
  .mz-l-container-nosearch {
    top: 50px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 414px) {
  .mz-l-container-nosearch {
    top: 50px;
  }
}
/* /stylesheets/pages/no-search-result.less:L124 */
.result-text {
  height: 100%;
  position: relative;
  text-align: center;
  font-family: 'MSLondon', sans-serif;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: bold;
  color: black;
}
/* /stylesheets/pages/no-search-result.less:L128 */
.result-text h1 {
  margin: 0;
  font-size: 22px;
  padding-top: 23px;
}
@media only screen and (max-width: 500px) {
  /* /stylesheets/pages/no-search-result.less:L139 */
  .result-text h1 {
    font-size: 20px;
    padding: 10px 20px 0;
  }
}
/* /stylesheets/pages/no-search-result.less:L145 */
.mz-nosearchbox-result {
  position: relative;
  left: 25.4%;
  right: 25.29%;
  top: 34.7%;
  width: 49.35%;
  padding: 15px 0 25px;
}
@media only screen and (max-width: 500px) {
  .mz-nosearchbox-result {
    left: 0;
    right: 0;
    top: 0;
    position: relative;
    width: 88%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-nosearchbox-result {
    left: 14.4%;
    right: 14.4%;
    width: 70.35%;
    position: relative;
  }
}
/* /stylesheets/pages/no-search-result.less:L166 */
.mz-nosearchbox-result .mz-l-container-nosearch-no-result {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  font-size: 16px;
  font-family: 'MSLondon', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  padding: 10px 0  11px 16px;
  color: #333333;
  margin-bottom: 0px;
}
@media only screen and (max-width: 500px) {
  .mz-nosearchbox-result .mz-l-container-nosearch-no-result {
    width: 100%;
    padding: 10px 10px 11px 10px;
  }
}
/* /stylesheets/pages/no-search-result.less:L185 */
.mz-nosearchbox-result .mz-searchbox-button-no-search {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 23px;
  right: 9px;
  height: 23px;
  width: 23px;
  margin-left: -1em;
  background-color: white;
  background-image: url('../resources/images/icons/svg/Search.svg');
  background-repeat: no-repeat;
  background-size: 25px;
  text-indent: -999em;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .mz-nosearchbox-result .mz-searchbox-button-no-search {
    right: 20px;
  }
}
/* /stylesheets/pages/no-search-result.less:L207 */
.mz-searchresults-noresultstext {
  position: absolute;
  left: 61px;
  bottom: 23px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0;
  color: #333333;
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 500px) {
  .mz-searchresults-noresultstext {
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    position: relative;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-searchresults-noresultstext {
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-align: center;
  }
}
/* /stylesheets/pages/search-interior.less:L1 */
.mz-pagetitle-search-result {
  color: #7c7c7c;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .mz-pagetitle-search-result {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1001px) {
  .mz-pagetitle-search-result {
    margin-bottom: 35px;
    font-size: 26px;
  }
}
/* /stylesheets/pages/search-interior.less:L13 */
.mz-pagetitle-search-result span {
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .mz-pagetitle-search-result {
    margin-top: 0;
    font-size: 22px;
  }
}
/* /stylesheets/pages/location.less:L1 */
.mz-loc {
  min-height: 300px;
  position: relative;
}
/* /stylesheets/pages/location.less:L6 */
.mz-loc aside {
  border: 1px solid #a7a7a7;
  left: 0;
  padding: 8px;
  position: absolute;
  top: 40px;
  width: 240px;
}
/* /stylesheets/pages/location.less:L15 */
.mz-loc aside h3 {
  background-color: #a7a7a7;
  margin: -8px;
  padding: 8px;
}
/* /stylesheets/pages/location.less:L21 */
.mz-loc aside input[type="text"] {
  margin-right: 5px;
  width: 80px;
}
/* /stylesheets/pages/location.less:L27 */
.mz-loc article {
  margin-left: 280px;
}
/* /stylesheets/pages/location.less:L32 */
.mz-loc-name {
  font-weight: bold;
}
/* /stylesheets/pages/location.less:L36 */
.mz-loc-table {
  border: 1px solid #a7a7a7;
  min-width: 240px;
  max-width: 620px;
  width: 100%;
}
/* /stylesheets/pages/location.less:L43 */
.mz-loc-table th {
  background-color: #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  font-size: 16px;
  padding: 5px;
  text-align: left;
}
/* /stylesheets/pages/location.less:L51 */
.mz-loc-table td {
  border-bottom: 1px solid #a7a7a7;
  padding: 5px;
}
/* /stylesheets/pages/location.less:L57 */
.mz-loc-store-hours {
  margin-top: 16px;
}
/* /stylesheets/pages/location.less:L61 */
.mz-loc-dialog-cover {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2000;
}
/* /stylesheets/pages/location.less:L72 */
.mz-loc-dialog {
  background-color: white;
  height: 300px;
  left: 50%;
  margin-left: -200px;
  margin-top: -150px;
  padding: 20px;
  position: fixed;
  top: 50%;
  width: 400px;
}
/* /stylesheets/pages/location.less:L84 */
/* /stylesheets/pages/location.less:L85 */
.mz-locations .mz-l-pagecontent {
  padding: 25px 0;
}
@media only screen and (max-width: 500px) {
  .mz-locations .mz-l-pagecontent {
    padding: 0;
  }
}
/* /stylesheets/pages/location.less:L90 */
/* /stylesheets/pages/location.less:L113 */
.mz-locations .location-search {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
/* /stylesheets/pages/location.less:L120 */
.mz-locations .locations-map {
  display: none;
}
/* /stylesheets/pages/location.less:L123 */
/* /stylesheets/pages/location.less:L124 */
.mz-locations .locations-map.no-location-found #googlemap {
  display: none;
}
@media only srceen and (min-width: 410px) and (max-width: 412px) {
  .mz-locations .locations-map.no-location-found #googlemap {
    top: 0;
  }
}
/* /stylesheets/pages/location.less:L130 */
.mz-locations .locations-map.no-location-found .location-container {
  width: 100% !important;
  overflow-y: hidden !important;
}
@media only screen and (min-width: 370px) and (max-width: 375px) {
  .mz-locations .locations-map.no-location-found .location-container {
    top: 8px !important;
  }
}
@media only screen and (min-width: 410px) and (max-width: 414px) {
  .mz-locations .locations-map.no-location-found .location-container {
    top: 5px !important;
    left: 15px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 390px) {
  .mz-locations .locations-map.no-location-found .location-container {
    top: 5px !important;
  }
}
/* /stylesheets/pages/location.less:L147 */
.mz-locations .locations-map.active {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .mz-locations .locations-map.active {
    flex-direction: column-reverse;
    width: auto;
  }
}
@media only srceen and (min-width: 410px) and (max-width: 412px) {
  
}
/* /stylesheets/pages/location.less:L160 */
.mz-locations .locations-map.active .location-container {
  width: 44.25%;
  max-height: 494px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 500px) {
  .mz-locations .locations-map.active .location-container {
    width: 100%;
    max-height: none;
    display: block;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .mz-locations .locations-map.active .location-container {
    width: 62%;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) {
  .mz-locations .locations-map.active .location-container {
    width: 61%;
  }
}
/* /stylesheets/pages/location.less:L179 */
/* /stylesheets/pages/location.less:L180 */
.mz-locations .locations-map.active .location-container #location-list .location-distance-display {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
/* /stylesheets/pages/location.less:L185 */
.mz-locations .locations-map.active .location-container #location-list .location-dropdown-container.active {
  background-image: url(../resources/images/icons/svg/downArrow.svg);
}
/* /stylesheets/pages/location.less:L189 */
.mz-locations .locations-map.active .location-container #location-list .location-dropdown-container {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  background-image: url(../resources/images/icons/svg/right-arrow.svg);
  background-position-x: 1%;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 20px;
  cursor: pointer;
  padding-right: 16px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-locations .locations-map.active .location-container #location-list .location-dropdown-container {
    background-size: 16px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 820px) {
  .mz-locations .locations-map.active .location-container #location-list .location-dropdown-container {
    padding-right: 22px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) {
  .mz-locations .locations-map.active .location-container #location-list .location-dropdown-container {
    padding-right: 38px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-locations .locations-map.active .location-container #location-list .location-dropdown-container {
    grid-template-columns: 7fr 2fr;
    padding-right: 1.5rem;
    background-size: 14px;
  }
}
/* /stylesheets/pages/location.less:L216 */
.mz-locations .locations-map.active .location-container #location-list .location-dropdown-container .location-select-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 30px;
  margin-top: 17px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1000px) {
  .mz-locations .locations-map.active .location-container #location-list .location-dropdown-container .location-select-name {
    margin-left: 22px;
    max-width: 230px;
  }
}
/* /stylesheets/pages/location.less:L231 */
.mz-locations .locations-map.active .location-container #location-list .location-select-container {
  border-top: 1px solid #cccccc;
  font-size: 15px;
}
@media only screen and (max-width: 500px) {
  .mz-locations .locations-map.active .location-container #location-list .location-select-container {
    margin-left: .5em;
    margin-right: .5em;
  }
}
/* /stylesheets/pages/location.less:L239 */
.mz-locations .locations-map.active .location-container #location-list .location-select-container.active + .dropdown-info-container {
  display: block;
}
@media only screen and (max-width: 500px) {
  .mz-locations .locations-map.active .location-container #location-list .location-select-container.active + .dropdown-info-container {
    margin-left: 0;
  }
}
@media only screen and (min-width: 375px) and (max-width: 414px) {
  .mz-locations .locations-map.active .location-container #location-list .location-select-container.active + .dropdown-info-container {
    margin-left: 3px;
  }
}
/* /stylesheets/pages/location.less:L250 */
.mz-locations .locations-map.active .location-container #location-list .location-select-container.active + .dropdown-info-container .location-select-logo {
  width: 35px;
  height: auto;
  margin: 0 1rem 0 2rem;
}
/* /stylesheets/pages/location.less:L256 */
.mz-locations .locations-map.active .location-container #location-list .location-select-container + .dropdown-info-container {
  display: none;
}
/* /stylesheets/pages/location.less:L260 */
/* /stylesheets/pages/location.less:L261 */
@media only screen and (max-width: 500px) {
  .mz-locations .locations-map.active .location-container #location-list .dropdown-info-container .dropdown-info {
    padding-left: 2.5rem;
  }
}
/* /stylesheets/pages/location.less:L266 */
.mz-locations .locations-map.active .location-container #location-list .dropdown-info-container .location-address-line {
  margin-bottom: 20px;
  font-size: 15px;
  color: #333333;
  font-family: "MSLondon";
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
@media only screen and (min-width: 374px) and (max-width: 389px) {
  .mz-locations .locations-map.active .location-container #location-list .dropdown-info-container .location-address-line {
    width: 231px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-locations .locations-map.active .location-container #location-list .dropdown-info-container .location-address-line {
    width: 262px;
  }
}
/* /stylesheets/pages/location.less:L285 */
.mz-locations .locations-map.active .location-container .mz-locationsearch-list {
  height: 100%;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-locations .locations-map.active .location-container .mz-locationsearch-list {
    margin: 0 !important;
  }
}
/* /stylesheets/pages/location.less:L296 */
.mz-locations .locations-map.active #googlemap {
  min-height: 250px;
  height: 496px;
  max-height: 496px;
  width: 55.85%;
}
@media only screen and (max-width: 500px) {
  .mz-locations .locations-map.active #googlemap {
    width: 100%;
    min-height: 450px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 375px) {
  .mz-locations .locations-map.active #googlemap {
    width: 359px;
    left: 8px;
  }
}
@media only screen and (min-width: 410px) and (max-width: 412px) {
  .mz-locations .locations-map.active #googlemap {
    left: 25px;
    width: 359px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 390px) {
  .mz-locations .locations-map.active #googlemap {
    left: 8px;
    width: 359px;
  }
}
/* /stylesheets/pages/location.less:L325 */
@media only screen and (min-width: 1001px) {
  .mz-locations #store-finder {
    margin-left: 111px;
    padding: 0 37px;
  }
}
/* /stylesheets/pages/location.less:L330 */
.mz-locations #store-finder .find-your-nearest-st {
  color: #333333;
  font-family: "MSLondon";
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
}
@media only screen and (min-width: 410px) and (max-width: 414px) {
  .mz-locations #store-finder .find-your-nearest-st {
    margin-left: 25px !important;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 370px) and (max-width: 375px) {
  .mz-locations #store-finder .find-your-nearest-st {
    margin-top: 64px !important;
  }
}
@media only screen and (min-width: 350px) and (max-width: 360px) {
  .mz-locations #store-finder .find-your-nearest-st {
    margin-top: 20px;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1180px) {
  .mz-locations #store-finder .find-your-nearest-st {
    margin-left: 148px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .mz-locations #store-finder .find-your-nearest-st {
    margin-left: -1px !important;
    padding-top: 25px !important;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1138px) {
  .mz-locations #store-finder .find-your-nearest-st {
    margin-left: 128px !important;
  }
}
@media only screen and (min-width: 810px) and (max-width: 820px) {
  .mz-locations #store-finder .find-your-nearest-st {
    margin-left: 7px !important;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1061px) {
  .mz-locations #store-finder .find-your-nearest-st {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-locations #store-finder .find-your-nearest-st {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 35px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-locations #store-finder .find-your-nearest-st {
    margin-left: 18px;
  }
}
/* /stylesheets/pages/location.less:L381 */
.mz-locations #store-finder .location-search {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-locations #store-finder .location-search {
    position: relative;
    left: -52px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 820px) {
  .mz-locations #store-finder .location-search {
    left: -26px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-locations #store-finder .location-search {
    margin: 20px 8px;
    flex-direction: column;
    width: auto;
  }
}
/* /stylesheets/pages/location.less:L398 */
.mz-locations #store-finder .location-search .town-street-name {
  box-sizing: border-box;
  height: 48px;
  width: 562px;
  border: 1px solid #cccccc;
  background-color: white;
  padding: 13px 14px 13px;
  font-size: 16px;
}
/* /stylesheets/pages/location.less:L407 */
.mz-locations #store-finder .location-search .town-street-name::placeholder {
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
@media only screen and (max-width: 500px) {
  .mz-locations #store-finder .location-search .town-street-name {
    width: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .mz-locations #store-finder .location-search .town-street-name {
    width: 530px;
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mz-locations #store-finder .location-search .town-street-name {
    width: 416px;
  }
}
/* /stylesheets/pages/location.less:L431 */
.mz-locations #store-finder .location-search input {
  border-radius: 0;
  -webkit-appearance: none;
}
/* /stylesheets/pages/location.less:L436 */
.mz-locations #store-finder .location-search .submit-location {
  height: 48px;
  width: 71px;
  background-color: #bed855;
  color: #333333;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  position: relative;
  left: 20px;
  border: none;
}
@media only screen and (max-width: 500px) {
  .mz-locations #store-finder .location-search .submit-location {
    width: auto;
    left: 0px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .mz-locations #store-finder .location-search .submit-location {
    width: 530px;
    left: 0px;
  }
}
/* /stylesheets/pages/location.less:L462 */
.mz-locations #store-finder .location-search .submit-location + .use-my-location {
  color: black;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration-line: underline;
  background-color: transparent;
  border: none;
  position: relative;
  left: 25px;
  top: -5px;
}
@media only screen and (max-width: 500px) {
  .mz-locations #store-finder .location-search .submit-location + .use-my-location {
    left: 0;
    position: static;
    margin-left: 0;
    padding: 0;
    text-align: left;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .mz-locations #store-finder .location-search .submit-location + .use-my-location {
    left: -128px;
  }
}
@media only screen and (max-width: 1000px) {
  .mz-locations #store-finder .location-search .submit-location + .use-my-location {
    top: 13px;
  }
}
/* /stylesheets/pages/location.less:L494 */
@media only screen and (max-width: 500px) {
  .mz-locations #store-finder .location-search .use-my-location {
    margin-left: -46px;
  }
}
@media only screen and (min-width: 410px) and (max-width: 414px) {
  .mz-locations #store-finder .location-search .use-my-location {
    left: -84px !important;
  }
}
@media only screen and (min-width: 350px) and (max-width: 360px) {
  .mz-locations #store-finder .location-search .use-my-location {
    left: -84px !important;
  }
}
@media only screen and (min-width: 810px) and (max-width: 820px) {
  .mz-locations #store-finder .location-search .use-my-location {
    top: -5px !important;
  }
}
@media only screen and (min-width: 710px) and (max-width: 712px) {
  .mz-locations #store-finder .location-search .use-my-location {
    left: -192px !important;
  }
}
/* /stylesheets/pages/location.less:L512 */
.mz-locations #store-finder .location-search .mz-location-icon {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 500px) {
  
}
@media screen and (orientation: portrait) and (max-width: 1023px) {
  /* /stylesheets/pages/location.less:L525 */
  /* /stylesheets/pages/location.less:L526 */
  .mz-locations .mz-searchbox-container.desktop {
    display: block !important;
  }
  /* /stylesheets/pages/location.less:L530 */
  .mz-locations .mz-searchbox-icon {
    visibility: hidden;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  /* /stylesheets/pages/location.less:L537 */
  /* /stylesheets/pages/location.less:L538 */
  .mz-locations .mz-searchbox-icon {
    visibility: visible !important;
  }
}
/* /stylesheets/pages/login.less:L1 */
.icon-arrow {
  height: 15px;
  width: 15px;
}
/* /stylesheets/pages/login.less:L5 */
.mz-login-form-field .element-div {
  margin-top: 10px;
}
/* /stylesheets/pages/login.less:L9 */
.mz-login-email-valid-div {
  margin: 0 4px 24px 5px;
  color: #757575;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/login.less:L18 */
.mz-login-main-container {
  display: grid;
  margin-top: -5px;
}
/* /stylesheets/pages/login.less:L21 */
.mz-login-main-container input {
  border-radius: 0;
  -webkit-appearance: none;
}
/* /stylesheets/pages/login.less:L25 */
.mz-login-main-container .mz-pagetitle {
  height: 43px;
  width: 120px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 43px;
}
/* /stylesheets/pages/login.less:L37 */
.mz-login-main-container .eye {
  position: absolute;
  right: 0;
  top: 14px;
  margin-right: 7px;
  cursor: pointer;
}
/* /stylesheets/pages/login.less:L44 */
.mz-login-main-container .mz-forgot {
  height: 21px;
  width: 137px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: capitalize;
  float: right;
  margin: 10px 0 30px 0;
}
/* /stylesheets/pages/login.less:L57 */
.mz-login-main-container a {
  color: black;
}
/* /stylesheets/pages/login.less:L60 */
.mz-login-main-container a:hover {
  color: black;
}
/* /stylesheets/pages/login.less:L63 */
.mz-login-main-container a:visited {
  color: black;
}
/* /stylesheets/pages/login.less:L66 */
/* /stylesheets/pages/login.less:L67 */
.mz-login-main-container .mz-signup-footer .mz-signup-query {
  margin-top: 20px;
  height: 21px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 600;
}
/* /stylesheets/pages/login.less:L77 */
.mz-login-main-container .mz-signup-footer .mz-privacy-policy {
  margin-top: 34px;
  height: 21px;
  width: 502px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/login.less:L91 */
.mz-login-form-main-container {
  margin: 0 auto;
  width: 70%;
  max-width: 510px;
}
@media only screen and (min-width: 765px) and (max-width: 825px) {
  .mz-login-form-main-container {
    margin-top: 20px;
  }
}
/* /stylesheets/pages/login.less:L98 */
.mz-login-form-main-container .password-field-input {
  position: relative;
}
/* /stylesheets/pages/login.less:L101 */
.mz-login-form-main-container .login-validation-error-msg {
  margin-bottom: 10px;
}
/* /stylesheets/pages/login.less:L104 */
.mz-login-form-main-container .login-validation-msg {
  margin: 0 4px 24px 5px;
  color: #a6192e;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 0px;
}
/* /stylesheets/pages/login.less:L118 */
.mz-login-form-main-container .text-input {
  display: inline-block;
  width: 100%;
  max-width: 494px;
  height: 48px;
  padding: 0;
  padding-left: 16px;
  margin: 0;
  border: 1px solid #cccccc;
  fill: white;
}
/* /stylesheets/pages/login.less:L128 */
.mz-login-form-main-container .text-input::placeholder {
  color: #757575;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/login.less:L148 */
.mz-login-form-main-container .text-label {
  display: inline-block;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  margin: 0 0 4px 0;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0;
}
/* /stylesheets/pages/login.less:L159 */
.mz-login-form-main-container .text-label:focus {
  outline: none;
}
/* /stylesheets/pages/login.less:L164 */
.mz-login-form-main-container .mz-login-page-button {
  width: 100%;
  height: 48px;
  text-align: center;
  background-color: #bed855;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  border: 0;
}
/* /stylesheets/pages/login.less:L183 */
.mz-login-form-main-container .is-invalid {
  border: none !important;
  border-left: 5px solid #ea122a !important;
  background-color: #fff3f4 !important;
}
/* /stylesheets/pages/login.less:L188 */
.mz-login-form-main-container .is-valid {
  border: 1px solid #333333 !important;
}
@media only screen and (max-width: 500px) {
  /* /stylesheets/pages/login.less:L194 */
  /* /stylesheets/pages/login.less:L195 */
  .mz-loginpage .afg-ms-mz-breadcrumbs {
    display: none;
  }
  /* /stylesheets/pages/login.less:L198 */
  .mz-loginpage .mz-l-pagecontent {
    padding: 24px 8px;
  }
  /* /stylesheets/pages/login.less:L204 */
  .mz-login-main-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  /* /stylesheets/pages/login.less:L211 */
  .mz-login-main-container .mz-pagetitle {
    height: auto;
    width: auto;
    color: #333333;
    font-family: 'MSLondon', sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    margin: 0 0 15px;
  }
  /* /stylesheets/pages/login.less:L222 */
  .mz-login-main-container .mz-forgot {
    height: 21px;
    width: 100%;
    color: black;
    font-family: 'MSLondon', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    text-transform: capitalize;
    text-align: right;
    margin: 10px 0 15px 0;
  }
  /* /stylesheets/pages/login.less:L235 */
  /* /stylesheets/pages/login.less:L236 */
  .mz-login-main-container .mz-signup-footer .mz-signup-query {
    margin-top: 20px;
    height: 21px;
    color: black;
    font-family: 'MSLondon', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
  }
  /* /stylesheets/pages/login.less:L246 */
  .mz-login-main-container .mz-signup-footer .mz-privacy-policy {
    margin-top: 34px;
    height: 21px;
    width: 359px;
    color: black;
    font-family: 'MSLondon', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0px;
  }
  /* /stylesheets/pages/login.less:L261 */
  .mz-login-form-main-container {
    width: 100%;
    max-width: 100%;
  }
  /* /stylesheets/pages/login.less:L265 */
  .mz-login-form-main-container .password-field-input {
    position: relative;
  }
  /* /stylesheets/pages/login.less:L268 */
  .mz-login-form-main-container .text-input {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 48px;
    padding: 0;
    padding-left: 16px;
    margin: 0;
    border: 1px solid #cccccc;
    fill: white;
  }
  /* /stylesheets/pages/login.less:L279 */
  .mz-login-form-main-container .text-label {
    display: inline-block;
    font-family: 'MSLondon', sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin: 0 0 4px 0;
  }
  /* /stylesheets/pages/login.less:L288 */
  .mz-login-form-main-container .mz-login-page-button {
    width: 100%;
    height: 48px;
    text-align: center;
    background-color: #bed855;
  }
  /* /stylesheets/pages/login.less:L294 */
  /* /stylesheets/pages/login.less:L296 */
  .mz-login-form-main-container .mz-login-email-div .mz-l-formfieldgroup-cell,
  .mz-login-form-main-container .mz-login-password-div .mz-l-formfieldgroup-cell {
    display: flex;
    flex-wrap: wrap;
  }
  /* /stylesheets/pages/login.less:L301 */
  /* /stylesheets/pages/login.less:L302 */
  .mz-login-form-main-container .mz-login-password-div .password-field-input {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (orientation: portrait) and (max-width: 1023px) {
  /* /stylesheets/pages/login.less:L312 */
  /* /stylesheets/pages/login.less:L313 */
  .mz-loginpage .mz-searchbox-container.desktop {
    display: block !important;
  }
  /* /stylesheets/pages/login.less:L317 */
  .mz-loginpage .mz-searchbox-icon {
    visibility: hidden !important;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  /* /stylesheets/pages/login.less:L324 */
  /* /stylesheets/pages/login.less:L325 */
  .mz-loginpage .mz-searchbox-icon {
    visibility: visible !important;
  }
}
/* /stylesheets/pages/login.less:L336 */
@media only screen and (min-width: 1060px) and (max-width: 1063px) {
  .mz-login-page-button {
    width: 101% !important;
  }
}
@media only screen and (min-width: 710px) and (max-width: 714px) {
  .mz-login-page-button {
    width: 104% !important;
  }
}
/* /stylesheets/pages/login.less:L345 */
@media only screen and (min-width: 710px) and (max-width: 714px) {
  .mz-login-main-container .mz-signup-footer .mz-privacy-policy {
    width: 501 !important;
  }
}
/* /stylesheets/pages/login.less:L351 */
/* /stylesheets/pages/login.less:L352 */
/* /stylesheets/pages/login.less:L353 */
@media only screen and (max-width: 500px) {
  .mz-loginpage .mz-login-form-main-container .mz-pagetitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
  }
}
/* /stylesheets/pages/login.less:L361 */
@media (min-width: 768px) {
  .mz-loginpage .mz-breadcrumbs {
    margin: 0;
  }
}
/* /stylesheets/pages/login.less:L366 */
/* /stylesheets/pages/login.less:L367 */
@media (min-width: 768px) {
  .mz-loginpage .mz-login-main-container .mz-pagetitle {
    margin: 0 0 35px;
  }
}
/* Common styles */

/* /stylesheets/pages/home.less:L2 */
.hidden {
  display: none;
}
/* /stylesheets/pages/home.less:L5 */
/* /stylesheets/pages/home.less:L6 */
.category-container a {
  text-decoration: none;
}
/* /stylesheets/pages/home.less:L10 */
.widget-spacer {
  margin-bottom: 40px;
}
/* /stylesheets/pages/home.less:L13 */
.featured-text {
  cursor: pointer;
}
/* /stylesheets/pages/home.less:L15 */
.featured-text p > a {
  color: white;
  text-decoration: none;
}
/* /stylesheets/pages/home.less:L20 */
/* /stylesheets/pages/home.less:L21 */
.featured-text.at-bottom p > a {
  color: black;
}
@media only screen and (max-width: 500px) {
  /* /stylesheets/pages/home.less:L26 */
  /* /stylesheets/pages/home.less:L27 */
  .home-buttons:has(.feature-image-link + .feature-image-link) {
    display: grid;
    row-gap: 10px;
    justify-content: space-evenly;
  }
}
/* /stylesheets/pages/home.less:L34 */
.featured-link-wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
/* Homepage Banner carousel */

/* /stylesheets/pages/home.less:L48 */
.feature-image-link {
  color: black;
  font-size: 16px;
  background: white;
  position: relative;
  text-decoration: none;
  padding: 15px 70px 15px 20px;
}
/* /stylesheets/pages/home.less:L55 */
.feature-image-link:after {
  background: url('../resources/images/icons//Arrow.svg') no-repeat;
  width: 40px;
  height: 40px;
  background-size: 50% 50%;
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
}
/* /stylesheets/pages/home.less:L66 */
.featured-text.at-top {
  position: absolute;
  width: 100%;
  top: 50%;
  font-family: 'MSLondon', sans-serif;
  font-weight: 700;
  left: 50%;
  color: white;
  transform: translate(-50%);
}
@media only screen and (min-width: 360px) and (max-width: 375px) {
  .featured-text.at-top {
    top: 38%;
    width: 83% !important;
  }
}
@media only screen and (min-width: 410px) and (max-width: 414px) {
  .featured-text.at-top {
    top: 38%;
    width: 76% !important;
  }
}
/* /stylesheets/pages/home.less:L84 */
.home-buttons-mobile {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-buttons-mobile {
    display: none;
    flex-direction: column;
    margin: 10px 15px;
  }
}
/* /stylesheets/pages/home.less:L91 */
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-buttons-mobile a {
    margin: 7px 0;
    font-weight: bold;
  }
}
/* /stylesheets/pages/home.less:L98 */
.homeCarousel {
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .homeCarousel {
    background: whitesmoke;
  }
}
/* /stylesheets/pages/home.less:L103 */
.homeCarousel .feature-image-link {
  margin-right: 20px;
}
/* /stylesheets/pages/home.less:L106 */
.homeCarousel .previous {
  transform: rotate(180deg);
}
/* /stylesheets/pages/home.less:L109 */
.homeCarousel .previous,
.homeCarousel .next {
  background: url('../resources/images/icons//rightarrow.svg') no-repeat white 80% 50%;
  width: 40px;
  height: 60px;
  background-size: 50% 50%;
  z-index: 6;
}
@media only screen and (max-width: 900px) {
  .homeCarousel .previous,
  .homeCarousel .next {
    top: calc(50% - 30px) !important;
    opacity: 0.8;
  }
}
/* /stylesheets/pages/home.less:L120 */
.homeCarousel .previous:hover,
.homeCarousel .next:hover,
.homeCarousel .previous:focus,
.homeCarousel .next:focus {
  background: url('../resources/images/icons//rightarrow.svg') no-repeat white 80% 50%;
  width: 40px;
  height: 60px;
  background-size: 50% 50%;
}
/* /stylesheets/pages/home.less:L127 */
/* /stylesheets/pages/home.less:L128 */
.homeCarousel .featured-text.at-top p {
  font-size: 56px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .homeCarousel .featured-text.at-top p {
    font-size: 20px;
    margin: 0;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .homeCarousel .featured-text.at-top p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .homeCarousel .featured-text.at-top p {
    font-size: 30px!important;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  }
}
/* /stylesheets/pages/home.less:L146 */
@media only screen and (max-width: 500px) {
  .homeCarousel .mz-cms-image {
    height: 214px;
  }
}
/* /stylesheets/pages/home.less:L151 */
.homeCarousel .mz-cms-row {
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 43%;
}
@media only screen and (max-width: 500px) {
  .homeCarousel .mz-cms-row {
    padding-bottom: 0%;
    height: 214px;
  }
}
/* /stylesheets/pages/home.less:L189 */
.homeCarousel .mz-cms-row .mz-cms-block {
  position: absolute;
  width: 100%;
  display: none;
}
/* /stylesheets/pages/home.less:L193 */
.homeCarousel .mz-cms-row .mz-cms-block:first-child {
  display: block;
}
/* /stylesheets/pages/home.less:L198 */
.homeCarousel .previous {
  position: absolute;
  left: 0;
  top: 50%;
  cursor: pointer;
}
/* /stylesheets/pages/home.less:L204 */
.homeCarousel .next {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
}
/* /stylesheets/pages/home.less:L210 */
.homeCarousel .featured-image {
  position: relative;
}
/* /stylesheets/pages/home.less:L213 */
@media (min-width: 1024px) and (max-width: 1199px) {
  .homeCarousel .home-buttons {
    display: none;
  }
}
/* /stylesheets/pages/home.less:L218 */
@media (min-width: 1024px) and (max-width: 1199px) {
  .homeCarousel [class*='mz-cms-col-'] .mz-cms-content {
    padding: 0;
  }
}
/* /stylesheets/pages/home.less:L223 */
.homeCarousel .home-buttons-mobile {
  display: none!important;
}
/* /stylesheets/pages/home.less:L227 */
.homeCarousel-wrapper {
  margin-top: 0px;
  padding: 0px 17px;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) and (max-width: 376px) {
  .homeCarousel-wrapper {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 377px) and (max-width: 420px) {
  .homeCarousel-wrapper {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 713px) {
  .homeCarousel-wrapper {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 770px) {
  .homeCarousel-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
@media only screen and (min-width: 771px) and (max-width: 830px) {
  .homeCarousel-wrapper {
    margin-top: 33px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .homeCarousel-wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 !important;
  }
}
/* /stylesheets/pages/home.less:L254 */
.homeCarousel-wrapper .progress_bar {
  width: 0px;
  height: 2px;
  position: absolute;
  top: 100%;
  background: black;
  display: none;
}
@media only screen and (max-width: 768px) {
  .homeCarousel-wrapper .progress_bar {
    display: block;
  }
}
/* /stylesheets/pages/home.less:L277 */
.homeCarousel-wrapper .dots {
  text-align: center;
}
/* /stylesheets/pages/home.less:L279 */
.homeCarousel-wrapper .dots ul {
  margin: 0;
  padding: 0;
}
/* /stylesheets/pages/home.less:L284 */
.homeCarousel-wrapper .dots li:hover:before,
.homeCarousel-wrapper .dots li:focus:before {
  opacity: 1;
}
/* /stylesheets/pages/home.less:L289 */
.homeCarousel-wrapper .dots li:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* /stylesheets/pages/home.less:L306 */
.homeCarousel-wrapper .dots li.active:before {
  opacity: .75;
  color: black;
}
/* /stylesheets/pages/home.less:L311 */
.homeCarousel-wrapper .dots {
  margin: 15px 0 0;
}
/* /stylesheets/pages/home.less:L312 */
.homeCarousel-wrapper .dots ul li {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 20px;
  height: 9px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
/* /stylesheets/pages/home.less:L326 */
.homeCarousel-wrapper .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/home.less:L331 */
.mz-hamburgmenu-fixed-container.iphone13andpro {
  margin-bottom: 80px;
}
/* Top Picks section */

/* /stylesheets/pages/home.less:L336 */
/* /stylesheets/pages/home.less:L337 */
.top-picks-wrapper .mz-productlisting {
  position: relative;
}
/* /stylesheets/pages/home.less:L339 */
.top-picks-wrapper .mz-productlisting .mz-product-promotions-offer {
  display: none;
}
/* /stylesheets/pages/home.less:L342 */
@media (min-width: 1200px) {
  .top-picks-wrapper .mz-productlisting .mz-productlisting-info {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-picks-wrapper .mz-productlisting .mz-productlisting-info {
    margin-top: 0;
  }
}
/* /stylesheets/pages/home.less:L351 */
@media (min-width: 1200px) {
  .top-picks-wrapper .mz-cms-row {
    max-width: 1206px;
  }
}
/* /stylesheets/pages/home.less:L356 */
/* /stylesheets/pages/home.less:L357 */
/* /stylesheets/pages/home.less:L358 */
.top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first .mz-productlisting-image a .mz-productlisting-imageplaceholder {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first {
    padding-left: 0!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first {
    padding-left: 0!important;
  }
}
/* /stylesheets/pages/home.less:L372 */
@media (min-width: 1200px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first .mz-cms-block {
    height: 541px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first .mz-cms-block {
    height: 541px;
  }
}
/* /stylesheets/pages/home.less:L380 */
/* /stylesheets/pages/home.less:L381 */
/* /stylesheets/pages/home.less:L382 */
@media (min-width: 1200px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first .mz-productlisting-image a img {
    height: 541px!important;
    max-width: 100%;
    min-width: 100%!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first .mz-productlisting-image a img {
    height: 541px!important;
    max-width: 100%;
    min-width: 100%!important;
  }
}
@media (min-width: 1200px) {
  .top-picks-wrapper .mz-cms-row > div:first-child {
    justify-content: space-between;
    grid-gap: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-picks-wrapper .mz-cms-row > div:first-child {
    justify-content: space-between;
    grid-gap: 16px;
  }
}
/* /stylesheets/pages/home.less:L405 */
@media (min-width: 1200px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col {
    display: flex;
    flex-direction: column;
    grid-gap: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col {
    display: flex;
    flex-direction: column;
    grid-gap: 18px;
  }
}
/* /stylesheets/pages/home.less:L416 */
@media (min-width: 1200px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-second {
    display: flex;
    grid-gap: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-second {
    display: flex;
    grid-gap: 16px;
  }
}
/* /stylesheets/pages/home.less:L425 */
@media (min-width: 1200px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-second .mz-productlisting-image a > img {
    height: 302px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-second .mz-productlisting-image a > img {
    height: 302px;
  }
}
/* /stylesheets/pages/home.less:L434 */
@media (min-width: 1200px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .mz-productlisting-image a > img {
    min-width: 100%!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .mz-productlisting-image a > img {
    min-width: 100%!important;
  }
}
/* /stylesheets/pages/home.less:L442 */
@media (min-width: 1200px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-third {
    display: flex;
    grid-gap: 16px;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-third {
    display: flex;
    grid-gap: 16px;
    padding-right: 0;
  }
}
/* /stylesheets/pages/home.less:L453 */
@media (min-width: 1200px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-third .mz-productlisting-image a > img {
    height: 221px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-third .mz-productlisting-image a > img {
    height: 221px;
  }
}
/* /stylesheets/pages/home.less:L465 */
/* /stylesheets/pages/home.less:L466 */
.top-picks-wrapper .mz-productlisting-info .mz-productlisting-title,
.top-picks-wrapper .mz-productlisting-info .mz-productlisting-shortdesc,
.top-picks-wrapper .mz-productlisting-info .mz-productlisting-productcode,
.top-picks-wrapper .mz-productlisting-info .mz-brand-name,
.top-picks-wrapper .mz-productlisting-info .discountedPrice,
.top-picks-wrapper .mz-productlisting-info .mz-item-sale,
.top-picks-wrapper .mz-productlisting-info .mz-productoptions-color-container {
  display: none;
}
/* /stylesheets/pages/home.less:L469 */
.top-picks-wrapper .mz-productlisting-info .mz-pricestack {
  height: auto !important;
  position: absolute;
  left: 10px;
  bottom: 20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
/* /stylesheets/pages/home.less:L480 */
.top-picks-wrapper .mz-productlisting-info .mz-price {
  height: auto !important;
  color: white;
  display: block;
}
/* /stylesheets/pages/home.less:L487 */
.top-picks-wrapper .mz-productlist-list-toppick {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* /stylesheets/pages/home.less:L492 */
.top-picks-wrapper .mz-cms-block {
  display: inline-block;
  min-width: auto;
}
@media (max-width: 768px) {
  .top-picks-wrapper .mz-cms-block {
    min-width: 80px;
  }
}
/* /stylesheets/pages/home.less:L498 */
@media only screen and (max-width: 980px) {
  .top-picks-wrapper .mz-cms-block .mz-productlisting-image .mz-productlisting-imageplaceholder {
    height: 100%;
  }
}
@media (max-width: 979px) {
  .top-picks-wrapper .mz-cms-block .mz-productlisting-image .mz-productlisting-imageplaceholder {
    height: 295px;
  }
}
@media only screen and (max-width: 500px) {
  .top-picks-wrapper .mz-cms-block .mz-productlisting-image .mz-productlisting-imageplaceholder {
    height: 150px;
    min-width: 115px;
    width: 100%;
  }
}
/* /stylesheets/pages/home.less:L511 */
@media only screen and (max-width: 980px) {
  .top-picks-wrapper .mz-cms-block div {
    height: 100%;
    margin: 0;
  }
}
/* /stylesheets/pages/home.less:L517 */
/* /stylesheets/pages/home.less:L518 */
@media (max-width: 979px) {
  .top-picks-wrapper .mz-cms-block:nth-of-type(1) .mz-productlisting-image .mz-productlisting-imageplaceholder {
    min-width: 375px;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .top-picks-wrapper .mz-cms-block:nth-of-type(1) .mz-productlisting-image .mz-productlisting-imageplaceholder {
    min-width: 235px;
  }
}
/* /stylesheets/pages/home.less:L529 */
.top-picks-wrapper .mz-cms-content {
  padding: 0 !important;
}
/* category page */

/* /stylesheets/pages/home.less:L534 */
.categoryListing {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 40px 0;
}
/* /stylesheets/pages/home.less:L540 */
.categoryListing.hidespace {
  display: none;
}
/* /stylesheets/pages/home.less:L543 */
.categoryListing h1 {
  margin-bottom: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 28px;
}
@media only screen and (max-width: 1000px) {
  .categoryListing h1 {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .categoryListing h1 {
    margin-top: 56px;
  }
}
/* /stylesheets/pages/home.less:L556 */
.categoryListing .mainCategories {
  display: flex;
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .categoryListing .mainCategories {
    overflow-x: scroll;
    column-gap: 30px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1400px) {
  .categoryListing .mainCategories {
    justify-content: center;
  }
}
/* /stylesheets/pages/home.less:L566 */
/* /stylesheets/pages/home.less:L567 */
@media only screen and (min-width: 980px) and (max-width: 1024px) {
  .categoryListing .mainCategories .slick-slide .categoriesBlock {
    width: 80px !important;
  }
}
/* /stylesheets/pages/home.less:L573 */
.categoryListing .mainCategories .categoriesBlock {
  margin-right: 40px;
}
@media only screen and (min-width: 500px) {
  .categoryListing .mainCategories .categoriesBlock {
    width: 80px;
    height: 125px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1024px) {
  .categoryListing .mainCategories .categoriesBlock {
    margin-right: 37px;
  }
}
/* /stylesheets/pages/home.less:L582 */
.categoryListing .mainCategories .categoriesBlock img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
@media only screen and (max-width: 980px) {
  .categoryListing .mainCategories .categoriesBlock img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .categoryListing .mainCategories .categoriesBlock img {
    width: 80px;
    height: 80px;
  }
}
/* /stylesheets/pages/home.less:L595 */
.categoryListing .mainCategories .categoriesBlock p {
  text-align: center;
  line-height: 1;
}
/* /stylesheets/pages/home.less:L599 */
.categoryListing .mainCategories .categoriesBlock a {
  text-decoration: none;
  color: black;
}
@media only screen and (min-width: 1001px) {
  .categoryListing .mainCategories .categoriesBlock a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .categoryListing .mainCategories .categoriesBlock a {
    font-size: 12px;
  }
}
/* /stylesheets/pages/home.less:L610 */
.categoryListing .mainCategories.maincatWrapper {
  justify-content: center;
  overflow-x: hidden;
}
/* /stylesheets/pages/home.less:L614 */
@media only screen and (min-width: 800px) and (max-width: 1370px) {
  .categoryListing .mainCategories.maincatlandscape {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .categoryListing .mainCategories.maincatlandscape {
    justify-content: center;
  }
}
/* /stylesheets/pages/home.less:L622 */
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .categoryListing .mainCategories.maincatPotrait {
    justify-content: center;
    overflow-x: hidden;
  }
}
/* /stylesheets/pages/home.less:L631 */
/* /stylesheets/pages/home.less:L632 */
.mz-homepage .christmas {
  margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .mz-homepage .christmas {
    margin-bottom: 0!important;
  }
}
/* /stylesheets/pages/home.less:L637 */
.mz-homepage .christmas .featured-image-container {
  position: relative;
}
/* /stylesheets/pages/home.less:L639 */
/* /stylesheets/pages/home.less:L640 */
.mz-homepage .christmas .featured-image-container .featured-text p {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5) !important;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 39px;
  text-align: center;
  padding: 0 15px;
  margin: 9px 0;
}
@media (max-width: 768px) {
  .mz-homepage .christmas .featured-image-container .featured-text p {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 5px;
  }
}
/* /stylesheets/pages/home.less:L656 */
/* /stylesheets/pages/home.less:L657 */
.mz-homepage .christmas .featured-image-container .featured-text .home-buttons a.feature-image-link {
  box-sizing: border-box;
}
/* /stylesheets/pages/home.less:L659 */
@media (max-width: 768px) {
  .mz-homepage .christmas .featured-image-container .featured-text .home-buttons a.feature-image-link {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 11px !important;
    text-align: left !important;
    padding-left: 32px !important;
    max-height: 40px;
  }
  /* /stylesheets/pages/home.less:L668 */
  .mz-homepage .christmas .featured-image-container .featured-text .home-buttons a.feature-image-link:after {
    background: url(../resources/images/icons//Arrow.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 50% 50%;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mz-homepage .christmas .featured-image-container .featured-text .home-buttons a.feature-image-link:after {
    width: 35px !important;
    height: 35px;
    margin-left: 10px;
    right: unset;
    margin-top: -4px;
  }
}
/* /stylesheets/pages/home.less:L692 */
/* /stylesheets/pages/home.less:L693 */
.mz-homepage #mz-drop-zone-category-heading .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/home.less:L696 */
.mz-homepage #mz-drop-zone-category-heading .shop-by-category {
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .mz-homepage #mz-drop-zone-category-heading .shop-by-category {
    margin: 30px 0 20px;
  }
}
/* /stylesheets/pages/home.less:L703 */
.mz-homepage .categoryListing {
  padding: 40px 0 45px;
}
@media (max-width: 768px) {
  .mz-homepage .categoryListing {
    padding: 0px 0 30px 0;
  }
}
@media only screen and (max-width: 500px) {
  .mz-homepage .categoryListing {
    padding: 00px 0 30px 0;
  }
}
/* /stylesheets/pages/home.less:L712 */
@media (min-width: 1400px) {
  .mz-homepage .categoryListing .mainCategories {
    column-gap: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-homepage .categoryListing .mainCategories {
    padding: 0 0px;
  }
}
@media (max-width: 768px) {
  .mz-homepage .categoryListing .mainCategories {
    margin-right: -20px;
  }
}
/* /stylesheets/pages/home.less:L724 */
.mz-homepage .categoryListing .mainCategories .categoriesBlock {
  margin-right: 0;
}
@media only screen and (max-width: 500px) {
  .mz-homepage .categoryListing .mainCategories .categoriesBlock {
    margin-left: 0;
    margin: 0 33px 0 0;
  }
}
@media (max-width: 768px) {
  .mz-homepage .categoryListing .mainCategories .categoriesBlock {
    height: 95px;
  }
}
/* /stylesheets/pages/home.less:L736 */
.mz-homepage .mz-breadcrumbs {
  display: none;
}
/* /stylesheets/pages/home.less:L739 */
.mz-homepage .mz-l-pagecontent {
  padding: 25px 0px 0;
}
/* /stylesheets/pages/home.less:L742 */
/* /stylesheets/pages/home.less:L743 */
.mz-homepage .homeCarousel-wrapper .featured-text.at-top {
  top: 49%;
}
@media only screen and (max-width: 500px) {
  .mz-homepage .homeCarousel-wrapper .featured-text.at-top {
    top: 0;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* /stylesheets/pages/home.less:L753 */
.mz-homepage .homeCarousel-wrapper .featured-text.at-top p {
  margin: 0;
}
/* /stylesheets/pages/home.less:L756 */
.mz-homepage .homeCarousel-wrapper .featured-text.at-top .home-buttons {
  display: none;
}
/* /stylesheets/pages/home.less:L760 */
@media only screen and (max-width: 500px) {
  .mz-homepage .homeCarousel-wrapper .mz-cms-image-cover {
    object-fit: cover;
  }
}
/* /stylesheets/pages/home.less:L765 */
.mz-homepage .homeCarousel-wrapper .mz-cms-col-6-12 {
  width: 100%!important;
}
/* /stylesheets/pages/home.less:L768 */
/* /stylesheets/pages/home.less:L769 */
.mz-homepage .homeCarousel-wrapper .mz-cms-row div {
  width: 100%!important;
}
/* /stylesheets/pages/home.less:L774 */
/* /stylesheets/pages/home.less:L778 */
.mz-homepage .homeCarousel .previous,
.mz-homepage .homeCarousel .next {
  display: none;
}
/* /stylesheets/pages/home.less:L792 */
/* /stylesheets/pages/home.less:L793 */
.mz-homepage .autumn-container-ttl .category-ttl {
  margin-top: 50px!important;
  margin-bottom: 30px!important;
}
@media (max-width: 768px) {
  .mz-homepage .autumn-container-ttl .category-ttl {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }
}
/* /stylesheets/pages/home.less:L801 */
.mz-homepage .autumn-container-ttl .mz-cms-content {
  padding: 0px !important;
}
/* /stylesheets/pages/home.less:L805 */
/* /stylesheets/pages/home.less:L806 */
.mz-homepage .shop-by-brand-wrapper .shop-by-brand-text {
  margin-top: 0px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .mz-homepage .shop-by-brand-wrapper .shop-by-brand-text {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
/* /stylesheets/pages/home.less:L816 */
/* /stylesheets/pages/home.less:L817 */
.christmas .mz-cms-row {
  max-width: 1300px;
}
/* /stylesheets/pages/home.less:L819 */
.christmas .mz-cms-row .mz-cms-content {
  padding: 0 10px;
}
@media (min-width: 501px) and (max-width: 767px) {
  .christmas .mz-cms-row .mz-cms-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .christmas .mz-cms-row .mz-cms-content {
    padding: 0 0 36px;
  }
}
/* /stylesheets/pages/home.less:L828 */
/* /stylesheets/pages/home.less:L829 */
/* /stylesheets/pages/home.less:L830 */
.christmas .mz-cms-row .mz-cms-col-6-12:first-child .mz-cms-content {
  padding-left: 0;
}
@media only screen and (max-width: 500px) {
  .christmas .mz-cms-row .mz-cms-col-6-12:first-child .mz-cms-content {
    padding-bottom: 10px;
  }
}
/* /stylesheets/pages/home.less:L837 */
/* /stylesheets/pages/home.less:L838 */
.christmas .mz-cms-row .mz-cms-col-6-12:last-child .mz-cms-content {
  padding-right: 0;
}
/* /stylesheets/pages/home.less:L844 */
@media (min-width: 768px) {
  .christmas .featured-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    left: 0!important;
    top: auto;
    bottom: 0;
    transform: none!important;
    height: 100%;
  }
}
/* /stylesheets/pages/home.less:L855 */
@media (min-width: 768px) {
  
}
/* /stylesheets/pages/home.less:L863 */
@media (min-width: 1001px) {
  
}
@media only screen and (max-width: 1000px) {
  .autumn-container {
    padding: 0 4px;
    margin-bottom: 8px;
  }
}
/* /stylesheets/pages/home.less:L871 */
.autumn-container .mz-cms-row {
  max-width: 1206px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .autumn-container .mz-cms-row {
    flex-wrap: wrap;
  }
}
/* /stylesheets/pages/home.less:L878 */
.autumn-container .mz-cms-row .mz-cms-col-3-12 {
  margin-right: 16px;
}
@media only screen and (max-width: 500px) {
  .autumn-container .mz-cms-row .mz-cms-col-3-12 {
    margin-right: 0;
  }
}
/* /stylesheets/pages/home.less:L883 */
.autumn-container .mz-cms-row .mz-cms-col-3-12:last-child {
  margin-right: 0;
}
/* /stylesheets/pages/home.less:L888 */
/* /stylesheets/pages/home.less:L889 */
.autumn-container .mz-drop-zone .mz-cms-content {
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .autumn-container .mz-drop-zone .mz-cms-content {
    padding: 0 0px 21px;
  }
}
/* /stylesheets/pages/home.less:L896 */
.autumn-container .featured-text {
  text-align: left;
}
/* /stylesheets/pages/home.less:L898 */
.autumn-container .featured-text p {
  font-size: unset;
  margin: 9px 0 0;
}
/* /stylesheets/pages/home.less:L901 */
.autumn-container .featured-text p a {
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 600;
}
/* /stylesheets/pages/home.less:L906 */
.autumn-container .featured-text a {
  font-size: 14px;
  line-height: 20px !important;
  font-weight: bold;
  text-transform: capitalize;
}
/* /stylesheets/pages/home.less:L913 */
/* /stylesheets/pages/home.less:L914 */
/* /stylesheets/pages/home.less:L915 */
#mz-drop-zone-home3 .mz-content-widget-inner-wrap .autumn-essentials {
  margin-bottom: 25px;
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  #mz-drop-zone-home3 .mz-content-widget-inner-wrap .autumn-essentials {
    margin-bottom: 36px;
  }
}
/* /stylesheets/pages/home.less:L923 */
#mz-drop-zone-home3 .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/home.less:L927 */
@media only screen and (min-width: 1001px) {
  .make-season-anything {
    margin-top: 15px;
  }
}
/* /stylesheets/pages/home.less:L931 */
.make-season-anything .featured-text.at-top {
  top: 40%;
  width: 100%;
}
/* /stylesheets/pages/home.less:L934 */
.make-season-anything .featured-text.at-top p {
  font-size: 40px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 30px;
}
/* /stylesheets/pages/home.less:L945 */
.make-season-anything .feature-image-link {
  padding: 15px 50px 15px 20px;
  max-width: 157px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-device-width: 991px) {
  .make-season-anything .feature-image-link {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    max-width: 205px;
    min-width: 145px !important;
    text-align: center;
  }
}
/* /stylesheets/pages/home.less:L960 */
.make-season-anything [class*='mz-cms-col-'] .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/home.less:L963 */
@media only screen and (min-width: 501px) {
  .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row > div:first-child .feature-image-link {
    max-width: 190px;
  }
}
/* /stylesheets/pages/home.less:L971 */
@media only screen and (max-width: 500px) {
  .top-picks-wrapper-heading {
    margin-bottom: 21px;
  }
}
/* /stylesheets/pages/home.less:L975 */
.top-picks-wrapper-heading .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/home.less:L978 */
.top-picks-wrapper-heading h2 {
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .top-picks-wrapper-heading h2 {
    margin: 22px 0 17px;
  }
}
/* /stylesheets/pages/home.less:L985 */
.top-picks-wrapper-heading .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/home.less:L989 */
/* /stylesheets/pages/home.less:L990 */
.top-picks-wrapper-heading-container .feature-image-link {
  display: inline-block;
}
/* /stylesheets/pages/home.less:L993 */
.top-picks-wrapper-heading-container .feature-image-link:after {
  right: auto;
  margin-top: -1px !important;
  margin-left: 10px !important;
}
/* /stylesheets/pages/home.less:L999 */
.top-picks-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .top-picks-wrapper {
    margin-bottom: 30px;
  }
}
/* New Shoes section */

/* /stylesheets/pages/home.less:L1007 */
.category-newshoeswrapper-header,
.top-picks-wrapper-heading,
.shop-by-category,
.autumn-essentials {
  text-align: center;
  text-transform: capitalize;
  color: black;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .category-newshoeswrapper-header,
  .top-picks-wrapper-heading,
  .shop-by-category,
  .autumn-essentials {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
  }
}
/* /stylesheets/pages/home.less:L1016 */
.category-newshoeswrapper-header h2,
.top-picks-wrapper-heading h2,
.shop-by-category h2,
.autumn-essentials h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .category-newshoeswrapper-header h2,
  .top-picks-wrapper-heading h2,
  .shop-by-category h2,
  .autumn-essentials h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
  }
}
/* /stylesheets/pages/home.less:L1025 */
@media only screen and (min-device-width: 768px) {
  /* /stylesheets/pages/home.less:L1027 */
  /* /stylesheets/pages/home.less:L1028 */
  .category-newshoeswrapper #mz-drop-zone-parent-category-page-newshoes > .mz-cms-row > div:first-child .feature-image-product-image {
    height: 591px;
  }
  /* /stylesheets/pages/home.less:L1032 */
  /* /stylesheets/pages/home.less:L1033 */
  .category-newshoeswrapper .mz-cms-row div:last-child .feature-image-product-image {
    height: 287px;
  }
}
@media only screen and (max-device-width: 767px) {
  /* /stylesheets/pages/home.less:L1040 */
  /* /stylesheets/pages/home.less:L1041 */
  .category-newshoeswrapper #mz-drop-zone-parent-category-page-newshoes > .mz-cms-row > div:first-child .feature-image-product-image {
    height: auto;
  }
  /* /stylesheets/pages/home.less:L1045 */
  /* /stylesheets/pages/home.less:L1046 */
  .category-newshoeswrapper .mz-cms-row div:last-child .feature-image-product-image {
    height: 180px;
  }
}
/* /stylesheets/pages/home.less:L1051 */
.category-newshoeswrapper .footwear {
  text-align: center;
}
@media (max-width: 992px) {
  .category-newshoeswrapper .footwear {
    background: white;
    padding-bottom: 10px;
  }
}
/* /stylesheets/pages/home.less:L1057 */
@media only screen and (min-width: 768px) {
  .category-newshoeswrapper .footwear h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .category-newshoeswrapper .footwear h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
/* /stylesheets/pages/home.less:L1066 */
.category-newshoeswrapper .footwear a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
/* /stylesheets/pages/home.less:L1071 */
.category-newshoeswrapper .footwear a:after {
  font-family: 'icomoon';
  padding-left: 10px;
  content: "\e902";
}
/* /stylesheets/pages/home.less:L1079 */
@media only screen and (max-width: 899px) {
  .pdp-images-wrapper {
    width: 100%;
  }
  /* /stylesheets/pages/home.less:L1082 */
  .pdp-images-wrapper img:not(:first-child) {
    display: none;
  }
  /* /stylesheets/pages/home.less:L1085 */
  .pdp-images-wrapper .slick-slide img {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  /* /stylesheets/pages/home.less:L1090 */
  .pdp-images-wrapper.pdp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    justify-items: stretch;
  }
  /* /stylesheets/pages/home.less:L1095 */
  /* /stylesheets/pages/home.less:L1096 */
  .pdp-images-wrapper.pdp-grid img:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  /* /stylesheets/pages/home.less:L1100 */
  .pdp-images-wrapper.pdp-grid img:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  /* /stylesheets/pages/home.less:L1106 */
  /* /stylesheets/pages/home.less:L1107 */
  .pdp-images-wrapper.pdp-grid img:nth-last-child(2):first-child {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  /* /stylesheets/pages/home.less:L1115 */
  .pdp-images-wrapper.pdp-grid img:nth-last-child(n+6) ~ img:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  /* /stylesheets/pages/home.less:L1119 */
  .pdp-images-wrapper.pdp-grid img:nth-last-child(7) ~ img:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  /* /stylesheets/pages/home.less:L1123 */
  .pdp-images-wrapper.pdp-grid img:nth-last-child(8) ~ img:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  /* /stylesheets/pages/home.less:L1127 */
  .pdp-images-wrapper.pdp-grid img:nth-last-child(8) ~ img:nth-child(8) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  /* /stylesheets/pages/home.less:L1131 */
  .pdp-images-wrapper.pdp-grid img:nth-last-child(9) ~ img:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  /* /stylesheets/pages/home.less:L1139 */
  .pdp-images-wrapper.pdp-grid img:nth-last-child(10) ~ img:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
/* /stylesheets/pages/home.less:L1150 */
.pdp-images-wrapper img {
  max-width: 100%;
}
/* /stylesheets/pages/home.less:L1155 */
@media only screen and (max-device-width: 991px) {
  /* /stylesheets/pages/home.less:L1157 */
  .homeCarousel {
    background: whitesmoke;
  }
  /* /stylesheets/pages/home.less:L1159 */
  .homeCarousel .featured-text.at-top p {
    font-size: 20px;
  }
  /* /stylesheets/pages/home.less:L1162 */
  .homeCarousel .mz-cms-block {
    position: static;
  }
  /* /stylesheets/pages/home.less:L1166 */
  .homeCarousel [class*='mz-cms-col-'] .mz-cms-content {
    padding: 0;
  }
  /* /stylesheets/pages/home.less:L1169 */
  .homeCarousel .home-buttons-mobile {
    position: relative;
    flex-direction: column;
    display: flex;
    margin: 10px 15px;
  }
  /* /stylesheets/pages/home.less:L1174 */
  .homeCarousel .home-buttons-mobile a {
    margin: 10px 0;
    font-weight: bold;
  }
  /* /stylesheets/pages/home.less:L1179 */
  .homeCarousel .slick-dotted.slick-slider {
    margin-bottom: 5px;
  }
  /* /stylesheets/pages/home.less:L1182 */
  .homeCarousel .slick-prev,
  .homeCarousel .slick-next {
    opacity: 0;
  }
  /* /stylesheets/pages/home.less:L1183 */
  .homeCarousel .home-buttons {
    display: none;
  }
  /* /stylesheets/pages/home.less:L1187 */
  /* /stylesheets/pages/home.less:L1188 */
  .top-picks-wrapper .mz-cms-row > div:first-child {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 8px;
    padding: 10px;
    box-sizing: border-box;
  }
  /* /stylesheets/pages/home.less:L1198 */
  /* /stylesheets/pages/home.less:L1199 */
  /* /stylesheets/pages/home.less:L1200 */
  /* /stylesheets/pages/home.less:L1201 */
  /* /stylesheets/pages/home.less:L1202 */
  /* /stylesheets/pages/home.less:L1212 */
  .top-picks-wrapper .mz-cms-block:nth-of-type(7),
  .top-picks-wrapper .mz-cms-block:nth-of-type(8) {
    display: none;
  }
  /* /stylesheets/pages/home.less:L1215 */
  /* /stylesheets/pages/home.less:L1216 */
  /* /stylesheets/pages/home.less:L1217 */
  .top-picks-wrapper .mz-cms-block .mz-productlisting-image img {
    width: 100%;
    height: 100%;
  }
  /* /stylesheets/pages/home.less:L1223 */
  .top-picks-wrapper .mz-pricestack {
    font-size: 26px;
  }
  /* /stylesheets/pages/home.less:L1225 */
  .top-picks-wrapper .mz-pricestack .currency-code {
    font-size: 14px;
  }
  /* /stylesheets/pages/home.less:L1229 */
  .top-picks-wrapper .mz-cms-block:nth-of-type(1) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  /* /stylesheets/pages/home.less:L1234 */
  .top-picks-wrapper .mz-cms-block:nth-of-type(1) .mz-cms-content {
    height: 100%;
  }
  /* /stylesheets/pages/home.less:L1236 */
  .top-picks-wrapper .mz-cms-block:nth-of-type(1) .mz-cms-content [class*='mz-'] {
    height: 100%;
  }
  /* /stylesheets/pages/home.less:L1240 */
  .top-picks-wrapper .mz-cms-block:nth-of-type(1) .mz-pricestack {
    font-size: 40px;
  }
  /* /stylesheets/pages/home.less:L1242 */
  .top-picks-wrapper .mz-cms-block:nth-of-type(1) .mz-pricestack .currency-code {
    font-size: 20px;
  }
  /* /stylesheets/pages/home.less:L1247 */
  .top-picks-wrapper .mz-cms-block:nth-of-type(2) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 4;
  }
  /* /stylesheets/pages/home.less:L1253 */
  .top-picks-wrapper .mz-cms-block:nth-of-type(3) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 4;
  }
  /* /stylesheets/pages/home.less:L1259 */
  .top-picks-wrapper .mz-cms-block:nth-of-type(4) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  /* /stylesheets/pages/home.less:L1265 */
  .top-picks-wrapper .mz-cms-block:nth-of-type(5) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  /* /stylesheets/pages/home.less:L1273 */
  /* /stylesheets/pages/home.less:L1274 */
  .categoryListing .mainCategories {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  /* /stylesheets/pages/home.less:L1277 */
  .categoryListing .mainCategories .categoriesBlock {
    margin-right: 15px;
    margin-left: 15px;
  }
  /* /stylesheets/pages/home.less:L1280 */
  /* /stylesheets/pages/home.less:L1286 */
  /* /stylesheets/pages/home.less:L1287 */
  .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row div:last-child .mz-cms-row {
    display: flex;
  }
  /* /stylesheets/pages/home.less:L1290 */
  /* /stylesheets/pages/home.less:L1291 */
  .make-season-anything .featured-text.at-top p {
    font-size: 30px;
    max-width: 90%;
    font-weight: 600;
  }
  /* /stylesheets/pages/home.less:L1297 */
  .make-season-anything .feature-image-link {
    padding: 12px;
    min-width: auto;
    width: auto;
    display: inline-block;
  }
  /* /stylesheets/pages/home.less:L1305 */
  /* /stylesheets/pages/home.less:L1306 */
  /* /stylesheets/pages/home.less:L1307 */
  .make-season-anything .feature-image-link:after,
  .two-column-widget .feature-image-link:after {
    display: none;
  }
}
@media only screen and (max-device-width: 991px) and (max-width: 979px) {
  .top-picks-wrapper .mz-cms-row > div:first-child {
    padding: 0;
  }
}
@media only screen and (max-device-width: 991px) and (min-width: 993px) and (max-width: 1080px) {
  .top-picks-wrapper .ms-cms-row > div .right-col .top-picks-second .mz-productlisting-image a > img {
    height: auto;
    width: auto;
  }
}
@media only screen and (max-device-width: 767px) {
  /* New shoes wrapper */
  
  /* /stylesheets/pages/home.less:L1315 */
  .category-newshoeswrapper {
    position: relative;
  }
  /* /stylesheets/pages/home.less:L1317 */
  /* /stylesheets/pages/home.less:L1318 */
  .category-newshoeswrapper #mz-drop-zone-parent-category-page-newshoes > .mz-cms-row:first-child > [class*='mz-cms-col-']:last-child {
    margin-top: 50%;
  }
  /* /stylesheets/pages/home.less:L1320 */
  .category-newshoeswrapper #mz-drop-zone-parent-category-page-newshoes > .mz-cms-row:first-child > [class*='mz-cms-col-']:last-child .mz-cms-row {
    display: flex;
  }
  /* /stylesheets/pages/home.less:L1324 */
  .category-newshoeswrapper #mz-drop-zone-parent-category-page-newshoes > .mz-cms-row:last-child {
    position: absolute;
    top: 43%;
  }
}
/* /stylesheets/pages/home.less:L1332 */
@media only screen and (min-device-width: 992px) {
  /* /stylesheets/pages/home.less:L1333 */
  /* /stylesheets/pages/home.less:L1334 */
  .homeCarousel .slider-progress {
    display: none;
  }
  /* /stylesheets/pages/home.less:L1335 */
  .homeCarousel .featured-text.at-top p {
    margin-bottom: 50px;
  }
  /* /stylesheets/pages/home.less:L1337 */
  /* /stylesheets/pages/home.less:L1338 */
  .make-season-anything #mz-drop-zone-parent-category-page-bottom2 > .mz-cms-row {
    max-width: 98%;
  }
  /* /stylesheets/pages/home.less:L1342 */
  /* /stylesheets/pages/home.less:L1343 */
  .top-picks-wrapper .mz-cms-row > div:first-child {
    display: flex;
  }
  /* /stylesheets/pages/home.less:L1345 */
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first {
    width: 37%;
    padding-left: 10px;
  }
  /* /stylesheets/pages/home.less:L1348 */
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first .mz-cms-block {
    width: 100%;
  }
  /* /stylesheets/pages/home.less:L1351 */
  /* /stylesheets/pages/home.less:L1353 */
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first .mz-productlisting-image a img {
    flex-shrink: 0;
    min-width: 95%;
    min-height: 100%;
    height: auto;
    width: auto;
  }
  /* /stylesheets/pages/home.less:L1361 */
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first .currency-code {
    font-size: 26px;
  }
  /* /stylesheets/pages/home.less:L1364 */
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first .mz-price {
    font-size: 40px;
  }
  /* /stylesheets/pages/home.less:L1366 */
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first .mz-price.is-crossedout {
    font-size: 30px;
  }
  /* /stylesheets/pages/home.less:L1368 */
  .top-picks-wrapper .mz-cms-row > div:first-child .top-picks-first .mz-price.is-crossedout .currency-code {
    font-size: 20px;
  }
  /* /stylesheets/pages/home.less:L1374 */
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col {
    width: 62%;
  }
  /* /stylesheets/pages/home.less:L1376 */
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .mz-productlisting-image a > img {
    min-width: 95%;
    height: auto;
    width: auto;
  }
  /* /stylesheets/pages/home.less:L1381 */
  /* /stylesheets/pages/home.less:L1387 */
  /* /stylesheets/pages/home.less:L1388 */
  /* /stylesheets/pages/home.less:L1396 */
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .mz-productlisting-imageplaceholder {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* /stylesheets/pages/home.less:L1402 */
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-third .mz-productlisting-imageplaceholder {
    height: 219px;
  }
  /* /stylesheets/pages/home.less:L1405 */
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-second  .mz-productlisting-imageplaceholder {
    height: 291px;
  }
  /* /stylesheets/pages/home.less:L1408 */
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-second .mz-cms-block {
    width: 33.3%;
  }
  /* /stylesheets/pages/home.less:L1411 */
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-third {
    padding-right: 3px;
  }
  /* /stylesheets/pages/home.less:L1413 */
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-third .mz-cms-block {
    width: 25%;
  }
  /* /stylesheets/pages/home.less:L1420 */
  /* /stylesheets/pages/home.less:L1421 */
  /* /stylesheets/pages/home.less:L1422 */
  /* /stylesheets/pages/home.less:L1431 */
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .currency-code {
    font-size: 16px;
  }
  /* /stylesheets/pages/home.less:L1434 */
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .mz-price {
    font-size: 32px;
  }
  /* /stylesheets/pages/home.less:L1436 */
  /* /stylesheets/pages/home.less:L1439 */
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .mz-price.is-crossedout {
    font-size: 20px;
  }
}
@media only screen and (min-device-width: 992px) and (min-width: 995px) and (max-width: 1080px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-second {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-device-width: 992px) and (min-width: 995px) and (max-width: 1080px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-second .mz-productlisting-image a > img {
    height: 302px;
    width: 100%;
  }
}
@media only screen and (min-device-width: 992px) and (min-width: 995px) and (max-width: 1080px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-third {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-device-width: 992px) and (min-width: 995px) and (max-width: 1080px) {
  .top-picks-wrapper .mz-cms-row > div:first-child .right-col .top-picks-third .mz-productlisting .mz-productlisting-image img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* /stylesheets/pages/home.less:L1450 */
  /* /stylesheets/pages/home.less:L1451 */
  .autumn-container .featured-text-at-bottom {
    color: black;
    font-size: 16px;
  }
  /* /stylesheets/pages/home.less:L1455 */
  .autumn-container a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/pages/home.less:L1460 */
  .autumn-container p {
    font-size: 16px;
  }
  /* /stylesheets/pages/home.less:L1463 */
  .autumn-container .feature-image-link {
    font-weight: bold;
    padding-left: 0;
    padding-right: 30px;
  }
  /* /stylesheets/pages/home.less:L1467 */
  .autumn-container .feature-image-link:after {
    width: 35px;
    bottom: -5px;
    right: -5px;
  }
  /* /stylesheets/pages/home.less:L1473 */
  .autumn-container .feature-image-link .autumn-text {
    display: inline-block;
    padding: 0 8px 0 0px;
  }
  /* /stylesheets/pages/home.less:L1479 */
  .top-picks-wrapper .mz-cms-block:nth-of-type(1) .mz-pricestack {
    font-size: 40px;
  }
  /* /stylesheets/pages/home.less:L1481 */
  .top-picks-wrapper .mz-cms-block:nth-of-type(1) .mz-pricestack .currency-code {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  /* /stylesheets/pages/home.less:L1490 */
  /* /stylesheets/pages/home.less:L1491 */
  .autumn-container .mz-cms-row {
    flex-wrap: wrap;
  }
  /* /stylesheets/pages/home.less:L1494 */
  .autumn-container [class*='mz-cms-col-'] {
    width: 48% !important;
    display: inline-block;
    margin-right: 0;
  }
  /* /stylesheets/pages/home.less:L1498 */
  .autumn-container [class*='mz-cms-col-']:nth-child(odd) {
    padding-right: 4px;
  }
  /* /stylesheets/pages/home.less:L1501 */
  .autumn-container [class*='mz-cms-col-']:nth-child(even) {
    padding-left: 4px;
  }
  /* /stylesheets/pages/home.less:L1505 */
  .autumn-container .featured-text-at-bottom {
    color: black;
    font-size: 16px;
  }
  /* /stylesheets/pages/home.less:L1509 */
  .autumn-container a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
  }
  /* /stylesheets/pages/home.less:L1514 */
  .autumn-container p {
    font-size: 16px;
  }
  /* /stylesheets/pages/home.less:L1517 */
  .autumn-container .feature-image-link {
    font-weight: bold;
    display: inline-block;
    padding: 0;
    width: auto;
  }
  /* /stylesheets/pages/home.less:L1522 */
  .autumn-container .feature-image-link:after {
    width: 50px;
    right: 0;
    left: calc(100% + 10px);
  }
  /* /stylesheets/pages/home.less:L1529 */
  /* /stylesheets/pages/home.less:L1530 */
  .mz-homepage .mz-l-pagecontent {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
    overflow: unset;
  }
  /* /stylesheets/pages/home.less:L1535 */
  .mz-homepage .mz-l-pagecontent .mz-breadcrumbs {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* /stylesheets/pages/home.less:L1544 */
  .category {
    display: flex;
    align-items: center;
    width: 100%;
  }
  /* /stylesheets/pages/home.less:L1549 */
  .category .category-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
  }
  /* /stylesheets/pages/home.less:L1557 */
  .category-image {
    display: flex;
  }
  /* /stylesheets/pages/home.less:L1559 */
  .category-image img {
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
    border-radius: 100%;
  }
  /* /stylesheets/pages/home.less:L1566 */
  .category-name {
    font-weight: 600;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* /stylesheets/pages/home.less:L1573 */
  .category {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    margin-top: -20px;
  }
  /* /stylesheets/pages/home.less:L1578 */
  .category .category-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* /stylesheets/pages/home.less:L1585 */
  .category-image {
    display: flex;
  }
  /* /stylesheets/pages/home.less:L1587 */
  .category-image img {
    height: 48px;
    width: 48px;
    margin: 20px;
    border-radius: 100%;
  }
  /* /stylesheets/pages/home.less:L1595 */
  .category-name {
    font-weight: bold;
  }
  /* /stylesheets/pages/home.less:L1599 */
  .category-name {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 1001px) {
  /* /stylesheets/pages/home.less:L1605 */
  /* /stylesheets/pages/home.less:L1606 */
  .categoryListing .mainCategories {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  /* /stylesheets/pages/home.less:L1614 */
  /* /stylesheets/pages/home.less:L1615 */
  .christmas .featured-text {
    color: white;
    font-size: 30px;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    right: auto;
    font-weight: 600;
    text-align: center;
  }
  /* /stylesheets/pages/home.less:L1624 */
  .christmas .featured-text .home-buttons {
    display: inline;
    margin: 0 auto;
  }
  /* /stylesheets/pages/home.less:L1628 */
  .christmas .featured-text p a {
    font-size: 40px;
    font-weight: 600;
    color: white;
    text-decoration: none;
  }
  /* /stylesheets/pages/home.less:L1635 */
  .christmas .feature-image-link {
    font-weight: bold;
    width: 160px;
    text-align: center;
    display: inline-block;
    padding: 11px 35px 11px 15px;
    box-sizing: border-box;
    line-height: 18px;
    float: left;
    font-size: 14px;
  }
  /* /stylesheets/pages/home.less:L1645 */
  .christmas .feature-image-link:after {
    top: auto;
    width: 35px;
    margin-left: 10px;
    right: unset;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  /* /stylesheets/pages/home.less:L1657 */
  /* /stylesheets/pages/home.less:L1658 */
  .christmas .featured-text {
    color: white;
    font-size: 30px;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    right: auto;
    font-weight: 600;
    text-align: center;
  }
  /* /stylesheets/pages/home.less:L1667 */
  .christmas .featured-text p a {
    font-size: 30px;
    font-weight: 600;
    color: white;
    text-decoration: none;
  }
  /* /stylesheets/pages/home.less:L1674 */
  .christmas .feature-image-link {
    font-weight: bold;
    width: 160px;
    text-align: left;
    display: inline-block;
    padding: 15px 35px 15px 15px;
    align-items: center;
    text-align: center;
  }
  /* /stylesheets/pages/home.less:L1682 */
  .christmas .feature-image-link:after {
    top: 15px;
    display: none;
  }
}
@media only screen and (min-width: 375px) and (max-width: 414px) {
  /* /stylesheets/pages/home.less:L1691 */
  /* /stylesheets/pages/home.less:L1692 */
  .christmas .feature-image-link {
    padding: 13px 0 13px 0 !important;
    width: 160px !important;
  }
}
/* /stylesheets/pages/home.less:L1698 */
/* /stylesheets/pages/home.less:L1699 */
/* /stylesheets/pages/home.less:L1700 */
@media only screen and (min-width: 1100px) {
  .mz-homepage .mainCategories .categoriesBlock:last-child {
    margin-right: 0;
  }
}
/* /stylesheets/pages/home.less:L1706 */
@media only screen and (min-width: 800px) and (max-width: 1370px) {
  .mz-homepage .mainCategories.maincatlandscape {
    justify-content: center;
  }
}
/* /stylesheets/pages/home.less:L1713 */
@media (max-width: 768px) {
  .christmas.widget-spacer {
    padding: 0 8px;
  }
}
/* /stylesheets/pages/home.less:L1719 */
.top-picks-autumn-wrapper {
  background: whitesmoke;
  padding: 50px 0;
  position: relative;
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top-picks-autumn-wrapper {
    padding: 0px;
  }
}
/* /stylesheets/pages/home.less:L1730 */
/* /stylesheets/pages/home.less:L1731 */
/* /stylesheets/pages/home.less:L1732 */
@media (max-width: 768px) {
  .top-picks-autumn-wrapper .top-pick-autumn .featured-image img {
    max-width: 280px;
    max-height: 100%;
  }
}
/* /stylesheets/pages/home.less:L1739 */
.top-picks-autumn-wrapper .top-pick-autumn .feature-image-link {
  margin-bottom: 5px !important;
}
@media (max-width: 768px) {
  .top-picks-autumn-wrapper .top-pick-autumn .feature-image-link {
    margin-bottom: 0px;
  }
}
/* /stylesheets/pages/home.less:L1746 */
.top-picks-autumn-wrapper .top-picks-section {
  max-width: 1300px;
  margin: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .top-picks-autumn-wrapper .top-picks-section {
    display: block;
  }
}
@media (max-width: 768px) {
  .top-picks-autumn-wrapper .top-picks-section {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 30px;
  }
}
/* /stylesheets/pages/home.less:L1761 */
@media (min-width: 1300px) {
  .top-picks-autumn-wrapper .top-picks-section .col-half:first-child {
    max-width: 640px;
  }
}
/* /stylesheets/pages/home.less:L1766 */
@media (min-width: 1300px) {
  .top-picks-autumn-wrapper .top-picks-section .col-half:nth-child(2) {
    width: 660px;
  }
}
/* /stylesheets/pages/home.less:L1771 */
/* /stylesheets/pages/home.less:L1772 */
.top-picks-autumn-wrapper .top-picks-section .featured-image-container p {
  margin: 0px;
}
/* /stylesheets/pages/home.less:L1773 */
.top-picks-autumn-wrapper .top-picks-section .featured-image-container a {
  margin: 5px 0 0;
}
/* /stylesheets/pages/home.less:L1776 */
@media (max-width: 768px) {
  .top-picks-autumn-wrapper .top-ftr-section {
    padding: 30px 30px;
  }
}
/* /stylesheets/pages/home.less:L1780 */
.top-picks-autumn-wrapper .top-ftr-section .mz-cms-content {
  padding: 0px;
}
/* /stylesheets/pages/home.less:L1781 */
/* /stylesheets/pages/home.less:L1782 */
@media (max-width: 768px) {
  .top-picks-autumn-wrapper .top-ftr-section .featured-image img {
    max-height: 100%;
  }
}
/* /stylesheets/pages/home.less:L1789 */
.top-picks-autumn-wrapper .top-ftr-section a.feature-image-link {
  padding-top: 0 !important;
}
/* /stylesheets/pages/home.less:L1795 */
@media (min-width: 1170px) {
  .top-picks-autumn-wrapper #mz-drop-zone-top-pick-autumn .mz-cms-row {
    background: white;
    text-align: center;
    box-sizing: border-box;
  }
}
/* /stylesheets/pages/home.less:L1805 */
.top-picks-autumn-wrapper .bg-white {
  background: white;
  text-align: center;
  /* padding: 0 30px; */
  box-sizing: border-box;
  margin: 0px;
}
/* /stylesheets/pages/home.less:L1812 */
@media (min-width: 768px) {
  .top-picks-autumn-wrapper .top-ftr-section {
    padding-left: 70px;
    padding-top: 11px;
  }
}
/* /stylesheets/pages/home.less:L1817 */
@media (min-width: 1000px) {
  .top-picks-autumn-wrapper .top-ftr-section .mz-cms-row {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
  }
}
/* /stylesheets/pages/home.less:L1825 */
.top-picks-autumn-wrapper h3.home-h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .top-picks-autumn-wrapper h3.home-h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
  }
}
/* /stylesheets/pages/home.less:L1833 */
.top-picks-autumn-wrapper h2.home-h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 3px 0 -2px;
}
@media (max-width: 768px) {
  .top-picks-autumn-wrapper h2.home-h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
  }
}
/* /stylesheets/pages/home.less:L1842 */
/* /stylesheets/pages/home.less:L1843 */
.top-picks-autumn-wrapper .featured-image img {
  margin: auto;
}
@media (max-width: 768px) {
  .top-picks-autumn-wrapper .featured-image img {
    width: 100%  !important;
    height: 100% !important;
  }
}
/* /stylesheets/pages/home.less:L1851 */
.top-picks-autumn-wrapper .feature-image-link {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 43px;
  display: inline-block;
}
/* /stylesheets/pages/home.less:L1857 */
.top-picks-autumn-wrapper .feature-image-link:after {
  right: auto;
  margin-top: -1px !important;
  margin-left: 10px !important;
}
/* /stylesheets/pages/home.less:L1864 */
/* /stylesheets/pages/home.less:L1865 */
@media only screen and (max-width: 1000px) {
  .top-ftr-section .mz-cms-col-6-12:first-child {
    margin-bottom: 30px;
  }
}
/* /stylesheets/pages/home.less:L1870 */
.top-ftr-section .featured-text.at-bottom {
  padding-top: 11px;
  text-align: left;
}
/* /stylesheets/pages/home.less:L1873 */
.top-ftr-section .featured-text.at-bottom p {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
}
@media (max-width: 768px) {
  .top-ftr-section .featured-text.at-bottom p {
    margin-top: 10px;
  }
}
/* /stylesheets/pages/home.less:L1883 */
.top-ftr-section .featured-text.at-bottom a.feature-image-link {
  background: transparent;
  padding-left: 0px;
  font-size: 14px !important;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px !important;
  margin: 0px 0 4px;
  padding: 0px !important;
}
/* /stylesheets/pages/home.less:L1892 */
.top-ftr-section .featured-text.at-bottom a.feature-image-link:after {
  width: 40px;
  height: 40px;
  background-size: 50% 50%;
  content: '';
  display: inline-block;
  position: absolute;
  left: 109%;
  margin-top: 3px;
  top: 1px;
}
/* /stylesheets/pages/home.less:L1904 */
@media (min-width: 768px) {
  .top-ftr-section .featured-text.at-bottom .mz-cms-col-6-12:first-child .mz-cms-content {
    padding-right: 0px !important;
  }
}
/* /stylesheets/pages/home.less:L1911 */
.top-ftr-section .featured-text.at-bottom p + a {
  font-weight: 600 !important;
  background: transparent;
  margin-bottom: 0;
  margin-top: 0px !important;
  padding: 0 0 10px;
  width: 100%;
}
/* /stylesheets/pages/home.less:L1918 */
.top-ftr-section .featured-text.at-bottom p + a:after {
  display: none !important;
}
/* /stylesheets/pages/home.less:L1926 */
.featured-text.at-bottom a.feature-image-link:first-child {
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 600;
  letter-spacing: 0;
}
/* /stylesheets/pages/home.less:L1932 */
.featured-text.at-bottom a.feature-image-link:last-child {
  font-size: 14px;
  line-height: 20px !important;
  font-weight: bold;
  letter-spacing: 0;
  text-align: left !important;
  padding-left: 38px;
}
/* /stylesheets/pages/home.less:L1939 */
.autumn-container .featured-text.at-bottom a.feature-image-link:last-child {
  padding-left: 0px !important;
  padding-top: 5px !important;
  display: inline-block;
}
/* /stylesheets/pages/home.less:L1945 */
.row-full {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  .row-full {
    flex-direction: column;
    padding: 0px !important;
  }
}
/* /stylesheets/pages/home.less:L1953 */
.row-full .col-half {
  display: inline-block;
  width: 50%;
}
@media (max-width: 768px) {
  .row-full .col-half {
    width: 100%;
  }
}
/* /stylesheets/pages/home.less:L1960 */
.row-full .col-full {
  display: inline-block;
  width: 100%;
}
/* /stylesheets/pages/home.less:L1965 */
.intro-jaeger-wrapper {
  max-width: 972px;
  margin: auto;
  padding: 50px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .intro-jaeger-wrapper {
    flex-direction: column-reverse;
    padding: 30px 20px 0 !important;
  }
}
/* /stylesheets/pages/home.less:L1974 */
.intro-jaeger-wrapper .mz-cms-image-cover {
  background-position: top center;
}
/* /stylesheets/pages/home.less:L1975 */
.intro-jaeger-wrapper .bg-black {
  height: 200px;
  background: black;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .intro-jaeger-wrapper .bg-black {
    height: 132px !important;
    padding: 30px 0 !important;
  }
}
/* /stylesheets/pages/home.less:L1988 */
.intro-jaeger-wrapper .bg-black h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  color: white;
  letter-spacing: 0;
  margin: 0 0 10px;
}
@media only screen and (max-width: 500px) {
  .intro-jaeger-wrapper .bg-black h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: -8px 0 10px;
  }
}
/* /stylesheets/pages/home.less:L2000 */
.intro-jaeger-wrapper .bg-black .btn-shop-now {
  background-color: white;
  width: 160px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  padding: 10px 30px;
  text-align: left;
  position: relative;
  color: black;
}
@media only screen and (max-width: 500px) {
  .intro-jaeger-wrapper .bg-black .btn-shop-now {
    width: 160px;
  }
}
/* /stylesheets/pages/home.less:L2014 */
.intro-jaeger-wrapper .bg-black .btn-shop-now:after {
  background: url(../resources/images/icons//Arrow.svg) no-repeat;
  width: 40px;
  height: 40px;
  background-size: 50% 50%;
  content: '';
  display: inline-block;
  position: absolute;
  right: auto;
  margin-left: 10px;
  margin-top: -1px;
}
@media only screen and (max-width: 500px) {
  .intro-jaeger-wrapper .bg-black .btn-shop-now:after {
    right: unset;
  }
}
/* /stylesheets/pages/home.less:L2031 */
.intro-jaeger-wrapper .bg-jaeger-img {
  height: 200px;
}
@media (max-width: 992px) {
  .intro-jaeger-wrapper .bg-jaeger-img {
    height: auto;
  }
}
/* /stylesheets/pages/home.less:L2037 */
/* /stylesheets/pages/home.less:L2039 */
.intro-jaeger-wrapper .intro-jaeger-img .mz-cms-image-cover {
  background-size: cover;
  height: 200px;
  border-width: 0px !Important;
}
@media (max-width: 768px) {
  .intro-jaeger-wrapper .intro-jaeger-img .mz-cms-image-cover {
    height: 140px !important;
  }
}
/* /stylesheets/pages/home.less:L2047 */
.intro-jaeger-wrapper .intro-jaeger-img .mz-cms-content {
  padding: 0px;
  height: 200px !important;
}
@media (max-width: 768px) {
  .intro-jaeger-wrapper .intro-jaeger-img .mz-cms-content {
    height: 140px !important;
  }
}
/* /stylesheets/pages/home.less:L2058 */
/* /stylesheets/pages/home.less:L2059 */
.shop-by-brand .mz-cms-row {
  max-width: 100%;
}
/* /stylesheets/pages/home.less:L2060 */
.shop-by-brand .mz-cms-content {
  padding: 0px 0 2px !important;
}
/* /stylesheets/pages/home.less:L2061 */
.shop-by-brand .slick-dots li button:before {
  font-size: 8px !important;
}
/* /stylesheets/pages/home.less:L2064 */
.shop-by-brand .partners-carousel ul.slick-dots {
  bottom: -37px;
}
/* /stylesheets/pages/home.less:L2069 */
.shop-by-brand-text {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0;
  text-align: center;
  color: black;
}
@media (max-width: 768px) {
  .shop-by-brand-text {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
  }
}
/* /stylesheets/pages/home.less:L2079 */
ul.parent-slideslick {
  position: relative;
  padding: 0 30px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 30px !important;
}
@media (max-width: 1200px) {
  ul.parent-slideslick {
    width: 100%;
  }
}
@media (max-width: 768px) {
  ul.parent-slideslick {
    margin-bottom: 0px !important;
  }
}
/* /stylesheets/pages/home.less:L2092 */
ul.parent-slideslick li {
  display: flex!important;
  max-width: 15%;
  border: 1px solid #cccccc;
  height: 110px;
  align-items: center!important;
  text-align: center!important;
  margin-right: 10px;
}
/* /stylesheets/pages/home.less:L2101 */
ul.parent-slideslick li img {
  max-height: 100px;
  max-width: 75%;
  display: inline-block;
}
/* /stylesheets/pages/home.less:L2107 */
ul.partners-carousel  div.slick-slide {
  max-width: 15%;
  border: 1px solid #cccccc;
  height: 110px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 768px) {
  ul.partners-carousel  div.slick-slide {
    margin-right: 5px !important;
    height: 81px;
  }
}
/* /stylesheets/pages/home.less:L2119 */
ul.partners-carousel  div.slick-slide:last-child {
  margin-right: 0px !important;
}
/* /stylesheets/pages/home.less:L2124 */
ul.partners-carousel div.slick-slide img {
  max-height: 100px;
  max-width: 75%;
  display: inline;
}
@media (max-width: 768px) {
  ul.partners-carousel div.slick-slide img {
    max-height: 79px;
  }
}
/* /stylesheets/pages/home.less:L2133 */
ul.partners-carousel div.slick-slide > div {
  width: 100%;
}
/* /stylesheets/pages/home.less:L2134 */
/* /stylesheets/pages/home.less:L2135 */
.partners-carousel ul.slick-dots {
  bottom: -40px;
  left: 0;
}
/* /stylesheets/pages/home.less:L2139 */
.partners-carousel .next-arrow {
  right: -35px;
  width: 20px;
  height: 20px;
  background: url(../resources/images/icons/rightarrow.svg);
  background-size: contain;
}
/* /stylesheets/pages/home.less:L2146 */
.partners-carousel .prev-arrow {
  left: -35px;
  width: 20px;
  height: 20px;
  background: url(../resources/images/icons/rightarrow.svg);
  background-size: contain;
  transform: rotate(180deg);
}
/* /stylesheets/pages/home.less:L2154 */
.partners-carousel .slide-arrow {
  position: absolute;
  top: 55%;
  margin-top: -15px;
  border: none;
}
/* /stylesheets/pages/home.less:L2159 */
.partners-carousel .slide-arrow.slick-disabled {
  opacity: 0.2 !important;
}
/* /stylesheets/pages/home.less:L2163 */
.partners-carousel .slick-dotted.slick-slider {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
/* /stylesheets/pages/home.less:L2170 */
.mz-category .mz-l-pagecontent {
  padding: 0px 0px !important;
  clear: both;
}
@media only screen and (min-width: 790) and (max-width: 830px) {
  .mz-category .mz-l-pagecontent {
    overflow-x: hidden;
  }
}
@media (min-width: 999px) and (max-width: 1300px) {
  .mz-category .mz-l-pagecontent {
    overflow: hidden;
  }
}
/* /stylesheets/pages/home.less:L2182 */
@media (min-width: 768px) {
  .top-ftr-section .mz-cms-col-6-12:nth-child(2) {
    margin-left: -15px !important;
  }
}
/* /stylesheets/pages/home.less:L2187 */
/* /stylesheets/pages/home.less:L2188 */
@media (min-width: 768px) {
  .autumn-container-ttl .shop-by-brand-text {
    margin-bottom: 15px;
  }
}
/* /stylesheets/pages/home.less:L2195 */
@media (max-width: 768px) {
  .home-offers-bg {
    text-align: center;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
  }
}
/* /stylesheets/pages/home.less:L2203 */
.home-offers-bg .mz-cms-content {
  padding: 0px !important;
}
/* /stylesheets/pages/home.less:L2204 */
.home-offers-bg .mz-cms-block {
  min-height: 0px;
}
/* /stylesheets/pages/home.less:L2206 */
.home-offers-bg.widget-spacer {
  margin-bottom: 0px;
}
/* /stylesheets/pages/home.less:L2207 */
.uppercase {
  text-transform: uppercase;
}
/* /stylesheets/pages/home.less:L2210 */
.offer-specs,
.offer-specs li {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  text-align: center;
  position: relative;
}
/* /stylesheets/pages/home.less:L2217 */
@media (min-width: 992px) {
  
}
/* /stylesheets/pages/home.less:L2222 */
.home-offers-wrappers {
  background: #dddddd;
  padding: 65px 0 52px;
  max-width: 1300px;
  margin: auto;
  margin-bottom: 45px;
}
/* /stylesheets/pages/home.less:L2229 */
.home-offers-wrappers [class*='mz-cms-col-'] {
  width: auto !important;
  margin-right: 20px !Important;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .home-offers-wrappers [class*='mz-cms-col-'] {
    margin-bottom: 10px;
  }
}
/* /stylesheets/pages/home.less:L2237 */
.home-offers-wrappers [class*='mz-cms-col-'] .mz-cms-block {
  background: white;
  margin: 0px 0px 0px 0;
  padding: 0 20px 0px;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 992px) {
  .home-offers-wrappers [class*='mz-cms-col-'] .mz-cms-block {
    width: 203px !important;
  }
}
/* /stylesheets/pages/home.less:L2246 */
.home-offers-wrappers [class*='mz-cms-col-'] .mz-cms-block:first-child {
  border-top: 8px solid #f8bda2;
}
/* /stylesheets/pages/home.less:L2249 */
.home-offers-wrappers [class*='mz-cms-col-'] .mz-cms-block:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* /stylesheets/pages/home.less:L2255 */
.home-offers-wrappers [class*='mz-cms-col-'] .mz-cms-content {
  padding: 0px;
}
/* /stylesheets/pages/home.less:L2257 */
.home-offers-wrappers [class*='mz-cms-col-'] .mz-cms-content img {
  width: 149px;
  border-width: 0px !important;
  display: inline;
  margin: 20px 0 30px;
  max-height: 185px;
}
@media (max-width: 768px) {
  .home-offers-wrappers [class*='mz-cms-col-'] .mz-cms-content img {
    max-width: 130px;
    margin: 10px 0 10px;
  }
}
/* /stylesheets/pages/home.less:L2271 */
.home-offers-wrappers .mz-editing .mz-cms-col-12-12 {
  width: 100% !important;
}
/* /stylesheets/pages/home.less:L2274 */
.offer-specs {
  height: 142px;
  margin: 16px 0 0;
}
/* /stylesheets/pages/home.less:L2277 */
.offer-specs .offer-name {
  font-size: 12px;
  line-height: 18px !important;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
/* /stylesheets/pages/home.less:L2283 */
.offer-specs .offer-gift {
  font-size: 14px;
  line-height: 20px !important;
  font-weight: bold;
  letter-spacing: -0.45px;
  color: #b60000;
}
@media (max-width: 768px) {
  .offer-specs .offer-gift {
    font-size: 12px;
    line-height: 18px !important;
  }
}
/* /stylesheets/pages/home.less:L2292 */
.offer-specs .offer-disc {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .offer-specs .offer-disc {
    font-size: 14px;
    line-height: 20px !important;
  }
}
/* /stylesheets/pages/home.less:L2301 */
.offer-specs .offer-url {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
/* /stylesheets/pages/home.less:L2305 */
.offer-specs .offer-url a {
  font-size: 14px;
  line-height: 20px !important;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .offer-specs .offer-url a {
    margin-top: 0px;
  }
}
/* /stylesheets/pages/home.less:L2318 */
.home-offers-wrappers {
  background: url(../resources/images/banner-bg.jpg) #f9f0fa;
  max-width: 1300px;
  margin: auto;
  margin-bottom: 45px;
  background-size: 68% 100%;
  background-repeat: no-repeat;
}
/* /stylesheets/pages/home.less:L2326 */
#mz-drop-zone-home-offers .mz-editing .slick-track {
  width: 100% !important;
}
/* /stylesheets/pages/home.less:L2329 */
/* /stylesheets/pages/home.less:L2330 */
#mz-drop-zone-home-offers .slick-slider {
  max-width: 1075px;
}
/* /stylesheets/pages/home.less:L2333 */
#mz-drop-zone-home-offers .prev-arrow {
  left: -113px;
}
/* /stylesheets/pages/home.less:L2336 */
#mz-drop-zone-home-offers .next-arrow {
  right: -113px;
}
/* /stylesheets/pages/home.less:L2339 */
#mz-drop-zone-home-offers .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: white;
  background-size: 18px;
  padding: 11px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
}
/* /stylesheets/pages/home.less:L2349 */
#mz-drop-zone-home-offers .slick-slide.slick-active > div > .mz-cms-col-2-12 {
  box-shadow: 6px 4px 9px -4px rgba(0, 0, 0, 0.4);
}
/* /stylesheets/pages/home.less:L2353 */
h2.offer-heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-weight: 600 !important;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  right: 45px;
  top: -23px;
  background: black;
  color: white;
  padding: 10px;
  border-top: 8px solid #f8bda2;
}
/* /stylesheets/pages/home.less:L2366 */
#mz-drop-zone-home-offers .slick-arrow.slick-disabled:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffffde;
}
@media (max-width: 768px) {
  /* /stylesheets/pages/home.less:L2377 */
  h2.offer-heading {
    top: 0px;
    right: 50% !important;
    transform: translatex(50%);
    white-space: nowrap;
    margin: 0px 0 0;
    position: absolute;
    width: 230px;
    text-align: center;
    font-size: 14px;
    line-height: 20px !important;
    font-weight: 400;
    left: auto !important;
  }
  /* /stylesheets/pages/home.less:L2390 */
  .home-offers-wrappers [class*='mz-cms-col-'] .mz-cms-block {
    margin: 0px 0px 0px 0;
    padding: 0 5px 8px;
    width: 150px;
    min-height: 155px;
    height: 155px;
  }
  /* /stylesheets/pages/home.less:L2397 */
  .home-offers-wrappers .slick-slide.slick-current.slick-active {
    margin-left: 10px;
  }
  /* /stylesheets/pages/home.less:L2400 */
  .home-offers-wrappers .slick-slide.slick-active {
    width: 158px !important;
  }
  /* /stylesheets/pages/home.less:L2403 */
  .home-offers-wrappers .slick-slide {
    width: 158px !important;
    max-width: 158px;
  }
  /* /stylesheets/pages/home.less:L2407 */
  .home-offers-wrappers .slick-slide.slick-current.slick-active:last-child {
    margin: 0;
  }
  /* /stylesheets/pages/home.less:L2410 */
  .offer-specs {
    margin-top: 8px;
  }
  /* /stylesheets/pages/home.less:L2413 */
  .offer-specs .offer-name {
    line-height: 24px;
  }
  /* /stylesheets/pages/home.less:L2414 */
  .offer-specs .offer-gift {
    margin-top: 0px;
  }
  /* /stylesheets/pages/home.less:L2417 */
  .offer-specs .offer-disc,
  .offer-specs .offer-gift {
    line-height: 28px;
  }
  /* /stylesheets/pages/home.less:L2420 */
  .offer-specs .offer-url {
    margin-top: 10px;
    margin-bottom: 12px;
  }
  /* /stylesheets/pages/home.less:L2421 */
  .home-offers-wrappers [class*='mz-cms-col-'] .mz-cms-block:last-child {
    display: block;
  }
  /* /stylesheets/pages/home.less:L2424 */
  .home-offers-wrappers {
    padding: 45px 0 25px;
    max-height: 385px;
    padding-right: 0px !important;
    background-size: contain;
    height: 385px;
    padding: 0;
    background-size: cover;
    border-bottom: 55px solid #f9f0fa;
    padding-top: 55px;
    box-sizing: border-box;
    margin-bottom: 0px;
    position: relative;
    background-position: 10%;
  }
  /* /stylesheets/pages/home.less:L2439 */
  .slick-slide.slick-active + .slick-slide > div > .mz-cms-col-2-12 {
    box-shadow: 6px 4px 9px -4px rgba(0, 0, 0, 0.4);
  }
  /* /stylesheets/pages/home.less:L2442 */
  #mz-drop-zone-home-offers .slick-arrow.slick-disabled:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffffe0;
  }
}
@media (max-width: 768px) {
  /* /stylesheets/pages/home.less:L2455 */
  .mz-homepage div#page-content > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* /stylesheets/pages/home.less:L2459 */
  /* /stylesheets/pages/home.less:L2460 */
  .shop-by-brand .mz-cms-content {
    padding-left: 20px !important;
    padding-right: 0px !important;
  }
}
/* /stylesheets/pages/home.less:L2466 */
/* /stylesheets/pages/home.less:L2467 */
.mz-homepage .mz-l-pagecontent {
  padding-top: 0;
}
@media (min-width: 999px) and (max-width: 1300px) {
  .mz-homepage .mz-l-pagecontent {
    overflow: hidden;
  }
}
/* /stylesheets/pages/home.less:L2475 */
@media (max-width: 992px) {
  .mz-homepage .afg-ms-masterhead-home {
    padding: 0!important;
  }
}
/* /stylesheets/pages/home.less:L2479 */
/* /stylesheets/pages/home.less:L2480 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .mz-cms-row {
  max-width: 1440px;
}
/* /stylesheets/pages/home.less:L2483 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .mz-cms-content {
  padding: 0;
}
/* /stylesheets/pages/home.less:L2486 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .feature-image-product-image {
  height: 400px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .feature-image-product-image {
    height: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .feature-image-product-image {
    height: 168px;
  }
}
/* /stylesheets/pages/home.less:L2494 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .feature-image-product-image .mz-cms-image-cover {
  object-fit: cover;
}
/* /stylesheets/pages/home.less:L2498 */
/* /stylesheets/pages/home.less:L2500 */
/* /stylesheets/pages/home.less:L2501 */
/* /stylesheets/pages/home.less:L2502 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style=" text-align:center; "].featured-image .featured-text.at-top,
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style="text-align:center;"].featured-image .featured-text.at-top {
  max-width: 100%;
  padding-left: 0;
}
/* /stylesheets/pages/home.less:L2506 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style=" text-align:center; "].featured-image .featured-text p,
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style="text-align:center;"].featured-image .featured-text p {
  max-width: 519px;
  margin: 0 auto 30px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style=" text-align:center; "].featured-image .featured-text p,
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style="text-align:center;"].featured-image .featured-text p {
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style=" text-align:center; "].featured-image .featured-text p,
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style="text-align:center;"].featured-image .featured-text p {
    max-width: 200px;
    margin: 0 auto 10px;
  }
}
/* /stylesheets/pages/home.less:L2520 */
/* /stylesheets/pages/home.less:L2522 */
/* /stylesheets/pages/home.less:L2523 */
/* /stylesheets/pages/home.less:L2524 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style=" text-align:right; "].featured-image .featured-text.at-top,
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style="text-align:right;"].featured-image .featured-text.at-top {
  left: unset;
  right: 0;
  padding-left: 0;
  padding-right: 120px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style=" text-align:right; "].featured-image .featured-text.at-top,
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style="text-align:right;"].featured-image .featured-text.at-top {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style=" text-align:right; "].featured-image .featured-text.at-top,
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel [style="text-align:right;"].featured-image .featured-text.at-top {
    padding-right: 22px;
  }
}
/* /stylesheets/pages/home.less:L2539 */
/* /stylesheets/pages/home.less:L2540 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .featured-text.at-top {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: wrap column;
  top: 0;
  left: 0;
  transform: none;
  max-width: 519px;
  padding-left: 120px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .featured-text.at-top {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .featured-text.at-top {
    padding-left: 22px;
    max-width: 180px;
  }
}
/* /stylesheets/pages/home.less:L2558 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .featured-text p {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 52px;
  text-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
  margin: 0 0 30px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .featured-text p {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .featured-text p {
    font-size: 22px;
    line-height: 24px;
    text-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    max-width: 218px;
  }
}
/* /stylesheets/pages/home.less:L2578 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .featured-text .feature-image-link {
  display: inline-block;
  background-color: #bed855;
  padding: 9px 45px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .featured-text .feature-image-link {
    font-size: 12px;
    line-height: 23px;
    padding: 3px 35px;
  }
}
/* /stylesheets/pages/home.less:L2591 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .featured-text .feature-image-link::after {
  content: none;
}
/* /stylesheets/pages/home.less:L2596 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .slide-arrow {
  top: 48%;
  background-repeat: no-repeat;
}
/* /stylesheets/pages/home.less:L2600 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .prev-arrow,
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .next-arrow {
  background-color: white;
  padding: 20px;
  background-position-x: center;
  background-position-y: center;
  background-size: 17px;
  z-index: 1;
}
/* /stylesheets/pages/home.less:L2609 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .prev-arrow {
  left: 0;
}
/* /stylesheets/pages/home.less:L2612 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .next-arrow {
  right: 0;
}
/* /stylesheets/pages/home.less:L2615 */
/* /stylesheets/pages/home.less:L2616 */
/* /stylesheets/pages/home.less:L2617 */
/* /stylesheets/pages/home.less:L2618 */
.mz-homepage .afg-ms-masterhead-home .afg-ms-homeCarousel .slick-dots li button:before {
  font-size: 9px;
}
/* /stylesheets/pages/home.less:L2625 */
.mz-homepage .afg-ms-masterhead-home .slick-dotted.slick-slider {
  margin-bottom: 18px;
}
/* /stylesheets/pages/home.less:L2631 */
.mz-homepage .afg-ms-top-picks-heading {
  margin: 0 0 25px;
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-top-picks-heading {
    padding: 0;
    margin: 0 0 20px;
  }
}
/* /stylesheets/pages/home.less:L2637 */
/* /stylesheets/pages/home.less:L2638 */
.mz-homepage .afg-ms-top-picks-heading .mz-content-widget-inner-wrap h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  text-transform: none;
  margin: 0;
}
@media (max-width: 768px) {
  .mz-homepage .afg-ms-top-picks-heading .mz-content-widget-inner-wrap h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 30px 0 0;
  }
}
/* /stylesheets/pages/home.less:L2652 */
.mz-homepage .afg-ms-top-picks-heading .mz-cms-content {
  padding: 0!important;
}
/* /stylesheets/pages/home.less:L2656 */
@media (min-width: 992px) and (max-width: 1081px) {
  .mz-homepage .afg-ms-top-picks-grid {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-top-picks-grid {
    padding: 0 20px!important;
  }
}
/* /stylesheets/pages/home.less:L2663 */
/* /stylesheets/pages/home.less:L2664 */
/* /stylesheets/pages/home.less:L2665 */
/* /stylesheets/pages/home.less:L2666 */
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-block:nth-of-type(1) .mz-productlisting-info .mz-pricestack {
    bottom: 10px;
    padding: 9px 13px 10px 7px;
  }
}
/* /stylesheets/pages/home.less:L2671 */
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-block:nth-of-type(1) .mz-productlisting-info .mz-pricestack .is-saleprice {
    font-size: 22px!important;
    line-height: 20px;
  }
}
/* /stylesheets/pages/home.less:L2677 */
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-block:nth-of-type(1) .mz-productlisting-info .mz-pricestack .is-crossedout {
    font-size: 14px!important;
  }
}
/* /stylesheets/pages/home.less:L2682 */
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-block:nth-of-type(1) .mz-productlisting-info .mz-pricestack .currency-code {
    font-size: 14px !important;
  }
}
/* /stylesheets/pages/home.less:L2691 */
.mz-homepage .afg-ms-top-picks-grid .mz-cms-row {
  max-width: 1159px;
}
/* /stylesheets/pages/home.less:L2693 */
/* /stylesheets/pages/home.less:L2694 */
.mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child {
  grid-gap: 15.1px;
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child {
    grid-gap: 8px;
  }
}
/* /stylesheets/pages/home.less:L2699 */
@media (min-width: 1081px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .top-picks-first {
    width: 100%;
  }
}
/* /stylesheets/pages/home.less:L2703 */
.mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .top-picks-first .currency-code {
  font-size: 14px !important;
}
/* /stylesheets/pages/home.less:L2706 */
/* /stylesheets/pages/home.less:L2707 */
.mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .top-picks-first .mz-productlisting-info .mz-pricestack {
  display: flex;
  column-gap: 8px;
  padding: 10px 16px 6px;
  align-items: baseline;
  bottom: 25px;
}
/* /stylesheets/pages/home.less:L2713 */
.mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .top-picks-first .mz-productlisting-info .mz-pricestack .is-saleprice {
  font-size: 22px!important;
}
/* /stylesheets/pages/home.less:L2719 */
@media (min-width: 1200px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .right-col {
    grid-gap: 21px;
  }
}
@media (min-width: 992px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .right-col {
    width: 62.7%;
  }
}
/* /stylesheets/pages/home.less:L2726 */
/* /stylesheets/pages/home.less:L2727 */
/* /stylesheets/pages/home.less:L2728 */
/* /stylesheets/pages/home.less:L2729 */
@media (min-width: 1200px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .right-col .top-picks-second .mz-productlisting-image a > img {
    height: 299px;
  }
}
@media (min-width: 1081px) and (max-width: 1199px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .right-col .top-picks-second .mz-productlisting-image a > img {
    height: 302px;
  }
}
/* /stylesheets/pages/home.less:L2739 */
/* /stylesheets/pages/home.less:L2740 */
.mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .right-col .top-picks-second .mz-productlisting-info .mz-pricestack {
  bottom: 12px;
  display: flex;
  column-gap: 6px;
}
/* /stylesheets/pages/home.less:L2747 */
@media (min-width: 992px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .right-col .top-picks-third {
    padding-right: 0;
  }
}
/* /stylesheets/pages/home.less:L2751 */
@media (min-width: 992px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .right-col .top-picks-third .mz-cms-block {
    width: 23.3%;
  }
}
/* /stylesheets/pages/home.less:L2756 */
/* /stylesheets/pages/home.less:L2757 */
.mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .right-col .top-picks-third .mz-productlisting-info .mz-pricestack {
  bottom: 13.85px;
}
/* /stylesheets/pages/home.less:L2762 */
.mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .right-col .currency-code {
  font-size: 14px !important;
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-cms-row > div:first-child .right-col .currency-code {
    font-size: 12px!important;
  }
}
/* /stylesheets/pages/home.less:L2772 */
/* /stylesheets/pages/home.less:L2773 */
.mz-homepage .afg-ms-top-picks-grid .mz-productlisting-info .mz-pricestack {
  left: 0;
  color: black;
  background-color: white;
  text-shadow: none;
  padding: 5px 10px;
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-productlisting-info .mz-pricestack {
    padding: 5px 13px 5px 7px;
    bottom: 5px;
  }
}
/* /stylesheets/pages/home.less:L2783 */
.mz-homepage .afg-ms-top-picks-grid .mz-productlisting-info .mz-pricestack.mz-pricestack-range {
  column-gap: 25px!important;
}
/* /stylesheets/pages/home.less:L2785 */
/* /stylesheets/pages/home.less:L2786 */
.mz-homepage .afg-ms-top-picks-grid .mz-productlisting-info .mz-pricestack.mz-pricestack-range .mz-pricestack-price-lower::after {
  font-size: 11px;
  position: absolute;
  top: 9px;
  left: 83px;
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-productlisting-info .mz-pricestack.mz-pricestack-range .mz-pricestack-price-lower::after {
    top: 17px;
    left: 34px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-productlisting-info .mz-pricestack.mz-pricestack-range .mz-pricestack-price-lower {
    padding-bottom: 10px;
    display: block;
  }
}
/* /stylesheets/pages/home.less:L2803 */
.mz-homepage .afg-ms-top-picks-grid .mz-productlisting-info .mz-pricestack .currency-code {
  font-size: 12px!important;
}
/* /stylesheets/pages/home.less:L2807 */
.mz-homepage .afg-ms-top-picks-grid .mz-productlisting-info .mz-price {
  font-size: 14px!important;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  color: black;
}
@media only screen and (max-width: 500px) {
  .mz-homepage .afg-ms-top-picks-grid .mz-productlisting-info .mz-price {
    font-size: 12px!important;
    line-height: 14px;
  }
}
/* /stylesheets/pages/home.less:L2817 */
.mz-homepage .afg-ms-top-picks-grid .mz-productlisting-info .mz-price.is-saleprice {
  color: #a6192e !important;
}
/* /stylesheets/pages/home.less:L2820 */
.mz-homepage .afg-ms-top-picks-grid .mz-productlisting-info .mz-price.is-crossedout {
  font-weight: 600;
}
/* /stylesheets/pages/home.less:L2828 */
/* /stylesheets/pages/home.less:L2829 */
.arabic .afg-ms-masterhead-home {
  direction: ltr;
}
/* /stylesheets/pages/home.less:L2832 */
.arabic .home-offers-wrappers {
  direction: ltr;
}
/* /stylesheets/pages/home.less:L2833 */
.arabic #mz-drop-zone-category-heading {
  text-align: center;
}
/* /stylesheets/pages/home.less:L2836 */
.home-offers-wrappers [class*='mz-cms-col-'] {
  box-shadow: 6px 4px 9px -4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 990px) {
  .home-offers-wrappers [class*='mz-cms-col-'] {
    width: 158px !important;
    margin-right: 0px !important;
    margin-left: 10px !important;
  }
}
/* /stylesheets/pages/home.less:L2845 */
/* /stylesheets/pages/home.less:L2846 */
@media (max-width: 992px) {
  .home-offers-wrappers .mz-cms-row {
    display: flex;
    margin-bottom: 45px;
    padding: 65px 0 !important;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  
  }
}
/* /stylesheets/pages/home.less:L2857 */
.home-offers-wrappers ::-webkit-scrollbar {
  display: none;
}
/* /stylesheets/pages/home.less:L2860 */
.home-offers-wrappers .mz-cms-col-2-12:last-child {
  margin-right: 20px !important;
}
/* /stylesheets/pages/home.less:L2865 */
/* /stylesheets/pages/home.less:L2866 */
@media (max-width: 992px) {
  .shop-by-brand-wrapper ul.partners-carousel {
    width: auto;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    justify-content: left;
  }
}
/* /stylesheets/pages/home.less:L2878 */
@media (max-width: 992px) {
  .shop-by-brand-wrapper ul.partners-carousel li {
    /* width: 165px; */
    min-width: 165px;
    border: 1px solid #cccccc;
    align-self: center;
    /* min-height: 100px; */
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 5px;
    justify-content: center;
    height: 81px;
  }
}
/* /stylesheets/pages/home.less:L2893 */
@media (max-width: 992px) {
  .shop-by-brand-wrapper ul.partners-carousel li a {
    display: inline;
    max-width: 75%;
    text-align: center;
  }
}
/* /stylesheets/pages/home.less:L2899 */
@media (max-width: 992px) {
  .shop-by-brand-wrapper ul.partners-carousel li a img {
    max-width: 100%;
    max-height: 79px;
  }
}
/* /stylesheets/pages/home.less:L2910 */
.shop-by-brand-wrapper ::-webkit-scrollbar {
  display: none;
  height: 0px;
  width: 0px;
}
@media (max-width: 992px) {
  /* /stylesheets/pages/home.less:L2917 */
  .home-offers-wrappers [class*='mz-cms-col-']:last-child .mz-cms-block:after {
    content: '';
    width: 10px;
    height: 100%;
    left: 100%;
    top: 0;
    background: transparent;
    position: absolute;
  }
  /* /stylesheets/pages/home.less:L2927 */
  .shop-by-brand-wrapper ul.partners-carousel {
    padding-right: 10px !important;
  }
}
/* /stylesheets/pages/home.less:L2931 */
@media screen and (orientation: portrait) and (max-width: 1023px) {
  /* /stylesheets/pages/home.less:L2940 */
  /* /stylesheets/pages/home.less:L2941 */
  .mz-homepage .mz-searchbox-container.desktop {
    display: block ;
  }
  /* /stylesheets/pages/home.less:L2945 */
  .mz-homepage .mz-searchbox-icon {
    visibility: hidden ;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  /* /stylesheets/pages/home.less:L2952 */
  /* /stylesheets/pages/home.less:L2953 */
  .mz-homepage .mz-searchbox-icon {
    visibility: visible !important;
  }
}
/* /stylesheets/pages/home.less:L2959 */
/* /stylesheets/pages/home.less:L2960 */
@media (min-width: 768px) {
  .mz-homepage .top-ftr-section {
    padding-left: 55px !important;
    padding-right: 45px !important;
  }
}
/* Slider */

/* /stylesheets/pages/mycarousel.less:L2 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* /stylesheets/pages/mycarousel.less:L16 */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* /stylesheets/pages/mycarousel.less:L23 */
.slick-list:focus {
  outline: none;
}
/* /stylesheets/pages/mycarousel.less:L27 */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
/* /stylesheets/pages/mycarousel.less:L32 */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* /stylesheets/pages/mycarousel.less:L41 */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* /stylesheets/pages/mycarousel.less:L49 */
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
/* /stylesheets/pages/mycarousel.less:L55 */
.slick-track:after {
  clear: both;
}
/* /stylesheets/pages/mycarousel.less:L59 */
.slick-loading .slick-track {
  visibility: hidden;
}
/* /stylesheets/pages/mycarousel.less:L63 */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* /stylesheets/pages/mycarousel.less:L67 */
[dir="rtl"] .slick-slide {
  float: right;
}
/* /stylesheets/pages/mycarousel.less:L70 */
.slick-slide img {
  display: block;
}
/* /stylesheets/pages/mycarousel.less:L73 */
.slick-slide.slick-loading img {
  display: none;
}
/* /stylesheets/pages/mycarousel.less:L79 */
.slick-slide.dragging img {
  pointer-events: none;
}
/* /stylesheets/pages/mycarousel.less:L83 */
.slick-initialized .slick-slide {
  display: block;
}
/* /stylesheets/pages/mycarousel.less:L87 */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* /stylesheets/pages/mycarousel.less:L91 */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* /stylesheets/pages/mycarousel.less:L97 */
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
/* Slider */

/* /stylesheets/pages/mycarousel-theme.less:L3 */
/* Icons */

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../resources/fonts/slick.eot');
  src: url('../resources/slick.eot?#iefix') format('embedded-opentype'), url('../resources/fonts/slick.woff') format('woff'), url('../resources/fonts/slick.ttf') format('truetype'), url('../resources/fonts/slick.svg#slick') format('svg');
}
/* Arrows */

/* /stylesheets/pages/mycarousel-theme.less:L19 */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
/* /stylesheets/pages/mycarousel-theme.less:L44 */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
/* /stylesheets/pages/mycarousel-theme.less:L53 */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* /stylesheets/pages/mycarousel-theme.less:L60 */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
/* /stylesheets/pages/mycarousel-theme.less:L66 */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* /stylesheets/pages/mycarousel-theme.less:L80 */
.slick-prev {
  left: -25px;
}
/* /stylesheets/pages/mycarousel-theme.less:L84 */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
/* /stylesheets/pages/mycarousel-theme.less:L89 */
.slick-prev:before {
  content: '←';
}
/* /stylesheets/pages/mycarousel-theme.less:L93 */
[dir='rtl'] .slick-prev:before {
  content: '→';
}
/* /stylesheets/pages/mycarousel-theme.less:L98 */
.slick-next {
  right: -25px;
}
/* /stylesheets/pages/mycarousel-theme.less:L102 */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
/* /stylesheets/pages/mycarousel-theme.less:L107 */
.slick-next:before {
  content: '→';
}
/* /stylesheets/pages/mycarousel-theme.less:L111 */
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */

/* /stylesheets/pages/mycarousel-theme.less:L117 */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
/* /stylesheets/pages/mycarousel-theme.less:L122 */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
/* /stylesheets/pages/mycarousel-theme.less:L137 */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* /stylesheets/pages/mycarousel-theme.less:L150 */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
/* /stylesheets/pages/mycarousel-theme.less:L168 */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
/* /stylesheets/pages/mycarousel-theme.less:L173 */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
/* /stylesheets/pages/mycarousel-theme.less:L178 */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* /stylesheets/pages/mycarousel-theme.less:L200 */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* /stylesheets/pages/order-status.less:L1 */
/* /stylesheets/pages/order-status.less:L2 */
.mz-guest-orderTracking .orderstatus-wrapper {
  color: #333333;
  float: none !important;
  max-width: 1440px;
  margin: 0 100.5px;
}
@media (max-width: 992px) {
  .mz-guest-orderTracking .orderstatus-wrapper {
    margin: 0 auto;
    width: 100%;
  }
}
/* /stylesheets/pages/order-status.less:L11 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-l-formfieldgroup-row {
  margin-bottom: 10px;
}
/* /stylesheets/pages/order-status.less:L13 */
/* /stylesheets/pages/order-status.less:L14 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-l-formfieldgroup-row .mz-l-formfieldgroup-cell .mz-popover-message {
  margin-top: 13px;
}
/* /stylesheets/pages/order-status.less:L16 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-l-formfieldgroup-row .mz-l-formfieldgroup-cell .mz-popover-message .mz-validationmessage {
  font-size: 16px;
  color: #a6192e;
}
/* /stylesheets/pages/order-status.less:L23 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-help-icon {
  width: 20px;
}
/* /stylesheets/pages/order-status.less:L26 */
.mz-guest-orderTracking .orderstatus-wrapper .is-required {
  color: black;
}
/* /stylesheets/pages/order-status.less:L29 */
@media only screen and (min-width: 1001px) {
  .mz-guest-orderTracking .orderstatus-wrapper .mz-loginform-page {
    width: 510px;
  }
}
/* /stylesheets/pages/order-status.less:L34 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-login-form-main-container {
  width: auto;
  max-width: 100%;
  margin: 0;
}
/* /stylesheets/pages/order-status.less:L38 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-login-form-main-container .text-input {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
/* /stylesheets/pages/order-status.less:L46 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-login-form-main-container .mb-30 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 35px;
}
@media only screen and (max-width: 500px) {
  .mz-guest-orderTracking .orderstatus-wrapper .mz-login-form-main-container .mb-30 {
    margin-bottom: 30px;
  }
}
/* /stylesheets/pages/order-status.less:L55 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-login-form-main-container .mz-order-number-field {
  position: relative;
}
/* /stylesheets/pages/order-status.less:L57 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-login-form-main-container .mz-order-number-field .mz-help-icon-popup {
  position: absolute;
  top: auto;
  bottom: 38px;
  left: 86px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  color: #333333;
  text-align: center;
  background-color: #e0e4e6;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #627786;
  padding: 8px 0;
  width: 345px;
}
@media only screen and (max-width: 500px) {
  .mz-guest-orderTracking .orderstatus-wrapper .mz-login-form-main-container .mz-order-number-field .mz-help-icon-popup {
    left: 0;
    width: auto;
  }
}
/* /stylesheets/pages/order-status.less:L77 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-login-form-main-container .mz-order-number-field .mz-help-icon-popup::after {
  content: '';
  z-index: 99;
  position: absolute;
  top: 93%;
  left: 8%;
  background: #e0e4e7;
  border: 1px solid #627786;
  width: 11px;
  height: 11px;
  border-top: 0;
  transform: rotate(45deg);
  border-left: 0;
}
@media only screen and (max-width: 500px) {
  .mz-guest-orderTracking .orderstatus-wrapper .mz-login-form-main-container .mz-order-number-field .mz-help-icon-popup::after {
    left: 114px;
  }
}
/* /stylesheets/pages/order-status.less:L97 */
.mz-guest-orderTracking .orderstatus-wrapper .mb-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .mz-guest-orderTracking .orderstatus-wrapper .mb-30 {
    margin-bottom: 57px;
  }
}
/* /stylesheets/pages/order-status.less:L103 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-requiredFields {
  text-transform: lowercase;
}
/* /stylesheets/pages/order-status.less:L106 */
.mz-guest-orderTracking .orderstatus-wrapper h1 {
  font-size: 31px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .mz-guest-orderTracking .orderstatus-wrapper h1 {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 40px;
    margin-top: 0px;
  }
}
/* /stylesheets/pages/order-status.less:L116 */
.mz-guest-orderTracking .orderstatus-wrapper p {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
}
/* /stylesheets/pages/order-status.less:L121 */
.mz-guest-orderTracking .orderstatus-wrapper label {
  font-weight: bold;
}
/* /stylesheets/pages/order-status.less:L124 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-guest-ordernum-err,
.mz-guest-orderTracking .orderstatus-wrapper .mz-guest-email-verification-err {
  margin: 0;
}
/* /stylesheets/pages/order-status.less:L127 */
.mz-guest-orderTracking .orderstatus-wrapper .mz-guest-ordernum-err span,
.mz-guest-orderTracking .orderstatus-wrapper .mz-guest-email-verification-err span {
  color: #a6192e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/order-status.less:L146 */
@media only screen and (max-width: 500px) {
  .mz-guest-orderTracking .mz-breadcrumbs {
    display: none;
  }
}
/* /stylesheets/pages/order-status.less:L151 */
.mz-guest-orderTracking .mz-l-pagecontent {
  padding: 25px 0;
}
@media only screen and (max-width: 500px) {
  .mz-guest-orderTracking .mz-l-pagecontent {
    padding: 0px 0 25px;
  }
}
/* /stylesheets/pages/order-status.less:L157 */
@media (min-width: 501px) {
  .mz-guest-orderTracking .mz-l-2column.mz-l-2column-right {
    padding: 0 37.5px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-guest-orderTracking .mz-l-2column.mz-l-2column-right {
    padding: 0 8px;
  }
}
/* /stylesheets/pages/order-status.less:L166 */
.mz-guest-orderTracking .mz-popover-message {
  max-width: 1440px;
  margin: 0 100.5px;
}
@media (max-width: 768px) {
  .mz-guest-orderTracking .mz-popover-message {
    margin: 0 auto;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
/* /stylesheets/pages/order-status.less:L174 */
.mz-guest-orderTracking .mz-popover-message .mz-validationmessage {
  background: #fff3f4;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: #333333;
  border-left: 6px solid #ea122a;
}
@media only screen and (max-width: 500px) {
  .mz-guest-orderTracking .mz-popover-message .mz-validationmessage {
    line-height: 28px;
    padding: 11px 16px;
  }
}
/* /stylesheets/pages/order-status.less:L189 */
.mz-guest-orderTracking .mz-login-page-button {
  border-radius: 0;
}
/* /stylesheets/pages/order-status.less:L192 */
.mz-guest-orderTracking .mz-signup-email-main {
  display: none;
}
/* /stylesheets/pages/order-status.less:L194 */
.mz-guest-orderTracking .mz-signup-email-main .mz-sinup-email-footer-clp {
  margin: 30px 0;
}
/* /stylesheets/pages/order-status.less:L199 */
.hide-section {
  display: none !important;
}
/* Order listing */

/* /stylesheets/pages/order-status.less:L201 */
@media screen and (orientation: portrait) and (max-width: 1023px) {
  /* /stylesheets/pages/order-status.less:L207 */
  /* /stylesheets/pages/order-status.less:L208 */
  .mz-guest-orderTracking .mz-searchbox-container.desktop {
    display: block !important;
  }
  /* /stylesheets/pages/order-status.less:L212 */
  .mz-guest-orderTracking .mz-searchbox-icon {
    visibility: hidden;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  /* /stylesheets/pages/order-status.less:L219 */
  /* /stylesheets/pages/order-status.less:L220 */
  .mz-guest-orderTracking .mz-searchbox-icon {
    visibility: visible !important;
  }
}
/* /stylesheets/pages/size-guide.less:L1 */
/* /stylesheets/pages/size-guide.less:L2 */
@media only screen and (max-width: 1000px) {
  .mz-size-guide .mz-l-pagecontent {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* /stylesheets/pages/size-guide.less:L8 */
.mz-size-guide .mz-size-guide-container {
  display: grid;
  grid-template-columns: 1fr 4fr;
  padding: 0 60px;
}
/* /stylesheets/pages/size-guide.less:L9 */
.mz-size-guide .mz-size-guide-container * {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .mz-size-guide .mz-size-guide-container {
    display: flex;
    flex-direction: column;
    padding: 0 5px;
    margin: 0;
  }
  /* /stylesheets/pages/size-guide.less:L23 */
  .mz-size-guide .mz-size-guide-container .size-guide-main-cat-item {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin-bottom: 10px;
  }
}
/* /stylesheets/pages/size-guide.less:L30 */
.mz-size-guide .mz-size-guide-container a {
  text-decoration: none;
}
/* /stylesheets/pages/size-guide.less:L33 */
.mz-size-guide .mz-size-guide-container h4 {
  padding: 15px 5px;
}
@media only screen and (max-width: 1000px) {
  .mz-size-guide .mz-size-guide-container h4 {
    padding: 10px 15px;
  }
}
/* /stylesheets/pages/size-guide.less:L40 */
.mz-size-guide .mz-size-guide-container h3 {
  margin: 10px 0;
  font-size: 26px;
  font-weight: normal;
}
/* /stylesheets/pages/size-guide.less:L45 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-title-desc {
  font-size: 16px;
  line-height: 28px;
}
/* /stylesheets/pages/size-guide.less:L49 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-dropdown-display {
  min-width: 200px;
}
/* /stylesheets/pages/size-guide.less:L51 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-dropdown-display .size-guide-subcategory {
  background-color: whitesmoke;
  padding: 0;
  margin: 0;
}
/* /stylesheets/pages/size-guide.less:L55 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-dropdown-display .size-guide-subcategory li {
  border-bottom: 1px solid #cccccc;
  padding: 10px;
}
/* /stylesheets/pages/size-guide.less:L61 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-dropdown-display .size-guide-main-name {
  background-image: url(../resources/images/icons/svg/downArrow.svg);
  background-position-x: 98%;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 15px 15px;
  border-bottom: 1px solid #cccccc;
}
/* /stylesheets/pages/size-guide.less:L70 */
/* /stylesheets/pages/size-guide.less:L71 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-dropdown-display input.size-guide-main-cat ~ .size-guide-subcategory {
  display: none;
}
/* /stylesheets/pages/size-guide.less:L75 */
/* /stylesheets/pages/size-guide.less:L76 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-dropdown-display input.size-guide-main-cat:checked ~ .size-guide-subcategory {
  display: block;
}
/* /stylesheets/pages/size-guide.less:L79 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-dropdown-display input.size-guide-main-cat:checked ~ .size-guide-main-name {
  background-image: url(../resources/images/icons/svg/upArrow1.svg);
}
/* /stylesheets/pages/size-guide.less:L86 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display {
  text-align: center;
  padding: 25px;
}
@media only screen and (max-width: 1000px) {
  .mz-size-guide .mz-size-guide-container .mz-size-guide-display {
    padding: 25px 0;
  }
}
/* /stylesheets/pages/size-guide.less:L93 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display ol {
  column-count: 2;
  list-style-position: inside;
}
@media only screen and (max-width: 1000px) {
  .mz-size-guide .mz-size-guide-container .mz-size-guide-display ol {
    column-count: 1;
  }
}
/* /stylesheets/pages/size-guide.less:L99 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display ol li {
  text-align: left;
  break-inside: avoid;
  line-height: 28px;
}
@media only screen and (max-width: 1000px) {
  .mz-size-guide .mz-size-guide-container .mz-size-guide-display ol li {
    text-align: center;
  }
}
/* /stylesheets/pages/size-guide.less:L109 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display ol li:first-child {
  margin-top: 5px;
}
/* /stylesheets/pages/size-guide.less:L113 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-mobile-swipe-info {
  display: none;
  border: 1px solid #cccccc;
  width: 90%;
  margin: 15px auto;
  padding: 10px 20px;
}
@media only screen and (max-width: 1000px) {
  .mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-mobile-swipe-info {
    display: flex;
    justify-content: space-between;
  }
}
/* /stylesheets/pages/size-guide.less:L125 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-mobile-swipe-info img {
  width: 20px;
  height: auto;
}
/* /stylesheets/pages/size-guide.less:L130 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart {
  margin: 15px 0;
  border: 1px solid #cccccc;
  border-left: 0;
  overflow-x: hidden;
  background: whitesmoke;
  position: relative;
}
/* /stylesheets/pages/size-guide.less:L138 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart h5 {
  padding: 8px;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background: white;
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
  font-weight: normal;
}
/* /stylesheets/pages/size-guide.less:L148 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container {
  display: flex;
  margin: 0;
  font-size: 14px;
}
/* /stylesheets/pages/size-guide.less:L153 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .legend {
  display: inline-block;
  vertical-align: top;
  width: 158px;
  border-left: 1px solid #cccccc;
  margin: 0;
  font-size: 14px;
  background-color: white;
}
/* /stylesheets/pages/size-guide.less:L163 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .legend span {
  display: block;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  white-space: nowrap;
  text-align: left;
}
/* /stylesheets/pages/size-guide.less:L174 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .legend span:nth-child(odd) {
  background-color: whitesmoke;
}
/* /stylesheets/pages/size-guide.less:L177 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .table {
  display: inline-block;
  width: calc(100% - 158px);
  overflow: auto;
  font-size: 14px;
  margin: 0;
  background-color: white;
}
/* /stylesheets/pages/size-guide.less:L186 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .table table {
  min-width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
/* /stylesheets/pages/size-guide.less:L191 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .table table tr:nth-child(odd) {
  background-color: whitesmoke;
}
/* /stylesheets/pages/size-guide.less:L194 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .table table .mz-size-guide-table-body > tr:nth-child(even) {
  background-color: white;
}
/* /stylesheets/pages/size-guide.less:L198 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .table table .unit-cm,
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .table table .unit-in {
  display: none;
}
/* /stylesheets/pages/size-guide.less:L201 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .table table .unit-cm.active,
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .table table .unit-in.active {
  display: table-cell;
}
/* /stylesheets/pages/size-guide.less:L205 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .table table .active {
  min-width: 40px;
}
/* /stylesheets/pages/size-guide.less:L208 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart .table-container .table table td {
  padding: 10px 5px;
  border-left: 1px solid #cccccc;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  border-bottom: 0;
}
/* /stylesheets/pages/size-guide.less:L225 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart.tablet-small {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  .mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart.tablet-small {
    overflow-x: auto;
  }
}
/* /stylesheets/pages/size-guide.less:L231 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart.tablet-small .full.table {
  background-color: white;
  padding: 0;
  margin: 0;
}
/* /stylesheets/pages/size-guide.less:L235 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart.tablet-small .full.table table {
  min-width: 100%;
}
/* /stylesheets/pages/size-guide.less:L238 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart.tablet-small .full.table th {
  border-left: 1px solid #cccccc;
  border-top: 0 solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: white;
  padding: 12px;
  background: white;
  font-size: 16px;
  font-weight: normal;
  padding: 8px;
  font-size: 14px;
}
/* /stylesheets/pages/size-guide.less:L250 */
/* /stylesheets/pages/size-guide.less:L251 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart.tablet-small .full.table tbody tr:nth-child(odd) {
  background-color: whitesmoke;
}
/* /stylesheets/pages/size-guide.less:L256 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart.tablet-small .full.table td {
  padding: 10px;
  border-left: 1px solid #cccccc;
}
/* /stylesheets/pages/size-guide.less:L260 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart.tablet-small .full.table .unit-cm,
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart.tablet-small .full.table .unit-in {
  display: none;
}
/* /stylesheets/pages/size-guide.less:L263 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart.tablet-small .full.table .unit-cm.active,
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .chart.tablet-small .full.table .unit-in.active {
  display: table-cell;
}
/* /stylesheets/pages/size-guide.less:L270 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-size-guide-unit-toggle {
  font-size: 0;
  display: none;
  justify-content: center;
  margin-top: 20px;
}
/* /stylesheets/pages/size-guide.less:L276 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-size-guide-unit-toggle .mz-toggle-btn-container {
  border: 1px solid #cccccc;
  width: 250px;
}
@media only screen and (max-width: 1000px) {
  .mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-size-guide-unit-toggle .mz-toggle-btn-container {
    display: flex;
  }
  /* /stylesheets/pages/size-guide.less:L281 */
  .mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-size-guide-unit-toggle .mz-toggle-btn-container button {
    width: 100%;
  }
}
/* /stylesheets/pages/size-guide.less:L286 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-size-guide-unit-toggle .mz-size-guide-toggle-btn {
  font-size: 16px;
  font-weight: bold;
  width: 125px;
  height: 45px;
  margin: 0;
  border: none;
  color: black;
}
/* /stylesheets/pages/size-guide.less:L295 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-size-guide-unit-toggle .mz-size-guide-toggle-btn.active {
  background: black;
  color: white;
}
/* /stylesheets/pages/size-guide.less:L300 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-size-guide-measure {
  font-size: 16px;
}
@media only screen and (max-width: 1000px) {
  /* /stylesheets/pages/size-guide.less:L303 */
  .mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-size-guide-measure li {
    margin: 20px auto;
  }
  /* /stylesheets/pages/size-guide.less:L306 */
  .mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-size-guide-measure p {
    margin-bottom: 20px;
  }
}
/* /stylesheets/pages/size-guide.less:L310 */
.mz-size-guide .mz-size-guide-container .mz-size-guide-display .mz-size-guide-measure li {
  margin: 10px auto;
}
/* /stylesheets/pages/size-guide.less:L317 */
.mz-size-guide .mz-size-guide-container .footwear-size-guide {
  font-size: 16px;
}
/* /stylesheets/pages/size-guide.less:L319 */
.mz-size-guide .mz-size-guide-container .footwear-size-guide .size-guide-pics {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1000px) {
  .mz-size-guide .mz-size-guide-container .footwear-size-guide .size-guide-pics {
    display: flex;
    flex-direction: column;
  }
}
/* /stylesheets/pages/size-guide.less:L327 */
/* /stylesheets/pages/size-guide.less:L328 */
/* /stylesheets/pages/size-guide.less:L329 */
/* /stylesheets/pages/size-guide.less:L330 */
.mz-size-guide .mz-size-guide-container .footwear-size-guide .chart .table.footwear table td {
  border-left: none;
}
/* /stylesheets/pages/size-guide.less:L333 */
.mz-size-guide .mz-size-guide-container .footwear-size-guide .chart .table.footwear table tr {
  border-left: 1px solid #cccccc;
}
/* /stylesheets/pages/size-guide.less:L341 */
.mz-size-guide .afg-ms-pageheader,
.mz-size-guide .afg-ms-sitenav,
.mz-size-guide .mz-promo-bar,
.mz-size-guide .afg-ms-pagefooter {
  display: none;
}
/* /stylesheets/pages/blue-rewards.less:L1 */
/* /stylesheets/pages/blue-rewards.less:L2 */
.mz-blue-rewards-page .mz-l-pagecontent {
  padding: 25px 0;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .mz-l-pagecontent {
    padding-top: 13px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L8 */
@media (min-width: 501px) and (max-width: 1200px) {
  .mz-blue-rewards-page .mz-breadcrumbs {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .mz-breadcrumbs {
    display: none;
  }
}
/* /stylesheets/pages/blue-rewards.less:L16 */
.mz-blue-rewards-page .mz-cms-content {
  padding: 0!important;
}
/* /stylesheets/pages/blue-rewards.less:L17 */
.mz-blue-rewards-page .mz-breadcrumb-current {
  font-weight: 600!important;
  color: #757575;
}
/* /stylesheets/pages/blue-rewards.less:L18 */
.mz-blue-rewards-page .mz-breadcrumb-link,
.mz-blue-rewards-page .mz-breadcrumb-current {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: bold;
}
/* /stylesheets/pages/blue-rewards.less:L26 */
.mz-blue-rewards-page .blue-loyalty-topline {
  padding-top: 20px;
  max-width: 1386px;
  margin: 0 auto;
}
@media (min-width: 501px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-topline {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-topline {
    padding-left: 12px;
    padding-top: 0;
  }
}
/* /stylesheets/pages/blue-rewards.less:L37 */
.mz-blue-rewards-page .blue-loyalty-topline img {
  width: 285px;
  object-fit: contain;
}
/* /stylesheets/pages/blue-rewards.less:L42 */
.mz-blue-rewards-page .blue-loyalty-banner {
  padding-top: 14px;
}
/* /stylesheets/pages/blue-rewards.less:L44 */
.mz-blue-rewards-page .blue-loyalty-banner .mz-cms-row {
  max-width: 1386px;
}
/* /stylesheets/pages/blue-rewards.less:L45 */
/* /stylesheets/pages/blue-rewards.less:L46 */
/* /stylesheets/pages/blue-rewards.less:L47 */
.mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:first-child .mz-cms-content {
  padding: 0;
  height: 596px!important;
}
/* /stylesheets/pages/blue-rewards.less:L49 */
.mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block .mz-cms-image-cover {
  border-style: none!important;
  background-position: right center!important;
}
@media (min-width: 501px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block .mz-cms-image-cover {
    background-position: center left!important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block .mz-cms-image-cover {
    background-position: 75% center!important;
  }
}
/* /stylesheets/pages/blue-rewards.less:L57 */
.mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:last-child {
  position: absolute;
  top: 205px;
  width: 460px;
  transform: translate(-50%, -50%);
  left: 20%;
  padding-left: 99px;
  padding-top: 187px;
}
@media (min-width: 501px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:last-child {
    left: 50%;
    padding-left: 0;
    padding-top: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:last-child {
    left: 25%;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:last-child {
    left: 50%;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
}
/* /stylesheets/pages/blue-rewards.less:L79 */
.mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:last-child .mz-content-widget-inner-wrap {
  text-align: center;
}
/* /stylesheets/pages/blue-rewards.less:L81 */
.mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:last-child .mz-content-widget-inner-wrap .blue-rewards-banner-title {
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  margin: 0 0 6px;
  color: white;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:last-child .mz-content-widget-inner-wrap .blue-rewards-banner-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 21px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L96 */
.mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:last-child .mz-content-widget-inner-wrap .blue-rewards-banner-desc {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0;
  color: white;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:last-child .mz-content-widget-inner-wrap .blue-rewards-banner-desc {
    width: 80%;
    margin: 0 auto;
  }
}
/* /stylesheets/pages/blue-rewards.less:L110 */
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:first-child {
    display: none;
  }
}
/* /stylesheets/pages/blue-rewards.less:L115 */
@media (min-width: 501px) {
  .mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:nth-child(2) {
    display: none;
  }
}
/* /stylesheets/pages/blue-rewards.less:L122 */
.mz-blue-rewards-page .blue-loyalty-howWorks {
  margin: 55px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-howWorks {
    margin: 55px 65px;
  }
}
@media (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-howWorks {
    margin: 55px 8px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-howWorks {
    padding: 0 8px;
    margin: 30px 0 30px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L134 */
/* /stylesheets/pages/blue-rewards.less:L135 */
.mz-blue-rewards-page .blue-loyalty-howWorks .mz-cms-col-6-12:first-child {
  width: 70%!important;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-howWorks .mz-cms-col-6-12:first-child {
    width: 100%!important;
  }
}
/* /stylesheets/pages/blue-rewards.less:L141 */
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-howWorks .mz-cms-video-cover,
  .mz-blue-rewards-page .blue-loyalty-howWorks .mz-cms-video-play {
    z-index: 1;
  }
}
/* /stylesheets/pages/blue-rewards.less:L147 */
.mz-blue-rewards-page .blue-loyalty-howWorks .mz-cms-row {
  max-width: 1229px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-howWorks .mz-cms-row {
    flex-flow: wrap column-reverse;
  }
}
/* /stylesheets/pages/blue-rewards.less:L152 */
/* /stylesheets/pages/blue-rewards.less:L153 */
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-howWorks .mz-cms-row .mz-cms-col-6-12:last-child {
    margin-bottom: 30px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L160 */
.mz-blue-rewards-page .blue-loyalty-howWorks .mz-content-widget-inner-wrap {
  margin-left: 30px;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-howWorks .mz-content-widget-inner-wrap {
    margin-left: 0;
  }
}
/* /stylesheets/pages/blue-rewards.less:L165 */
.mz-blue-rewards-page .blue-loyalty-howWorks .mz-content-widget-inner-wrap .br-howWorks-title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 53px;
  margin: 0 0 3px;
  color: #014f9f;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-howWorks .mz-content-widget-inner-wrap .br-howWorks-title {
    font-size: 30px;
    line-height: 39px;
    text-transform: uppercase;
  }
}
/* /stylesheets/pages/blue-rewards.less:L178 */
.mz-blue-rewards-page .blue-loyalty-howWorks .mz-content-widget-inner-wrap .br-howWorks-desc {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
  color: black;
}
/* /stylesheets/pages/blue-rewards.less:L188 */
.mz-blue-rewards-page .blue-loyalty-advantage {
  background-color: #e4f5fd;
  padding: 54px 0;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-advantage {
    padding: 54px 8px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L194 */
/* /stylesheets/pages/blue-rewards.less:L195 */
.mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage-title .mz-content-widget-inner-wrap {
  text-align: center;
  margin-bottom: 32px;
}
/* /stylesheets/pages/blue-rewards.less:L196 */
.mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage-title .br-advantage-title {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  color: #014f9f;
}
/* /stylesheets/pages/blue-rewards.less:L204 */
.mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage-title .br-advantage-desc {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
  margin: 0;
}
/* /stylesheets/pages/blue-rewards.less:L213 */
/* /stylesheets/pages/blue-rewards.less:L214 */
.mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-row {
  max-width: 1274px;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 16px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L222 */
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12 {
    width: 47%!important;
    margin-bottom: 32px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L227 */
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12:nth-child(3),
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12:nth-child(4) {
    margin: 0;
  }
}
/* /stylesheets/pages/blue-rewards.less:L233 */
.mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12 .mz-cms-image {
  width: 177px;
  height: 159px;
  margin: 0 auto;
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12 .mz-cms-image {
    width: 125px;
    height: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12 .mz-cms-image {
    width: 87px;
    height: 79px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L245 */
.mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12 .mz-cms-image .mz-cms-image-cover {
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none!important;
}
/* /stylesheets/pages/blue-rewards.less:L251 */
/* /stylesheets/pages/blue-rewards.less:L252 */
.mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12:nth-child(2) .mz-cms-image {
  width: 131px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12:nth-child(2) .mz-cms-image {
    width: 93px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12:nth-child(2) .mz-cms-image {
    width: 65px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L262 */
/* /stylesheets/pages/blue-rewards.less:L263 */
.mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12:nth-child(3) .mz-cms-image {
  width: 158px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12:nth-child(3) .mz-cms-image {
    width: 113px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12:nth-child(3) .mz-cms-image {
    width: 79px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L273 */
/* /stylesheets/pages/blue-rewards.less:L274 */
.mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12:last-child .mz-cms-image {
  width: 118px;
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12:last-child .mz-cms-image {
    width: 85px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12:last-child .mz-cms-image {
    width: 59px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L284 */
.mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12 .mz-cms-content {
  height: auto!important;
}
/* /stylesheets/pages/blue-rewards.less:L287 */
.mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12 .mz-cms-block {
  text-align: center;
}
/* /stylesheets/pages/blue-rewards.less:L290 */
/* /stylesheets/pages/blue-rewards.less:L291 */
.mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12 .mz-content-widget-inner-wrap p {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12 .mz-content-widget-inner-wrap p {
    padding: 0 23px;
  }
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12 .mz-content-widget-inner-wrap p {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-advantage #mz-drop-zone-blue-loyalty-advantage .mz-cms-col-3-12 .mz-content-widget-inner-wrap p {
    margin: 8px 0 0;
  }
}
/* /stylesheets/pages/blue-rewards.less:L312 */
.mz-blue-rewards-page .blue-loyalty-entertain {
  margin: 48px 0;
}
@media (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-entertain {
    margin: 40px 0 20px;
    padding: 0 8px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L318 */
.mz-blue-rewards-page .blue-loyalty-entertain .mz-cms-row {
  max-width: 1128px;
}
/* /stylesheets/pages/blue-rewards.less:L319 */
@media (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-entertain .mz-cms-row .mz-cms-col-12-12 {
    display: flex;
    flex-flow: column-reverse;
  }
}
/* /stylesheets/pages/blue-rewards.less:L326 */
/* /stylesheets/pages/blue-rewards.less:L327 */
.mz-blue-rewards-page .blue-loyalty-entertain .mz-cms-block .mz-cms-image-cover {
  border-style: none!important;
}
@media (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-entertain .mz-cms-block .mz-cms-image-cover {
    background-position: center right!important;
  }
}
/* /stylesheets/pages/blue-rewards.less:L332 */
/* /stylesheets/pages/blue-rewards.less:L333 */
.mz-blue-rewards-page .blue-loyalty-entertain .mz-cms-block:first-child .mz-cms-content {
  height: 594px!important;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-entertain .mz-cms-block:first-child .mz-cms-content {
    height: 338px!important;
  }
}
/* /stylesheets/pages/blue-rewards.less:L339 */
.mz-blue-rewards-page .blue-loyalty-entertain .mz-cms-block:last-child {
  position: absolute;
  top: 50%;
  width: 392px;
  transform: translate(-50%, -50%);
  left: 18%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-entertain .mz-cms-block:last-child {
    left: 22%;
  }
}
@media (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-entertain .mz-cms-block:last-child {
    position: static;
    transform: none;
    width: auto;
    padding-bottom: 20px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L354 */
/* /stylesheets/pages/blue-rewards.less:L355 */
.mz-blue-rewards-page .blue-loyalty-entertain .mz-cms-block:last-child .mz-content-widget-inner-wrap .br-entertain-title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 53px;
  margin: 0 0 3px;
  color: #014f9f;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-entertain .mz-cms-block:last-child .mz-content-widget-inner-wrap .br-entertain-title {
    font-size: 30px;
    line-height: 39px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L367 */
.mz-blue-rewards-page .blue-loyalty-entertain .mz-cms-block:last-child .mz-content-widget-inner-wrap .br-entertain-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
}
/* /stylesheets/pages/blue-rewards.less:L379 */
.mz-blue-rewards-page .blue-loyalty-brands {
  position: relative;
}
/* /stylesheets/pages/blue-rewards.less:L383 */
.mz-blue-rewards-page .blue-loyalty-brands::before {
  content: '';
  background-image: url('../resources/images/icons/blue-brand-bg.png');
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  z-index: -1;
}
/* /stylesheets/pages/blue-rewards.less:L397 */
.mz-blue-rewards-page .blue-loyalty-brands #mz-drop-zone-blue-loyalty-brands {
  padding-top: 54px;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-brands #mz-drop-zone-blue-loyalty-brands {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L403 */
.mz-blue-rewards-page .blue-loyalty-brands #mz-drop-zone-blue-loyalty-brands .mz-content-widget-inner-wrap {
  text-align: center;
  margin-bottom: 33px;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-brands #mz-drop-zone-blue-loyalty-brands .mz-content-widget-inner-wrap {
    margin-bottom: 48px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L410 */
.mz-blue-rewards-page .blue-loyalty-brands #mz-drop-zone-blue-loyalty-brands .blue-brand-heading {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  color: white;
  margin: 0 0 8px;
  opacity: .8;
}
/* /stylesheets/pages/blue-rewards.less:L419 */
.mz-blue-rewards-page .blue-loyalty-brands #mz-drop-zone-blue-loyalty-brands .blue-brand-desc {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: white;
  opacity: .8;
}
/* /stylesheets/pages/blue-rewards.less:L428 */
.mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-tab {
  max-width: 1079px;
  margin: 0 auto;
  padding-bottom: 55px;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-tab {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L437 */
.mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-names {
  max-width: 1064px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
  border-bottom: 1px solid #4fa4fa;
}
@media (min-width: 992px) and (max-width: 1080px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-names {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-names {
    max-width: 720px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-names {
    flex-wrap: wrap;
    border-bottom: 0;
    max-width: 310px;
    justify-content: center;
  }
}
/* /stylesheets/pages/blue-rewards.less:L456 */
.mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-names .blue-rewards-brand-name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: #4fa4fa;
  width: 100%;
  text-align: center;
  padding-bottom: 11px;
  cursor: pointer;
  opacity: .8;
  pointer-events: none;
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-names .blue-rewards-brand-name {
    width: 25%;
    padding-bottom: 8px;
    border-bottom: 1px solid #4fa4fa;
    margin-bottom: 11px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L474 */
.mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-names .blue-rewards-brand-name.active {
  border-bottom: 1px solid white;
}
/* /stylesheets/pages/blue-rewards.less:L479 */
.mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons {
  display: none;
}
/* /stylesheets/pages/blue-rewards.less:L481 */
.mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons.active {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  max-width: 1076px;
  column-gap: 80px;
  row-gap: 31px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons.active {
    column-gap: 0;
    row-gap: 0;
  }
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons.active {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons.active {
    max-width: 100%;
    width: 70%;
    column-gap: 38px;
    row-gap: 39px;
    display: grid;
    grid-template-columns: auto auto;
  }
}
/* /stylesheets/pages/blue-rewards.less:L507 */
.mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img {
  width: 150px;
  object-fit: contain;
  height: 58px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img {
    margin: 0 35px 31px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img {
    width: 82px;
    height: 31px;
    margin: 0 auto;
  }
  /* /stylesheets/pages/blue-rewards.less:L518 */
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:first-child {
    width: 60px;
  }
  /* /stylesheets/pages/blue-rewards.less:L521 */
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(2) {
    width: 50px;
  }
  /* /stylesheets/pages/blue-rewards.less:L524 */
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(4) {
    width: 62px;
  }
  /* /stylesheets/pages/blue-rewards.less:L527 */
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(5) {
    width: 65px;
  }
  /* /stylesheets/pages/blue-rewards.less:L530 */
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(8) {
    width: 60px;
  }
  /* /stylesheets/pages/blue-rewards.less:L533 */
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(10) {
    width: 50px;
  }
  /* /stylesheets/pages/blue-rewards.less:L536 */
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(12) {
    width: 65px;
  }
  /* /stylesheets/pages/blue-rewards.less:L539 */
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(14) {
    width: 65px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L543 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:first-child {
    width: 100px;
    padding-right: 16px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L549 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(2) {
    width: 77px;
    padding: 0 28px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L555 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(3) {
    width: 110px;
    padding: 0 10px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L561 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(4) {
    width: 105px;
    padding: 0 41px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L567 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(5) {
    width: 106px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L572 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(7) {
    width: 100px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L577 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(8) {
    width: 99px;
    padding: 0 24px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L583 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(9) {
    padding: 0 17px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L588 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(10) {
    width: 90px;
    padding: 0 10px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L594 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(11) {
    width: 120px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L599 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(12) {
    width: 100px;
    padding: 0 20px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L605 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(13) {
    padding: 0 10px;
    position: relative;
    top: -15px;
  }
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:nth-child(13) {
    position: relative;
    left: 115px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L616 */
@media (min-width: 1052px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:last-child {
    width: 130px;
  }
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-brands .blue-rewards-brand-icons img:last-child {
    position: relative;
    left: 112px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L649 */
.mz-blue-rewards-page .blue-loyalty-apps {
  max-width: 1373px;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 45px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-apps {
    margin-left: 20px;
    margin-right: 20px;
    column-gap: 10px;
  }
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-apps {
    flex-flow: wrap column;
    justify-content: center;
    border: 2px solid #014e9f;
    border-radius: 4px;
    margin: 32px 8px 0;
    text-align: center;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-apps {
    text-align: center;
    flex-wrap: wrap;
    border: 2px solid #014e9f;
    border-radius: 4px;
    margin: 10px 8px 0;
    justify-content: center;
  }
}
/* /stylesheets/pages/blue-rewards.less:L679 */
.mz-blue-rewards-page .blue-loyalty-apps::before {
  content: '';
  position: absolute;
  bottom: 0;
  border: 2px solid #014e9f;
  border-radius: 4px;
  width: 78.8%;
  height: 85%;
  border-left: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 1;
  border-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-apps::before {
    width: 73%;
  }
}
@media (min-width: 1080px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-apps::before {
    width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
  .mz-blue-rewards-page .blue-loyalty-apps::before {
    height: 86%;
  }
}
@media (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-apps::before {
    content: none;
  }
}
/* /stylesheets/pages/blue-rewards.less:L707 */
.mz-blue-rewards-page .blue-loyalty-apps::after {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 0;
  border-bottom: 2px solid #014e9f;
  width: 78%;
  border-radius: 4px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-apps::after {
    width: 70%;
  }
}
@media (min-width: 1080px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-apps::after {
    width: 72.8%;
  }
}
@media (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-apps::after {
    content: none;
  }
}
/* /stylesheets/pages/blue-rewards.less:L725 */
/* /stylesheets/pages/blue-rewards.less:L726 */
.mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .mz-cms-content {
  width: 309px;
  height: 172px!important;
}
/* /stylesheets/pages/blue-rewards.less:L729 */
.mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .mz-cms-content .mz-cms-image-cover {
  border-style: none!important;
}
/* /stylesheets/pages/blue-rewards.less:L733 */
.mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .mz-cms-row {
  display: flex;
  align-items: center;
}
/* /stylesheets/pages/blue-rewards.less:L739 */
/* /stylesheets/pages/blue-rewards.less:L740 */
@media (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .mz-cms-row .mz-cms-col-6-12:first-child {
    display: none;
  }
}
/* /stylesheets/pages/blue-rewards.less:L745 */
.mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .mz-cms-row .mz-cms-col-6-12:last-child {
  width: auto!important;
  margin-left: 45px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .mz-cms-row .mz-cms-col-6-12:last-child {
    margin-left: 54px;
  }
}
@media (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .mz-cms-row .mz-cms-col-6-12:last-child {
    margin-left: 0;
    padding-top: 30px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L761 */
.mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .mz-cms-row .mz-cms-col-6-12:last-child .mz-cms-content {
  width: 443px;
  height: auto!important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .mz-cms-row .mz-cms-col-6-12:last-child .mz-cms-content {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .mz-cms-row .mz-cms-col-6-12:last-child .mz-cms-content {
    width: 100%;
  }
}
/* /stylesheets/pages/blue-rewards.less:L774 */
/* /stylesheets/pages/blue-rewards.less:L775 */
.mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .blue-loyalty-apps-text span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/blue-rewards.less:L780 */
.mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .blue-loyalty-apps-text span:first-child {
  font-weight: bold;
}
/* /stylesheets/pages/blue-rewards.less:L783 */
.mz-blue-rewards-page .blue-loyalty-apps #mz-drop-zone-blue-loyalty-apps .blue-loyalty-apps-text span a {
  color: #004ba0;
  font-weight: bold;
  outline: none;
  text-decoration: none;
}
/* /stylesheets/pages/blue-rewards.less:L792 */
.mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  z-index: 1;
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store {
    padding-bottom: 25px;
    flex-direction: column;
  }
}
/* /stylesheets/pages/blue-rewards.less:L805 */
.mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store .blue-loyalty-app-store-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: #004ba0;
}
/* /stylesheets/pages/blue-rewards.less:L812 */
.mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store .blue-loyalty-app-store-icons {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  padding-top: 10px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store .blue-loyalty-app-store-icons {
    grid-gap: 0;
  }
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store .blue-loyalty-app-store-icons {
    grid-gap: 0;
  }
}
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store .blue-loyalty-app-store-icons {
    flex-flow: column;
    grid-gap: 0;
    padding-top: 16px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L831 */
.mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store .blue-loyalty-app-store-icons a {
  outline: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store .blue-loyalty-app-store-icons a {
    padding: 0 3px;
  }
}
@media (min-width: 501px) and (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store .blue-loyalty-app-store-icons a {
    padding: 0 7px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L839 */
@media only screen and (max-width: 500px) {
  .mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store .blue-loyalty-app-store-icons a:first-child {
    padding-bottom: 12px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L844 */
.mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store .blue-loyalty-app-store-icons a img {
  width: 156px;
  height: 52px;
  object-fit: contain;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-store .blue-loyalty-app-store-icons a img {
    width: 137px;
    height: 44px;
  }
}
/* /stylesheets/pages/blue-rewards.less:L871 */
.mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-qr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 28px;
  padding-right: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-qr {
    justify-content: center;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-qr {
    display: none;
  }
}
/* /stylesheets/pages/blue-rewards.less:L884 */
.mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-qr .blue-loyalty-app-qr-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
}
/* /stylesheets/pages/blue-rewards.less:L890 */
.mz-blue-rewards-page .blue-loyalty-apps .blue-loyalty-app-qr img {
  width: 124px;
  object-fit: contain;
}
/* /stylesheets/pages/blue-rewards.less:L898 */
.mz-blue-rewards-page .blue-loyalty-banner .mz-editing .mz-cms-block:last-child {
  position: relative !important;
  top: 0;
  transform: unset;
  width: 100%;
  left: unset;
  padding: 10px;
}
/* /stylesheets/pages/blue-rewards.less:L905 */
.mz-blue-rewards-page .blue-loyalty-banner .mz-editing .mz-cms-block:last-child h2,
.mz-blue-rewards-page .blue-loyalty-banner .mz-editing .mz-cms-block:last-child p {
  color: #333333 !important;
  font-size: 14px !important;
  text-align: left;
}
@media (min-width: 501px) {
  /* /stylesheets/pages/blue-rewards.less:L912 */
  .mz-blue-rewards-page .blue-loyalty-banner .mz-cms-block:nth-child(2) {
    display: block;
  }
}
/* /stylesheets/pages/blue-rewards.less:L917 */
#mz-drop-zone-blue-loyalty-advantage .mz-cms-image-cover {
  min-height: auto !important;
}
/* /stylesheets/pages/need-help.less:L1 */
.main-wrapper {
  display: flex;
}
@media (min-width: 1170px) {
  .main-wrapper {
    width: 1190px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .main-wrapper {
    flex-direction: column;
  }
}
/* /stylesheets/pages/need-help.less:L12 */
.left-sidebar {
  width: 280px;
}
@media (max-width: 768px) {
  .left-sidebar {
    width: 100%;
    padding: 0 15px 0 20px;
    box-sizing: border-box;
  }
}
/* /stylesheets/pages/need-help.less:L19 */
.left-sidebar .sidebar-nav-text {
  background: whitesmoke;
  padding: 10px;
  box-sizing: border-box;
  color: #333333;
  border: 1px solid #cccccc;
  width: 338px;
  margin: 35px auto 10px;
  line-height: 21px;
  font-size: 16px;
  display: none;
}
/* /stylesheets/pages/need-help.less:L31 */
.left-sidebar .sidebar-nav-text:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../resources/images/icons/svg/downArrow.svg);
  position: absolute;
  right: 25px;
  background-size: contain;
}
@media (max-width: 768px) {
  .left-sidebar .sidebar-nav-text {
    display: block;
    width: 100%;
  }
}
@media (max-width: 365px) {
  .left-sidebar .sidebar-nav-text {
    width: 320px;
  }
}
/* /stylesheets/pages/need-help.less:L48 */
/* /stylesheets/pages/need-help.less:L49 */
.left-sidebar .sidebar-nav-text.open:after {
  content: '';
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
/* /stylesheets/pages/need-help.less:L63 */
.left-sidebar ul.sidebar-nav {
  padding: 0;
  width: 280px;
}
@media (min-width: 768px) {
  .left-sidebar ul.sidebar-nav {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .left-sidebar ul.sidebar-nav {
    display: none;
    width: 100%;
    margin-top: 0px;
    margin-left: 10px;
    border: 1px solid whitesmoke;
    max-height: 270px;
    overflow: scroll;
    margin: 0 auto;
  }
}
@media (max-width: 365px) {
  .left-sidebar ul.sidebar-nav {
    width: 338px;
  }
}
/* /stylesheets/pages/need-help.less:L84 */
/* /stylesheets/pages/need-help.less:L85 */
.left-sidebar ul.sidebar-nav li a {
  text-decoration: none;
  padding: 12px 19px;
  display: inline-block;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  font-size: 16px;
  color: #333333;
  background: whitesmoke;
  box-sizing: border-box;
  font-weight: 600;
}
@media (max-width: 768px) {
  .left-sidebar ul.sidebar-nav li a {
    background: white;
    border: none;
  }
}
/* /stylesheets/pages/need-help.less:L101 */
.left-sidebar ul.sidebar-nav li a.active {
  background: #e8e8e8;
  font-weight: bold;
}
/* /stylesheets/pages/need-help.less:L105 */
.left-sidebar ul.sidebar-nav li:first-child a {
  background: white;
  font-weight: bold;
  border-bottom-width: 0px;
}
/* /stylesheets/pages/need-help.less:L113 */
.right-sidebar {
  width: 980px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .right-sidebar {
    width: 100%;
    margin-left: 0px;
  }
}
/* /stylesheets/pages/need-help.less:L120 */
.right-sidebar p {
  font-weight: 600;
  font-size: 16px;
}
/* /stylesheets/pages/need-help.less:L124 */
.right-sidebar .mz-cms-content {
  padding: 10px 0px 10px 0px !important;
}
@media (max-width: 768px) {
  .right-sidebar .mz-cms-content {
    padding-left: 20px !important;
    padding-right: 15px !important;
  }
}
/* /stylesheets/pages/need-help.less:L133 */
.page-title {
  position: absolute;
  background: white;
  width: 80%;
  text-align: center;
  bottom: 30px;
  left: 10%;
  height: 120px;
}
@media (max-width: 768px) {
  .page-title {
    width: 100%;
    left: 0px;
  }
}
/* /stylesheets/pages/need-help.less:L145 */
.page-title h2 {
  display: inline-block;
  position: relative;
  line-height: 40px;
  font-size: 30px;
  margin-top: 28px;
  margin-bottom: 62px;
  color: #333333;
}
/* /stylesheets/pages/need-help.less:L154 */
.page-title .ttl-desc {
  text-align: center;
  padding: 0;
  margin: -6px 0;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
/* /stylesheets/pages/need-help.less:L168 */
.page-title h2:after {
  content: '';
  width: 90px;
  height: 5px;
  background: #bed855;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 45px);
}
/* /stylesheets/pages/need-help.less:L178 */
/* /stylesheets/pages/need-help.less:L179 */
.help-section-content h1 {
  padding: 20px 0;
  border: 1px solid #333333;
  border-width: 1px 0 1px 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .help-section-content h1 {
    margin-left: -20px;
    margin-right: -15px;
    padding-left: 40px;
    padding-right: 35px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
  }
}
/* /stylesheets/pages/need-help.less:L199 */
.help-section-content p.para-text {
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
}
/* /stylesheets/pages/need-help.less:L207 */
.help-section-content .sub-ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  color: #333333;
}
/* /stylesheets/pages/need-help.less:L216 */
.accordion-container {
  position: relative;
  height: auto;
  margin: 10px auto;
}
/* /stylesheets/pages/need-help.less:L220 */
.accordion-container h2 {
  text-align: center;
  color: white;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
/* /stylesheets/pages/need-help.less:L230 */
.set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: white;
  overflow-x: hidden;
}
/* /stylesheets/pages/need-help.less:L237 */
.set > a {
  display: block;
  padding: 20px 0px;
  text-decoration: none;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* /stylesheets/pages/need-help.less:L248 */
.set > a:after {
  content: '';
  position: absolute;
  right: 6px;
  width: 20px;
  height: 20px;
  background: url(../resources/images/icons/svg/downArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
/* /stylesheets/pages/need-help.less:L259 */
.set > a:first-child {
  border-top: 1px solid #cccccc;
}
/* /stylesheets/pages/need-help.less:L262 */
.set > a:focus {
  outline: none;
}
@media (max-width: 500px) {
  .set > a {
    font-size: 15px;
  }
}
/* /stylesheets/pages/need-help.less:L270 */
/* /stylesheets/pages/need-help.less:L271 */
.set > a.active:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  top: 26px;
  transform: rotate(0);
}
/* /stylesheets/pages/need-help.less:L284 */
.left-side-arrow .set > a:after {
  right: auto;
  left: 0px;
  transform: rotate(0deg);
}
/* /stylesheets/pages/need-help.less:L289 */
.accordion-container.left-side-arrow .set > a {
  padding-left: 30px;
}
/* /stylesheets/pages/need-help.less:L292 */
.left-side-arrow .set > a.active:after {
  transform: rotate(180deg);
  top: 21px;
}
/* /stylesheets/pages/need-help.less:L296 */
.set > a.active {
  border-bottom-color: white;
}
@media (max-width: 768px) {
  /* /stylesheets/pages/need-help.less:L300 */
  .set > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 91%;
    padding-right: 8%;
  }
}
/* /stylesheets/pages/need-help.less:L308 */
.content {
  background-color: white;
  border-bottom: 1px solid #dddddd;
  display: none;
}
/* /stylesheets/pages/need-help.less:L312 */
.content p {
  padding: 20px 0px;
  margin: 0;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}
/* /stylesheets/pages/need-help.less:L321 */
.map-section-content {
  display: flex;
  width: 100%;
  background-image: url(../resources/images/find-store-map.png);
  padding: 20px;
  background-size: contain;
  justify-content: center;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .map-section-content {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .map-section-content {
    padding: 0 15px 0 20px;
    box-sizing: border-box;
    background-image: none;
  }
}
/* /stylesheets/pages/need-help.less:L337 */
@media (max-width: 768px) {
  .map-section-content #mz-drop-zone-map-section-content {
    width: 100%;
  }
}
/* /stylesheets/pages/need-help.less:L342 */
.map-section-content .mz-cms-content {
  padding: 0 !important;
}
/* /stylesheets/pages/need-help.less:L345 */
.map-section-content .mz-content-widget-inner-wrap {
  box-sizing: border-box;
  margin: auto;
  padding: 33px 75px 70px;
  background: white;
  text-align: center;
  width: 530px;
}
@media (max-width: 768px) {
  .map-section-content .mz-content-widget-inner-wrap {
    margin: 20px auto;
    padding: 30px 20px;
    border: 1px solid #dddddd;
    height: 290px;
    width: 100%;
  }
}
/* /stylesheets/pages/need-help.less:L359 */
@media (max-width: 768px) {
  .map-section-content .mz-content-widget-inner-wrap .mz-cms-content {
    padding: 0 !important;
  }
}
/* /stylesheets/pages/need-help.less:L364 */
.map-section-content .mz-content-widget-inner-wrap img {
  width: 28px;
}
/* /stylesheets/pages/need-help.less:L367 */
.map-section-content .mz-content-widget-inner-wrap h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  margin: 15px auto 25px;
  color: #333333;
}
@media (max-width: 768px) {
  .map-section-content .mz-content-widget-inner-wrap h2 {
    margin: 0px;
  }
}
/* /stylesheets/pages/need-help.less:L378 */
.map-section-content .mz-content-widget-inner-wrap p {
  margin-bottom: 25px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  
}
/* /stylesheets/pages/need-help.less:L387 */
a.store-finder {
  width: 380px;
  background-color: #627786;
  text-decoration: none;
  padding: 10px;
  color: white !important;
  display: inline-block;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  height: 40px;
}
@media (max-width: 768px) {
  a.store-finder {
    width: 100%;
  }
}
/* /stylesheets/pages/need-help.less:L405 */
h2.bordered {
  padding: 20px 0;
  border-color: #333333;
  border-width: 1px 0;
  text-align: center;
  border-style: solid;
}
/* /stylesheets/pages/need-help.less:L412 */
.text-slim {
  font-weight: 400;
}
/* /stylesheets/pages/need-help.less:L413 */
.text-underline {
  text-decoration: underline;
}
/* /stylesheets/pages/need-help.less:L414 */
@media (max-width: 768px) {
  .latest-offer h2.bordered {
    margin-left: -20px;
    margin-right: -15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
  }
}
/* /stylesheets/pages/need-help.less:L424 */
.other-section-content {
  padding: 0px;
}
@media (max-width: 768px) {
  .other-section-content {
    padding: 0 15px 0 20px;
  }
}
/* /stylesheets/pages/need-help.less:L430 */
.other-section-content .mz-cms-content {
  padding: 0px !important;
}
/* /stylesheets/pages/need-help.less:L434 */
.other-section-content ul.need-help-options {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .other-section-content ul.need-help-options {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* /stylesheets/pages/need-help.less:L445 */
.other-section-content ul.need-help-options li {
  display: inline-block;
  width: 49%;
  background: white;
  border: 1px solid #dddddd;
  padding: 30px 10px;
  box-sizing: border-box;
  float: left;
  height: 235px;
  text-align: center;
}
/* /stylesheets/pages/need-help.less:L457 */
.other-section-content ul.need-help-options li:nth-child(2n+1) {
  margin-right: 17px;
}
@media (max-width: 768px) {
  .other-section-content ul.need-help-options li:nth-child(2n+1) {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  .other-section-content ul.need-help-options li {
    height: auto;
  }
}
@media (max-width: 600px) {
  .other-section-content ul.need-help-options li {
    width: 100%;
    margin-right: 0px;
    float: none;
    margin-bottom: 20px;
    height: 290px;
  }
}
/* /stylesheets/pages/need-help.less:L473 */
/* /stylesheets/pages/need-help.less:L475 */
.other-section-content ul.need-help-options li .need-sqr-section h2 {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0px;
}
/* /stylesheets/pages/need-help.less:L485 */
.other-section-content ul.need-help-options li .need-sqr-section h2 + a {
  margin-top: 20px;
}
/* /stylesheets/pages/need-help.less:L487 */
.other-section-content ul.need-help-options li .need-sqr-section p {
  margin: 10px 0 20px;
}
/* /stylesheets/pages/need-help.less:L491 */
/* /stylesheets/pages/need-help.less:L493 */
.other-section-content ul.need-help-options li .need-sqr-section img {
  width: 32px;
  height: 32px;
}
/* /stylesheets/pages/need-help.less:L502 */
.other-section-content ul.need-help-options:last-child {
  margin-top: 12px;
}
/* /stylesheets/pages/need-help.less:L506 */
.loyalty-box select {
  background: white;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  color: #333333;
  height: 40px;
}
/* /stylesheets/pages/need-help.less:L516 */
.loyalty-box  button {
  background: #627786;
  padding: unset;
  border: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 38px;
  color: white;
  width: 61px;
  box-shadow: none;
  height: 40px;
}
/* /stylesheets/pages/need-help.less:L529 */
.list-circle {
  display: inline-block;
  list-style: disc;
  width: 100%;
  padding-left: 15px;
}
/* /stylesheets/pages/need-help.less:L534 */
.list-circle li {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
/* /stylesheets/pages/need-help.less:L540 */
h1.page-ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  color: #333333;
  margin-top: 0px;
}
/* /stylesheets/pages/need-help.less:L548 */
.text-center {
  text-align: center;
}
/* /stylesheets/pages/need-help.less:L550 */
.about-banner {
  background: #003b4d;
  color: white;
  padding: 10px;
  font-size: 18px;
  line-height: 24px;
}
/* /stylesheets/pages/need-help.less:L557 */
.icon-about img {
  width: 39px;
  margin-right: 15px;
  height: 28px;
}
/* /stylesheets/pages/need-help.less:L563 */
.email-section-content {
  text-align: center;
  /*! display: inline-block; */
  width: 60%;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .email-section-content {
    width: 100%;
    padding: 0 17px 0 20px !important;
    margin-top: 0px;
  }
}
/* /stylesheets/pages/need-help.less:L573 */
.email-section-content .email-about {
  box-sizing: border-box;
  height: 42px;
  width: 480px;
  border: 0.7px solid #161616;
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.33);
  /*! height: 36px; */
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  font-family: 'MSLondon', sans-serif;
}
@media (max-width: 768px) {
  .email-section-content .email-about {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* /stylesheets/pages/need-help.less:L591 */
.email-section-content .btn-about {
  height: 42px;
  width: 150px;
  background-color: #bdd755;
  display: inline-block;
  margin-left: 7px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
/* /stylesheets/pages/need-help.less:L602 */
.email-section-content p {
  font-size: 16px;
  font-weight: 400;
}
/* /stylesheets/pages/need-help.less:L608 */
.maintenace {
  text-align: center;
}
/* /stylesheets/pages/need-help.less:L610 */
.maintenace img {
  width: 160px;
}
/* /stylesheets/pages/need-help.less:L613 */
.maintenace h2 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
}
/* /stylesheets/pages/need-help.less:L619 */
.maintenace p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
/* /stylesheets/pages/need-help.less:L625 */
.maintenace .green-belt {
  background: #163e35;
  color: white;
  padding: 10px;
  margin-top: 40px;
}
/* /stylesheets/pages/need-help.less:L630 */
.maintenace .green-belt h3 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 0;
}
/* /stylesheets/pages/need-help.less:L638 */
.maintenace .green-belt p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 2px;
}
/* /stylesheets/pages/need-help.less:L648 */
.email-subject-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
/* /stylesheets/pages/need-help.less:L653 */
.email-subject-wrapper select.choose-email-list {
  width: 70%;
  border: 1px solid #cccccc;
  font-family: "MSLondon";
  font-size: 14px;
  color: black;
  padding: 10px 14px;
  background-image: url('../resources/images/icons/arrow-down.png');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 95% 56%;
  -webkit-appearance: none;
}
@media (max-width: 768px) {
  .email-subject-wrapper select.choose-email-list {
    width: 78%;
  }
}
/* /stylesheets/pages/need-help.less:L668 */
.email-subject-wrapper select.choose-email-list option.email-choose-ttl {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  padding-left: 25px;
  margin: 0px;
}
/* /stylesheets/pages/need-help.less:L676 */
.email-subject-wrapper select.choose-email-list option {
  background-color: #e3e4e4;
  font-family: "MSLondon";
  color: black;
  font-size: 14px -1;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
/* /stylesheets/pages/need-help.less:L685 */
.email-subject-wrapper select.choose-email-list optgroup {
  font-family: "MSLondon";
  padding: 0;
  margin: 0;
  background-color: #e3e4e4;
}
/* /stylesheets/pages/need-help.less:L690 */
.email-subject-wrapper select.choose-email-list optgroup h4 {
  margin: 3px 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
  color: #867f7f;
}
/* /stylesheets/pages/need-help.less:L699 */
.email-subject-wrapper select.choose-email-list optgroup option {
  padding: 2px 14px !important;
}
/* /stylesheets/pages/need-help.less:L703 */
.email-subject-wrapper select.choose-email-list:focus {
  outline: none;
}
/* /stylesheets/pages/need-help.less:L709 */
/* /stylesheets/pages/need-help.less:L710 */
.contact .email-choose-opt {
  padding-top: 0px !important;
  line-height: 40px !important;
}
/* /stylesheets/pages/need-help.less:L714 */
.contact .email-subject-wrapper select.choose-email-list {
  left: 0 !important;
}
/* /stylesheets/pages/need-help.less:L718 */
.loyalty-box.need-sqr-section.contact {
  max-width: 345px;
  padding-right: 0px;
}
/* /stylesheets/pages/need-help.less:L722 */
/* /stylesheets/pages/need-help.less:L723 */
@media (max-width: 768px) {
  .need-help-banner .page-title {
    position: relative;
    height: 153px;
  }
}
@media (min-width: 768px) {
  .need-help-banner {
    margin-top: -15px;
  }
}
/* /stylesheets/pages/need-help.less:L732 */
.need-help-banner img.mz-cms-image-maintain {
  border-width: 0px !important;
}
/* /stylesheets/pages/need-help.less:L736 */
/* /stylesheets/pages/need-help.less:L737 */
.mz-needhelp div#page-content > div {
  padding-left: 0px  !important;
  padding-right: 0px !important;
}
/* /stylesheets/pages/need-help.less:L741 */
.mz-needhelp .about-marks-img {
  width: 100%;
  height: 210px;
  object-fit: none;
}
/* /stylesheets/pages/need-help.less:L748 */
.left-side-arrow .set > a:after {
  transform: rotate(0deg);
}
/* /stylesheets/pages/need-help.less:L749 */
.other-section-content ul.need-help-options li .need-sqr-section h2 {
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
/* /stylesheets/pages/need-help.less:L758 */
.other-section-content ul.need-help-options {
  margin-top: 80px;
}
@media only screen and (min-width: 1025px) {
  /* /stylesheets/pages/need-help.less:L764 */
  .mz-pageheader .promotion-right {
    top: 40% !important;
  }
}
/* /stylesheets/pages/plp-banners.less:L1 */
/* /stylesheets/pages/plp-banners.less:L2 */
/* /stylesheets/pages/plp-banners.less:L3 */
@media only screen and (max-width: 500px) {
  .plp-container .three-column .mz-plpBannerContainer {
    grid-column-start: 1 !important;
    grid-column-end: 2 !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .plp-container .three-column .mz-plpBannerContainer {
    grid-column-start: 1 !important;
    grid-column-end: 3 !important;
  }
}
/* /stylesheets/pages/plp-banners.less:L14 */
/* /stylesheets/pages/plp-banners.less:L15 */
@media only screen and (max-width: 500px) {
  .plp-container .four-column .mz-plpBannerContainer {
    grid-column-start: 1 !important;
    grid-column-end: 3 !important;
    margin-bottom: 10px;
  }
}
/* /stylesheets/widgets/instock-request.less:L1 */
.mz-instock-request {
  font-family: 'MSLondon', sans-serif;
}
/* /stylesheets/widgets/video.less:L1 */
.mz-cms-video-container {
  width: 100%;
}
/* /stylesheets/widgets/video.less:L5 */
.mz-cms-video-placeholder {
  background-color: black;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  box-sizing: border-box !important;
}
/* /stylesheets/widgets/video.less:L13 */
.mz-cms-video-placeholder * {
  box-sizing: border-box !important;
}
/* /stylesheets/widgets/video.less:L17 */
.mz-cms-video-placeholder iframe.mz-cms-video-player {
  left: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity 2s;
}
/* /stylesheets/widgets/video.less:L30 */
.mz-cms-video-cover {
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: opacity 2s;
}
/* /stylesheets/widgets/video.less:L44 */
.mz-cms-video-play {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  color: black;
  content: "Play";
  cursor: pointer;
  font-weight: bold;
  height: 42px;
  left: 50%;
  margin-left: -40px;
  margin-top: -21px !important;
  opacity: 1;
  padding-top: 11px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 80px;
  z-index: 5;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 2s;
}
/* /stylesheets/widgets/category-navigation.less:L1 */
.mz-categorylist {
  border-width: 1px;
  border-style: solid;
  padding: 5px;
}
/* /stylesheets/widgets/category-navigation.less:L6 */
.mz-categorylist a {
  text-decoration: none;
}
/* /stylesheets/widgets/category-navigation.less:L9 */
.mz-categorylist ul {
  margin-left: 0px;
}
/* /stylesheets/widgets/category-navigation.less:L12 */
.mz-categorylist .mz-categorylist-title-primary {
  font-weight: bold;
  border-width: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 10px;
  font-size: 15px;
}
/* /stylesheets/widgets/category-navigation.less:L21 */
.mz-categorylist .mz-categorylist-title-secondary {
  font-weight: bold;
  border-width: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 10px;
}
/* /stylesheets/widgets/category-navigation.less:L29 */
.mz-categorylist .mz-categorylist-list-label-primary,
.mz-categorylist .mz-categorylist-list-label-secondary,
.mz-categorylist .mz-categorylist-list-label-tertiary {
  margin: 0px;
}
/* /stylesheets/widgets/category-navigation.less:L33 */
.mz-categorylist .mz-categorylist-list-primary,
.mz-categorylist .mz-categorylist-list-,
.mz-categorylist .mz-categorylist-list-tertiary {
  margin: 0px;
}
/* /stylesheets/widgets/category-navigation.less:L37 */
.mz-categorylist .mz-categorylist-item-primary,
.mz-categorylist .mz-categorylist-item-secondary,
.mz-categorylist .mz-categorylist-item-tertiary {
  list-style: none;
}
/* /stylesheets/widgets/image.less:L1 */
.mz-cms-image {
  height: 100%;
  width: 100%;
}
/* Modifying ColorBox close button's style and moving position to top right*/

/* /stylesheets/widgets/image.less:L8 */
#cboxClose {
  top: 0;
  right: 0;
  position: absolute;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  border: 1px solid white;
  background-color: black;
  color: white;
  font-weight: bold;
  margin-top: -10px;
  margin-right: -11px;
  text-align: center;
  font-size: 13px 1;
  box-shadow: 3px 3px 3px black;
}
/* /stylesheets/widgets/image.less:L26 */
#cboxClose span {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  padding-top: 3px;
  text-align: center;
  margin: 0px auto;
}
/* /stylesheets/widgets/image.less:L36 */
#cboxClose::selection {
  background-color: black;
}
/* /stylesheets/widgets/image.less:L40 */
#colorbox {
  z-index: 3;
  outline: none;
  border: 1px solid black;
}
/* /stylesheets/widgets/image.less:L46 */
#cboxOverlay {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: black;
  position: absolute;
  z-index: 2;
}
/* /stylesheets/widgets/welcome-mat.less:L1 */
/* /stylesheets/widgets/welcome-mat.less:L2 */
#mz-drop-zone-border-free-widget .mz-cms-content {
  padding: 0;
}
/* /stylesheets/widgets/welcome-mat.less:L6 */
.text-left {
  text-align: left;
}
/* /stylesheets/widgets/welcome-mat.less:L9 */
.countries-icon {
  padding-left: 5px;
}
/* /stylesheets/widgets/border-free-order-tracking.less:L1 */
/* /stylesheets/widgets/border-free-order-tracking.less:L2 */
/* /stylesheets/widgets/border-free-order-tracking.less:L3 */
#bfTTContainer #traceOrderForm .form-group {
  padding-bottom: 0px !important;
}
/* /stylesheets/widgets/border-free-order-tracking.less:L6 */
#bfTTContainer #traceOrderForm .hasError {
  background: none !important;
}
/* /stylesheets/widgets/border-free-order-tracking.less:L9 */
#bfTTContainer #traceOrderForm #orderId,
#bfTTContainer #traceOrderForm #emailId {
  padding: 4px 6px !important;
  margin-bottom: 9px !important;
  font-family: Source Sans Pro, sans-serif !important;
  border: 1px solid #a7a7a7 !important;
  border-radius: 0px !important;
  width: 220px !important;
  height: 28px !important;
  font-size: 100% !important;
}
/* /stylesheets/widgets/border-free-order-tracking.less:L20 */
#bfTTContainer #traceOrderForm #trackOrder {
  font-size: 20px !important;
  padding: 12.5px 25px !important;
  font-family: Source Sans Pro, sans-serif !important;
  border: 1px solid #a7a7a7 !important;
  border-radius: 4px;
  line-height: 12px;
  text-align: center !important;
  float: left;
  min-height: 54px;
}
/* /stylesheets/widgets/border-free-order-tracking.less:L31 */
#bfTTContainer #traceOrderForm .general-button {
  background-color: #eeeeee !important;
  color: black !important;
  min-width: 64px;
  font-weight: 400 !important;
  padding-right: 0px !important;
}
/* /stylesheets/widgets/border-free-order-tracking.less:L37 */
#bfTTContainer #traceOrderForm .general-button .bf-button-text {
  padding-right: 0px !important;
}
/* /stylesheets/widgets/border-free-order-tracking.less:L41 */
#bfTTContainer #traceOrderForm .general-button:hover {
  color: #eeeeee !important;
  background: #e3e3e3 !important;
}
/* /stylesheets/widgets/border-free-order-tracking.less:L46 */
#bfTTContainer .login-form {
  padding-left: 0px !important;
}
/* /stylesheets/widgets/border-free-order-tracking.less:L48 */
#bfTTContainer .login-form .vertical-align-center {
  padding-top: 0px !important;
}
/* /stylesheets/widgets/border-free-order-tracking.less:L53 */
#mz-drop-zone-body-bottom .mz-cms-row {
  margin-left: 0 !important;
}
@font-face {
  font-family: mozicons;
  src: url(../Admin/scripts/build/resources/fonts/mozicons.woff);
}
/* /stylesheets/modules/theme-utility-bar/header.less:L6 */
.mz-future-bar-indicator {
  background-color: #2ea195;
  border-radius: 15px;
  bottom: 0;
  color: white;
  cursor: pointer;
  height: 30px;
  line-height: 31px;
  margin-bottom: 25px;
  margin-right: 15px;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  right: 0;
  transition-property: width, border-radius, opacity;
  transition-duration: .1s;
  transition-timing-function: cubic-bezier(0.65, 0.29, 0.93, 0.75);
  width: 30px;
  z-index: 200000000;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L26 */
.mz-future-bar-indicator:hover {
  border-radius: 40px 40px 40px 40px;
  width: 80px;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L30 */
/* /stylesheets/modules/theme-utility-bar/header.less:L31 */
.mz-future-bar-indicator:hover .mz-indicator-icon::after {
  margin-left: 5px;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L37 */
/* /stylesheets/modules/theme-utility-bar/header.less:L39 */
.mz-future-bar-indicator .mz-indicator-icon::after {
  content: "\E60A";
  font-family: mozicons;
  font-size: 12px;
  padding: 8px;
  margin-left: 1px;
  transition-property: margin-left;
  transition-duration: .1s;
  transition-timing-function: cubic-bezier(0.65, 0.29, 0.93, 0.75);
}
/* /stylesheets/modules/theme-utility-bar/header.less:L51 */
.mz-future-bar-indicator.hidden {
  opacity: 0;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L56 */
.mz-future-date-header {
  background-color: white;
  border-top: 1px solid #666666;
  border-bottom: none;
  bottom: 0;
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  height: 75px;
  opacity: .9;
  overflow: hidden;
  position: fixed;
  right: 0;
  text-align: center;
  transition-property: margin-bottom;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.65, 0.29, 0.93, 0.75);
  width: 100%;
  z-index: 200000001;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L76 */
.mz-future-date-header.mz-header-hidden {
  margin-bottom: -80px;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L80 */
/* /stylesheets/modules/theme-utility-bar/header.less:L82 */
.mz-future-date-header .mz-content div {
  display: inline-block;
  margin: 15px;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L86 */
.mz-future-date-header .mz-content div.mz-header-icon {
  float: left;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L89 */
.mz-future-date-header .mz-content div.mz-header-icon > img {
  height: 85px;
  position: relative;
  top: -19px;
  left: -24px;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L97 */
/* /stylesheets/modules/theme-utility-bar/header.less:L100 */
.mz-future-date-header .mz-content div.mz-preview-actions .hidden-input {
  display: none;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L104 */
.mz-future-date-header .mz-content div.mz-preview-actions span > span:first-child {
  top: -21px;
  position: relative;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L109 */
.mz-future-date-header .mz-content div.mz-preview-actions .visible-date {
  left: -20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L117 */
.mz-future-date-header .mz-content div.mz-preview-actions input,
.mz-future-date-header .mz-content div.mz-preview-actions #mz-date-display-cover {
  border: 1px solid;
  border-color: #bfbfbf;
  border-radius: 2px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  position: relative;
  width: 260px;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L129 */
/* /stylesheets/modules/theme-utility-bar/header.less:L131 */
.mz-future-date-header .mz-content div.mz-preview-actions #mz-date-icon::after {
  content: "\E02C";
  font-family: mozicons;
  position: absolute;
  right: 4px;
  top: 1px;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L140 */
.mz-future-date-header .mz-content div.mz-preview-actions #mz-pricelist-display {
  top: -21px;
  width: 100px;
  height: 12px;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L147 */
.mz-future-date-header .mz-content div.mz-preview-share {
  float: right;
  margin-top: 21px;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L151 */
.mz-future-date-header .mz-content div.mz-preview-share .mz-preview-button {
  background-color: #2ea195;
  border-radius: 40px 40px 40px 40px;
  border: none;
  color: white;
  height: 30px;
  width: 80px;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L159 */
.mz-future-date-header .mz-content div.mz-preview-share .mz-preview-button::before {
  content: "\E60A";
  font-family: mozicons;
  font-size: 12px;
  padding-right: 8px;
}
/* /stylesheets/modules/theme-utility-bar/header.less:L171 */
/* /stylesheets/modules/theme-utility-bar/header.less:L172 */
/* /stylesheets/modules/theme-utility-bar/header.less:L173 */
@media (min-width: 992px) {
  .agf-ms-pagewrapper.mz-l-pagewrapper.sticky {
    position: static;
  }
}
@media (max-width: 992px) {
  /* /stylesheets/modules/theme-utility-bar/header.less:L182 */
  .mz-l-pagewrapper.agf-ms-pagewrapper.sticky {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 2;
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* /stylesheets/modules/theme-utility-bar/header.less:L192 */
  .mz-l-pagewrapper.agf-ms-pagewrapper.sticky {
    position: static;
  }
}
/* /stylesheets/modules/signup/signup.less:L1 */
/* /stylesheets/modules/signup/signup.less:L2 */
@media only screen and (min-width: 1001px) {
  .mz-signuppage .mz-l-pagecontent {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  .mz-signuppage .mz-l-pagecontent {
    padding-top: 8px !important;
  }
}
@media screen and (orientation: portrait) and (max-width: 1023px) {
  /* /stylesheets/modules/signup/signup.less:L14 */
  /* /stylesheets/modules/signup/signup.less:L15 */
  .mz-signuppage .mz-searchbox-container.desktop {
    display: block !important;
  }
  /* /stylesheets/modules/signup/signup.less:L19 */
  .mz-signuppage .mz-searchbox-icon {
    visibility: hidden ;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  /* /stylesheets/modules/signup/signup.less:L26 */
  /* /stylesheets/modules/signup/signup.less:L27 */
  .mz-signuppage .mz-searchbox-icon {
    visibility: visible !important;
  }
}
/* /stylesheets/modules/signup/signup.less:L33 */
.form-div {
  margin-top: 20px;
  height: 73px;
}
/* /stylesheets/modules/signup/signup.less:L37 */
.form-password-div {
  margin-top: 30px;
  height: 73px;
}
/* /stylesheets/modules/signup/signup.less:L41 */
.hidden {
  display: none;
}
/* /stylesheets/modules/signup/signup.less:L44 */
.visible {
  display: block;
}
/* /stylesheets/modules/signup/signup.less:L47 */
.icon-arrow {
  height: 15px;
  width: 15px;
}
/* /stylesheets/modules/signup/signup.less:L52 */
.eye-image {
  height: 16px;
  width: 25px;
  object-fit: cover;
}
/* /stylesheets/modules/signup/signup.less:L57 */
.eye-text {
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: right;
}
/* /stylesheets/modules/signup/signup.less:L66 */
.strength {
  height: 6px;
  width: 161px;
  margin: 9px 2px 20.8px 4px;
  background-color: #cccccc;
}
/* /stylesheets/modules/signup/signup.less:L72 */
.password-strength-indication {
  display: flex;
  height: 25px;
}
/* /stylesheets/modules/signup/signup.less:L76 */
.strong-pass {
  background-color: #2db234;
}
/* /stylesheets/modules/signup/signup.less:L79 */
.weak-pass {
  background-color: #ea122a;
}
/* /stylesheets/modules/signup/signup.less:L82 */
.element-div {
  margin-top: 20px;
}
/* /stylesheets/modules/signup/signup.less:L86 */
.mz-signup-main-container {
  font-family: 'MSLondon', sans-serif;
  display: grid;
  grid-auto-columns: 50%;
  margin-top: -25px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-signup-main-container {
    margin-left: -37.5px;
    margin-right: -37.5px;
    margin-top: 46px;
  }
}
/* /stylesheets/modules/signup/signup.less:L97 */
.mz-signup-main-container .eye {
  position: absolute;
  right: 0;
  top: 14px;
  margin-right: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-signup-main-container .eye {
    margin-right: 7px;
  }
}
/* /stylesheets/modules/signup/signup.less:L107 */
.mz-signup-main-container .mz-signup-form-main-container {
  width: 100%;
  grid-column: 1;
}
/* /stylesheets/modules/signup/signup.less:L111 */
.mz-signup-main-container a {
  color: black;
}
/* /stylesheets/modules/signup/signup.less:L114 */
.mz-signup-main-container a:hover {
  color: black;
}
/* /stylesheets/modules/signup/signup.less:L117 */
.mz-signup-main-container a:visited {
  color: black;
}
/* /stylesheets/modules/signup/signup.less:L120 */
.mz-signup-main-container .error-text {
  color: #a6192e;
}
/* /stylesheets/modules/signup/signup.less:L124 */
.mz-signup-main-container .mobile-input-field {
  margin-top: 20px;
}
/* /stylesheets/modules/signup/signup.less:L127 */
.mz-signup-main-container .mz-signup-form-container {
  width: 70.83%;
  margin: 0 0 0 23.8%;
  max-width: 510px;
}
/* /stylesheets/modules/signup/signup.less:L131 */
.mz-signup-main-container .mz-signup-form-container input {
  border-radius: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 500px) {
  .mz-signup-main-container .mz-signup-form-container {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 825px) {
  .mz-signup-main-container .mz-signup-form-container {
    width: 343px;
    margin: 0 0 0 30px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 700px) {
  .mz-signup-main-container .mz-signup-form-container {
    width: 359px;
    margin: 0 0 0 30px;
  }
}
/* /stylesheets/modules/signup/signup.less:L147 */
.mz-signup-main-container .email-validation-msg {
  margin-top: 2px;
  margin-bottom: 1px;
  color: #757575;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/signup/signup.less:L157 */
.mz-signup-main-container .mz-signup-sidebar-main-container {
  width: 100%;
  grid-column: 2;
  margin-left: 18px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 767px) and (max-width: 825px) {
  .mz-signup-main-container .mz-signup-sidebar-main-container {
    margin-right: 18px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 766px) {
  .mz-signup-main-container .mz-signup-sidebar-main-container {
    margin-right: 18px;
    margin-left: 36px;
  }
}
@media only screen and (max-width: 699px) {
  .mz-signup-main-container .mz-signup-sidebar-main-container {
    display: none;
  }
}
/* /stylesheets/modules/signup/signup.less:L174 */
.mz-signup-main-container .mz-sign-up-page-button {
  width: 105%;
  height: 48px;
  text-align: center;
  background-color: #bed855;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  border: 0;
}
@media only screen and (min-width: 500px) and (max-width: 850px) {
  .mz-signup-main-container .mz-sign-up-page-button {
    width: 100% !important;
  }
}
/* /stylesheets/modules/signup/signup.less:L193 */
.mz-signup-main-container .agree-for-updates-text {
  margin-left: 18px;
  margin-bottom: 30px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
/* /stylesheets/modules/signup/signup.less:L203 */
.mz-signup-main-container .signup-consent-text {
  margin-left: 18px;
  margin-bottom: 10px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
/* /stylesheets/modules/signup/signup.less:L213 */
.mz-signup-main-container .signup-consent-msg {
  margin-left: 52px;
  margin-bottom: 20px;
  color: #333333;
  font-family: 'MSLondon';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
@media only screen and (max-width: 500px) {
  .mz-signup-main-container .signup-consent-msg {
    margin-bottom: 0px;
  }
}
/* /stylesheets/modules/signup/signup.less:L226 */
.mz-signup-main-container .g-recaptcha {
  padding-bottom: 20px;
}
/* /stylesheets/modules/signup/signup.less:L229 */
.mz-signup-main-container .signup-captch-msg {
  padding-bottom: 10px ;
  color: #ea122a;
  font-size: 18px;
}
/* /stylesheets/modules/signup/signup.less:L234 */
.mz-signup-main-container .signup-consent-msg1 {
  margin-top: 10px;
  color: #ea122a;
  font-size: 18px;
}
/* /stylesheets/modules/signup/signup.less:L239 */
.mz-signup-main-container .agreeForUpdates {
  height: 24px;
  width: 24px;
  background-color: #005640;
}
/* /stylesheets/modules/signup/signup.less:L244 */
.mz-signup-main-container .mz-signup-updates {
  display: flex;
}
/* /stylesheets/modules/signup/signup.less:L247 */
.mz-signup-main-container .password-validation-msg {
  margin: 0 4px 30px 5px;
}
/* /stylesheets/modules/signup/signup.less:L250 */
.mz-signup-main-container .password-field-input {
  position: relative;
}
/* /stylesheets/modules/signup/signup.less:L253 */
.mz-signup-main-container .text-input {
  display: inline-block;
  width: 100%;
  max-width: 494px;
  height: 48px;
  padding: 0;
  padding-left: 16px;
  margin: 0;
  border: 1px solid #cccccc;
  fill: white;
}
/* /stylesheets/modules/signup/signup.less:L263 */
.mz-signup-main-container .text-input::placeholder {
  color: #757575;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/signup/signup.less:L272 */
.mz-signup-main-container .text-label {
  display: inline-block;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  margin: 0 0 4px 0;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0;
}
/* /stylesheets/modules/signup/signup.less:L284 */
.mz-signup-main-container .is-invalid {
  border: none !important;
  border-left: 5px solid #ea122a !important;
  background-color: #fff3f4 !important;
}
/* /stylesheets/modules/signup/signup.less:L289 */
.mz-signup-main-container .is-valid {
  border: 1px solid #333333 !important;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/modules/signup/signup.less:L298 */
.mz-signup-main-container .is-invalid-mobile {
  border: none !important;
  border-left: 5px solid #ea122a !important;
  background-color: #fff3f4 !important;
}
/* /stylesheets/modules/signup/signup.less:L304 */
.mz-signup-main-container .dropdown {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
/* /stylesheets/modules/signup/signup.less:L309 */
.mz-signup-main-container .dropdown-toggle {
  margin-top: 10px;
}
/* /stylesheets/modules/signup/signup.less:L311 */
.mz-signup-main-container .dropdown-toggle option:hover,
.mz-signup-main-container .dropdown-toggle option:focus {
  background-color: #cccccc;
}
/* /stylesheets/modules/signup/signup.less:L314 */
/* /stylesheets/modules/signup/signup.less:L315 */
.mz-signup-main-container .dropdown-toggle .mz-dropdown-img img {
  width: 15px;
  float: right;
  margin-top: 8px;
}
/* /stylesheets/modules/signup/signup.less:L323 */
.mz-signup-main-container .mz-signup-mobile {
  box-sizing: border-box;
  height: 48px;
  border: 1px solid #cccccc;
  background-color: white;
  width: 105.3%;
  max-width: 410px;
}
@media only screen and (max-width: 500px) {
  .mz-signup-main-container .mz-signup-mobile {
    max-width: 263px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 825px) {
  .mz-signup-main-container .mz-signup-mobile {
    width: 107.1%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 766px) {
  .mz-signup-main-container .mz-signup-mobile {
    width: 107.1%;
  }
}
/* /stylesheets/modules/signup/signup.less:L341 */
.mz-signup-main-container .mobile-input-div {
  width: 81%;
  max-width: 410px;
  position: relative;
}
/* /stylesheets/modules/signup/signup.less:L346 */
.mz-signup-main-container .help-blue {
  width: 25px;
  height: 25px;
  position: absolute;
  /* left: 100px; */
  right: 0;
  top: 11px;
  margin-right: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-signup-main-container .help-blue {
    right: 0;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1140px) {
  .mz-signup-main-container .help-blue {
    right: -20px;
  }
}
/* /stylesheets/modules/signup/signup.less:L364 */
.mz-signup-main-container .mz-mobile-country-code {
  box-sizing: border-box;
  height: 48px;
  width: 90px;
  margin-right: 10px;
  border: 1px solid #cccccc;
  background-color: white;
}
/* /stylesheets/modules/signup/signup.less:L372 */
.mz-signup-main-container .icon-right-arrow {
  height: 13px;
  width: 13px;
  transform: rotate(-90deg);
}
/* /stylesheets/modules/signup/signup.less:L377 */
.mz-signup-main-container .mobile-code-div {
  display: flex;
  position: relative;
}
/* /stylesheets/modules/signup/signup.less:L381 */
.mz-signup-main-container .disabled {
  opacity: 60%;
}
/* /stylesheets/modules/signup/signup.less:L383 */
.mz-signup-main-container .disabled:hover,
.mz-signup-main-container .disabled:focus {
  cursor: not-allowed;
}
/* /stylesheets/modules/signup/signup.less:L387 */
.mz-signup-main-container .mz-noBlueAccount.active {
  display: block;
  width: auto;
  color: #757575;
  font-family: "MSLondon";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 10px;
}
/* /stylesheets/modules/signup/signup.less:L401 */
.mz-signup-main-container .mz-noBlueAccount.deactive {
  display: none;
}
/* /stylesheets/modules/signup/signup.less:L406 */
.container-updates {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* /stylesheets/modules/signup/signup.less:L419 */
.container-updates input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* /stylesheets/modules/signup/signup.less:L427 */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: white;
  border: 1px solid #cccccc;
}
/* /stylesheets/modules/signup/signup.less:L436 */
.container-updates:hover input ~ .checkmark {
  background-color: white;
  border: 1px solid #cccccc;
}
/* /stylesheets/modules/signup/signup.less:L441 */
.container-updates input:checked ~ .checkmark {
  background-color: #005640;
}
/* /stylesheets/modules/signup/signup.less:L445 */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* /stylesheets/modules/signup/signup.less:L451 */
.container-updates input:checked ~ .checkmark:after {
  display: block;
}
/* /stylesheets/modules/signup/signup.less:L455 */
.container-updates .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* /stylesheets/modules/signup/signup.less:L468 */
.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #cccccc;
  width: 120px;
  overflow: hidden;
  background-color: white;
  background: white;
  position: relative;
  background-position: 55px 21px;
  background-size: 13px;
}
/* /stylesheets/modules/signup/signup.less:L483 */
.select-style select {
  padding: 5px 10px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  color: black;
  font-family: 'MSLondon';
  font-weight: bold;
}
/* /stylesheets/modules/signup/signup.less:L498 */
option {
  background-color: white;
}
/* /stylesheets/modules/signup/signup.less:L501 */
.select-style:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 5px;
  z-index: 100;
  background-color: white;
}
/* /stylesheets/modules/signup/signup.less:L512 */
.select-style select:focus {
  outline: none;
}
/* /stylesheets/modules/signup/signup.less:L515 */
/* /stylesheets/modules/signup/signup.less:L516 */
.select-style option:hover {
  background-color: #cccccc;
  width: 90px;
}
@media only screen and (max-width: 500px) {
  /* /stylesheets/modules/signup/signup.less:L524 */
  .mz-signup-main-container {
    font-family: 'MSLondon', sans-serif;
    display: grid;
    width: 359px;
    grid-auto-columns: auto;
    margin-left: -37.5px;
  }
  /* /stylesheets/modules/signup/signup.less:L531 */
  .mz-signup-main-container .mz-signup-form-main-container {
    width: 100%;
    grid-column: 1;
  }
  /* /stylesheets/modules/signup/signup.less:L535 */
  .mz-signup-main-container .mz-signup-form-container {
    width: 100%;
    margin: 0 10px 0 10px;
    max-width: 355px;
  }
  /* /stylesheets/modules/signup/signup.less:L540 */
  .mz-signup-main-container .mz-signup-sidebar-main-container {
    display: none;
  }
  /* /stylesheets/modules/signup/signup.less:L544 */
  .mz-signup-main-container .mz-sign-up-page-button {
    width: 100%;
    height: 48px;
    text-align: center;
    background-color: #bed855;
  }
  /* /stylesheets/modules/signup/signup.less:L551 */
  .mz-signup-main-container .signup-consent-text {
    margin-left: 18px;
    margin-bottom: 20px;
    color: #333333;
    font-family: 'MSLondon', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
  }
  /* /stylesheets/modules/signup/signup.less:L562 */
  .mz-signup-main-container .agree-for-updates-text {
    margin-left: 18px;
    margin-bottom: 30px;
    color: #333333;
    font-family: 'MSLondon', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
  }
  /* /stylesheets/modules/signup/signup.less:L572 */
  .mz-signup-main-container .agreeForUpdates {
    height: 24px;
    width: 24px;
    background-color: #005640;
  }
  /* /stylesheets/modules/signup/signup.less:L577 */
  .mz-signup-main-container .mz-signup-updates input:checked ~ .checkmark {
    background-color: #005640;
  }
  /* /stylesheets/modules/signup/signup.less:L580 */
  .mz-signup-main-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* /stylesheets/modules/signup/signup.less:L586 */
  .mz-signup-main-container .mz-signup-updates input:checked ~ .checkmark:after {
    display: block;
  }
  /* /stylesheets/modules/signup/signup.less:L590 */
  .mz-signup-main-container .mz-signup-updates .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* /stylesheets/modules/signup/signup.less:L601 */
  .mz-signup-main-container .mz-signup-updates {
    display: flex;
  }
  /* /stylesheets/modules/signup/signup.less:L604 */
  .mz-signup-main-container .password-validation-msg {
    margin: 0 4px 0px 5px;
  }
  /* /stylesheets/modules/signup/signup.less:L607 */
  .mz-signup-main-container .password-field-input {
    position: relative;
  }
  /* /stylesheets/modules/signup/signup.less:L610 */
  .mz-signup-main-container .text-input {
    box-sizing: border-box;
    height: 48px;
    width: 100%;
    max-width: 355px;
    border: 1px solid #cccccc;
    background-color: white;
  }
  /* /stylesheets/modules/signup/signup.less:L618 */
  .mz-signup-main-container .text-label {
    display: inline-block;
    font-family: 'MSLondon', sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin: 0 0 4px 0;
  }
  /* /stylesheets/modules/signup/signup.less:L626 */
  .mz-signup-main-container .is-invalid {
    border: none;
    border-left: 5px solid #ea122a;
    background-color: #fff3f4;
  }
  /* /stylesheets/modules/signup/signup.less:L631 */
  .mz-signup-main-container .is-valid {
    border: 1px solid #333333;
    color: #333333;
    font-family: 'MSLondon', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
  }
  /* /stylesheets/modules/signup/signup.less:L640 */
  .mz-signup-main-container .is-invalid-mobile {
    border: none !important;
    border-left: 5px solid #ea122a !important;
    background-color: #fff3f4 !important;
  }
  /* /stylesheets/modules/signup/signup.less:L646 */
  .mz-signup-main-container .mz-signup-mobile {
    box-sizing: border-box;
    height: 48px;
    border: 1px solid #cccccc;
    background-color: white;
  }
  /* /stylesheets/modules/signup/signup.less:L652 */
  .mz-signup-main-container .mobile-input-div {
    width: 81%;
    max-width: 263px;
  }
  /* /stylesheets/modules/signup/signup.less:L656 */
  .mz-signup-main-container .mz-mobile-country-code {
    box-sizing: border-box;
    height: 48px;
    width: 86px;
    margin-right: 10px;
    border: 1px solid #cccccc;
    background-color: white;
  }
  /* /stylesheets/modules/signup/signup.less:L664 */
  .mz-signup-main-container .icon-right-arrow {
    height: 13px;
    width: 13px;
    transform: rotate(-90deg);
  }
  /* /stylesheets/modules/signup/signup.less:L669 */
  .mz-signup-main-container .mobile-code-div {
    display: flex;
  }
  /* /stylesheets/modules/signup/signup.less:L672 */
  .mz-signup-main-container .disabled {
    opacity: 60%;
  }
  /* /stylesheets/modules/signup/signup.less:L674 */
  .mz-signup-main-container .disabled:hover,
  .mz-signup-main-container .disabled:focus {
    cursor: not-allowed;
    pointer-events: none;
  }
  /* /stylesheets/modules/signup/signup.less:L679 */
  .mz-signup-main-container .mz-noBlueAccount.active {
    display: block;
    width: auto;
    color: #757575;
    font-family: "MSLondon";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 10px;
  }
  /* /stylesheets/modules/signup/signup.less:L690 */
  .mz-signup-main-container .mz-noBlueAccount.deactive {
    display: none;
  }
}
/* /stylesheets/modules/signup/signup.less:L697 */
.blue-popover-main-container {
  display: none;
}
/* /stylesheets/modules/signup/signup.less:L701 */
.blue-popover-div {
  width: 100.3%;
  height: 92px;
  display: flex;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  background-color: white;
  top: -111px;
  left: 0;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 2000px) {
  .blue-popover-div {
    width: 100.4%;
  }
}
@media (max-width: 1500px) {
  .blue-popover-div {
    width: 104.1%;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .blue-popover-div {
    width: 104.4%;
  }
}
@media only screen and (max-width: 500px) {
  .blue-popover-div {
    height: 126.07px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .blue-popover-div {
    height: 126.07px;
    width: 105.2%;
  }
}
@media only screen and (max-width: 500px) {
  .blue-popover-div {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .blue-popover-div {
    top: -124px;
  }
}
/* /stylesheets/modules/signup/signup.less:L755 */
.div-content {
  height: 56px;
  width: 421px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 24px;
  margin-left: 20px;
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .div-content {
    padding-right: 10px;
  }
}
@media (min-width: 1000px) and (max-width: 1080px) {
  .div-content {
    margin-top: 12px;
  }
}
/* /stylesheets/modules/signup/signup.less:L773 */
.div-img {
  margin-top: 27px;
  margin-left: 20px;
}
/* /stylesheets/modules/signup/signup.less:L777 */
.blue-popover-main-container .arrow {
  width: 37px;
  height: 16px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  overflow: hidden;
  left: 92.7%;
}
@media (max-width: 1500px) {
  .blue-popover-main-container .arrow {
    left: 93.7%;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .blue-popover-main-container .arrow {
    left: 93%;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .blue-popover-main-container .arrow {
    left: 91.7%;
  }
}
/* /stylesheets/modules/signup/signup.less:L816 */
.blue-popover-main-container .arrow::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: white;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 0;
  left: 50%;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
}
/* /stylesheets/modules/signup/signup.less:L827 */
.signup-consent-validation-msg {
  height: 48px;
  width: 458px;
  color: #ea122a;
  font-family: "MSLondon";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
@media only screen and (max-width: 500px) {
  .signup-consent-validation-msg {
    width: 327px;
  }
}
/* /stylesheets/modules/signup/signup.less:L840 */
.signup-consent-container {
  margin-top: 18px;
}
/* /stylesheets/modules/signup/signup.less:L843 */
@media only screen and (min-width: 1060px) and (max-width: 1140px) {
  .mz-signup-updates {
    width: 105% !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 825px) {
  .mz-signup-updates {
    width: 105%;
  }
}
/* /stylesheets/modules/signup/signup.less:L851 */
@media only screen and (min-width: 1060px) and (max-width: 1140px) {
  
}
@media only screen and (min-width: 700px) and (max-width: 825px) {
  .mz-signup-button-div {
    width: 105% !important;
  }
}
/* /stylesheets/modules/signup/signup.less:L860 */
@media only screen and (min-width: 400px) and (max-width: 415px) {
  .mz-signup-main-container {
    margin-left: -19.5px;
  }
}
/* /stylesheets/modules/signup/signup.less:L935 */
/* /stylesheets/modules/signup/signup.less:L936 */
.mz-signup-main-container .help-blue {
  margin-right: 0;
}
@media (min-width: 1490px) {
  .mz-signup-main-container .help-blue {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-signup-main-container .help-blue {
    margin-right: 10px;
  }
}
/* /stylesheets/modules/signup/signup-header.less:L1 */
.mz-signup-header-container {
  margin-bottom: 29px;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-signup-header-container {
    margin-bottom: 0px;
  }
}
/* /stylesheets/modules/signup/signup-header.less:L7 */
.mz-signup-header-container .mz-pagetitle {
  height: 17px;
  width: 167px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 49px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 500px) {
  .mz-signup-header-container .mz-pagetitle {
    margin-top: 10px;
    margin-bottom: 0px !important;
  }
}
/* /stylesheets/modules/signup/signup-header.less:L24 */
.mz-signup-header-container .mz-signup-info {
  height: 110px;
  width: 323px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 55px;
}
@media only screen and (max-width: 500px) {
  /* /stylesheets/modules/signup/signup-header.less:L37 */
  /* /stylesheets/modules/signup/signup-header.less:L39 */
  .mz-signup-header-container .mz-pagetitle {
    height: 17px;
    width: 178px;
    color: black;
    font-family: 'MSLondon', sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: uppercase;
  }
  /* /stylesheets/modules/signup/signup-header.less:L51 */
  .mz-signup-header-container .mz-signup-info {
    display: none;
  }
  /* /stylesheets/modules/signup/signup-header.less:L54 */
  .mz-signup-header-container .mz-signup-sidebar-main-container {
    display: none !important;
  }
  /* /stylesheets/modules/signup/signup-header.less:L58 */
  .mz-signup-sidebar-main-container {
    display: none !important;
  }
}
/* /stylesheets/modules/signup/signup-header.less:L63 */
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .mz-signuppage .mz-l-pagecontent {
    overflow-x: hidden !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 380px) {
  .mz-signuppage .mz-l-pagecontent {
    overflow-x: hidden !important;
  }
}
/* /stylesheets/modules/signup/signup-sidebar.less:L2 */
.sidebar-info-div {
  width: 80.13%;
  height: 650px;
  max-width: 505px;
  background-color: #035742;
  text-align: center;
  margin: 0 23% 0 5%;
}
/* /stylesheets/modules/signup/signup-sidebar.less:L10 */
.sidebar-info-div .sidebar-text {
  max-width: 332px;
  display: grid;
  color: white;
  margin: 0 auto;
}
/* /stylesheets/modules/signup/signup-sidebar.less:L16 */
.sidebar-info-div .span-text {
  width: 100%;
  color: white;
  font-family: 'MSLondon', sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 64px;
}
/* /stylesheets/modules/signup/signup-sidebar.less:L25 */
.sidebar-info-div .span-header {
  width: 100%;
  color: white;
  font-family: 'MSLondon', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 64px;
  margin-top: 69px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 767px) and (max-width: 825px) {
  /* /stylesheets/modules/signup/signup-sidebar.less:L39 */
  .sidebar-info-div {
    margin-left: 38px;
    width: 290px;
  }
  /* /stylesheets/modules/signup/signup-sidebar.less:L42 */
  .sidebar-info-div .sidebar-text {
    width: 274px;
  }
  /* /stylesheets/modules/signup/signup-sidebar.less:L45 */
  .sidebar-info-div .span-header {
    font-size: 16px;
  }
}
@media only screen and (min-width: 699px) and (max-width: 766px) {
  /* /stylesheets/modules/signup/signup-sidebar.less:L52 */
  /* /stylesheets/modules/signup/signup-sidebar.less:L53 */
  .sidebar-info-div .span-header {
    font-size: 16px;
  }
}
/* /stylesheets/modules/signup/singup-footer.less:L3 */
/* /stylesheets/modules/signup/singup-footer.less:L4 */
.mz-signup-footer .return-arrow {
  height: 15px;
  width: 15px;
  object-fit: cover;
}
/* /stylesheets/modules/signup/singup-footer.less:L11 */
.mz-signup-footer .mz-signup-query {
  margin-top: 20px;
  height: 21px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 600;
}
/* /stylesheets/modules/signup/singup-footer.less:L21 */
.mz-signup-footer .mz-footer-link {
  font-weight: bold;
  text-decoration: none;
}
/* /stylesheets/modules/signup/singup-footer.less:L25 */
.mz-signup-footer .mz-privacy-policy {
  margin-top: 34px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 91px;
}
@media only screen and (max-width: 500px) {
  .mz-signup-footer .mz-privacy-policy {
    margin-bottom: 30px;
  }
}
/* /stylesheets/pages/forgotpassword.less:L1 */
/* /stylesheets/pages/forgotpassword.less:L2 */
@media only screen and (min-width: 1001px) {
  .mz-forgotpasswordPage .mz-l-pagecontent {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 380px) {
  .mz-forgotpasswordPage .mz-l-pagecontent {
    overflow-x: hidden !important;
  }
}
@media only screen and (min-width: 410px) and (max-width: 415px) {
  .mz-forgotpasswordPage .mz-l-pagecontent {
    overflow-x: hidden !important;
  }
}
/* /stylesheets/pages/forgotpassword.less:L14 */
.password-div {
  position: relative;
}
/* /stylesheets/pages/forgotpassword.less:L17 */
a:hover {
  color: black;
}
/* /stylesheets/pages/forgotpassword.less:L20 */
a:visited {
  color: black;
}
/* /stylesheets/pages/forgotpassword.less:L23 */
.is-invalid {
  border: none !important;
  border-left: 5px solid #ea122a !important;
  background-color: #fff3f4 !important;
}
/* /stylesheets/pages/forgotpassword.less:L28 */
.is-valid {
  border: 1px solid #333333 !important;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/forgotpassword.less:L37 */
.disabled {
  opacity: 60%;
}
/* /stylesheets/pages/forgotpassword.less:L39 */
.disabled:hover,
.disabled:focus {
  cursor: not-allowed;
}
/* /stylesheets/pages/forgotpassword.less:L43 */
.resetPasswordConfirmMessage {
  position: absolute;
  background-color: grey;
  z-index: 7;
  opacity: 0.7;
  background-image: url(../resources/images/icons/svg/Loader-Icon.svg);
  background-position: 50%;
  background-size: 60px;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  background-repeat: no-repeat;
  top: 0% !important;
}
/* /stylesheets/pages/forgotpassword.less:L44 */
.resetPasswordConfirmMessage .mz-signup-info {
  width: auto;
  margin-left: 29px;
  display: none;
}
/* /stylesheets/pages/forgotpassword.less:L49 */
.resetPasswordConfirmMessage .mz-signup-footer {
  margin-left: 29px;
  display: none;
}
/* /stylesheets/pages/forgotpassword.less:L68 */
.mz-forgot-error-msg {
  margin: 0 4px 24px 5px;
  color: #a6192e;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 0px;
}
/* /stylesheets/pages/forgotpassword.less:L81 */
.password-validation-msg {
  margin: 0 4px 24px 5px;
  color: #757575;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 0px;
}
/* /stylesheets/pages/forgotpassword.less:L94 */
.confirmpassword-div {
  position: relative;
  margin-bottom: 30px;
  height: 48px;
}
/* /stylesheets/pages/forgotpassword.less:L99 */
.confirm-password-validation-msg {
  margin-bottom: 20px;
  color: #757575;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/forgotpassword.less:L108 */
.hidden {
  display: none;
}
/* /stylesheets/pages/forgotpassword.less:L111 */
.strong-pass {
  background-color: #2db234;
}
/* /stylesheets/pages/forgotpassword.less:L114 */
.weak-pass {
  background-color: #ea122a;
}
/* /stylesheets/pages/forgotpassword.less:L117 */
.mz-forgotpassword-main-container {
  display: grid;
  grid-auto-columns: 50%;
  margin-top: -25px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-forgotpassword-main-container {
    margin-left: -37.5px;
    margin-right: -37.5px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 830px) and (max-width: 1026px) {
  .mz-forgotpassword-main-container {
    margin-left: 0;
    margin-right: 0;
  }
}
/* /stylesheets/pages/forgotpassword.less:L130 */
.mz-forgotpassword-main-container .form-div {
  margin-top: 20px;
  height: 48px;
}
/* /stylesheets/pages/forgotpassword.less:L134 */
.mz-forgotpassword-main-container .eye {
  position: absolute;
  right: 0;
  top: 14px;
  margin-right: 24px;
  cursor: pointer;
}
/* /stylesheets/pages/forgotpassword.less:L141 */
.mz-forgotpassword-main-container .mz-forgotpassword-form-container {
  width: 70.83%;
  margin: 0 5% 0 23%;
  max-width: 510px;
}
/* /stylesheets/pages/forgotpassword.less:L145 */
.mz-forgotpassword-main-container .mz-forgotpassword-form-container input {
  border-radius: 0;
  -webkit-appearance: none;
}
@media only screen and (min-width: 700px) and (max-width: 766px) {
  .mz-forgotpassword-main-container .mz-forgotpassword-form-container {
    width: 343px;
    margin: 0 0 0 30px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .mz-forgotpassword-main-container .mz-forgotpassword-form-container {
    width: 359px;
    margin: 0 0 0 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 830px) {
  .mz-forgotpassword-main-container .mz-forgotpassword-form-container {
    width: 100%;
    margin: 0 0 0 27px;
  }
}
@media only screen and (min-width: 832px) and (max-width: 1123px) {
  .mz-forgotpassword-main-container .mz-forgotpassword-form-container {
    width: 100%;
    margin: 0;
  }
}
/* /stylesheets/pages/forgotpassword.less:L167 */
.mz-forgotpassword-main-container .mz-forgotpassword-form-main-container {
  width: 100%;
  grid-column: 1;
}
/* /stylesheets/pages/forgotpassword.less:L171 */
.mz-forgotpassword-main-container .mz-forgotpassword-sidebar-main-container {
  width: 100%;
  grid-column: 2;
  margin-left: 18px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 767px) and (max-width: 825px) {
  .mz-forgotpassword-main-container .mz-forgotpassword-sidebar-main-container {
    margin-right: 18px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width: 766px) {
  .mz-forgotpassword-main-container .mz-forgotpassword-sidebar-main-container {
    margin-right: 18px;
    margin-left: 36px;
  }
}
@media only screen and (max-width: 699px) {
  .mz-forgotpassword-main-container .mz-forgotpassword-sidebar-main-container {
    display: none;
  }
}
/* /stylesheets/pages/forgotpassword.less:L188 */
.mz-forgotpassword-main-container .mz-forgotpassword-page-button {
  width: 100%;
  height: 48px;
  text-align: center;
  background-color: #bed855;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  border: 0;
}
/* /stylesheets/pages/forgotpassword.less:L203 */
.mz-forgotpassword-main-container .text-input {
  display: inline-block;
  width: 96%;
  max-width: 494px;
  height: 48px;
  padding: 0;
  padding-left: 16px;
  margin: 0;
  border: 1px solid #cccccc;
  fill: white;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-forgotpassword-main-container .text-input {
    width: 95%;
  }
}
/* /stylesheets/pages/forgotpassword.less:L217 */
.mz-forgotpassword-main-container .text-input::placeholder {
  color: #757575;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/forgotpassword.less:L227 */
/* /stylesheets/pages/forgotpassword.less:L228 */
.mz-forgotpassword-main-container .mz-signup-footer .mz-signup-query {
  width: 300px;
  margin-top: 47px;
  height: 21px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  margin-left: 162px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-forgotpassword-main-container .mz-signup-footer .mz-signup-query {
    margin-left: 104px;
  }
}
@media only screen and (min-width: 815px) and (max-width: 821px) {
  .mz-forgotpassword-main-container .mz-signup-footer .mz-signup-query {
    margin-left: 128px;
  }
}
/* /stylesheets/pages/forgotpassword.less:L246 */
.mz-forgotpassword-main-container .mz-signup-footer .mz-privacy-policy {
  margin-top: 34px;
  height: 21px;
  width: 502px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
/* /stylesheets/pages/forgotpassword.less:L261 */
/* /stylesheets/pages/forgotpassword.less:L262 */
.mz-forgotpassword-msg-container .mz-signup-footer .mz-signup-query {
  width: 323px;
  margin-top: 47px;
  height: 21px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 35.5px;
  margin-left: 0;
}
/* /stylesheets/pages/forgotpassword.less:L273 */
.mz-forgotpassword-msg-container .mz-signup-footer .mz-footer-link {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
/* /stylesheets/pages/forgotpassword.less:L280 */
.mz-forgotpassword-form-main-container .mz-reset-form-container {
  width: 70.83%;
  margin: 0 5% 0 23%;
  max-width: 510px;
}
@media only screen and (min-width: 700px) and (max-width: 825px) {
  .mz-forgotpassword-form-main-container .mz-reset-form-container {
    width: 343px;
    margin: 0 0 0 30px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 699px) {
  .mz-forgotpassword-form-main-container .mz-reset-form-container {
    width: 359px;
    margin: 0 0 0 30px;
  }
}
@media only screen and (min-width: 832px) and (max-width: 1123px) {
  .mz-forgotpassword-form-main-container .mz-reset-form-container {
    width: 100%;
    margin: 0;
  }
}
/* /stylesheets/pages/forgotpassword.less:L301 */
.mz-forgotpassword-form-main-container .mz-reset-form-container input {
  border-radius: 0;
  -webkit-appearance: none;
}
/* /stylesheets/pages/forgotpassword.less:L307 */
.mz-forgotpasswordtext {
  height: 196px;
  width: 323px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 59px;
}
/* /stylesheets/pages/forgotpassword.less:L318 */
/* /stylesheets/pages/forgotpassword.less:L319 */
.mz-reset-form-container .mz-signup-info {
  width: 400px;
  height: 78px;
}
/* /stylesheets/pages/forgotpassword.less:L325 */
.resetpassowrd-validation-error-msg {
  color: #ea122a;
}
@media only screen and (max-width: 500px) {
  /* /stylesheets/pages/forgotpassword.less:L331 */
  .mz-forgotpassword-sidebar-main-container {
    display: none;
  }
  /* /stylesheets/pages/forgotpassword.less:L334 */
  /* /stylesheets/pages/forgotpassword.less:L335 */
  .mz-forgotpassword-main-container .mz-reset-form-container .mz-signup-info {
    width: 400px;
    height: 39px !important;
  }
  /* /stylesheets/pages/forgotpassword.less:L339 */
  .mz-forgotpassword-main-container .mz-reset-form-container .forgotpasswordbutton-div {
    margin-bottom: 319px;
  }
  /* /stylesheets/pages/forgotpassword.less:L344 */
  /* /stylesheets/pages/forgotpassword.less:L345 */
  .mz-forgotpasswordPage .mz-l-pagecontent {
    padding-top: 8px !important;
  }
  /* /stylesheets/pages/forgotpassword.less:L349 */
  .mz-forgotpassword-main-container {
    display: grid;
    width: 359px;
    grid-auto-columns: auto;
    margin-left: -37.5px;
  }
  /* /stylesheets/pages/forgotpassword.less:L356 */
  .mz-forgotpassword-main-container .mz-forgotpassword-form-container {
    width: 100%;
    margin: 0 10px 0 10px;
    max-width: 355px;
  }
  /* /stylesheets/pages/forgotpassword.less:L360 */
  .mz-forgotpassword-main-container .mz-forgotpassword-form-container .mz-signup-header-container {
    width: 247px;
  }
  /* /stylesheets/pages/forgotpassword.less:L363 */
  .mz-forgotpassword-main-container .mz-forgotpassword-form-container .mz-signup-info {
    display: block;
    height: 78px;
    width: 248px;
    color: black;
    font-family: 'MSLondon', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 39px;
    margin: 25px 0 30px;
  }
  /* /stylesheets/pages/forgotpassword.less:L378 */
  .mz-forgotpassword-main-container .mz-forgotpassword-form-main-container {
    width: 100%;
    grid-column: 1;
    max-width: 359px;
  }
  /* /stylesheets/pages/forgotpassword.less:L384 */
  .mz-forgotpassword-main-container .mz-forgotpassword-sidebar-main-container {
    display: none;
  }
  /* /stylesheets/pages/forgotpassword.less:L387 */
  .mz-forgotpassword-main-container .mz-forgotpassword-page-button {
    width: 100%;
    height: 48px;
    text-align: center;
    background-color: #bed855;
    color: #333333;
    font-family: 'MSLondon', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    border: 0;
  }
  /* /stylesheets/pages/forgotpassword.less:L402 */
  .mz-forgotpassword-main-container .text-input {
    display: inline-block;
    width: 96%;
    max-width: 337px;
    height: 48px;
    padding: 0;
    padding-left: 16px;
    margin: 0;
    border: 1px solid #cccccc;
    fill: white;
    margin-bottom: 30px;
  }
  /* /stylesheets/pages/forgotpassword.less:L414 */
  .mz-forgotpassword-main-container .forgotpasswordbutton-div {
    margin-bottom: 30px;
  }
  /* /stylesheets/pages/forgotpassword.less:L417 */
  .mz-forgotpassword-main-container .confirm-password-validation-msg {
    margin-bottom: 20px;
  }
  /* /stylesheets/pages/forgotpassword.less:L420 */
  /* /stylesheets/pages/forgotpassword.less:L421 */
  .mz-forgotpassword-main-container .mz-signup-footer .mz-signup-query {
    width: 300px;
    text-align: left;
    margin-top: 30px;
    height: 21px;
    color: black;
    font-family: 'MSLondon', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    margin-left: 116px;
  }
  /* /stylesheets/pages/forgotpassword.less:L433 */
  .mz-forgotpassword-main-container .mz-signup-footer .mz-privacy-policy {
    margin-top: 34px;
    height: 21px;
    width: 502px;
    color: black;
    font-family: 'MSLondon', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
  }
  /* /stylesheets/pages/forgotpassword.less:L449 */
  /* /stylesheets/pages/forgotpassword.less:L450 */
  .mz-forgotpassword-msg-container .mz-signup-footer .mz-signup-query {
    width: 300px;
    margin-top: 30px;
    height: 21px;
    color: black;
    font-family: 'MSLondon', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  /* /stylesheets/pages/forgotpassword.less:L465 */
  /* /stylesheets/pages/forgotpassword.less:L466 */
  .mz-forgotpassword-main-container .mz-reset-form-container .mz-signup-info {
    width: 400px;
    height: 39px !important;
  }
  /* /stylesheets/pages/forgotpassword.less:L470 */
  .mz-forgotpassword-main-container .mz-reset-form-container .forgotpasswordbutton-div {
    margin-bottom: 319px;
  }
}
/* /stylesheets/pages/forgotpassword.less:L476 */
@media only screen and (min-width: 400px) and (max-width: 415px) {
  .mz-forgotpassword-form-container {
    margin: 0 8px 0 26px !important;
  }
}
/* /stylesheets/pages/forgotpassword.less:L482 */
/* /stylesheets/pages/forgotpassword.less:L483 */
@media only screen and (min-width: 1137px) and (max-width: 1139px) {
  .mz-forgotpassword-msg-container .mz-signup-footer .mz-signup-query {
    margin-left: 114px !important;
  }
}
/* /stylesheets/pages/forgotpassword.less:L489 */
/* /stylesheets/pages/forgotpassword.less:L490 */
@media only screen and (min-width: 705px) and (max-width: 715px) {
  
}
@media only screen and (min-width: 1136px) and (max-width: 1139px) {
  .mz-forgot-password-form .forgotpasswordbutton-div {
    width: 101% !important;
  }
}
@media only screen and (min-width: 389px) and (max-width: 400px) {
  .mz-forgot-password-form .forgotpasswordbutton-div {
    width: 372px !important;
  }
}
/* /stylesheets/pages/forgotpassword.less:L501 */
@media only screen and (min-width: 705px) and (max-width: 715px) {
  
}
@media only screen and (max-width: 500px) {
  .mz-forgot-password-form .forgotpassword-email {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-decoration: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-forgot-password-form .forgotpassword-email {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-decoration: none;
  }
}
@media only screen and (min-width: 389px) and (max-width: 400px) {
  .mz-forgot-password-form .forgotpassword-email {
    max-width: 353px !important;
  }
}
/* /stylesheets/pages/forgotpassword.less:L523 */
@media only screen and (min-width: 1137px) and (max-width: 1139px) {
  .mz-forgotpassword-main-container .mz-signup-footer .mz-signup-query {
    margin-left: 114px !important;
  }
}
/* /stylesheets/pages/forgotpassword.less:L529 */
/* /stylesheets/pages/forgotpassword.less:L530 */
.mz-reset-password-page .mz-breadcrumbs {
  margin: 0;
}
/* /stylesheets/pages/forgotpassword.less:L533 */
/* /stylesheets/pages/forgotpassword.less:L534 */
.mz-reset-password-page .mz-reset-form-container .mz-signup-info {
  height: auto;
}
/* /stylesheets/pages/forgotpassword.less:L538 */
.mz-reset-password-page .mz-signup-header-container {
  margin-bottom: 26px;
}
/* /stylesheets/modules/common/minicart-popover.less:L2 */
.bag-icons {
  background-image: url(../resources/images/icons/BagFilled.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: transparent;
}
/* /stylesheets/modules/common/minicart-popover.less:L8 */
.minicart-popup-container {
  padding-right: 27.5px;
  padding-left: 27.5px;
  box-sizing: border-box;
  height: 420px;
  width: 390px;
  position: absolute;
  right: 4px;
  z-index: 10;
  display: none;
}
/* /stylesheets/modules/common/minicart-popover.less:L21 */
.bag-iconfilled {
  position: relative;
}
/* /stylesheets/modules/common/minicart-popover.less:L27 */
@media only screen and (max-width: 500px) {
  #cart-popover {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  #cart-popover {
    display: none;
  }
}
/* /stylesheets/modules/common/minicart-popover.less:L35 */
.mz-cartmonitor {
  position: absolute;
  padding-left: 0;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}
/* /stylesheets/modules/common/minicart-popover.less:L49 */
.mz-popover-cart {
  width: 390px;
}
/* /stylesheets/modules/common/minicart-popover.less:L52 */
.mz-popover-cart a {
  color: black !important;
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  .mz-popover-cart {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-popover-cart {
    display: none;
  }
}
/* /stylesheets/modules/common/minicart-popover.less:L64 */
.mz-popover-cart:after {
  border: 15px solid;
  border-color: transparent transparent #cccccc;
  position: absolute;
  left: 293px;
  z-index: 10;
  display: block;
}
@media only screen and (max-width: 500px) {
  .mz-popover-cart:after {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-popover-cart:after {
    display: none;
  }
}
/* /stylesheets/modules/common/minicart-popover.less:L79 */
.mz-minicart-popover .arrow {
  cursor: pointer;
  border: 14px solid;
  border-color: transparent transparent white;
  position: absolute;
  top: -28px;
  right: 16px;
  z-index: 5;
}
@media only screen and (max-width: 500px) {
  .mz-minicart-popover .arrow {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-minicart-popover .arrow {
    display: none;
  }
}
/* /stylesheets/modules/common/minicart-popover.less:L95 */
a:visited {
  color: black;
}
/* /stylesheets/modules/common/minicart-popover.less:L98 */
a:hover {
  color: black;
}
/* /stylesheets/modules/common/minicart-popover.less:L102 */
.mini-cart-body::-webkit-scrollbar {
  overflow: hidden;
  width: 7px;
  background: #666666;
  height: 212px;
  border-top-right-radius: 3.5px;
  border-bottom-right-radius: 3.5px;
  -webkit-border-top-right-radius: 3.5px;
  -webkit-border-bottom-right-radius: 3.5px;
  -moz-border-radius-topright: 3.5px;
  -moz-border-radius-bottomright: 3.5px;
}
/* /stylesheets/modules/common/minicart-popover.less:L115 */
.mini-cart-body::-webkit-scrollbar-track {
  background-color: white;
}
/* /stylesheets/modules/common/minicart-popover.less:L120 */
.mini-cart-body::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  transform: scaleY(-1);
  border-radius: 3.5px;
  background: #666666;
  -webkit-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
}
/* /stylesheets/modules/common/minicart-popover.less:L129 */
.popover.bottom .arrow {
  left: 85% !important;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* /stylesheets/modules/common/minicart-popover.less:L137 */
.mini-cart-header {
  height: 44.5px;
}
/* /stylesheets/modules/common/minicart-popover.less:L139 */
.mini-cart-header .bag-3-items {
  height: 32px;
  color: #666666;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: left;
  margin-top: 13px;
  margin-left: 21px;
}
/* /stylesheets/modules/common/minicart-popover.less:L153 */
.mini-cart-header .item-span {
  color: #666666;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
/* /stylesheets/modules/common/minicart-popover.less:L162 */
.item-main-container {
  height: auto;
  margin: 15px 16.5px 10px 20.5px;
  width: 352px;
}
/* /stylesheets/modules/common/minicart-popover.less:L166 */
.item-main-container .mini-cart-image {
  width: 99px;
  height: 128px;
  padding-right: 10px;
}
/* /stylesheets/modules/common/minicart-popover.less:L170 */
.item-main-container .mini-cart-image img {
  width: 100%;
  height: 100%;
}
/* /stylesheets/modules/common/minicart-popover.less:L177 */
.mini-cart-body {
  height: auto;
  max-height: 323px;
  border-bottom: 1px solid #cccccc;
  scrollbar-color: #666666 white;
  scrollbar-width: thin;
  overflow-y: auto;
  overflow-x: hidden;
  width: 387px;
}
/* /stylesheets/modules/common/minicart-popover.less:L187 */
ul {
  list-style-type: none;
}
/* /stylesheets/modules/common/minicart-popover.less:L191 */
.mini-cart-img {
  grid-column: 1;
  height: 128px;
  width: 99px;
}
/* /stylesheets/modules/common/minicart-popover.less:L197 */
.mini-cart-item-details {
  grid-column: 2;
  width: 156px;
  height: 128px;
  display: flex;
  flex-direction: column;
}
/* /stylesheets/modules/common/minicart-popover.less:L204 */
.bag-label {
  color: black;
}
/* /stylesheets/modules/common/minicart-popover.less:L207 */
.item-price {
  grid-column: 3;
  height: 128px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
}
/* /stylesheets/modules/common/minicart-popover.less:L218 */
.product-details {
  display: grid;
  margin-bottom: 10px;
}
/* /stylesheets/modules/common/minicart-popover.less:L222 */
.product-name {
  height: 16px;
  width: 156px;
  color: #3d3d3d;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-align: left !important;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  margin-bottom: 8px;
}
/* /stylesheets/modules/common/minicart-popover.less:L238 */
.product-color {
  width: 157px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: left !important;
  margin-bottom: 7px;
}
/* /stylesheets/modules/common/minicart-popover.less:L250 */
.product-size {
  height: 16px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 7px;
  text-align: left !important;
}
/* /stylesheets/modules/common/minicart-popover.less:L261 */
.product-qty {
  height: 16px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 7px;
  text-align: left !important;
}
/* /stylesheets/modules/common/minicart-popover.less:L272 */
.product-remove {
  height: 16px;
  color: black;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: left !important;
  text-decoration: underline;
}
/* /stylesheets/modules/common/minicart-popover.less:L283 */
.product-price {
  height: 16px;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 4px;
  display: flex;
}
/* /stylesheets/modules/common/minicart-popover.less:L294 */
.product-price-discount {
  height: 16px;
  color: #eb122a;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 15px;
  display: flex;
}
/* /stylesheets/modules/common/minicart-popover.less:L306 */
.mini-cart-footer {
  width: 390px;
}
/* /stylesheets/modules/common/minicart-popover.less:L308 */
.mini-cart-footer a {
  color: black !important;
  text-decoration: none;
}
/* /stylesheets/modules/common/minicart-popover.less:L314 */
.mz-mini-cart-bag {
  margin-right: 10px;
  box-sizing: border-box;
  height: 40px;
  width: 115px;
  border: 1px solid black;
  background-color: white;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}
/* /stylesheets/modules/common/minicart-popover.less:L328 */
.mz-mini-checkout {
  height: 40px;
  width: 223px;
  background-color: #bed855;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  border: 0;
}
/* /stylesheets/modules/common/minicart-popover.less:L340 */
.footer-checkout {
  height: 61px;
  font-size: 0;
  margin: 21px 21.5px 0 20.5px;
}
/* /stylesheets/modules/common/minicart-popover.less:L350 */
.mz-minicart-popover {
  width: 390px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background-color: white;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 28px;
  z-index: 10;
  display: none ;
}
/* /stylesheets/modules/common/minicart-popover.less:L363 */
.mz-minicart-popover:hover {
  display: block;
}
@media only screen and (max-width: 500px) {
  .mz-minicart-popover:hover {
    right: -35px;
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-minicart-popover:hover {
    display: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .mz-minicart-popover {
    right: -35px;
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-minicart-popover {
    display: none !important;
  }
}
/* /stylesheets/modules/common/minicart-popover.less:L383 */
.mz-minicart-popover:after {
  cursor: pointer;
  content: "";
  border: 15px solid;
  border-color: transparent transparent #cccccc;
  position: absolute;
  top: -30px;
  left: 343px;
}
@media only screen and (max-width: 500px) {
  .mz-minicart-popover:after {
    right: -35px;
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-minicart-popover:after {
    display: none !important;
  }
}
/* /stylesheets/modules/common/minicart-popover.less:L401 */
.mz-minicart-popover .arrow {
  border: 14px solid;
  border-color: transparent transparent white;
  position: absolute;
  top: -28px;
  right: 16px;
  z-index: 5;
}
@media only screen and (max-width: 500px) {
  .mz-minicart-popover .arrow {
    right: -35px;
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-minicart-popover .arrow {
    display: none;
  }
}
/* /stylesheets/modules/common/minicart-popover.less:L417 */
.mz-profile-icon-container + .mz-signin-popover {
  right: 84px;
}
/* /stylesheets/modules/common/minicart-popover.less:L422 */
.mz-cart-noimage {
  background: #eeeeee;
  text-align: center;
  color: #aaaaaa;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 128px;
}
/* /stylesheets/modules/header/header-location-nav.less:L1 */
/* /stylesheets/modules/header/header-location-nav.less:L2 */
.mz-pageheader .mz-location-nav-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background-color: #dfece2;
  position: relative;
}
/* /stylesheets/modules/header/header-location-nav.less:L20 */
.mz-pageheader .mz-location-nav-container .mz-promotion-bannner {
  font-size: 12px;
  font-weight: 700;
  color: black;
}
/* /stylesheets/modules/header/header-location-nav.less:L26 */
.mz-pageheader .mz-location-nav-container .mz-help-section {
  padding-right: 10px;
}
/* /stylesheets/modules/header/header-location-nav.less:L29 */
.mz-pageheader .mz-location-nav-container .mz-find-store-section {
  padding-left: 10px;
  padding-right: 10px;
}
/* /stylesheets/modules/header/header-location-nav.less:L33 */
.mz-pageheader .mz-location-nav-container .mz-country-section {
  padding-left: 10px;
}
/* /stylesheets/modules/header/header-location-nav.less:L35 */
.mz-pageheader .mz-location-nav-container .mz-country-section .mz-country-selector-icon {
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .mz-pageheader .mz-location-nav-container .mz-country-section {
    display: none;
  }
}
/* /stylesheets/modules/header/header-location-nav.less:L44 */
.mz-pageheader .mz-location-nav-container .mz-find-store-section,
.mz-pageheader .mz-location-nav-container .mz-help-section,
.mz-pageheader .mz-location-nav-container .mz-country-section,
.mz-pageheader .mz-location-nav-container .mz-seprator {
  align-self: center;
}
/* /stylesheets/modules/header/header-location-nav.less:L50 */
.mz-pageheader .mz-location-nav-container .mz-find-store-section > a,
.mz-pageheader .mz-location-nav-container .mz-help-section,
.mz-pageheader .mz-location-nav-container .mz-help-section > a,
.mz-pageheader .mz-location-nav-container .mz-seprator {
  color: black;
  font-family: "MSLondon";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .mz-pageheader .mz-location-nav-container .mz-find-store-section > a,
  .mz-pageheader .mz-location-nav-container .mz-help-section,
  .mz-pageheader .mz-location-nav-container .mz-help-section > a,
  .mz-pageheader .mz-location-nav-container .mz-seprator {
    display: none;
  }
}
/* /stylesheets/modules/header/header-location-nav.less:L67 */
/* /stylesheets/modules/header/header-location-nav.less:L70 */
/* /stylesheets/modules/header/header-location-nav.less:L73 */
.mz-pageheader .promotion-right {
  display: flex;
  align-items: flex-end;
}
/* /stylesheets/modules/header/header-location-nav.less:L100 */
.mz-pageheader.mz-checkoutPage {
  height: 118px !important;
}
@media only screen and (max-width: 500px) {
  .mz-pageheader.mz-checkoutPage {
    height: 68px !important;
  }
}
/* /stylesheets/modules/header/header-location-nav.less:L107 */
/* /stylesheets/modules/header/header-location-nav.less:L115 */
.mz-promotion-bannner #slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: pointer;
}
/* /stylesheets/modules/header/header-location-nav.less:L122 */
.mz-promotion-bannner #slides:hover {
  cursor: pointer;
}
/* /stylesheets/modules/header/header-location-nav.less:L124 */
.mz-promotion-bannner #slides:hover li a {
  text-decoration: underline;
  cursor: pointer;
}
/* /stylesheets/modules/header/header-location-nav.less:L154 */
.mz-promotion-bannner #slides ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  font-family: 'MSLondon', sans-serif;
  color: black;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .mz-promotion-bannner #slides ul {
    left: -390px;
  }
}
/* /stylesheets/modules/header/header-location-nav.less:L171 */
.mz-promotion-bannner #slides li {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  font-family: 'MSLondon', sans-serif;
  color: black;
  font-weight: bold;
}
/* /stylesheets/modules/header/header-location-nav.less:L185 */
.mz-promotion-bannner #slides li a {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  font-family: 'MSLondon', sans-serif;
  color: black;
  font-weight: bold;
}
/* /stylesheets/modules/header/header-location-nav.less:L195 */
.mz-promotion-bannner #buttons {
  position: relative;
  margin-top: -44px;
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-promotion-bannner #buttons {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .mz-promotion-bannner #buttons {
    display: none;
  }
}
@media only screen and (min-width: 1137px) and (max-width: 1140px) {
  .mz-promotion-bannner #buttons {
    display: none;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1255px) and (orientation: landscape) {
  .mz-promotion-bannner #buttons {
    display: none;
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1100px) {
  .mz-promotion-bannner #buttons {
    display: none;
  }
}
/* /stylesheets/modules/header/header-location-nav.less:L218 */
.mz-promotion-bannner #buttons a {
  font-size: 26px;
  color: #363636;
  text-decoration: none;
  width: 35px;
}
/* /stylesheets/modules/header/header-location-nav.less:L225 */
.mz-promotion-bannner a#prev:hover,
.mz-promotion-bannner a#next:hover {
  color: black;
  text-shadow: 0.5px 0px #b14943;
}
/* /stylesheets/modules/header/header-location-nav.less:L231 */
.mz-promotion-bannner .prev {
  border-radius: 0 3px 3px 0;
  margin-left: -20px;
}
/* /stylesheets/modules/header/header-location-nav.less:L238 */
.mz-promotion-bannner .next {
  position: absolute;
  right: -38px;
  border-radius: 3px 0 0 3px;
  margin-top: 1px;
}
/* /stylesheets/modules/header/header-location-nav.less:L249 */
/* /stylesheets/modules/header/header-location-nav.less:L250 */
@media (min-width: 992px) and (max-width: 1299px) {
  .afg-ms-pageheader .mz-location-nav-container {
    padding: 0 22px;
  }
}
/* /stylesheets/modules/header/header-location-nav.less:L255 */
.afg-ms-pageheader .mz-location-nav-container {
  align-items: center;
  height: 30px;
}
@media (max-width: 992px) {
  .afg-ms-pageheader .mz-location-nav-container {
    height: 28px;
  }
}
/* /stylesheets/modules/header/header-location-nav.less:L261 */
/* /stylesheets/modules/header/header-location-nav.less:L262 */
.afg-ms-pageheader .mz-location-nav-container .mz-country-section .mz-country-selector-icon {
  width: 15px;
  height: auto;
  padding-top: 2px;
}
/* /stylesheets/modules/header/header-location-nav.less:L268 */
.afg-ms-pageheader .mz-location-nav-container .promotion-bannner-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .afg-ms-pageheader .mz-location-nav-container .promotion-bannner-container {
    display: block;
  }
}
/* /stylesheets/modules/header/header-location-nav.less:L274 */
.afg-ms-pageheader .mz-location-nav-container .promotion-bannner-container .mz-promotion-bannner {
  flex: 1;
  max-width: 82%;
}
/* /stylesheets/modules/header/header-location-nav.less:L278 */
.afg-ms-pageheader .mz-location-nav-container .promotion-bannner-container .mz-cms-content {
  padding: 0;
}
/* /stylesheets/modules/header/header-location-nav.less:L281 */
.afg-ms-pageheader .mz-location-nav-container .promotion-bannner-container #slides {
  height: 30px;
}
@media (min-width: 992px) {
  .afg-ms-pageheader .mz-location-nav-container .promotion-bannner-container #slides {
    margin-left: 11%;
  }
}
@media only screen and (max-width: 500px) {
  .afg-ms-pageheader .mz-location-nav-container .promotion-bannner-container #slides {
    margin-left: -16% !important;
  }
}
/* /stylesheets/modules/header/header-location-nav.less:L289 */
.afg-ms-pageheader .mz-location-nav-container .promotion-bannner-container #slides li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* /stylesheets/modules/header/header-location-nav.less:L304 */
.afg-ms-pageheader .mz-location-nav-container .promotion-bannner-container #slides ul {
  height: 30px;
}
/* /stylesheets/modules/header/header-location-nav.less:L308 */
.afg-ms-pageheader .mz-location-nav-container .promotion-bannner-container #buttons {
  display: none;
}
/* /stylesheets/modules/header/header-location-nav.less:L312 */
.afg-ms-pageheader .mz-location-nav-container .promotion-right {
  justify-content: flex-end;
}
/* /stylesheets/modules/header/header-location-nav.less:L314 */
.afg-ms-pageheader .mz-location-nav-container .promotion-right .mz-seprator {
  font-size: 14px !important;
}
/* /stylesheets/modules/common/scrollbar.less:L1 */
::-webkit-scrollbar-track {
  background: whitesmoke;
  border: 0 none white;
  border-radius: 50px;
}
/* /stylesheets/modules/common/scrollbar.less:L6 */
::-webkit-scrollbar-thumb {
  background: #6d6161;
  border: 0 none white;
  border-radius: 65px;
}
/* /stylesheets/modules/common/scrollbar.less:L11 */
::-webkit-scrollbar-corner {
  background: 0 0;
}
/* /stylesheets/modules/common/scrollbar.less:L14 */
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
@media only screen and (min-width: 1001px) {
  /* /stylesheets/modules/common/scrollbar.less:L19 */
  ::-webkit-scrollbar {
    width: 8px;
    height: 5px;
  }
}
@media 501px {
  /* /stylesheets/modules/common/scrollbar.less:L26 */
  ::-webkit-scrollbar {
    width: 0px !important;
    height: 5px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L1 */
/* /stylesheets/modules/confirmation/order-confirmation.less:L2 */
.mz-order-confirmation-page .mz-thankyou-head {
  background-color: whitesmoke;
  padding: 54px 89px;
}
@media (max-width: 768px) {
  .mz-order-confirmation-page .mz-thankyou-head {
    padding: 54px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-head {
    padding: 24px 17px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L11 */
.mz-order-confirmation-page .mz-thankyou-head .mz-pagetitle {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 43px;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-head .mz-pagetitle {
    font-size: 30px;
    line-height: 39px;
    width: 261px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L23 */
.mz-order-confirmation-page .mz-thankyou-head .mz-thankyou-main {
  margin: 21px 0 20px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-head .mz-thankyou-main {
    margin: 16px 0;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L29 */
.mz-order-confirmation-page .mz-thankyou-head .mz-thankyou-text-ordernumber,
.mz-order-confirmation-page .mz-thankyou-head .mz-thankyou-text-customeremail {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-head .mz-thankyou-text-ordernumber,
  .mz-order-confirmation-page .mz-thankyou-head .mz-thankyou-text-customeremail {
    font-size: 14px;
    line-height: 21px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L40 */
/* /stylesheets/modules/confirmation/order-confirmation.less:L41 */
.mz-order-confirmation-page .mz-thankyou-head .mz-continue-shopping .mz-continue-shopping-btn {
  background: #bed855;
  border: none;
  border-radius: 0;
  width: 356px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  padding: 0;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L51 */
.mz-order-confirmation-page .mz-thankyou-head .mz-continue-shopping .mz-continue-shopping-btn:hover {
  background: #a1b748;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-head .mz-continue-shopping .mz-continue-shopping-btn {
    width: 100%;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L58 */
.mz-order-confirmation-page .mz-thankyou-head .mz-continue-shopping .mz-continue-shopping-link {
  text-decoration: none;
  display: block;
  padding: 14px 0 13px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-head .mz-continue-shopping .mz-continue-shopping-link {
    padding: 13px 0;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L68 */
.mz-order-confirmation-page .mz-l-stack {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 0 79px;
}
@media (max-width: 768px) {
  .mz-order-confirmation-page .mz-l-stack {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-l-stack {
    padding: 0 16px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L78 */
.mz-order-confirmation-page .mz-l-stack .mz-l-stack-sectiontitle {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  padding: 0 0 16px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-l-stack .mz-l-stack-sectiontitle {
    font-size: 16px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L91 */
.mz-order-confirmation-page .mz-thankyou-head,
.mz-order-confirmation-page .mz-thankyou-ordersummary,
.mz-order-confirmation-page .mz-thankyou-delivery-info,
.mz-order-confirmation-page .mz-thankyou-paymentmethod,
.mz-order-confirmation-page .mz-thankyou-billing-summary {
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-head,
  .mz-order-confirmation-page .mz-thankyou-ordersummary,
  .mz-order-confirmation-page .mz-thankyou-delivery-info,
  .mz-order-confirmation-page .mz-thankyou-paymentmethod,
  .mz-order-confirmation-page .mz-thankyou-billing-summary {
    margin-bottom: 24px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L102 */
.mz-order-confirmation-page .mz-address-details,
.mz-order-confirmation-page .mz-l-stack-item {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  color: #333333;
  margin: 0;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L111 */
.mz-order-confirmation-page .mz-thankyou-ordersummary {
  padding: 29px 79px;
}
@media (max-width: 768px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary {
    padding: 29px 40px;
  }
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary {
    padding: 17px 17px 33px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L119 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-l-stack-sectiontitle {
  border-bottom: none;
  flex: 0 1 80%;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L123 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-label-price {
  flex: 0 1 20%;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L126 */
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-label-price,
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-label-total {
    display: none;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L132 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-thankyou-ordersummary-head {
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding-left: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-thankyou-ordersummary-head {
    padding-left: 0;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L139 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-thankyou-ordersummary-head .mz-label-row {
  margin: 0;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L142 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-thankyou-ordersummary-head .mz-label-total {
  padding-right: 10px;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L145 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-thankyou-ordersummary-head .mz-label-price,
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-thankyou-ordersummary-head .mz-label-total {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L153 */
/* /stylesheets/modules/confirmation/order-confirmation.less:L154 */
/* /stylesheets/modules/confirmation/order-confirmation.less:L155 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-lineitems:last-child .mz-ordersummary-line-item {
  border-bottom: none;
  padding-bottom: 0;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L161 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item {
  display: flex;
  padding: 16px 10px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item {
    padding: 16px 0;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L168 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .is-crossedout {
  font-weight: 600;
  order: 2;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L172 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .is-saleprice {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: #c4201d;
  order: 1;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L180 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-img-container {
  margin-right: 20px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-img-container {
    margin-right: 16px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L185 */
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-img-container .mz-ordersummary-line-item-img {
    width: 73px;
    height: 94px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L191 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-img-container .mz-noImg {
  height: 131px;
  width: 102px;
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #aaaaaa;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-img-container .mz-noImg {
    height: 94px;
    width: 73px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L206 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details {
  flex: 0 1 70%;
}
@media (max-width: 768px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details {
    flex: 0 1 50%;
  }
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details {
    flex: 1;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L214 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-item-brand {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  color: #333333;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L221 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-iten-name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  margin: 3px 0 16px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-iten-name {
    font-size: 14px;
    line-height: 18px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L232 */
/* /stylesheets/modules/confirmation/order-confirmation.less:L233 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-item-options .mz-propertylist {
  margin: 0;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L236 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-item-options .mz-propertylist-data {
  margin-bottom: 8px;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L238 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-item-options .mz-propertylist-data:first-child {
  margin-left: 0;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L241 */
/* /stylesheets/modules/confirmation/order-confirmation.less:L242 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-item-options .mz-propertylist-data:not(:last-child)::after {
  content: ',';
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L248 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-item-qty,
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-propertylist-data {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-item-qty,
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-propertylist-data {
    font-size: 14px;
    line-height: 18px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L259 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-item-qty-price-mobile {
  display: flex;
  justify-content: space-between;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L262 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-item-qty-price-mobile .mz-ordersummary-line-item-price {
  flex: auto;
  text-align: right;
  display: flex;
}
@media only screen and (min-width: 501px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-details .mz-item-qty-price-mobile .mz-ordersummary-line-item-price {
    display: none;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L272 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-price {
  flex: 0 1 17%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-price {
    justify-content: flex-end;
    font-weight: bold;
    display: none;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L288 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-totalprice {
  flex: 0 0 10%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
  text-align: right;
}
@media (max-width: 1060px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-totalprice {
    flex: 0 0 13%;
  }
}
@media (max-width: 768px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-totalprice {
    flex: 0 0 16%;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L302 */
.mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-totalprice .is-saleprice {
  color: black;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-ordersummary .mz-ordersummary-line-item .mz-ordersummary-line-item-totalprice {
    display: none;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L311 */
.mz-order-confirmation-page .mz-thankyou-delivery-info {
  padding-top: 15px;
  padding-bottom: 49px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-delivery-info {
    padding-bottom: 32px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L317 */
.mz-order-confirmation-page .mz-thankyou-delivery-info .mz-address-label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin: 15px 0 0;
  color: #333333;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-delivery-info .mz-address-label {
    font-size: 16px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L328 */
.mz-order-confirmation-page .mz-thankyou-delivery-info .mz-delivery-address,
.mz-order-confirmation-page .mz-thankyou-delivery-info .mz-billing-address {
  padding: 0 10px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-delivery-info .mz-delivery-address,
  .mz-order-confirmation-page .mz-thankyou-delivery-info .mz-billing-address {
    padding: 0;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L335 */
.mz-order-confirmation-page .mz-thankyou-delivery-info .mz-l-stack-sectiontitle {
  border-bottom: 1px solid #cccccc !important;
  padding-left: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-delivery-info .mz-l-stack-sectiontitle {
    padding-left: 0;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L343 */
.mz-order-confirmation-page .mz-thankyou-paymentmethod {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-paymentmethod {
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L350 */
.mz-order-confirmation-page .mz-thankyou-paymentmethod .mz-l-stack-sectiontitle {
  border-bottom: 1px solid #cccccc !important;
  padding-left: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-paymentmethod .mz-l-stack-sectiontitle {
    padding-left: 0;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L357 */
.mz-order-confirmation-page .mz-thankyou-paymentmethod .mz-tahnkyou-payment-details {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-paymentmethod .mz-tahnkyou-payment-details {
    padding-left: 0;
    padding-right: 0;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L365 */
/* /stylesheets/modules/confirmation/order-confirmation.less:L366 */
.mz-order-confirmation-page .mz-thankyou-paymentmethod .mz-tahnkyou-payment-details .mz-l-stack-item > div {
  line-height: normal;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L370 */
.mz-order-confirmation-page .mz-thankyou-billing-summary {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-billing-summary {
    padding-top: 16px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L376 */
.mz-order-confirmation-page .mz-thankyou-billing-summary .mz-l-stack-sectiontitle {
  margin: 0 0 15px!important;
  border-bottom: 1px solid #cccccc !important;
  padding-left: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-billing-summary .mz-l-stack-sectiontitle {
    padding-left: 0;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L384 */
.mz-order-confirmation-page .mz-thankyou-billing-summary .mz-ordersummary-discount,
.mz-order-confirmation-page .mz-thankyou-billing-summary .mz-ordersummary-shippingdiscount {
  color: #c4201d;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L388 */
.mz-order-confirmation-page .mz-thankyou-billing-summary .mz-ordersummary-values {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  padding: 0 10px 16px 10px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-billing-summary .mz-ordersummary-values {
    padding: 0 0 16px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L400 */
.mz-order-confirmation-page .mz-thankyou-billing-summary .mz-ordersummary-grandtotal {
  padding-top: 23px;
  border-top: 1px solid #cccccc;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-billing-summary .mz-ordersummary-grandtotal {
    padding-left: 0;
    padding-right: 0;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L409 */
.mz-order-confirmation-page .mz-thankyou-billing-summary .mz-ordersummary-grandtotal .mz-ordersummary-grand-values {
  display: flex;
  justify-content: space-between;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L413 */
.mz-order-confirmation-page .mz-thankyou-billing-summary .mz-ordersummary-grandtotal .mz-ordersummary-totalname,
.mz-order-confirmation-page .mz-thankyou-billing-summary .mz-ordersummary-grandtotal .mz-ordersummary-totalvalue {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  padding-bottom: 16px;
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L422 */
/* /stylesheets/modules/confirmation/order-confirmation.less:L423 */
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-billing-summary .mz-ordersummary-VatTptal .mz-ordersummary-values {
    padding-bottom: 0;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L429 */
.mz-order-confirmation-page .mz-thankyou-billing-summary .mz-placed-order-day {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 40px;
  padding: 0 10px;
}
@media only screen and (max-width: 500px) {
  .mz-order-confirmation-page .mz-thankyou-billing-summary .mz-placed-order-day {
    padding: 0;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L442 */
/* /stylesheets/modules/confirmation/order-confirmation.less:L443 */
.mz-confirmation .mz-l-pagecontent {
  max-width: 1180px;
  margin: 0 auto;
  overflow: unset;
  padding-top: 34px;
}
@media only screen and (max-width: 500px) {
  .mz-confirmation .mz-l-pagecontent {
    padding: 27px 10px;
  }
}
/* /stylesheets/modules/confirmation/order-confirmation.less:L452 */
.mz-confirmation .mz-breadcrumbs {
  display: none;
}
/* /stylesheets/modules/quick-links-bar.less:L1 */
.mz-promo-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'MSLondon', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  color: black;
}
/* /stylesheets/modules/quick-links-bar.less:L13 */
.mz-promo-bar a {
  text-decoration: none !important;
}
/* /stylesheets/modules/quick-links-bar.less:L17 */
.mz-promo-bar a:hover {
  text-decoration: underline !important;
}
/* /stylesheets/modules/quick-links-bar.less:L21 */
.mz-promo-bar .separator {
  height: 15.5px;
  border-left: 1px solid black;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 500px) {
  .mz-promo-bar {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .mz-promo-bar {
    display: none;
  }
}
/* /stylesheets/modules/quick-links-bar.less:L35 */
.mz-promo-bar .mz-cms-content {
  padding: 0!important;
}
/* /stylesheets/modules/quick-links-bar.less:L38 */
.mz-promo-bar .mz-content-widget-inner-wrap {
  padding: 8.5px 0;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L1 */
/* /stylesheets/modules/order-cancel/order-cancel.less:L2 */
.mz-ordercancel-popup-container .mz-ordercancel-popup {
  display: none;
  box-sizing: border-box;
  height: auto;
  width: 720px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: white;
  position: absolute;
  right: 17%;
  top: 10%;
  z-index: 100;
  transform: translate(-50%, -50%);
  right: 0;
  top: 50%;
  left: 45%;
}
@media (min-width: 768px) and (max-width: 992px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup {
    transform: none;
    left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup {
    height: auto;
    width: 100%;
    left: 0;
    top: 10px;
    transform: none;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L42 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .popup-order-button {
  position: relative;
  padding-left: 55%;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .popup-order-button {
    padding: 0 8px;
    margin-top: -20px;
    display: flex;
    justify-content: space-evenly;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L51 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .popup-order-button .back-button {
  box-sizing: border-box;
  height: 48px;
  width: 148px;
  border: 1px solid #cccccc;
  background-color: #d7d7d7;
  font-size: 14px;
  font-weight: bold;
  margin-right: 12px;
  color: black;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .popup-order-button .back-button {
    width: 204px;
    margin-left: 0;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L67 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .popup-order-button .confirm-button {
  box-sizing: border-box;
  height: 48px;
  width: 123px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L77 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .popup-order-button .confirm-button.active {
  box-sizing: border-box;
  height: 48px;
  width: 123px;
  border: 1px solid #bed855;
  background-color: #bed855;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L86 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-right: 5px !important;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header {
    width: 100%;
    justify-content: space-between;
    padding-right: 0!important;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L99 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-open-arrow-icon {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  margin-left: 15px;
  display: none;
  position: relative;
  top: 25px;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L108 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-lable {
  color: black;
  font-family: "MSLondon";
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-lable {
    width: 343px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 361px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-lable {
    width: 290px;
  }
}
@media only screen and (min-width: 362px) and (max-width: 376px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-lable {
    width: 302px;
  }
}
@media only screen and (min-width: 389px) and (max-width: 395px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-lable {
    width: 310px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L136 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-lable.active {
  padding-top: 21px;
  margin-left: 15px;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L141 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-lable.deactive {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L147 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-popup-close-container {
  position: relative;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L149 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-popup-close-container .mz-close-icon {
  height: 20px;
  width: 20px;
  padding-top: 25px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-popup-close-container .mz-close-icon {
    display: flex;
    padding-top: 24px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L160 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-popup-close-container.active {
  left: 70%;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-popup-close-container.active {
    left: 0 !important;
    margin-right: 16px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L168 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-popup-close-container.deactive {
  left: 60%;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-header .mz-blue-popup-close-container.deactive {
    left: 0 !important;
    margin-right: 20px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L179 */
/* /stylesheets/modules/order-cancel/order-cancel.less:L180 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-titleNote {
  position: relative;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 24px;
  margin-right: 24px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-titleNote {
    margin-left: 20px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L197 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-titleNoteBottom {
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 24px;
  margin-right: 24px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-titleNoteBottom {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L209 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 21px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L220 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-items-header {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: space-evenly;
  align-content: space-evenly;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-items-header {
    padding-left: 10px;
    padding-right: 5px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L233 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-items-header .mz-oc-title {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  font-family: 'MSLondon', sans-serif;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L243 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-items-header .mz-oc-allcheckboxcontainer {
  padding: 4px;
  padding-top: 0;
  padding-bottom: 0;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L248 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-items-header .mz-oc-allcheckboxcontainer .mz-oc-allcheckbox {
  margin-left: 85%;
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  border: 1px solid #cccccc;
  background-color: white;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L261 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list {
  padding-left: 0px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list {
    margin-left: 0;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L264 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-ordercancel-details-item {
  display: block;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L268 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting {
  display: grid;
  grid-template-columns: 0% 14% 78% 19%;
  align-items: start;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting {
    padding-left: 10px;
    margin-bottom: 12px !important;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L278 */
/* /stylesheets/modules/order-cancel/order-cancel.less:L279 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-one .mz-itemlisting-thumb {
  margin-right: 20px;
  width: 84.5px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-one .mz-itemlisting-thumb {
    margin-right: 10px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L284 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-one .mz-itemlisting-thumb-img {
  width: 71.5px;
  height: 92px;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L289 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-two {
  display: grid;
  grid-template-areas: "grid-mid-one grid-mid-two grid-mid-three";
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 40px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-two {
    width: auto;
    margin-right: 0;
    margin-left: 40px;
    margin-top: -15px;
    grid-template-areas: "grid-mid-one grid-mid-one" "grid-mid-two grid-mid-three";
    grid-template-columns: 54% 20%;
    position: relative;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L305 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-two .mz-itemlisting-details {
  display: flex;
  flex-direction: column;
  margin-top: -13px;
}
@media only screen and (min-width: 370px) and (max-width: 376px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-two .mz-itemlisting-details {
    width: 112% !important;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L313 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-two .mz-itemlisting-details .mz-itemlisting-title {
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-two .mz-itemlisting-details {
    flex-direction: column;
    margin-top: 5px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L326 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-two .mz-itemlisting-details .mz-itemlisting-description {
  grid-area: grid-mid-one;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-two .mz-itemlisting-details .mz-itemlisting-description {
    width: auto;
    margin-right: 0;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L334 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-two .mz-ordercancel-quantitiy {
  grid-area: grid-mid-two;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-two .mz-ordercancel-quantitiy {
    margin-top: 7%;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L349 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-two .mz-ordercancel-subtotal {
  grid-area: grid-mid-three;
  color: #333333;
  font-family: 'MSLondon', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-two .mz-ordercancel-subtotal {
    margin-left: -40%;
    margin-top: 16%;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L368 */
/* /stylesheets/modules/order-cancel/order-cancel.less:L369 */
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-three .mz-ordercancel-singlecheckbox {
    margin-left: -5px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L375 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-three .mz-ordercancel-singlecheckbox .mz-oc-singlecheckbox {
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  border: 1px solid #cccccc;
  background-color: white;
  margin-bottom: 56px;
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .items-group-three .mz-ordercancel-singlecheckbox .mz-oc-singlecheckbox {
    margin-top: 1px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L390 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .mz-itemlisting-quantity {
  padding-left: 10px;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L391 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .mz-itemlisting-price {
  flex: 2;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .mz-itemlisting .mz-itemlisting-price {
    display: none;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L397 */
.mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .ordercancel-down-hr {
  width: 100%;
  margin-left: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  .mz-ordercancel-popup-container .mz-ordercancel-popup .mz-blue-popup-body-container .mz-ordercancel-items .mz-ordercancel-details-list .ordercancel-down-hr {
    width: 100%;
    margin-left: 0px;
    margin-top: -8px;
    margin-bottom: 20px;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L417 */
@media only screen and (max-width: 500px) {
  .account-orderdetail-body .mz-accountorderhistory .mz-orderhistory-section::-webkit-scrollbar {
    display: none;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L424 */
.loader-btn {
  background-image: url(../resources/images/icons/svg/Loader-Icon.svg);
  color: transparent;
  background-position: center;
  background-size: 29px;
  pointer-events: none;
  border: 1px solid #cccccc !important;
  background-color: #f2f2f2 !important;
  background-repeat: no-repeat !important;
  padding-bottom: 17px !important;
}
@media only screen and (max-width: 500px) {
  .loader-btn {
    padding: 0px 33px 18px 88px !important;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L448 */
/* /stylesheets/modules/order-cancel/order-cancel.less:L449 */
@media only screen and (max-width: 500px) {
  .mz-accountorderhistory .mz-orderhistory-section {
    position: static;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L453 */
/* /stylesheets/modules/order-cancel/order-cancel.less:L454 */
@media only screen and (max-width: 500px) {
  .mz-accountorderhistory .mz-orderhistory-section .mz-order-detail-second .mz-orderlisting {
    position: static;
  }
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L463 */
input[type="checkbox"] {
  border-radius: 0 !important;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L467 */
.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L478 */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L486 */
.new-checkmark {
  position: absolute;
  top: 0px;
  margin-left: 85%;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid #cccccc;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L496 */
.checkbox-container:hover input ~ .new-checkmark {
  background-color: white;
  border: 1px solid #cccccc;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L501 */
.checkbox-container input:checked ~ .new-checkmark {
  background-color: #005640;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L505 */
.new-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L511 */
.checkbox-container input:checked ~ .new-checkmark:after {
  display: block;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L515 */
.checkbox-container .new-checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L529 */
.newItem-checkmark {
  position: absolute;
  top: 5px;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid #cccccc;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L539 */
.checkbox-container:hover input ~ .newItem-checkmark {
  background-color: white;
  border: 1px solid #cccccc;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L544 */
.checkbox-container input:checked ~ .newItem-checkmark {
  background-color: #005640;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L548 */
.newItem-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L554 */
.checkbox-container input:checked ~ .newItem-checkmark:after {
  display: block;
}
/* /stylesheets/modules/order-cancel/order-cancel.less:L558 */
.checkbox-container .newItem-checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
