/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/.pnpm/css-loader@6.11.0_webpack@5.102.1/node_modules/css-loader/dist/cjs.js!../node_modules/.pnpm/sass-loader@16.0.5_sass-embedded@1.93.3_sass@1.69.5_webpack@5.102.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!../node_modules/.pnpm/@epegzz+sass-vars-loader@6.1.0/node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[3].use[4]!./stylesheets/main.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Grid
 */
/**
 * Spacing
 */
/**
 * Primary color
 */
/**
    * content / neutral color
 */
/**
    * success color
*/
/**
    * warning color
*/
/**
 * Base Colors
 *
 * Color names chosen using http://chir.ag/projects/name-that-color/#E83476.
 */
/**
 * New CSS Guidelines
 */
/**
 * Color Derivatives
 *
 * Derived using base colors.
 */
/**
 * Fonts
 */
/**
 * Borders
 */
/**
 * header / sub-header / left & right section
 */
/**
 * heights of header / sub-header / divide & notification bar
 */
/**
 * plp / plp--grid / plp--card / plp--inline, mobile, tablet & desktop section.
 */
/**
 * offers, mobile, tablet & desktop section.
 */
/**
 * brands, mobile, tablet & desktop section.
 */
/**
 * offers, mobile, tablet & desktop section.
 */
:root {
  --color__gro1: #ccad00;
  --color__gro2: #f5d000;
  --color__gro3: #f8cb46;
  --color__gro4: #ffea70;
  --color__gro5: #fff099;
  --color__gro6: #fff3ab;
  --color__gro7: #fff6c2;
  --color__gro8: #fffceb;
  --color__grc1: #000000;
  --color__grc2: #666666;
  --color__grc3: #999999;
  --color__grc4: #cccccc;
  --color__grc5: #dddddd;
  --color__grc6: #eeeeee;
  --color__grc7: #f2f2f2;
  --color__grc8: #fcfcfc;
  --color__grc9: #ffffff;
  --color__grc10: #f7f7f7;
  --color__grg1: #0c831f;
  --color__grg2: #459220;
  --color__grg3: #54b226;
  --color__grg4: #73c04d;
  --color__grg5: #92ce74;
  --color__grg6: #b1dc9c;
  --color__grg7: #d0eac3;
  --color__grg8: #ecffec;
  --color__grr1: #be2e2e;
  --color__grr2: #d23333;
  --color__grr3: #e73838;
  --color__grr4: #eb5c5c;
  --color__grr5: #f6787a;
  --color__grr6: #f4a4a4;
  --color__grr7: #ffdfdf;
  --color__grr8: #fff5f5;
  --desktop-breakpoint: 1260px;
  --tablet-breakpoint: 1020px;
  --header__height--mobile: 68px;
}

/**
 * Add a new font face
 * @param {String} $family - Name of the font face
 * @param {String} $src - Base path of the font file
 * @param {String} $style - font-style
 * @param {String} $weight - font-weight
**/
/**
 * make element non selectable
 */
/**
 * mixin for a-pure-css-solution-for-multiline-text-truncation(ellipsis)
 * @link http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/
 */
/**
 * mixin for retina background images
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}
#gridle-settings {
  content: '{ "version" : "2.0.48", "states" : { "retina":{ "query" : "(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx)", "classes" : false, "name" : "retina", "_" : true }, "tv":{ "query" : "only tv", "classes" : false, "name" : "tv", "_" : true }, "print":{ "query" : "only print", "classes" : false, "name" : "print", "_" : true }, "portrait":{ "name" : "portrait", "min-width" : null, "max-width" : null, "query" : "(orientation : portrait)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "20px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "10px", "gutter-bottom" : "0", "gutter-left" : "10px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "landscape":{ "name" : "landscape", "min-width" : null, "max-width" : null, "query" : "(orientation : landscape)", "classes" : false, "context" : "12", "column-width" : null, "gutter-width" : "20px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "10px", "gutter-bottom" : "0", "gutter-left" : "10px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "default":{ "name" : "default", "min-width" : null, "max-width" : null, "query" : null, "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "20px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "10px", "gutter-bottom" : "0", "gutter-left" : "10px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "mobile":{ "name" : "mobile", "min-width" : null, "max-width" : "1020px", "query" : "screen and (max-width: 1020px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "20px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "10px", "gutter-bottom" : "0", "gutter-left" : "10px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "tablet":{ "name" : "tablet", "min-width" : "1020px", "max-width" : "1260px", "query" : "screen and (min-width: 1020px) and (max-width: 1260px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "20px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "10px", "gutter-bottom" : "0", "gutter-left" : "10px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "desktop":{ "name" : "desktop", "min-width" : "1260px", "max-width" : null, "query" : "screen and (min-width: 1260px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "20px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "10px", "gutter-bottom" : "0", "gutter-left" : "10px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }} }';
}

.gr-0 {
  width: 0%;
}

.push-0 {
  left: 0%;
  right: auto;
}

.pull-0 {
  right: 0%;
  left: auto;
}

.prefix-0 {
  margin-left: 0%;
}

.suffix-0 {
  margin-right: 0%;
}

.gr-1 {
  width: 8.3333333333%;
}

.push-1 {
  left: 8.3333333333%;
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
  left: auto;
}

.prefix-1 {
  margin-left: 8.3333333333%;
}

.suffix-1 {
  margin-right: 8.3333333333%;
}

.gr-2 {
  width: 16.6666666667%;
}

.push-2 {
  left: 16.6666666667%;
  right: auto;
}

.pull-2 {
  right: 16.6666666667%;
  left: auto;
}

.prefix-2 {
  margin-left: 16.6666666667%;
}

.suffix-2 {
  margin-right: 16.6666666667%;
}

.gr-3 {
  width: 25%;
}

.push-3 {
  left: 25%;
  right: auto;
}

.pull-3 {
  right: 25%;
  left: auto;
}

.prefix-3 {
  margin-left: 25%;
}

.suffix-3 {
  margin-right: 25%;
}

.gr-4 {
  width: 33.3333333333%;
}

.push-4 {
  left: 33.3333333333%;
  right: auto;
}

.pull-4 {
  right: 33.3333333333%;
  left: auto;
}

.prefix-4 {
  margin-left: 33.3333333333%;
}

.suffix-4 {
  margin-right: 33.3333333333%;
}

.gr-5 {
  width: 41.6666666667%;
}

.push-5 {
  left: 41.6666666667%;
  right: auto;
}

.pull-5 {
  right: 41.6666666667%;
  left: auto;
}

.prefix-5 {
  margin-left: 41.6666666667%;
}

.suffix-5 {
  margin-right: 41.6666666667%;
}

.gr-6 {
  width: 50%;
}

.push-6 {
  left: 50%;
  right: auto;
}

.pull-6 {
  right: 50%;
  left: auto;
}

.prefix-6 {
  margin-left: 50%;
}

.suffix-6 {
  margin-right: 50%;
}

.gr-7 {
  width: 58.3333333333%;
}

.push-7 {
  left: 58.3333333333%;
  right: auto;
}

.pull-7 {
  right: 58.3333333333%;
  left: auto;
}

.prefix-7 {
  margin-left: 58.3333333333%;
}

.suffix-7 {
  margin-right: 58.3333333333%;
}

.gr-8 {
  width: 66.6666666667%;
}

.push-8 {
  left: 66.6666666667%;
  right: auto;
}

.pull-8 {
  right: 66.6666666667%;
  left: auto;
}

.prefix-8 {
  margin-left: 66.6666666667%;
}

.suffix-8 {
  margin-right: 66.6666666667%;
}

.gr-9 {
  width: 75%;
}

.push-9 {
  left: 75%;
  right: auto;
}

.pull-9 {
  right: 75%;
  left: auto;
}

.prefix-9 {
  margin-left: 75%;
}

.suffix-9 {
  margin-right: 75%;
}

.gr-10 {
  width: 83.3333333333%;
}

.push-10 {
  left: 83.3333333333%;
  right: auto;
}

.pull-10 {
  right: 83.3333333333%;
  left: auto;
}

.prefix-10 {
  margin-left: 83.3333333333%;
}

.suffix-10 {
  margin-right: 83.3333333333%;
}

.gr-11 {
  width: 91.6666666667%;
}

.push-11 {
  left: 91.6666666667%;
  right: auto;
}

.pull-11 {
  right: 91.6666666667%;
  left: auto;
}

.prefix-11 {
  margin-left: 91.6666666667%;
}

.suffix-11 {
  margin-right: 91.6666666667%;
}

.gr-12 {
  width: 100%;
}

.push-12 {
  left: 100%;
  right: auto;
}

.pull-12 {
  right: 100%;
  left: auto;
}

.prefix-12 {
  margin-left: 100%;
}

.suffix-12 {
  margin-right: 100%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.no-gutter {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.no-gutter-left {
  padding-left: 0;
}

.no-gutter-right {
  padding-right: 0;
}

.no-gutter-top {
  padding-top: 0;
}

.no-gutter-bottom {
  padding-bottom: 0;
}

.gutter {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-left {
  padding-left: 10px;
}

.gutter-right {
  padding-right: 10px;
}

.auto-height {
  height: inherit;
}

.row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
}
[class*=no-gutter] > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-reverse {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
  transform: rotateY(180deg);
}
.row-reverse > [class*=gr-] {
  transform: rotateY(-180deg);
}
[class*=no-gutter] > .row-reverse {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-full {
  width: 100vw;
  margin-left: 50% !important;
  margin-right: 0 !important;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.col {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
}

.col-reverse {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
  transform: rotateX(180deg);
}
.col-reverse > [class*=gr-] {
  transform: rotateX(-180deg);
}

.gr-table {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.row-align-left {
  font-size: 0;
  clear: both;
}
.row-align-left > * {
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .row-align-left > * {
    margin-right: -0.5px;
  }
}
.row-align-left {
  text-align: left;
}

.row-align-center {
  font-size: 0;
  clear: both;
}
.row-align-center > * {
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .row-align-center > * {
    margin-right: -0.5px;
  }
}
.row-align-center {
  text-align: center;
}
.row-align-center > * {
  text-align: left;
}

.row-align-right {
  font-size: 0;
  clear: both;
}
.row-align-right > * {
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .row-align-right > * {
    margin-right: -0.5px;
  }
}
.row-align-right {
  text-align: right;
}
.row-align-right > * {
  text-align: left;
}

.row-align-middle {
  font-size: 0;
  clear: both;
}
.row-align-middle > * {
  float: none !important;
  vertical-align: middle;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .row-align-middle > * {
    margin-right: -0.5px;
  }
}
.row-align-middle {
  vertical-align: middle;
}

.row-align-top {
  font-size: 0;
  clear: both;
}
.row-align-top > * {
  float: none !important;
  vertical-align: top;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .row-align-top > * {
    margin-right: -0.5px;
  }
}
.row-align-top {
  vertical-align: top;
}

.row-align-bottom {
  font-size: 0;
  clear: both;
}
.row-align-bottom > * {
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .row-align-bottom > * {
    margin-right: -0.5px;
  }
}
.row-align-bottom {
  vertical-align: bottom;
}

.hide {
  display: none;
}

.not-visible {
  visibility: hidden;
}

.show {
  display: block;
}

.show-inline {
  display: inline-block;
}

.visible {
  visibility: visible;
}

.row-debug {
  position: relative;
  z-index: 99999;
  overflow: hidden;
}
.row-debug:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99999px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
  background-size: 16.6666666667% 100%;
  z-index: 99999;
}

body {
  direction: ltr;
}

@media screen and (max-width: 1020px) {
  .gr-0\@mobile {
    width: 0%;
  }
  .push-0\@mobile {
    left: 0%;
    right: auto;
  }
  .pull-0\@mobile {
    right: 0%;
    left: auto;
  }
  .prefix-0\@mobile {
    margin-left: 0%;
  }
  .suffix-0\@mobile {
    margin-right: 0%;
  }
  .gr-1\@mobile {
    width: 8.3333333333%;
  }
  .push-1\@mobile {
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1\@mobile {
    right: 8.3333333333%;
    left: auto;
  }
  .prefix-1\@mobile {
    margin-left: 8.3333333333%;
  }
  .suffix-1\@mobile {
    margin-right: 8.3333333333%;
  }
  .gr-2\@mobile {
    width: 16.6666666667%;
  }
  .push-2\@mobile {
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2\@mobile {
    right: 16.6666666667%;
    left: auto;
  }
  .prefix-2\@mobile {
    margin-left: 16.6666666667%;
  }
  .suffix-2\@mobile {
    margin-right: 16.6666666667%;
  }
  .gr-3\@mobile {
    width: 25%;
  }
  .push-3\@mobile {
    left: 25%;
    right: auto;
  }
  .pull-3\@mobile {
    right: 25%;
    left: auto;
  }
  .prefix-3\@mobile {
    margin-left: 25%;
  }
  .suffix-3\@mobile {
    margin-right: 25%;
  }
  .gr-4\@mobile {
    width: 33.3333333333%;
  }
  .push-4\@mobile {
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4\@mobile {
    right: 33.3333333333%;
    left: auto;
  }
  .prefix-4\@mobile {
    margin-left: 33.3333333333%;
  }
  .suffix-4\@mobile {
    margin-right: 33.3333333333%;
  }
  .gr-5\@mobile {
    width: 41.6666666667%;
  }
  .push-5\@mobile {
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5\@mobile {
    right: 41.6666666667%;
    left: auto;
  }
  .prefix-5\@mobile {
    margin-left: 41.6666666667%;
  }
  .suffix-5\@mobile {
    margin-right: 41.6666666667%;
  }
  .gr-6\@mobile {
    width: 50%;
  }
  .push-6\@mobile {
    left: 50%;
    right: auto;
  }
  .pull-6\@mobile {
    right: 50%;
    left: auto;
  }
  .prefix-6\@mobile {
    margin-left: 50%;
  }
  .suffix-6\@mobile {
    margin-right: 50%;
  }
  .gr-7\@mobile {
    width: 58.3333333333%;
  }
  .push-7\@mobile {
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7\@mobile {
    right: 58.3333333333%;
    left: auto;
  }
  .prefix-7\@mobile {
    margin-left: 58.3333333333%;
  }
  .suffix-7\@mobile {
    margin-right: 58.3333333333%;
  }
  .gr-8\@mobile {
    width: 66.6666666667%;
  }
  .push-8\@mobile {
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8\@mobile {
    right: 66.6666666667%;
    left: auto;
  }
  .prefix-8\@mobile {
    margin-left: 66.6666666667%;
  }
  .suffix-8\@mobile {
    margin-right: 66.6666666667%;
  }
  .gr-9\@mobile {
    width: 75%;
  }
  .push-9\@mobile {
    left: 75%;
    right: auto;
  }
  .pull-9\@mobile {
    right: 75%;
    left: auto;
  }
  .prefix-9\@mobile {
    margin-left: 75%;
  }
  .suffix-9\@mobile {
    margin-right: 75%;
  }
  .gr-10\@mobile {
    width: 83.3333333333%;
  }
  .push-10\@mobile {
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10\@mobile {
    right: 83.3333333333%;
    left: auto;
  }
  .prefix-10\@mobile {
    margin-left: 83.3333333333%;
  }
  .suffix-10\@mobile {
    margin-right: 83.3333333333%;
  }
  .gr-11\@mobile {
    width: 91.6666666667%;
  }
  .push-11\@mobile {
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11\@mobile {
    right: 91.6666666667%;
    left: auto;
  }
  .prefix-11\@mobile {
    margin-left: 91.6666666667%;
  }
  .suffix-11\@mobile {
    margin-right: 91.6666666667%;
  }
  .gr-12\@mobile {
    width: 100%;
  }
  .push-12\@mobile {
    left: 100%;
    right: auto;
  }
  .pull-12\@mobile {
    right: 100%;
    left: auto;
  }
  .prefix-12\@mobile {
    margin-left: 100%;
  }
  .suffix-12\@mobile {
    margin-right: 100%;
  }
  .float-left\@mobile {
    float: left;
  }
  .float-right\@mobile {
    float: right;
  }
  .clear\@mobile {
    clear: both;
  }
  .clear-left\@mobile {
    clear: left;
  }
  .clear-right\@mobile {
    clear: right;
  }
  .no-gutter\@mobile {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .no-gutter-left\@mobile {
    padding-left: 0;
  }
  .no-gutter-right\@mobile {
    padding-right: 0;
  }
  .no-gutter-top\@mobile {
    padding-top: 0;
  }
  .no-gutter-bottom\@mobile {
    padding-bottom: 0;
  }
  .gutter\@mobile {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-left\@mobile {
    padding-left: 10px;
  }
  .gutter-right\@mobile {
    padding-right: 10px;
  }
  .auto-height\@mobile {
    height: inherit;
  }
  .row\@mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }
  [class*=no-gutter] > .row\@mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-reverse\@mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    transform: rotateY(180deg);
  }
  .row-reverse\@mobile > [class*=gr-] {
    transform: rotateY(-180deg);
  }
  [class*=no-gutter] > .row-reverse\@mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-full\@mobile {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .col\@mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-reverse\@mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    transform: rotateX(180deg);
  }
  .col-reverse\@mobile > [class*=gr-] {
    transform: rotateX(-180deg);
  }
  .gr-table\@mobile {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .row-align-left\@mobile {
    font-size: 0;
    clear: both;
  }
  .row-align-left\@mobile > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@mobile > * {
      margin-right: -0.5px;
    }
  }
  .row-align-left\@mobile {
    text-align: left;
  }
  .row-align-center\@mobile {
    font-size: 0;
    clear: both;
  }
  .row-align-center\@mobile > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@mobile > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@mobile {
    text-align: center;
  }
  .row-align-center\@mobile > * {
    text-align: left;
  }
  .row-align-right\@mobile {
    font-size: 0;
    clear: both;
  }
  .row-align-right\@mobile > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@mobile > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@mobile {
    text-align: right;
  }
  .row-align-right\@mobile > * {
    text-align: left;
  }
  .row-align-middle\@mobile {
    font-size: 0;
    clear: both;
  }
  .row-align-middle\@mobile > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@mobile > * {
      margin-right: -0.5px;
    }
  }
  .row-align-middle\@mobile {
    vertical-align: middle;
  }
  .row-align-top\@mobile {
    font-size: 0;
    clear: both;
  }
  .row-align-top\@mobile > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@mobile > * {
      margin-right: -0.5px;
    }
  }
  .row-align-top\@mobile {
    vertical-align: top;
  }
  .row-align-bottom\@mobile {
    font-size: 0;
    clear: both;
  }
  .row-align-bottom\@mobile > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@mobile > * {
      margin-right: -0.5px;
    }
  }
  .row-align-bottom\@mobile {
    vertical-align: bottom;
  }
  .hide\@mobile {
    display: none;
  }
  .not-visible\@mobile {
    visibility: hidden;
  }
  .show\@mobile {
    display: block;
  }
  .show-inline\@mobile {
    display: inline-block;
  }
  .visible\@mobile {
    visibility: visible;
  }
  .row-debug\@mobile {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@mobile:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }
  body {
    direction: ltr;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .gr-0\@tablet {
    width: 0%;
  }
  .push-0\@tablet {
    left: 0%;
    right: auto;
  }
  .pull-0\@tablet {
    right: 0%;
    left: auto;
  }
  .prefix-0\@tablet {
    margin-left: 0%;
  }
  .suffix-0\@tablet {
    margin-right: 0%;
  }
  .gr-1\@tablet {
    width: 8.3333333333%;
  }
  .push-1\@tablet {
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1\@tablet {
    right: 8.3333333333%;
    left: auto;
  }
  .prefix-1\@tablet {
    margin-left: 8.3333333333%;
  }
  .suffix-1\@tablet {
    margin-right: 8.3333333333%;
  }
  .gr-2\@tablet {
    width: 16.6666666667%;
  }
  .push-2\@tablet {
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2\@tablet {
    right: 16.6666666667%;
    left: auto;
  }
  .prefix-2\@tablet {
    margin-left: 16.6666666667%;
  }
  .suffix-2\@tablet {
    margin-right: 16.6666666667%;
  }
  .gr-3\@tablet {
    width: 25%;
  }
  .push-3\@tablet {
    left: 25%;
    right: auto;
  }
  .pull-3\@tablet {
    right: 25%;
    left: auto;
  }
  .prefix-3\@tablet {
    margin-left: 25%;
  }
  .suffix-3\@tablet {
    margin-right: 25%;
  }
  .gr-4\@tablet {
    width: 33.3333333333%;
  }
  .push-4\@tablet {
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4\@tablet {
    right: 33.3333333333%;
    left: auto;
  }
  .prefix-4\@tablet {
    margin-left: 33.3333333333%;
  }
  .suffix-4\@tablet {
    margin-right: 33.3333333333%;
  }
  .gr-5\@tablet {
    width: 41.6666666667%;
  }
  .push-5\@tablet {
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5\@tablet {
    right: 41.6666666667%;
    left: auto;
  }
  .prefix-5\@tablet {
    margin-left: 41.6666666667%;
  }
  .suffix-5\@tablet {
    margin-right: 41.6666666667%;
  }
  .gr-6\@tablet {
    width: 50%;
  }
  .push-6\@tablet {
    left: 50%;
    right: auto;
  }
  .pull-6\@tablet {
    right: 50%;
    left: auto;
  }
  .prefix-6\@tablet {
    margin-left: 50%;
  }
  .suffix-6\@tablet {
    margin-right: 50%;
  }
  .gr-7\@tablet {
    width: 58.3333333333%;
  }
  .push-7\@tablet {
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7\@tablet {
    right: 58.3333333333%;
    left: auto;
  }
  .prefix-7\@tablet {
    margin-left: 58.3333333333%;
  }
  .suffix-7\@tablet {
    margin-right: 58.3333333333%;
  }
  .gr-8\@tablet {
    width: 66.6666666667%;
  }
  .push-8\@tablet {
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8\@tablet {
    right: 66.6666666667%;
    left: auto;
  }
  .prefix-8\@tablet {
    margin-left: 66.6666666667%;
  }
  .suffix-8\@tablet {
    margin-right: 66.6666666667%;
  }
  .gr-9\@tablet {
    width: 75%;
  }
  .push-9\@tablet {
    left: 75%;
    right: auto;
  }
  .pull-9\@tablet {
    right: 75%;
    left: auto;
  }
  .prefix-9\@tablet {
    margin-left: 75%;
  }
  .suffix-9\@tablet {
    margin-right: 75%;
  }
  .gr-10\@tablet {
    width: 83.3333333333%;
  }
  .push-10\@tablet {
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10\@tablet {
    right: 83.3333333333%;
    left: auto;
  }
  .prefix-10\@tablet {
    margin-left: 83.3333333333%;
  }
  .suffix-10\@tablet {
    margin-right: 83.3333333333%;
  }
  .gr-11\@tablet {
    width: 91.6666666667%;
  }
  .push-11\@tablet {
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11\@tablet {
    right: 91.6666666667%;
    left: auto;
  }
  .prefix-11\@tablet {
    margin-left: 91.6666666667%;
  }
  .suffix-11\@tablet {
    margin-right: 91.6666666667%;
  }
  .gr-12\@tablet {
    width: 100%;
  }
  .push-12\@tablet {
    left: 100%;
    right: auto;
  }
  .pull-12\@tablet {
    right: 100%;
    left: auto;
  }
  .prefix-12\@tablet {
    margin-left: 100%;
  }
  .suffix-12\@tablet {
    margin-right: 100%;
  }
  .float-left\@tablet {
    float: left;
  }
  .float-right\@tablet {
    float: right;
  }
  .clear\@tablet {
    clear: both;
  }
  .clear-left\@tablet {
    clear: left;
  }
  .clear-right\@tablet {
    clear: right;
  }
  .no-gutter\@tablet {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .no-gutter-left\@tablet {
    padding-left: 0;
  }
  .no-gutter-right\@tablet {
    padding-right: 0;
  }
  .no-gutter-top\@tablet {
    padding-top: 0;
  }
  .no-gutter-bottom\@tablet {
    padding-bottom: 0;
  }
  .gutter\@tablet {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-left\@tablet {
    padding-left: 10px;
  }
  .gutter-right\@tablet {
    padding-right: 10px;
  }
  .auto-height\@tablet {
    height: inherit;
  }
  .row\@tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }
  [class*=no-gutter] > .row\@tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-reverse\@tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    transform: rotateY(180deg);
  }
  .row-reverse\@tablet > [class*=gr-] {
    transform: rotateY(-180deg);
  }
  [class*=no-gutter] > .row-reverse\@tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-full\@tablet {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .col\@tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-reverse\@tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    transform: rotateX(180deg);
  }
  .col-reverse\@tablet > [class*=gr-] {
    transform: rotateX(-180deg);
  }
  .gr-table\@tablet {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .row-align-left\@tablet {
    font-size: 0;
    clear: both;
  }
  .row-align-left\@tablet > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@tablet > * {
      margin-right: -0.5px;
    }
  }
  .row-align-left\@tablet {
    text-align: left;
  }
  .row-align-center\@tablet {
    font-size: 0;
    clear: both;
  }
  .row-align-center\@tablet > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@tablet > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@tablet {
    text-align: center;
  }
  .row-align-center\@tablet > * {
    text-align: left;
  }
  .row-align-right\@tablet {
    font-size: 0;
    clear: both;
  }
  .row-align-right\@tablet > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@tablet > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@tablet {
    text-align: right;
  }
  .row-align-right\@tablet > * {
    text-align: left;
  }
  .row-align-middle\@tablet {
    font-size: 0;
    clear: both;
  }
  .row-align-middle\@tablet > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@tablet > * {
      margin-right: -0.5px;
    }
  }
  .row-align-middle\@tablet {
    vertical-align: middle;
  }
  .row-align-top\@tablet {
    font-size: 0;
    clear: both;
  }
  .row-align-top\@tablet > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@tablet > * {
      margin-right: -0.5px;
    }
  }
  .row-align-top\@tablet {
    vertical-align: top;
  }
  .row-align-bottom\@tablet {
    font-size: 0;
    clear: both;
  }
  .row-align-bottom\@tablet > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@tablet > * {
      margin-right: -0.5px;
    }
  }
  .row-align-bottom\@tablet {
    vertical-align: bottom;
  }
  .hide\@tablet {
    display: none;
  }
  .not-visible\@tablet {
    visibility: hidden;
  }
  .show\@tablet {
    display: block;
  }
  .show-inline\@tablet {
    display: inline-block;
  }
  .visible\@tablet {
    visibility: visible;
  }
  .row-debug\@tablet {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@tablet:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }
  body {
    direction: ltr;
  }
}
@media screen and (min-width: 1260px) {
  .gr-0\@desktop {
    width: 0%;
  }
  .push-0\@desktop {
    left: 0%;
    right: auto;
  }
  .pull-0\@desktop {
    right: 0%;
    left: auto;
  }
  .prefix-0\@desktop {
    margin-left: 0%;
  }
  .suffix-0\@desktop {
    margin-right: 0%;
  }
  .gr-1\@desktop {
    width: 8.3333333333%;
  }
  .push-1\@desktop {
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1\@desktop {
    right: 8.3333333333%;
    left: auto;
  }
  .prefix-1\@desktop {
    margin-left: 8.3333333333%;
  }
  .suffix-1\@desktop {
    margin-right: 8.3333333333%;
  }
  .gr-2\@desktop {
    width: 16.6666666667%;
  }
  .push-2\@desktop {
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2\@desktop {
    right: 16.6666666667%;
    left: auto;
  }
  .prefix-2\@desktop {
    margin-left: 16.6666666667%;
  }
  .suffix-2\@desktop {
    margin-right: 16.6666666667%;
  }
  .gr-3\@desktop {
    width: 25%;
  }
  .push-3\@desktop {
    left: 25%;
    right: auto;
  }
  .pull-3\@desktop {
    right: 25%;
    left: auto;
  }
  .prefix-3\@desktop {
    margin-left: 25%;
  }
  .suffix-3\@desktop {
    margin-right: 25%;
  }
  .gr-4\@desktop {
    width: 33.3333333333%;
  }
  .push-4\@desktop {
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4\@desktop {
    right: 33.3333333333%;
    left: auto;
  }
  .prefix-4\@desktop {
    margin-left: 33.3333333333%;
  }
  .suffix-4\@desktop {
    margin-right: 33.3333333333%;
  }
  .gr-5\@desktop {
    width: 41.6666666667%;
  }
  .push-5\@desktop {
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5\@desktop {
    right: 41.6666666667%;
    left: auto;
  }
  .prefix-5\@desktop {
    margin-left: 41.6666666667%;
  }
  .suffix-5\@desktop {
    margin-right: 41.6666666667%;
  }
  .gr-6\@desktop {
    width: 50%;
  }
  .push-6\@desktop {
    left: 50%;
    right: auto;
  }
  .pull-6\@desktop {
    right: 50%;
    left: auto;
  }
  .prefix-6\@desktop {
    margin-left: 50%;
  }
  .suffix-6\@desktop {
    margin-right: 50%;
  }
  .gr-7\@desktop {
    width: 58.3333333333%;
  }
  .push-7\@desktop {
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7\@desktop {
    right: 58.3333333333%;
    left: auto;
  }
  .prefix-7\@desktop {
    margin-left: 58.3333333333%;
  }
  .suffix-7\@desktop {
    margin-right: 58.3333333333%;
  }
  .gr-8\@desktop {
    width: 66.6666666667%;
  }
  .push-8\@desktop {
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8\@desktop {
    right: 66.6666666667%;
    left: auto;
  }
  .prefix-8\@desktop {
    margin-left: 66.6666666667%;
  }
  .suffix-8\@desktop {
    margin-right: 66.6666666667%;
  }
  .gr-9\@desktop {
    width: 75%;
  }
  .push-9\@desktop {
    left: 75%;
    right: auto;
  }
  .pull-9\@desktop {
    right: 75%;
    left: auto;
  }
  .prefix-9\@desktop {
    margin-left: 75%;
  }
  .suffix-9\@desktop {
    margin-right: 75%;
  }
  .gr-10\@desktop {
    width: 83.3333333333%;
  }
  .push-10\@desktop {
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10\@desktop {
    right: 83.3333333333%;
    left: auto;
  }
  .prefix-10\@desktop {
    margin-left: 83.3333333333%;
  }
  .suffix-10\@desktop {
    margin-right: 83.3333333333%;
  }
  .gr-11\@desktop {
    width: 91.6666666667%;
  }
  .push-11\@desktop {
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11\@desktop {
    right: 91.6666666667%;
    left: auto;
  }
  .prefix-11\@desktop {
    margin-left: 91.6666666667%;
  }
  .suffix-11\@desktop {
    margin-right: 91.6666666667%;
  }
  .gr-12\@desktop {
    width: 100%;
  }
  .push-12\@desktop {
    left: 100%;
    right: auto;
  }
  .pull-12\@desktop {
    right: 100%;
    left: auto;
  }
  .prefix-12\@desktop {
    margin-left: 100%;
  }
  .suffix-12\@desktop {
    margin-right: 100%;
  }
  .float-left\@desktop {
    float: left;
  }
  .float-right\@desktop {
    float: right;
  }
  .clear\@desktop {
    clear: both;
  }
  .clear-left\@desktop {
    clear: left;
  }
  .clear-right\@desktop {
    clear: right;
  }
  .no-gutter\@desktop {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .no-gutter-left\@desktop {
    padding-left: 0;
  }
  .no-gutter-right\@desktop {
    padding-right: 0;
  }
  .no-gutter-top\@desktop {
    padding-top: 0;
  }
  .no-gutter-bottom\@desktop {
    padding-bottom: 0;
  }
  .gutter\@desktop {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-left\@desktop {
    padding-left: 10px;
  }
  .gutter-right\@desktop {
    padding-right: 10px;
  }
  .auto-height\@desktop {
    height: inherit;
  }
  .row\@desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }
  [class*=no-gutter] > .row\@desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-reverse\@desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    transform: rotateY(180deg);
  }
  .row-reverse\@desktop > [class*=gr-] {
    transform: rotateY(-180deg);
  }
  [class*=no-gutter] > .row-reverse\@desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-full\@desktop {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .col\@desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-reverse\@desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    transform: rotateX(180deg);
  }
  .col-reverse\@desktop > [class*=gr-] {
    transform: rotateX(-180deg);
  }
  .gr-table\@desktop {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .row-align-left\@desktop {
    font-size: 0;
    clear: both;
  }
  .row-align-left\@desktop > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@desktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-left\@desktop {
    text-align: left;
  }
  .row-align-center\@desktop {
    font-size: 0;
    clear: both;
  }
  .row-align-center\@desktop > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@desktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@desktop {
    text-align: center;
  }
  .row-align-center\@desktop > * {
    text-align: left;
  }
  .row-align-right\@desktop {
    font-size: 0;
    clear: both;
  }
  .row-align-right\@desktop > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@desktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@desktop {
    text-align: right;
  }
  .row-align-right\@desktop > * {
    text-align: left;
  }
  .row-align-middle\@desktop {
    font-size: 0;
    clear: both;
  }
  .row-align-middle\@desktop > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@desktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-middle\@desktop {
    vertical-align: middle;
  }
  .row-align-top\@desktop {
    font-size: 0;
    clear: both;
  }
  .row-align-top\@desktop > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@desktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-top\@desktop {
    vertical-align: top;
  }
  .row-align-bottom\@desktop {
    font-size: 0;
    clear: both;
  }
  .row-align-bottom\@desktop > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@desktop > * {
      margin-right: -0.5px;
    }
  }
  .row-align-bottom\@desktop {
    vertical-align: bottom;
  }
  .hide\@desktop {
    display: none;
  }
  .not-visible\@desktop {
    visibility: hidden;
  }
  .show\@desktop {
    display: block;
  }
  .show-inline\@desktop {
    display: inline-block;
  }
  .visible\@desktop {
    visibility: visible;
  }
  .row-debug\@desktop {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@desktop:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }
  body {
    direction: ltr;
  }
}
[class*=gr-] > [class^=row],
[class*=gr-] > [class^=col] {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 1020px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 1260px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}

.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}

.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}

.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}

.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}

@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}

.rc-tooltip-hidden {
  display: none;
}

.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}

.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}

.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}

.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}

.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}

.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}

.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}

.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}

.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}

.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}

.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}

.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}

.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}

.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}

.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: calc(1s);
  animation-duration: calc(1s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.react-tabs__tab-list {
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .react-tabs__tab-list {
    table-layout: fixed;
  }
}
@media screen and (min-width: 1260px) {
  .react-tabs__tab-list {
    table-layout: fixed;
  }
}

.react-tabs__tab {
  border: 1px solid #eeeeee;
  border-left: none;
  cursor: pointer;
  display: table-cell;
  font-weight: 500;
  list-style-type: none;
  padding: 12px 0;
  text-align: center;
  position: relative;
  flex: 1;
  min-width: min-content;
}
.react-tabs__tab:first-child {
  border-left: 1px solid #f2f2f2;
}
@media screen and (max-width: 640px) {
  .react-tabs__tab {
    border-left: 1px solid #eeeeee;
  }
}
.react-tabs__tab:first-child {
  border-left: 1px solid #eeeeee;
  border-top-left-radius: 3px;
}
.react-tabs__tab:last-child {
  border-top-right-radius: 3px;
}
.react-tabs__tab .delivery-day {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.react-tabs__tab .delivery-date {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  font-weight: normal;
  color: #666666;
}
.react-tabs__tab .delivery-date--with-offer {
  color: #51aa1b;
}
@media screen and (max-width: 360px) {
  .react-tabs__tab .delivery-date--with-offer {
    font-size: 11px;
  }
}

.react-tabs__tab--selected {
  background-color: #0c831f;
  border-bottom: none;
  color: #ffffff;
}
.react-tabs__tab--selected .delivery-day, .react-tabs__tab--selected .delivery-date {
  color: #ffffff;
}
.react-tabs__tab--selected:before {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  content: "";
  display: block;
  bottom: -5px;
  left: calc(50% - 5px);
  transform: rotate(45deg);
}

.react-tabs__tab-panel {
  border: 1px solid #eeeeee;
  border-top: none;
  display: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.react-tabs__tab-panel--selected {
  display: block;
}

::-webkit-input-placeholder {
  color: #aaaaaa;
}

:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaaaaa;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

green {
  color: green;
}

red {
  color: red;
}

*:focus {
  outline: none;
}

/**
 * generate classes for italic tag for all icons
 * will generate classes like .icon-angle-bracket-bottom
 **/
.icon-add-to-cart-plus:before {
  content: "y";
  font-family: IconFont;
  font-style: normal;
}

.icon-add-to-cart-minus:before {
  content: "Y";
  font-family: IconFont;
  font-style: normal;
}

.icon-angle-bracket-left:before {
  content: "a";
  font-family: IconFont;
  font-style: normal;
}

.icon-angle-bracket-right:before {
  content: "b";
  font-family: IconFont;
  font-style: normal;
}

.icon-angle-bracket-bottom:before {
  content: "u";
  font-family: IconFont;
  font-style: normal;
}

.icon-angle-bracket-top:before {
  content: "U";
  font-family: IconFont;
  font-style: normal;
}

.icon-store:before {
  content: "V";
  font-family: IconFont;
  font-style: normal;
}

.icon-location:before {
  content: "r";
  font-family: IconFont;
  font-style: normal;
}

.icon-account:before {
  content: "u";
  font-family: IconFont;
  font-style: normal;
}

.icon-shopping-cart:before {
  content: "g";
  font-family: IconFont;
  font-style: normal;
}

.icon-circular-check:before {
  content: "t";
  font-family: IconFont;
  font-style: normal;
}

.icon-scooter:before {
  content: "x";
  font-family: IconFont;
  font-style: normal;
}

.icon-clock:before {
  content: "i";
  font-family: IconFont;
  font-style: normal;
}

.icon-search:before {
  content: "R";
  font-family: IconFont;
  font-style: normal;
}

.icon-phone:before {
  content: "e";
  font-family: IconFont;
  font-style: normal;
}

.icon-borderless-check:before {
  content: "H";
  font-family: IconFont;
  font-style: normal;
}

.icon-circular-check-simple:before {
  content: "L";
  font-family: IconFont;
  font-style: normal;
}

.icon-location-on-map:before {
  content: "B";
  font-family: IconFont;
  font-style: normal;
}

.icon-cross:before {
  content: "j";
  font-family: IconFont;
  font-style: normal;
}

.icon-circular-cross:before {
  content: "m";
  font-family: IconFont;
  font-style: normal;
}

.icon-percentage:before {
  content: "5";
  font-family: IconFont;
  font-style: normal;
}

.icon-exclamation:before {
  content: "N";
  font-family: IconFont;
  font-style: normal;
}

.icon-address-home:before {
  content: "I";
  font-family: IconFont;
  font-style: normal;
}

.icon-address-office:before {
  content: "M";
  font-family: IconFont;
  font-style: normal;
}

.icon-refresh:before {
  content: "z";
  font-family: IconFont;
  font-style: normal;
}

.icon-card:before {
  content: "h";
  font-family: IconFont;
  font-style: normal;
}

.icon-questions:before {
  content: "p";
  font-family: IconFont;
  font-style: normal;
}

.icon-contact-us:before {
  content: "s";
  font-family: IconFont;
  font-style: normal;
}

.icon-star:before {
  content: "w";
  font-family: IconFont;
  font-style: normal;
}

.icon-logout:before {
  content: "K";
  font-family: IconFont;
  font-style: normal;
}

.icon-add:before {
  content: "d";
  font-family: IconFont;
  font-style: normal;
}

.icon-facebook:before {
  content: "E";
  font-family: IconFont;
  font-style: normal;
}

.icon-twitter:before {
  content: "D";
  font-family: IconFont;
  font-style: normal;
}

.icon-instagram:before {
  content: "F";
  font-family: IconFont;
  font-style: normal;
}

.icon-linkedin:before {
  content: "A";
  font-family: IconFont;
  font-style: normal;
}

.icon-cash:before {
  content: "W";
  font-family: IconFont;
  font-style: normal;
}

.icon-orders-list:before {
  content: "q";
  font-family: IconFont;
  font-style: normal;
}

.icon-order-details:before {
  content: "3";
  font-family: IconFont;
  font-style: normal;
}

.icon-location-detect:before {
  content: "o";
  font-family: IconFont;
  font-style: normal;
}

.icon-grofers:before {
  content: "G";
  font-family: IconFont;
  font-style: normal;
}

.icon-faq:before {
  content: "Z";
  font-family: IconFont;
  font-style: normal;
}

.icon-tel:before {
  content: "c";
  font-family: IconFont;
  font-style: normal;
}

body,
input {
  color: #666666;
  font-size: 12px;
  font-family: "Okra", Helvetica;
}

/**
 * Add/remove margins
 */
.push {
  margin: 10px !important;
}

.push--top {
  margin-top: 10px !important;
}

@media screen and (max-width: 1020px) {
  .push--top\@mobile {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .push--top\@tablet {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1260px) {
  .push--top\@desktop {
    margin-top: 10px !important;
  }
}
.push--right {
  margin-right: 10px !important;
}

.push--bottom {
  margin-bottom: 10px !important;
}

.push--left {
  margin-left: 10px !important;
}

@media screen and (max-width: 1020px) {
  .push--left\@mobile {
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .push--left\@tablet {
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 1260px) {
  .push--left\@desktop {
    margin-left: 10px !important;
  }
}
.push--ends {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.push--sides {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.push__half {
  margin: 5px !important;
}

.push__half--top {
  margin-top: 5px !important;
}

.push__half--right {
  margin-right: 5px !important;
}

.push__half--bottom {
  margin-bottom: 5px !important;
}

.push__half--left {
  margin-left: 5px !important;
}

.push__half--ends {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.push__half--sides {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.flush {
  margin: 0 !important;
}

.flush--top {
  margin-top: 0 !important;
}

.flush--right {
  margin-right: 0 !important;
}

.flush--bottom {
  margin-bottom: 0 !important;
}

.flush--left {
  margin-left: 0 !important;
}

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/**
 * Add/remove paddings
 */
.soft {
  padding: 10px !important;
}

.soft--top {
  padding-top: 10px !important;
}

.soft--right {
  padding-right: 10px !important;
}

.soft--bottom {
  padding-bottom: 10px !important;
}

.soft--left {
  padding-left: 10px !important;
}

.soft--ends {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.soft--sides {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.soft__half {
  padding: 5px !important;
}

.soft__half--top {
  padding-top: 5px !important;
}

.soft__half--right {
  padding-right: 5px !important;
}

.soft__half--bottom {
  padding-bottom: 5px !important;
}

.soft__half--left {
  padding-left: 5px !important;
}

.soft__half--ends {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.soft__half--sides {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.hard {
  padding: 0 !important;
}

.hard--top {
  padding-top: 0 !important;
}

.hard--right {
  padding-right: 0 !important;
}

.hard--bottom {
  padding-bottom: 0 !important;
}

.hard--left {
  padding-left: 0 !important;
}

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

/**
 * Font weights
 */
.weight--light {
  font-weight: 200 !important;
}

.weight--normal {
  font-weight: normal !important;
}

.weight--semibold {
  font-weight: 500 !important;
}

.weight--normal {
  font-weight: normal !important;
}

.weight--bold {
  font-weight: 700 !important;
}

/**
 * Basic text colors
 */
.text--danger {
  color: #f34343 !important;
}

.text--success {
  color: #51aa1b !important;
}

.text--light-gray {
  color: #999999 !important;
}

.text--dark-gray {
  color: #333333 !important;
}

.text--gray-mine-shaft {
  color: #333333 !important;
}

/**
 * Positions
 */
.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.fixed {
  position: fixed !important;
}

.position--static {
  position: static !important;
}

@media screen and (max-width: 1020px) {
  .position--static\@mobile {
    position: static !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .position--static\@tablet {
    position: static !important;
  }
}
@media screen and (min-width: 1260px) {
  .position--static\@desktop {
    position: static !important;
  }
}
/**
 * Max Height
 */
.remove-max-height {
  height: max-content;
}

/**
 * Visibility
 */
.visibiliy--hidden {
  visibility: hidden !important;
}

.visibiliy--visible {
  visibility: visible !important;
}

/**
 * Displays
 */
.display--inline {
  display: inline !important;
}

.display--inline-block {
  display: inline-block !important;
}

.display--table {
  display: table !important;
}

.display--table-cell {
  display: table-cell !important;
}

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

@media screen and (max-width: 1020px) {
  .display--none\@mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .display--none\@tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1260px) {
  .display--none\@desktop {
    display: none !important;
  }
}
.display--block {
  display: block !important;
}

@media screen and (max-width: 1020px) {
  .display--block\@mobile {
    display: block !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .display--block\@tablet {
    display: block !important;
  }
}
@media screen and (min-width: 1260px) {
  .display--block\@desktop {
    display: block !important;
  }
}
.display--inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 1020px) {
  .display--inline-block\@mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .display--inline-block\@tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1260px) {
  .display--inline-block\@desktop {
    display: inline-block !important;
  }
}
.display--table-row {
  display: table-row !important;
}

@media screen and (max-width: 1020px) {
  .display--table-row\@mobile {
    display: table-row !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .display--table-row\@tablet {
    display: table-row !important;
  }
}
@media screen and (min-width: 1260px) {
  .display--table-row\@desktop {
    display: table-row !important;
  }
}
/*
 * Center align a block element
 */
.center-aligned {
  text-align: center !important;
}

@media screen and (max-width: 1020px) {
  .center-aligned\@mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .center-aligned\@tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 1260px) {
  .center-aligned\@desktop {
    text-align: center !important;
  }
}
.left-aligned {
  text-align: left !important;
}

/*
 * vertical align a block element
 */
.vertical-align--middle {
  vertical-align: middle !important;
}

.vertical-align--top {
  vertical-align: top !important;
}

.vertical-align--bottom {
  vertical-align: bottom !important;
}

/*
 * Borders
 */
.border--gray-1 {
  border: 1px solid #cccccc;
}

/*
 * scroll related
 */
.overflow-y--auto {
  overflow-y: auto;
}

.overflow-y--hidden {
  overflow-y: hidden;
}

/*
 * font sizes
 */
.font-size--small {
  font-size: 12px !important;
}

.font-size--medium {
  font-size: 14px !important;
}

/*
 * line heights
 */
.line-height--medium {
  line-height: 2 !important;
}

.line-height--light {
  line-height: 1.5 !important;
}

.space__left--2-unit {
  padding-left: 6px;
}

.space__left--3-unit {
  padding-left: 9px;
}

.space__right--2-unit {
  padding-right: 6px;
}

.space__right--3-unit {
  padding-right: 9px;
}

/*
 * absolutely center align an element
 * IMP: make sure that the parent is positioned relative;
 */
.middle-center-aligned {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.horizontally-center-aligned {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.horizontally-middle {
  margin-left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1020px) {
  .horizontally-middle\@mobile {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .horizontally-middle\@tablet {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1260px) {
  .horizontally-middle\@desktop {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
/**
 * width
 **/
.full-width {
  width: 100%;
}

.ios-modal-issue-fix {
  min-height: 100vh;
  overflow: hidden;
}

.auto-min-height {
  min-height: auto !important;
}

.z-index--zero {
  z-index: 0 !important;
}

.flex-column {
  flex-direction: column;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-1 {
  flex: 1;
}

/**
 * The following functions help us keep z-index management sane. This concept
 * has been taken as is from SitePoint. More details can be found here:
 * https://www.sitepoint.com/better-solution-managing-z-index-sass/.
 */
@-webkit-keyframes gr-slide__out--left {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes gr-slide__out--left {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.gr-slide__out--left {
  -webkit-animation-name: gr-slide__out--left;
  animation-name: gr-slide__out--left;
}

@-webkit-keyframes gr-slide__out--right {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes gr-slide__out--right {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.gr-slide__out--right {
  -webkit-animation-name: gr-slide__out--right;
  animation-name: gr-slide__out--right;
}

@-webkit-keyframes gr-bounce__circle {
  50% {
    background-color: rgb(233, 79, 37);
  }
}
@keyframes gr-bounce__circle {
  50% {
    background-color: rgb(233, 79, 37);
  }
}
.gr-bounce__circle {
  -webkit-animation-name: gr-bounce__circle;
  animation-name: gr-bounce__circle;
}

@keyframes dipdown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(4px);
  }
}
@keyframes minimise {
  0% {
    bottom: 0;
    left: 0;
    margin-left: auto;
    width: max-content;
  }
  60% {
    bottom: -150px;
    left: 0;
  }
  65% {
    left: 65%;
  }
  70% {
    bottom: 0;
    left: 65%;
    margin-left: 0;
    width: 220px;
  }
  100% {
    bottom: 0;
    left: 65%;
    margin-left: 0;
    width: 220px;
  }
}
.minimise {
  -webkit-animation-name: minimise;
  animation-name: minimise;
}

@keyframes typehide {
  50% {
    visibility: hidden;
  }
  100% {
    height: 0;
    visibility: hidden;
  }
}
.typehide {
  -webkit-animation-name: typehide;
  animation-name: typehide;
}

@keyframes producthide {
  20% {
    height: 0;
    width: 220px;
  }
  100% {
    height: 0;
    width: 220px;
    visibility: hidden;
  }
}
.producthide {
  -webkit-animation-name: producthide;
  animation-name: producthide;
}

@keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.glow {
  -webkit-animation-name: glow;
  animation-name: glow;
}

@keyframes modal-opened {
  from {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.modal-opened {
  -webkit-animation-name: modal-opened;
  animation-name: modal-opened;
}

.input--error {
  border: 1px solid #f34343 !important;
}

.input[disabled], .input[disabled=disabled] {
  background-color: #eeeeee;
  color: #666666;
  cursor: not-allowed;
  line-height: normal;
  pointer-events: none;
}

.input,
.textarea {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #333333;
  cursor: text;
  font-size: 14px;
  outline: 0;
  padding: 12px 10px;
}
.input:focus,
.textarea:focus {
  border: 1px solid #999999;
}

.input--full {
  width: 100%;
}

.radio[type=radio] {
  position: absolute;
  visibility: hidden;
}

.radio[type=radio] + .radio-element {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 14px;
  vertical-align: top;
  width: 14px;
}

.radio[type=radio] + .radio-element::before {
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  margin: 3px;
  width: 8px;
}

.radio[type=radio]:checked + .radio-element {
  border: 1px solid #0c831f;
  color: #0c831f;
}

.radio[type=radio]:checked + .radio-element::before {
  background: #0c831f;
}

.radio[type=radio]:disabled + .radio-element::before {
  background: #fbfbfb;
  height: 100%;
  margin: 0;
  width: 100%;
}

.radio-item {
  vertical-align: top;
  line-height: normal;
}

.checkbox[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.checkbox[type=checkbox] + .checkbox-element {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 2px;
  height: 14px;
  vertical-align: bottom;
  width: 14px;
}

.checkbox[type=checkbox] + .checkbox-element::before {
  content: "";
  display: block;
  font-size: 13px;
  height: 8px;
  margin: 3px;
  width: 8px;
}

.checkbox[type=checkbox]:checked + .checkbox-element {
  border: 1px solid #0c831f;
  color: #0c831f;
}
.checkbox[type=checkbox]:checked + .checkbox-element:before {
  content: "H";
  font-family: IconFont;
  font-style: normal;
  margin: 0 1px;
}

.input--help {
  display: block;
  margin-top: 5px;
}

.help--error {
  color: #f34343;
}

.fieldset-no-border {
  border: 0;
  margin: 0;
  padding: 0;
}

.input-group .input-group__element {
  border-radius: 0;
  margin-left: -1px;
}
.input-group .input-group__element--first-child,
.input-group .input-group__element:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-left: 0;
}
.input-group .input-group__element:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Turn on custom 8px wide scrollbar */
.os-windows .scrollbar-custom::-webkit-scrollbar {
  width: 10px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px;
}
.os-windows {
  /* hover effect for both scrollbar area, and scrollbar 'thumb' */
}
.os-windows .scrollbar-custom::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}
.os-windows {
  /* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
}
.os-windows .scrollbar-custom::-webkit-scrollbar-thumb:vertical {
  /* This is the EXACT color of Mac OS scrollbars.
   Yes, I pulled out digital color meter */
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0);
  min-height: 10px;
  /*Prevent it from getting too small */
}
.os-windows .scrollbar-custom::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px;
}

.container {
  padding-top: 64px;
}

@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .wrapper {
    width: 980px;
  }
}
@media screen and (min-width: 1260px) {
  .wrapper {
    width: 1220px;
  }
}
.wrapper {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important;
}

.account-dropdown--container {
  display: flex;
  flex-direction: column;
  background-color: white;
  z-index: 2003;
  position: absolute;
  right: 155px;
  left: auto;
  top: 86px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 276px;
}
.account-dropdown--container li {
  display: flex;
}
.account-dropdown--container li:hover {
  background-color: #f7f7f7;
}

.account-dropdown--nav_item {
  padding: 8px 16px;
}

.account-dropdown--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-dropdown--list li {
  margin-bottom: 4px;
}
.account-dropdown--list li div {
  cursor: pointer;
}

.account-dropdown__logout-btn {
  cursor: pointer;
}

.account-dropdown--wallet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.account-dropdown__account-info {
  padding: 16px;
  pointer-events: none;
}
.account-dropdown__account-info--heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.account-dropdown__qrcode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: transparent;
  border-radius: 0 0 10px 10px;
}
.account-dropdown__qrcode--qr-image {
  margin-right: 16px;
}
.account-dropdown__qrcode--heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 3px;
}
.account-dropdown__qrcode--heading span {
  color: #1991ff;
}

.account {
  cursor: pointer;
  height: 100%;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .account {
    box-sizing: border-box;
    display: inline-block;
    width: 152px;
  }
}
@media screen and (min-width: 1260px) {
  .account {
    box-sizing: border-box;
    display: inline-block;
    width: 152px;
  }
}

.first-row {
  margin: 0;
}
.first-row .column {
  margin: 16px 0;
}
.first-row .column:first-child,
.first-row .column:last-child {
  padding: 0;
}

.first-row__icon {
  background-repeat: no-repeat;
  background-size: 56px 56px;
  padding-right: 16px;
  width: 56px;
  height: 56px;
  display: table-cell;
  vertical-align: middle;
}

.first-row__name {
  margin-bottom: 4px;
}

.footer {
  background-color: #fcfcfc;
  font-weight: 200;
}
@media screen and (max-width: 1020px) {
  .footer {
    padding-top: 20px;
  }
}
.footer .first-row .column {
  margin: 40px 0;
}
@media screen and (max-width: 1020px) {
  .footer .first-row .column {
    margin: 30px 0;
    display: block;
  }
}
.footer {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .footer {
    width: 980px;
  }
}
@media screen and (min-width: 1260px) {
  .footer {
    width: 1220px;
  }
}
.footer .column {
  padding: 0;
}
.footer .first-row__name {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
}
.footer .first-row__description {
  line-height: 1.4;
  margin-right: 15px;
}
.footer .second-row {
  border-top: 1px solid #eeeeee;
  display: table;
  margin: 0;
}
@media screen and (max-width: 1020px) {
  .footer .second-row {
    display: block;
  }
}
.footer .second-row .column {
  padding: 24px 0 0 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .footer .second-row .column {
    display: table-cell;
    padding: 32px 12px 32px 40px;
  }
}
@media screen and (min-width: 1260px) {
  .footer .second-row .column {
    display: table-cell;
    padding: 32px 12px 32px 40px;
  }
}
.footer .second-row .column-category {
  padding: 0 0 12px 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .footer .second-row .column-category {
    display: table-cell;
    padding: 24px 12px 32px 40px;
  }
}
@media screen and (min-width: 1260px) {
  .footer .second-row .column-category {
    display: table-cell;
    padding: 24px 12px 32px 40px;
  }
}
@media screen and (max-width: 1020px) {
  .footer .second-row .margin-top-16 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1020px) {
  .footer .second-row .mobile-big {
    font-size: 14px;
  }
}
@media screen and (max-width: 1020px) {
  .footer .second-row .mobile-margin {
    margin: 8px 0 0 0;
  }
}
.footer .second-row .first-column {
  padding-left: 0px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .footer .second-row .first-column {
    width: 390px;
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 1260px) {
  .footer .second-row .first-column {
    width: 510px;
    border-bottom: 1px solid #eeeeee;
  }
}
.footer .second-row .second-column {
  border-bottom: 1px solid #eeeeee;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .footer .second-row .second-column {
    width: 594px;
  }
}
@media screen and (min-width: 1260px) {
  .footer .second-row .second-column {
    width: 698px;
  }
}
.footer .second-row .right-border {
  border-right: 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .footer .second-row .right-border {
    border-right: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 1260px) {
  .footer .second-row .right-border {
    border-right: 1px solid #eeeeee;
  }
}
.footer .follow-container {
  display: flex;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .footer .follow-container {
    flex-direction: row;
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 1260px) {
  .footer .follow-container {
    flex-direction: row;
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (max-width: 1020px) {
  .footer .follow-container {
    flex-direction: column;
  }
}
.footer .download-app-title {
  margin-top: 5px;
  margin-right: 20px;
}
.footer .footer-list:hover {
  text-decoration: underline;
  color: #333333;
}
.footer .second-row__column {
  margin: 50px 40px;
}
.footer .third-row {
  margin: 0 auto;
}
.footer .third-row .brand-list {
  margin: 40px 0;
}
@media screen and (max-width: 1020px) {
  .footer .third-row .brand-list {
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 1020px) {
  .footer .third-row {
    margin-top: 30px;
  }
}
.footer .brand-names {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 22px;
  list-style: none;
  padding: 0;
  text-align: justify;
}
@media screen and (max-width: 1020px) {
  .footer .brand-names {
    overflow: hidden;
    margin-bottom: 15px;
  }
}
.footer .brand-names > .brand-names__item {
  margin-right: 20px;
}
.footer .copyright {
  color: #999999;
  word-spacing: 2px;
  margin: 40px 0;
}
@media screen and (max-width: 1020px) {
  .footer .copyright {
    margin: 30px 0 0;
  }
}
.footer .copyright__symbol {
  font-size: 18px;
  vertical-align: text-top;
}
.footer__link {
  text-decoration: underline;
}

.color-black {
  color: #000000;
}

.download-apps__app-icon:nth-child(2n+1) {
  margin-right: 20px;
}
@media screen and (max-width: 1020px) {
  .download-apps__app-icon {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .download-apps__app-icon {
    height: auto;
    width: 100px;
    display: block;
    margin-left: 12px;
  }
  .download-apps__app-icon:nth-child(2n) {
    margin-top: 10px;
  }
}

.download-apps__img {
  max-width: 200px;
  width: 140px;
  height: 41px;
  display: inline-block;
}
@media screen and (max-width: 1020px) {
  .download-apps__img {
    width: 144px;
    height: 48px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .download-apps__img {
    width: 140px;
  }
}

.follow-us {
  display: flex;
}
@media screen and (min-width: 1260px) {
  .follow-us {
    align-items: center;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .follow-us {
    align-items: center;
  }
}
@media screen and (max-width: 1020px) {
  .follow-us {
    flex-direction: column;
    margin-top: 24px;
  }
}

.social-icon {
  color: #000000;
  font-size: 40px;
  position: relative;
  top: -5px;
}

.social-icon--facebook {
  color: #000000;
  font-size: 40px;
  position: relative;
  top: -5px;
}
.social-icon--facebook:before {
  content: "E";
  font-family: IconFont;
  font-style: normal;
}

.social-icon--twitter {
  color: #000000;
  font-size: 40px;
  position: relative;
  top: -5px;
}
.social-icon--twitter:before {
  content: "D";
  font-family: IconFont;
  font-style: normal;
}

.social-icon--instagram {
  color: #000000;
  font-size: 40px;
  position: relative;
  top: -5px;
}
.social-icon--instagram:before {
  content: "F";
  font-family: IconFont;
  font-style: normal;
}

.social-icon--linkedin {
  color: #000000;
  font-size: 40px;
  position: relative;
  top: -5px;
}
.social-icon--linkedin:before {
  content: "A";
  font-family: IconFont;
  font-style: normal;
}

.follow-us__header {
  font-weight: 500;
  margin-top: 0;
}

.follow-us__icon {
  height: 24px;
}

.footer-content {
  font-size: 12px;
  line-height: 1.5;
  margin: 32px 0;
}

.footer-content__header {
  font-size: 12px;
  font-weight: 500;
  margin-top: 28px;
  margin-bottom: 8px;
}
.footer-content__header:first-child {
  margin-top: initial;
}

.footer-content__p {
  margin: 0;
}

.footer-content__payment-img {
  margin-right: 10px;
  width: 60px;
  height: 60px;
  display: inline-block;
}

.footer-content__payment-text {
  display: inline-block;
  margin-right: 10px;
  margin-top: 22px;
  vertical-align: top;
  font-weight: 500;
}

.brand-container {
  margin: 24px 0;
}

.payment-container {
  display: inline-block;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #eeeeee;
}

.mini-footer.footer {
  background-color: #f9f9f9;
  border-top: 1px solid #eeeeee;
  padding: 10px;
}

.mini-footer__social-wrapper {
  height: 50px;
  margin: 10px;
  position: relative;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .mini-footer__social-wrapper {
    height: 112px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1260px) {
  .mini-footer__social-wrapper {
    height: 112px;
    margin: 0 10px;
  }
}

.mini-footer__copyright {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 45px 0 10px 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .mini-footer__copyright {
    margin: 0;
  }
}
@media screen and (min-width: 1260px) {
  .mini-footer__copyright {
    margin: 0;
  }
}

.container-decorator {
  display: flex;
}

@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .multi-column-list-decorator {
    padding: 0 0 12px 0 !important;
  }
}
@media screen and (min-width: 1260px) {
  .multi-column-list-decorator {
    padding: 0 0 12px 0 !important;
  }
}

.list-decorator {
  padding-top: 6px !important;
  padding: 0;
}

.list-item-decoration {
  display: block;
  line-height: 2;
}

.follow-line-list {
  display: inline-block;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .follow-line-list {
    padding: 12px 24px 0 18px;
  }
}
@media screen and (min-width: 1260px) {
  .follow-line-list {
    padding: 12px 24px 0 18px;
  }
}
@media screen and (max-width: 1020px) {
  .follow-line-list {
    padding: 0;
  }
}

.mini-footer__social {
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 400px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .mini-footer__social {
    left: unset;
  }
}
@media screen and (min-width: 1260px) {
  .mini-footer__social {
    left: unset;
  }
}
.mini-footer__social .follow-us {
  left: 0;
  margin-top: 0;
  position: absolute;
  width: 175px;
}
.mini-footer__social .mini-footer-downloads {
  padding-bottom: 10px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .mini-footer__social .mini-footer-downloads {
    width: 220px;
  }
}
@media screen and (min-width: 1260px) {
  .mini-footer__social .mini-footer-downloads {
    width: 220px;
  }
}

.download-app {
  color: black;
  font-weight: 400;
}
.download-app__container {
  display: flex;
  width: fit-content;
  margin: auto;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #eeeeee;
  background-color: var(--color__grc9);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .download-app__container {
    height: 568px;
    gap: 70px;
    padding: 48px 0;
    width: 1280px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1260px) {
  .download-app__container {
    height: 568px;
    gap: 70px;
    padding: 48px 0;
    width: 1280px;
    max-width: 1280px;
  }
}
.download-app__status-text {
  margin-top: 4px;
  margin-left: 2px;
}
.download-app__icons-label {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #333333;
}
.download-app__icon {
  margin-right: 20px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .download-app__icon {
    margin-right: 12px;
  }
}
@media screen and (max-width: 1020px) {
  .download-app__icon {
    margin-right: 12px;
  }
}
.download-app__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
  color: #1c1c1c;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .download-app__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.11px;
  }
}
@media screen and (max-width: 1020px) {
  .download-app__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.11px;
  }
}
@media screen and (min-width: 1260px) {
  .download-app__title {
    margin: 0 0 1.5rem;
  }
}
.download-app__subtitle {
  font-size: 16px;
  line-height: 19px;
  color: #363636;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .download-app__subtitle {
    line-height: 21.41px;
  }
}
@media screen and (max-width: 1020px) {
  .download-app__subtitle {
    line-height: 21.41px;
  }
}
@media screen and (min-width: 1260px) {
  .download-app__subtitle {
    margin: 0 0 25px;
  }
}
.download-app__button {
  height: 42px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .download-app__button {
    width: 130px;
  }
}
@media screen and (min-width: 1260px) {
  .download-app__button {
    width: 130px;
  }
}
@media screen and (max-width: 1020px) {
  .download-app__button {
    font-size: 11px !important;
  }
}
.download-app__image {
  height: 550px;
  width: 380px;
}
.download-app__form {
  display: flex;
  flex-direction: column;
}
.download-app__input input {
  width: 232px;
  margin-right: 8px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .download-app__input input {
    width: 256px;
  }
}
@media screen and (min-width: 1260px) {
  .download-app__input input {
    width: 256px;
  }
}
.download-app__input-field {
  display: flex;
  margin-bottom: 36px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .download-app__input-field {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1020px) {
  .download-app__input-field {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
.download-app__radio {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .download-app__radio-container {
    margin-top: 10px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1260px) {
  .download-app__radio-container {
    margin-top: 10px;
    margin-bottom: 26px;
  }
}
.download-app__radio-container .radio[type=radio] + .radio-element {
  height: 21px;
  width: 21px;
}
.download-app__radio-container .radio[type=radio] + .radio-element::before {
  height: 13px;
  margin: 4px 3px 3px 4px;
  width: 13px;
}
.download-app__radio-item {
  margin-left: 15px;
  margin-right: 37px;
  font-size: 16px;
  color: #1f1f1f;
}
.download-app__radio input[type=radio] {
  display: none;
}
.download-app__radio input[type=radio]:checked {
  border-radius: 11px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #459220;
}
.download-app__radio label {
  color: #666;
  font-weight: normal;
}
.download-app__radio label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
  border-radius: 11px;
  border: 2px solid #459220;
  background-color: transparent;
}
.download-app__radio label:after {
  border-radius: 11px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #459220;
}

.footer-menu-container {
  width: 100%;
  height: 56px;
  box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.08);
  border-top: solid 2px #dbdbdb;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  z-index: 1000;
}

.footer-menu--item {
  width: 90px;
  height: 100%;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  color: #666666;
}

.footer-menu--item-selected {
  color: #f8cb46;
  border-top: 2px solid #f8cb46;
  margin-bottom: 2px;
}
.footer-menu--item-selected > .footer-menu--item-home::before {
  font-family: CustomFont;
  content: "Š";
}
.footer-menu--item-selected > .footer-menu--item-categories::before {
  font-family: CustomFont;
  content: "Œ";
}
.footer-menu--item-selected > .footer-menu--item-offers::before {
  font-family: CustomFont;
  content: "o";
}
.footer-menu--item-selected > .footer-menu--item-account::before {
  font-family: CustomFont;
  content: "š";
}

.footer-menu--item-icon {
  margin-top: 6px;
}
.footer-menu--item-icon:before {
  content: "u";
  font-family: IconFont;
  font-style: normal;
  font-size: 24px;
  font-weight: normal;
}

.footer-menu--item-home::before {
  font-family: CustomFont;
  content: "…";
}

.footer-menu--item-categories::before {
  font-family: CustomFont;
  content: "‹";
}

.footer-menu--item-offers::before {
  font-family: CustomFont;
  content: "ˆ";
}

.footer-menu--item-account::before {
  font-family: CustomFont;
  content: "Ž";
}

.footer-menu--item-title {
  margin-top: 4px;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.toast__wrapper {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100000;
  background-color: #333333;
  opacity: 0.8;
  border-radius: 3px;
  padding: 12px 16px;
  text-align: center;
  font-size: 12px;
  width: 75vw;
  max-width: 300px;
  animation: fade 80ms linear;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .toast__wrapper {
    padding: 24px 16px;
  }
}
@media screen and (min-width: 1260px) {
  .toast__wrapper {
    padding: 24px 16px;
  }
}
.toast__wrapper {
  color: #ffffff;
}

.toast__wrapper_container {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100000;
  background-color: #050505;
  opacity: 0.8;
  border-radius: 4px;
  padding: 8px 12px;
  text-align: center;
  font-size: 12px;
  width: 75vw;
  max-width: 300px;
  animation: fade 80ms linear;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .toast__wrapper_container {
    padding: 12px 8px;
  }
}
@media screen and (min-width: 1260px) {
  .toast__wrapper_container {
    padding: 12px 8px;
  }
}
.toast__wrapper_container {
  color: #ffffff;
}

.add-to-cart {
  color: #f8cb46;
  display: block;
  height: 32px;
  margin: 0 auto;
  width: 98px;
  font-size: 12px;
}
.add-to-cart .add-to-cart__text {
  margin: 0 auto;
}
.add-to-cart .add-to-cart__plus-btn {
  background-color: #f5d000;
  padding: 8px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 14px;
}
.add-to-cart .add-to-cart__plus-btn:before {
  content: "y";
  font-family: IconFont;
  font-style: normal;
  line-height: inherit;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .add-to-cart {
    height: 32px;
    text-align: center;
    padding-right: unset;
    font-size: 14px;
  }
}
@media screen and (min-width: 1260px) {
  .add-to-cart {
    height: 32px;
    text-align: center;
    padding-right: unset;
    font-size: 14px;
  }
}
.add-to-cart {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
              not supported by any browser */
}

.add-to-cart__dec {
  border-radius: 3px;
  display: inline-block;
  padding: 3px 6px;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  background-color: #f8cb46;
  border: 1px solid #f8cb46;
  color: #000000;
  cursor: pointer;
  display: none;
  font-size: 12px;
  height: inherit;
  outline: 0;
  transition: background-color 0.2s ease-out;
  vertical-align: middle;
  width: 30px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .add-to-cart__dec {
    font-size: 14px;
    background-color: #f8cb46;
    border-radius: 68px;
    color: #000000;
    font-size: 14px;
    height: 30px;
    width: 30px;
  }
  .add-to-cart__dec:hover {
    background-color: #f8cb46;
    border: 1px solid #f8cb46;
  }
}
@media screen and (min-width: 1260px) {
  .add-to-cart__dec {
    font-size: 14px;
    background-color: #f8cb46;
    border-radius: 68px;
    color: #000000;
    font-size: 14px;
    height: 30px;
    width: 30px;
  }
  .add-to-cart__dec:hover {
    background-color: #f8cb46;
    border: 1px solid #f8cb46;
  }
}
.add-to-cart__dec:before {
  content: "Y";
  font-family: IconFont;
  font-style: normal;
  line-height: inherit;
}

.add-to-cart__inc {
  border-radius: 3px;
  display: inline-block;
  padding: 3px 6px;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  background-color: #f8cb46;
  border: 1px solid #f8cb46;
  color: #000000;
  cursor: pointer;
  display: none;
  font-size: 12px;
  height: inherit;
  outline: 0;
  transition: background-color 0.2s ease-out;
  vertical-align: middle;
  width: 30px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .add-to-cart__inc {
    font-size: 14px;
    background-color: #f8cb46;
    border-radius: 68px;
    color: #000000;
    font-size: 14px;
    height: 30px;
    width: 30px;
  }
  .add-to-cart__inc:hover {
    background-color: #f8cb46;
    border: 1px solid #f8cb46;
  }
}
@media screen and (min-width: 1260px) {
  .add-to-cart__inc {
    font-size: 14px;
    background-color: #f8cb46;
    border-radius: 68px;
    color: #000000;
    font-size: 14px;
    height: 30px;
    width: 30px;
  }
  .add-to-cart__inc:hover {
    background-color: #f8cb46;
    border: 1px solid #f8cb46;
  }
}
.add-to-cart__inc:before {
  content: "y";
  font-family: IconFont;
  font-style: normal;
  line-height: inherit;
}

.add-to-cart__inc--disabled {
  background: none !important;
  border: 1px solid #cccccc !important;
  color: #cccccc !important;
  cursor: default !important;
}

.add-to-cart__add-btn {
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  background-color: #f8cb46;
  border-radius: 3px;
  border: 0;
  color: #000000;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  transition: background-color 0.2s ease-out;
  width: 100%;
  display: flex;
  align-items: center;
  height: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .add-to-cart__add-btn {
    background-color: #f8cb46;
    border-radius: 68px;
    color: #000000;
  }
}
@media screen and (min-width: 1260px) {
  .add-to-cart__add-btn {
    background-color: #f8cb46;
    border-radius: 68px;
    color: #000000;
  }
}

.add-to-cart__quantity {
  background-color: #ffffff;
  border: unset;
  color: #000000;
  cursor: default;
  font-size: 18px;
  width: calc(100% - 60px);
  height: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .add-to-cart__quantity {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1260px) {
  .add-to-cart__quantity {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    width: calc(100% - 60px);
  }
}

.breadcrumb-navs {
  font-size: 12px;
  font-weight: 200;
  line-height: normal;
  margin: 10px 0 6px 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .breadcrumb-navs {
    margin: initial;
    padding: 13px 0 5px 0;
  }
}
@media screen and (min-width: 1260px) {
  .breadcrumb-navs {
    margin: initial;
    padding: 13px 0 5px 0;
  }
}

.breadcrumb-navs__lists-item {
  color: #999999;
  padding-left: 6px;
}
.breadcrumb-navs__lists-item .name {
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 15px);
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .breadcrumb-navs__lists-item .name {
    width: initial;
  }
}
@media screen and (min-width: 1260px) {
  .breadcrumb-navs__lists-item .name {
    width: initial;
  }
}
.breadcrumb-navs__lists-item:hover .name {
  text-decoration: underline;
  color: #333333;
}
.breadcrumb-navs__lists-item.no-link .name {
  cursor: default;
  text-decoration: none !important;
}
.breadcrumb-navs__lists-item:after {
  content: "b";
  font-family: IconFont;
  font-style: normal;
  font-size: 9px;
  padding-left: 5px;
}
.breadcrumb-navs__lists-item:first-child {
  min-width: 50px;
  padding-left: 0;
}
.breadcrumb-navs__lists-item:last-child {
  color: #333333;
}
.breadcrumb-navs__lists-item:last-child .name {
  width: 100%;
}
.breadcrumb-navs__lists-item:last-child::after {
  display: none;
}

.btn {
  background: #0c831f;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  padding: 13px 12px;
  text-align: center;
}
.btn:disabled {
  cursor: default;
  background-color: #cccccc;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .btn:disabled:hover {
    background-color: #cccccc;
  }
}
@media screen and (min-width: 1260px) {
  .btn:disabled:hover {
    background-color: #cccccc;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .btn:hover {
    background-color: #459220;
  }
}
@media screen and (min-width: 1260px) {
  .btn:hover {
    background-color: #459220;
  }
}

.btn--inverted {
  background-color: #ffffff;
  border: 1px solid #0c831f;
  color: #0c831f;
  padding: 12px 11px;
}
.btn--inverted:disabled {
  background-color: #ffffff !important;
  border: 1px solid #cccccc;
  color: #cccccc;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .btn--inverted:hover {
    background: #0c831f;
    color: #ffffff;
  }
  .btn--inverted:hover:disabled {
    background: initial;
    color: #cccccc;
  }
}
@media screen and (min-width: 1260px) {
  .btn--inverted:hover {
    background: #0c831f;
    color: #ffffff;
  }
  .btn--inverted:hover:disabled {
    background: initial;
    color: #cccccc;
  }
}

.btn--inverted-transparent {
  background-color: #ffffff;
  border: 1px solid #0c831f;
  color: #0c831f;
  padding: 12px 11px;
}
.btn--inverted-transparent:disabled {
  background-color: #ffffff !important;
  border: 1px solid #cccccc;
  color: #cccccc;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .btn--inverted-transparent:hover {
    background: #0c831f;
    color: #ffffff;
  }
  .btn--inverted-transparent:hover:disabled {
    background: initial;
    color: #cccccc;
  }
}
@media screen and (min-width: 1260px) {
  .btn--inverted-transparent:hover {
    background: #0c831f;
    color: #ffffff;
  }
  .btn--inverted-transparent:hover:disabled {
    background: initial;
    color: #cccccc;
  }
}
.btn--inverted-transparent {
  background-color: transparent;
}

.btn--inverted-gray {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #888888;
  padding: 12px 11px;
}
.btn--inverted-gray:disabled {
  background-color: #ffffff !important;
  border: 1px solid #cccccc;
  color: #cccccc;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .btn--inverted-gray:hover {
    background-color: initial;
    border: 1px solid #aaaaaa;
    color: #666666;
  }
}
@media screen and (min-width: 1260px) {
  .btn--inverted-gray:hover {
    background-color: initial;
    border: 1px solid #aaaaaa;
    color: #666666;
  }
}

.btn--link-primary {
  background: #0c831f;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  padding: 13px 12px;
  text-align: center;
  background: transparent;
  color: #0c831f;
  padding: 0;
  font-size: 12px;
}
.btn--link-primary:disabled {
  color: #cccccc;
  cursor: not-allowed;
  text-decoration: none !important;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .btn--link-primary:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1260px) {
  .btn--link-primary:hover {
    text-decoration: underline;
  }
}

.btn--link {
  background: #0c831f;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  padding: 13px 12px;
  text-align: center;
  background: transparent;
  color: #0c831f;
  padding: 0;
  font-size: 12px;
}
.btn--link:disabled {
  color: #cccccc;
  cursor: not-allowed;
  text-decoration: none !important;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .btn--link:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1260px) {
  .btn--link:hover {
    text-decoration: underline;
  }
}
.btn--link {
  margin: 12px 11px;
  font-size: 14px;
}

.btn--full {
  display: inline-block;
  width: 100%;
}
.btn--full:disabled {
  background-color: #cccccc;
}

@media screen and (max-width: 1020px) {
  .btn--full\@mobile {
    display: inline-block;
    width: 100%;
  }
  .btn--full\@mobile:disabled {
    background-color: #cccccc;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .btn--full\@tablet {
    display: inline-block;
    width: 100%;
  }
  .btn--full\@tablet:disabled {
    background-color: #cccccc;
  }
}
@media screen and (min-width: 1260px) {
  .btn--full\@desktop {
    display: inline-block;
    width: 100%;
  }
  .btn--full\@desktop:disabled {
    background-color: #cccccc;
  }
}
.btn--orange {
  background-color: #0c831f;
}

.btn--green {
  background-color: #73c04d;
}

.btn.btn-disabled--orange:disabled {
  background-color: #0c831f;
}

.btn .loader {
  line-height: inherit;
}

.btn--round {
  background: #0c831f;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  padding: 13px 12px;
  text-align: center;
  background-color: #f8cb46;
  border-radius: 68px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 8px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .btn--round {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media screen and (min-width: 1260px) {
  .btn--round {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.dropdown__title-label {
  float: left;
  margin-top: 12px;
  margin-right: 12px;
}

.dropdown__menu-arrow:after {
  content: "u";
  font-family: IconFont;
  font-style: normal;
  color: #0c831f;
  cursor: pointer;
  font-size: 16px;
}

.dropdown__overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 898;
}

.is-focused:not(.is-open) > .Select-control {
  border-color: #eee !important;
  box-shadow: none !important;
}

.is-open > .Select-control {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-color: #dbdbdb;
  box-shadow: none;
}

.dropdown__menu {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  width: 82%;
  z-index: 899;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .dropdown__menu {
    width: 210px;
  }
}
@media screen and (min-width: 1260px) {
  .dropdown__menu {
    width: 210px;
  }
}
.dropdown__menu .is-focused {
  background-color: #eeeeee;
}
.dropdown__menu .Select-arrow {
  margin-top: 8px;
}
.dropdown__menu .Select-arrow-zone {
  margin-top: -26px;
  float: right;
}
.dropdown__menu .Select-control {
  border-radius: 4px;
  height: 32px;
  display: block;
  border-color: #eee;
}
.dropdown__menu .Select-option.is-selected {
  color: #0c831f !important;
  background-color: #ffffff;
}
.dropdown__menu .Select-option.is-selected:hover {
  background-color: #eeeeee;
}
.dropdown__menu .Select-menu {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  bottom: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  list-style: none;
  max-height: max-content;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .dropdown__menu .Select-menu {
    bottom: auto;
    padding: 0;
    position: absolute;
    z-index: 899;
  }
}
@media screen and (min-width: 1260px) {
  .dropdown__menu .Select-menu {
    bottom: auto;
    padding: 0;
    position: absolute;
    z-index: 899;
  }
}
.dropdown__menu .Select-menu-outer {
  border: none;
  z-index: 9999;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .dropdown__menu .Select-menu-outer {
    z-index: 899;
  }
}
@media screen and (min-width: 1260px) {
  .dropdown__menu .Select-menu-outer {
    z-index: 899;
  }
}
.dropdown__menu .Select-option {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  color: black;
  cursor: pointer;
  height: max-content;
  padding: 12px 0 12px 8px;
  z-index: 899;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown__menu .Select-option:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dropdown__menu .Select-option:active {
  background-color: #eeeeee !important;
}
.dropdown__menu .Select-option:hover {
  background-color: #eeeeee;
}
.dropdown__menu .Select-option__content {
  display: inline-block;
  vertical-align: middle;
}
.dropdown__menu .Select-option__text {
  float: left;
  margin-top: 2px;
}
.dropdown__menu .Select-option__sub-text {
  padding-top: 4px;
  float: left;
  font-size: 12px;
  font-weight: normal;
  color: #999999;
}
.dropdown__menu .Select-value {
  cursor: pointer;
  float: left;
  margin-top: -1px;
  width: 90%;
}
.dropdown__menu .Select-value-label {
  background-color: #ffffff;
  color: #000000 !important;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .dropdown__menu .Select-value-label {
    color: #0c831f !important;
  }
}
@media screen and (min-width: 1260px) {
  .dropdown__menu .Select-value-label {
    color: #0c831f !important;
  }
}
.dropdown__menu .circle-checkbox {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-right: 8px;
  text-align: center;
  width: 16px;
  vertical-align: middle;
}
.dropdown__menu .circle-checkbox:before {
  content: "H";
  font-family: IconFont;
  font-style: normal;
  color: #ffffff;
  font-size: 10px;
}
.dropdown__menu .circle-checkbox--checked {
  background-color: #0c831f;
  border: 1px solid #0c831f;
}

@-webkit-keyframes loader-animation {
  50% {
    background-color: rgb(12, 131, 31);
  }
}
@keyframes loader-animation {
  50% {
    background-color: rgb(12, 131, 31);
  }
}
@-webkit-keyframes loader-animation--inverted {
  50% {
    background-color: #ffffff;
  }
}
@keyframes loader-animation--inverted {
  50% {
    background-color: #ffffff;
  }
}
.loader {
  display: inline-block;
  line-height: normal;
}

.loader--inverted .loader__circle {
  -webkit-animation-name: loader-animation--inverted;
  animation-name: loader-animation--inverted;
}

.loader__circle {
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  margin: 0 3.6px;
  width: 18px;
  -webkit-animation-name: loader-animation;
  animation-name: loader-animation;
  -webkit-animation-duration: 0.8775s;
  animation-duration: 0.8775s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.loader__circle--small {
  height: 10px;
  width: 10px;
}

.loader__circle:nth-child(1) {
  -webkit-animation-delay: 0.1795s;
  animation-delay: 0.1795s;
}

.loader__circle:nth-child(2) {
  -webkit-animation-delay: 0.4055s;
  animation-delay: 0.4055s;
}

.loader__circle:nth-child(3) {
  -webkit-animation-delay: 0.5285s;
  animation-delay: 0.5285s;
}

.loader__btn-circle {
  height: 10px;
  margin: 0 2.1px;
  width: 10px;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #ffffff;
  box-shadow: 9999px 0 0 -5px #ffffff;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: 0.25s;
}

.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #ffffff;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #ffffff;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #ffffff;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #ffffff;
  }
  30% {
    box-shadow: 9984px 0 0 2px #ffffff;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px #ffffff;
  }
}
@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #ffffff;
  }
  30% {
    box-shadow: 9999px 0 0 2px #ffffff;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px #ffffff;
  }
}
@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #ffffff;
  }
  30% {
    box-shadow: 10014px 0 0 2px #ffffff;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px #ffffff;
  }
}
/**
 * Overrides for Google location search to match our styling needs
 */
.pac-container {
  border: 1px solid #cccccc;
  box-shadow: none;
  padding: 6px 0;
  z-index: 10000;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .pac-container {
    width: 360px !important;
  }
}
@media screen and (min-width: 1260px) {
  .pac-container {
    width: 360px !important;
  }
}

.pac-item {
  border: none;
  color: #999999;
  font-family: inherit;
  font-size: 13px;
  padding: 0 12px 0 4px;
}
.pac-item .pac-item-query {
  color: #999999;
}
.pac-item .pac-item-query:before {
  content: "r";
  font-family: IconFont;
  font-style: normal;
  font-size: 13px;
  left: 12px;
  position: absolute;
  color: #333333;
}
.pac-item .pac-matched {
  color: #333333;
  font-weight: 500;
}
.pac-item .pac-icon {
  background: none;
  margin-right: 12px;
}
.pac-item:hover {
  background-color: #f7f7f7;
}

.modal-right__no-search {
  background-color: #ffffff;
  z-index: 899;
}

.multi-column-list--double {
  padding: 0;
  width: 100%;
}
.multi-column-list--double > li {
  display: inline-table;
  line-height: 2;
}
.multi-column-list--double > li {
  width: 45%;
  margin-left: 0;
}
.multi-column-list--double > li:nth-child(even) {
  margin-left: 25px;
}

@media screen and (max-width: 1020px) {
  .multi-column-list--double\@mobile {
    padding: 0;
    width: 100%;
  }
  .multi-column-list--double\@mobile > li {
    display: inline-table;
    line-height: 2;
  }
  .multi-column-list--double\@mobile > li {
    width: 45%;
    margin-left: 0;
  }
  .multi-column-list--double\@mobile > li:nth-child(even) {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .multi-column-list--double\@tablet {
    padding: 0;
    width: 100%;
  }
  .multi-column-list--double\@tablet > li {
    display: inline-table;
    line-height: 2;
  }
  .multi-column-list--double\@tablet > li {
    width: 45%;
    margin-left: 0;
  }
  .multi-column-list--double\@tablet > li:nth-child(even) {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1260px) {
  .multi-column-list--double\@desktop {
    padding: 0;
    width: 100%;
  }
  .multi-column-list--double\@desktop > li {
    display: inline-table;
    line-height: 2;
  }
  .multi-column-list--double\@desktop > li {
    width: 45%;
    margin-left: 0;
  }
  .multi-column-list--double\@desktop > li:nth-child(even) {
    margin-left: 25px;
  }
}
.multi-column-list--triple {
  padding: 0;
  width: 100%;
}
.multi-column-list--triple > li {
  display: inline-table;
  line-height: 2;
}
.multi-column-list--triple > li {
  width: 30%;
}
.multi-column-list--triple > li:nth-child(3n+2), .multi-column-list--triple > li:nth-child(3n) {
  margin-left: 20px;
}

@media screen and (max-width: 1020px) {
  .multi-column-list--triple\@mobile {
    padding: 0;
    width: 100%;
  }
  .multi-column-list--triple\@mobile > li {
    display: inline-table;
    line-height: 2;
  }
  .multi-column-list--triple\@mobile > li {
    width: 30%;
  }
  .multi-column-list--triple\@mobile > li:nth-child(3n+2), .multi-column-list--triple\@mobile > li:nth-child(3n) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .multi-column-list--triple\@tablet {
    padding: 0;
    width: 100%;
  }
  .multi-column-list--triple\@tablet > li {
    display: inline-table;
    line-height: 2;
  }
  .multi-column-list--triple\@tablet > li {
    width: 30%;
  }
  .multi-column-list--triple\@tablet > li:nth-child(3n+2), .multi-column-list--triple\@tablet > li:nth-child(3n) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1260px) {
  .multi-column-list--triple\@desktop {
    padding: 0;
    width: 100%;
  }
  .multi-column-list--triple\@desktop > li {
    display: inline-table;
    line-height: 2;
  }
  .multi-column-list--triple\@desktop > li {
    width: 30%;
  }
  .multi-column-list--triple\@desktop > li:nth-child(3n+2), .multi-column-list--triple\@desktop > li:nth-child(3n) {
    margin-left: 20px;
  }
}
.inline-list {
  display: inline-table;
  margin: 0;
  padding: 0;
}

.inline-list__item {
  display: inline-table;
  list-style-type: none;
  margin-right: 5px;
}

.success-msg {
  background-color: rgba(80, 170, 26, 0.1);
  color: #666666;
  font-size: 12px;
  padding: 16px 18px;
}

.login-help {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.login-help--success {
  color: #51aa1b;
  font-size: 14px;
  margin: 140px 0 70px 0;
  position: relative;
}
.login-help--success:before {
  content: "H";
  font-family: IconFont;
  font-style: normal;
  background-color: #51aa1b;
  border-radius: 100%;
  color: #ffffff;
  padding: 0 9px;
  top: -65px;
  font-size: 24px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.login-phone {
  display: inline-block;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .login-phone {
    width: 100%;
  }
}
.login-phone::after {
  color: #333333;
  content: "+91";
  font-weight: 600;
  font-size: 14px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.otp {
  margin-top: 24px;
}

.otp-resend {
  color: #0c831f;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 24px 0;
  text-align: center;
  width: 100%;
  margin: 0;
}

.otp-resend--wallet {
  margin-top: 24px;
}

.otp-resend--disabled {
  cursor: default;
  color: #cccccc;
}
.otp-resend--disabled:hover {
  text-decoration: none !important;
}

.login {
  margin: auto;
  font-family: "Okra";
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .login {
    width: 570px;
  }
}
@media screen and (min-width: 1260px) {
  .login {
    width: 570px;
  }
}
.login .login__body {
  border-radius: 3px;
}
.login a:hover {
  text-decoration: underline;
}
.login .login-help--success {
  line-height: 1.8;
}
@media screen and (max-width: 1020px) {
  .login .modal-back {
    left: 33px;
    top: 24px;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .login-head {
    border-bottom: 1px solid #eeeeee;
    padding: 28px 0;
  }
}
@media screen and (min-width: 1260px) {
  .login-head {
    border-bottom: 1px solid #eeeeee;
    padding: 28px 0;
  }
}

.login-head__text {
  color: #333333;
  font-size: 24px;
  line-height: normal;
  margin: 0;
  text-align: center;
  font-weight: 800;
}

.login__body {
  margin: auto;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .login__body {
    width: auto;
  }
}
@media screen and (min-width: 1260px) {
  .login__body {
    width: auto;
  }
}
.login__body .btn:not([disabled]):hover {
  background-color: #459220;
}

.login-form {
  margin: 0 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1020px) {
  .login-form {
    width: 80%;
  }
}

.login-otp-step--wallet {
  background-color: #ffffff;
  padding: 0 0 24px;
}

.login-button {
  margin-top: 24px;
  width: 100%;
  border-radius: 12px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .login-button {
    width: 300px;
  }
}
@media screen and (min-width: 1260px) {
  .login-button {
    width: 300px;
  }
}

.login-button--wallet {
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .login-button--wallet {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1260px) {
  .login-button--wallet {
    margin-top: 32px;
  }
}

.login-phone__input {
  box-sizing: border-box;
  font-size: 14px;
  padding: 15px 20px 15px 50px;
  width: 100%;
  border-radius: 12px;
  font-weight: 600;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .login-phone__input {
    box-sizing: initial;
    width: 220px;
  }
}
@media screen and (min-width: 1260px) {
  .login-phone__input {
    box-sizing: initial;
    width: 220px;
  }
}

.otp__input {
  font-size: 16px;
  text-align: center;
  width: 10%;
  padding: 16px 8px;
  border-radius: 8px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .otp__input {
    width: 42px;
  }
}
@media screen and (min-width: 1260px) {
  .otp__input {
    width: 42px;
  }
}

.otp__input--wallet {
  box-sizing: border-box;
  margin-left: 8px;
  padding: 12px 8px;
}
.otp__input--wallet:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .otp__input--wallet {
    width: 48px;
  }
}
@media screen and (min-width: 1260px) {
  .otp__input--wallet {
    width: 48px;
  }
}

.otp-text {
  padding: 14px 0px 12px 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.otp-msg {
  font-size: 12px;
  padding-top: 32px;
  line-height: 1.6;
  color: #333333;
}

.otp-input-form {
  margin: 0 24px;
}

.otp-input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.login__lottie {
  height: 50%;
  width: 100%;
  overflow-y: hidden;
}

.modal--back {
  color: #0c831f;
  left: 20px;
  margin-left: 0;
  position: absolute;
  top: 20px;
  z-index: 1;
}
.modal--back:before {
  content: "a";
  font-family: IconFont;
  font-style: normal;
  font-size: 12px;
  left: -12px;
  position: absolute;
}

body.ReactModal__Body--open {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1020px) {
  .mobile-overlay__bottomSheet {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }
}

.modal-content__default {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
  bottom: auto;
  display: inline-block;
  left: 50%;
  top: 50%;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: auto;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1020px) {
  .modal-content__default {
    bottom: 0;
    left: 0 !important;
    top: auto;
    width: 100%;
    height: auto;
    overflow: unset;
    background-color: #ffffff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    transform: translateY(140%); /* initially set it to move down by 100% */
  }
}
@media screen and (min-width: 1260px) {
  .modal-content__default {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .modal-content__default {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }
}

.modal-content {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
  bottom: auto;
  display: inline-block;
  left: 50%;
  top: 50%;
  outline: none;
  position: absolute;
  right: auto;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1020px) {
  .modal-content {
    top: 5%;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    height: 100vh;
    max-height: 100lvh;
    position: fixed;
    overflow-y: auto;
    width: 100%;
    background-color: #ffffff;
    transform: translate(-50%, 0%);
  }
}
@media screen and (min-width: 1260px) {
  .modal-content {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .modal-content {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }
}

@media screen and (max-width: 1020px) {
  .mobile-content__center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: unset;
    width: unset;
    background-color: transparent;
    overflow: unset;
  }
}

@media screen and (max-width: 1020px) {
  .mobile-content__bottomSheet {
    bottom: 0;
    top: auto;
    width: 100%;
    height: auto;
    overflow: unset;
    background-color: #ffffff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  .mobile-content__bottomSheet.LocationModal {
    height: 70vh;
    top: auto;
    box-sizing: border-box;
    display: flex;
  }
  .mobile-content__bottomSheet.LocationModal > div {
    display: flex;
    flex: 1;
  }
  .mobile-content__bottomSheet.animation--delay-popup {
    bottom: -120%;
    transition: 0.3s ease-in-out all;
  }
  .mobile-content__bottomSheet.animation--delay-popup.animation--enter-done {
    bottom: 0;
  }
}

.bottom-sheet--open {
  transform: translateY(0); /* slide up the bottom sheet by setting the translateY to 0 */
}

.bottom-sheet--close {
  transform: translateY(140%); /* slide down the bottom sheet by setting the translateY back to 100% */
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0px;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 10001;
  overflow-y: auto;
}
@media screen and (max-width: 1020px) {
  .modal-overlay {
    background: #ffffff;
  }
}

.modal-overlay--product,
.modal-overlay--default {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0px;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 10001;
  overflow-y: auto;
}

@media screen and (max-width: 1020px) {
  .mobile-overlay__transparentBG {
    background-color: rgba(50, 50, 50, 0.7);
  }
}

@media screen and (max-width: 1020px) {
  .mobile-overlay__blur {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}

.modal-overlay--fade-in {
  animation: overlayFadeIn 400ms ease;
}

.modal-overlay--fade-out {
  animation: overlayFadeOut 400ms ease;
}

.modal-back {
  color: #0c831f;
  left: 27px;
  margin-left: 0;
  position: absolute;
  top: 18px;
  z-index: 1;
}
.modal-back:before {
  content: "a";
  font-family: IconFont;
  font-style: normal;
  font-size: 12px;
  left: -12px;
  position: absolute;
}

@-webkit-keyframes overlayFadeIn {
  0% {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
  1% {
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
  }
}
@-webkit-keyframes overlayFadeOut {
  0% {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
  }
  1% {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
}
.modal-error {
  background-color: #fff5f5;
  border-radius: 3px;
  bottom: 0;
  color: #f34343;
  font-size: 12px;
  left: 0;
  padding: 14px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.modal-error:before {
  content: "N";
  font-family: IconFont;
  font-style: normal;
  margin-right: 6px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1020px) {
  .modal-error {
    position: fixed;
    bottom: 0;
  }
}

.modal-error__location {
  max-width: 262px;
  line-height: 1.4;
  margin: 0 auto;
  display: inline-block;
  vertical-align: text-top;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .modal-error__location {
    max-width: 315px;
  }
}
@media screen and (min-width: 1260px) {
  .modal-error__location {
    max-width: 315px;
  }
}

.modal-close__btn {
  background: none;
  border: none;
  color: #666666;
  cursor: pointer;
  font-size: 34px;
  font-weight: lighter;
  left: calc(100% - 40px);
  outline: none;
  padding: 0;
  position: relative;
  top: 10px;
  z-index: 1;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .modal-close__btn {
    color: #ffffff;
    font-size: 24px;
    left: initial;
    position: absolute;
    right: -28px;
    top: -8px;
  }
}
@media screen and (min-width: 1260px) {
  .modal-close__btn {
    color: #ffffff;
    font-size: 24px;
    left: initial;
    position: absolute;
    right: -28px;
    top: -8px;
  }
}

.contentClass {
  position: absolute;
  inset: 40px;
  background: rgb(255, 255, 255);
  overflow: auto;
  border-radius: 4px;
  outline: none;
  height: fit-content;
  margin: auto;
}

.overlayClass {
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
}

.modal-overlay--hide {
  display: none;
}

.modal-back-button {
  left: 15px;
  top: 8px;
  background-color: #ffffff;
  z-index: 100002;
  color: #1f1f1f;
  border-radius: 50%;
  position: absolute;
}

.modal-overlay--login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10002;
  max-height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .modal-overlay--login {
    background-color: #fff;
  }
}

.modal-content--login {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: max-content;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (max-width: 1020px) {
  .modal-content--login {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
  }
}

.preparing-experiance-step {
  color: #333333;
  margin: 0 auto;
  padding: 33px 0 48px 0;
  text-align: center;
  width: calc(100% - 48px);
}
.preparing-experiance-step .login-help {
  line-height: 1.8;
  margin: 0 auto;
  margin-top: 83px;
}
.preparing-experiance-step .location-success:before {
  content: "B";
  font-family: IconFont;
  font-style: normal;
}
.preparing-experiance-step .location-success {
  color: #51aa1b;
  font-size: 68px;
}
.preparing-experiance-step .locality-message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 28px;
}
.preparing-experiance-step .locality-name {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 4px;
}
.preparing-experiance-step .preparing-experiance-message {
  color: #333333;
  font-weight: normal;
  line-height: 2.1;
  margin-top: 8px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .preparing-experiance-step {
    margin: initial;
    width: inherit;
  }
}
@media screen and (min-width: 1260px) {
  .preparing-experiance-step {
    margin: initial;
    width: inherit;
  }
}

.non-serviceable-step {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .non-serviceable-step {
    margin: auto;
    width: 351px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1260px) {
  .non-serviceable-step {
    margin: auto;
    width: 351px;
    padding-bottom: 40px;
  }
}

.ns-exclamation {
  color: #333333;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.ns-location {
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
}

.ns--image {
  width: 168px;
  margin-bottom: 6px;
}

.ns-helper {
  color: #666666;
  font-size: 12px;
  line-height: 2.1;
  margin: 0 auto;
  width: calc(100% - 48px);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .ns-helper {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1260px) {
  .ns-helper {
    margin-bottom: 6px;
  }
}

.ns-city__serviceable-cities {
  color: #666666;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  width: calc(100% - 48px);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .ns-city__serviceable-cities {
    width: auto;
  }
}
@media screen and (min-width: 1260px) {
  .ns-city__serviceable-cities {
    width: auto;
  }
}

.ns-region__location {
  margin-bottom: 12px;
}

.add-money-modal-header {
  background-color: #fcfcfc;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  padding: 16px 20px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .add-money-modal-header {
    border-radius: 4px 4px 0 0;
    border-top: 0;
    margin-top: 0;
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1260px) {
  .add-money-modal-header {
    border-radius: 4px 4px 0 0;
    border-top: 0;
    margin-top: 0;
    padding: 16px 24px;
  }
}

.add-money-modal-header__img {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  width: 40px;
}

.add-money-modal-header__wallet {
  display: inline-block;
  margin-left: 24px;
  vertical-align: top;
}

.add-money-modal-header__wallet-name {
  color: #333333;
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.add-money-modal-header__wallet-balance {
  color: #55ac20;
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}

.add-money-modal-body {
  box-sizing: border-box;
  padding: 24px 20px;
  text-align: center;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .add-money-modal-body {
    padding: 32px;
    width: 370px;
  }
}
@media screen and (min-width: 1260px) {
  .add-money-modal-body {
    padding: 32px;
    width: 370px;
  }
}

.add-money-modal-body__text {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.add-money-modal-body__minimum-recharge {
  color: #f34343;
  font-size: 12px;
  margin-bottom: 24px;
}

.add-money-modal-body__input {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 32px;
  padding: 12px 16px;
  text-align: center;
  width: 140px;
}

.add-money-modal-error {
  background-color: #fff5f5;
  border-radius: 3px;
  border-top: 1px solid #ffe6e6;
  bottom: 0;
  color: #f34343;
  font-size: 12px;
  padding: 12px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.add-money-modal-error:before {
  content: "N";
  font-family: IconFont;
  font-style: normal;
  margin-right: 4px;
  vertical-align: text-bottom;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .add-money-modal-error {
    position: static;
  }
}
@media screen and (min-width: 1260px) {
  .add-money-modal-error {
    position: static;
  }
}

.link-wallet-modal-header {
  background-color: #fcfcfc;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  border-top: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  padding: 16px 20px;
  text-align: center;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .link-wallet-modal-header {
    border-radius: 4px 4px 0 0;
    border-top: 0;
    margin-top: 0;
    padding: 24px 32px;
  }
}
@media screen and (min-width: 1260px) {
  .link-wallet-modal-header {
    border-radius: 4px 4px 0 0;
    border-top: 0;
    margin-top: 0;
    padding: 24px 32px;
  }
}

.link-wallet-modal-back {
  font-size: 14px;
  top: 24px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .link-wallet-modal-back {
    font-size: 12px;
    top: 30px;
  }
}
@media screen and (min-width: 1260px) {
  .link-wallet-modal-back {
    font-size: 12px;
    top: 30px;
  }
}
.link-wallet-modal-back::before {
  font-size: 14px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .link-wallet-modal-back::before {
    font-size: 12px;
  }
}
@media screen and (min-width: 1260px) {
  .link-wallet-modal-back::before {
    font-size: 12px;
  }
}

.link-wallet-modal-body {
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .link-wallet-modal-body {
    padding: 0px 32px;
    width: 392px;
  }
}
@media screen and (min-width: 1260px) {
  .link-wallet-modal-body {
    padding: 0px 32px;
    width: 392px;
  }
}

.link-wallet-modal-body__img {
  width: 96px;
}

.link-wallet-modal-body__login-text {
  color: #666666;
  font-size: 14px;
  text-align: center;
}

.link-wallet-modal-body__input {
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
}

.link-wallet-modal-body__verify-text {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 32px 0 12px 0;
}

.link-wallet-modal-body__acitvation-text {
  color: #666666;
  font-size: 14px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .link-wallet-modal-body__acitvation-text {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1260px) {
  .link-wallet-modal-body__acitvation-text {
    margin-bottom: 32px;
  }
}

.link-wallet-modal-body__btn {
  margin-bottom: 32px;
  margin-top: 24px;
}

.link-wallet-modal-error {
  background-color: #fff5f5;
  border-radius: 3px;
  border-top: 1px solid #ffe6e6;
  bottom: 0;
  color: #f34343;
  font-size: 12px;
  padding: 12px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.link-wallet-modal-error:before {
  content: "N";
  font-family: IconFont;
  font-style: normal;
  margin-right: 4px;
  vertical-align: text-bottom;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .link-wallet-modal-error {
    position: static;
  }
}
@media screen and (min-width: 1260px) {
  .link-wallet-modal-error {
    position: static;
  }
}

.sub-header {
  background-color: #f9f9f9;
  position: sticky;
  top: 86px;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  z-index: 900;
}

.sub-header__wrapper {
  background-color: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

.sub-header-details {
  border-right: 1px solid #eeeeee;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  margin-right: -1px;
  padding-left: 36px;
  padding-right: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sub-header-details:before {
  content: "V";
  font-family: IconFont;
  font-style: normal;
  font-size: 20px;
  padding: 0 5px 0 0;
  vertical-align: sub;
}

.sub-header__section--left,
.sub-header__section--right {
  display: table-cell;
}

.sub-header__section--left {
  width: 260px;
  max-width: 260px;
}

.cat-0-list {
  color: #666666;
  font-size: 14px;
  height: 47px;
  margin-left: 17px !important;
}

.cat-0-list__item {
  cursor: pointer;
  line-height: normal;
  position: relative;
}
.cat-0-list__item.show, .cat-0-list__item:hover {
  background-color: #f7f7f7;
}

.cat-0-list__item--active {
  position: relative;
  color: #000000;
  cursor: default;
}
.cat-0-list__item--active:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #0c831f;
  content: "";
  z-index: 10000;
}
.cat-0-list__item--active:hover {
  background-color: transparent;
}
.cat-0-list__item--active .cat-0-list__item--name {
  cursor: default;
}

.cat-0-list__item--hidden {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.cat-0-list__item--name {
  display: block;
  padding: 14px 13px;
}

.cat-0-list__more-btn:after {
  content: "u";
  font-family: IconFont;
  font-style: normal;
  cursor: pointer;
  font-size: 12px;
  margin-left: 5px;
  vertical-align: middle;
}

.cat-0-list__more-category {
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  max-height: calc(100vh - 163px);
  overflow: scroll;
  position: absolute;
  right: 0;
  width: 200px;
  z-index: 900;
}
.cat-0-list__more-category .more-child {
  border-top: 1px solid #f2f2f2;
}
.cat-0-list__more-category .more-child--first {
  border-top: 0;
}
.cat-0-list__more-category .more-child:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cat-0-list__more-category .cat-0-list__item--name {
  padding: 14px 16px;
}

.search__btn {
  background-color: transparent;
  border-radius: 0 3px 3px 0;
  color: #999999;
  font-size: 24px;
  height: 50px;
  padding: 0;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1020px) {
  .search__btn {
    height: 40px;
  }
}
.search__btn:hover {
  background-color: #f9f9f9;
}
.search__btn:before {
  content: "R";
  font-family: IconFont;
  font-style: normal;
}
@media screen and (max-width: 1020px) {
  .search__btn {
    color: #666666;
    width: 45px;
    border-radius: 3px 0 0 3px;
  }
}

.search__btn-v1 {
  background-color: transparent;
  border-radius: 3px 0 0 3px;
  color: #1F1F1F;
  font-size: 19px;
  height: 36px;
  padding: 8px;
  width: 36px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}
.search__btn-v1:before {
  content: "R";
  font-family: IconFont;
  font-style: normal;
}
@media screen and (max-width: 1020px) {
  .search__btn-v1 {
    border: 1px solid transparent;
    border-right: 0px;
  }
}

.search-categories__image {
  display: inline-block;
  margin-right: 8px;
  height: 32px;
  vertical-align: middle;
  width: 32px;
}

.search-suggestion-link {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
}

.search-categories__name {
  color: #37a3be;
}

.search-categories__title {
  text-transform: capitalize;
}

.search-stored-keywords-icon {
  background-color: #459220;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  height: 16px;
  margin-left: 4px;
  margin-right: 12px;
  padding: 4px 4px 4px;
  vertical-align: middle;
}

.tooltip {
  z-index: 2;
}
.tooltip .rc-tooltip-inner {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  font-size: 12px;
  padding: 10px;
  width: 140px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .tooltip .rc-tooltip-inner {
    padding: 16px;
    width: 165px;
  }
}
@media screen and (min-width: 1260px) {
  .tooltip .rc-tooltip-inner {
    padding: 16px;
    width: 165px;
  }
}
.tooltip .rc-tooltip-arrow {
  right: 7%;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .tooltip .rc-tooltip-arrow {
    right: 5%;
  }
}
@media screen and (min-width: 1260px) {
  .tooltip .rc-tooltip-arrow {
    right: 5%;
  }
}

.tooltip--modal {
  z-index: 10000;
}

.tooltip-icon {
  background: url(/4997aa850d0d9d2072f2.png);
  background-size: cover;
  height: 14px;
  width: 14px;
}

.delete-address-tooltip {
  opacity: 1;
}
.delete-address-tooltip .rc-tooltip-arrow {
  border: 8px solid #ffffff;
  box-shadow: -3px 3px 2px -3px rgba(0, 0, 0, 0.1);
  top: 12px;
  transform-origin: 0 0;
  transform: rotate(135deg);
}
.delete-address-tooltip .rc-tooltip-inner {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.31);
  color: #666666;
  width: 330px;
}

.static-tooltip {
  padding: 21px 16px;
  position: relative;
  background: #fffbc6;
  border: 1px solid #eeeeee;
}

.static-tooltip:after,
.static-tooltip:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.static-tooltip:after {
  border-bottom-color: #fffbc6;
  border-width: 16px;
  margin-left: -16px;
}

.static-tooltip:before {
  border-bottom-color: #c2e1f5;
  border-width: 17px;
  margin-left: -17px;
}

.delivery-charges-tooltip {
  z-index: 10000;
}
.delivery-charges-tooltip .rc-tooltip-inner {
  font-family: "Okra";
  font-size: 14px;
  text-align: center;
  min-height: 0;
}

.tooltip-one {
  position: fixed;
  margin: 10px;
}

.tooltip-one > .rc-tooltip-content > .rc-tooltip-arrow {
  border-bottom-color: #000000;
}

.tooltip-one > .rc-tooltip-content > .rc-tooltip-inner {
  background-color: #000000;
  padding: 0px;
}

.location-tooltip-container {
  display: flex;
  flex-direction: row;
  padding: 16px;
}

.location-tooltip-title {
  font-size: 14px;
  font-family: "Okra-Medium";
  color: #ffffff;
}

.location-tooltip-subtitle {
  font-size: 12px;
  font-family: "Okra-Regular";
  color: #ffffff;
}

.location-tooltip-cross-button {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: 12px;
  cursor: pointer;
}

.backdrop {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.back-to-top {
  background-color: #0c831f;
  border-radius: 50%;
  bottom: 27px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  height: 42px;
  opacity: 0;
  position: fixed;
  right: 32px;
  transition: opacity 0.3s ease-in-out;
  width: 42px;
  z-index: 2;
}
.back-to-top.showEl {
  cursor: pointer;
  opacity: 1;
}

.back-to-top--ia {
  right: 20px;
  bottom: 67px;
}

.back-to-top__icon {
  color: #ffffff;
  font-size: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.back-to-top__icon:before {
  content: "U";
  font-family: IconFont;
  font-style: normal;
}

@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location-fetching-addresses,
  .location-show-addresses,
  .location-no-addresses,
  .location-serviceability-step,
  .location-login-step {
    width: inherit;
    height: 100%;
  }
}
@media screen and (min-width: 1260px) {
  .location-fetching-addresses,
  .location-show-addresses,
  .location-no-addresses,
  .location-serviceability-step,
  .location-login-step {
    width: inherit;
    height: 100%;
  }
}

.location__shake-container {
  position: absolute;
  z-index: 10000;
  top: 72px;
  left: 10px;
  right: 10px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location__shake-container {
    top: 60px;
    left: 50px;
    right: 0;
  }
}
@media screen and (min-width: 1260px) {
  .location__shake-container {
    top: 60px;
    left: 50px;
    right: 0;
  }
}
.location__shake-container .animated {
  animation-duration: 0.8s;
}

.location__btn {
  margin-right: 12px;
  min-width: 99px;
}

.location {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #333333;
  width: 440px;
}
@media screen and (max-width: 1020px) {
  .location {
    width: auto;
  }
}
.location .login-head {
  border-bottom: none;
  left: 0;
  padding: 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location .login-head {
    padding: 0 0 22px 0;
  }
}
@media screen and (min-width: 1260px) {
  .location .login-head {
    padding: 0 0 22px 0;
  }
}
.location .location-body {
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .location .location-body {
    padding: 12px 6px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
  }
}
.location .location-helper {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 0;
  text-align: center;
}
.location .location-head__text {
  font-size: 16px;
  font-weight: 500;
}
.location .location-head {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  margin-bottom: 24px;
}
.location a:hover {
  text-decoration: underline;
}
.location .ns--image {
  width: 168px;
  margin-bottom: 38px;
}
@media screen and (max-width: 1020px) {
  .location .modal-back {
    left: 35px;
    top: 25px;
  }
}

.location:after, .location:before {
  bottom: 100%;
  left: 32%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location:after, .location:before {
    left: 9%;
  }
}
@media screen and (min-width: 1260px) {
  .location:after, .location:before {
    left: 9%;
  }
}

.location:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 4px;
  margin-left: -4px;
}

.location:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}

.location-show-addresses {
  position: relative;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location-show-addresses {
    height: auto;
    min-height: 300px;
    max-height: 400px;
    overflow: auto;
    position: initial;
  }
}
@media screen and (min-width: 1260px) {
  .location-show-addresses {
    height: auto;
    min-height: 300px;
    max-height: 400px;
    overflow: auto;
    position: initial;
  }
}
@media screen and (max-width: 1020px) {
  .location-show-addresses .transition-container {
    margin-top: -36px;
  }
}

.location-footer {
  background: #ffffff;
  overflow: auto;
}

.location-addresses {
  padding: 1px 12px 12px 12px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location-addresses {
    background-color: #fbfbfb;
    padding: 1px 29px 26px 29px;
  }
}
@media screen and (min-width: 1260px) {
  .location-addresses {
    background-color: #fbfbfb;
    padding: 1px 29px 26px 29px;
  }
}

.location-addresses__title {
  color: #888888;
  font-size: 12px;
  font-weight: normal;
  margin: 20px 0 10px;
}

.address-container {
  border: 1px solid #f2f2f2;
}

.address-container-v1 {
  border: 0;
}
@media screen and (max-width: 1020px) {
  .address-container-v1 {
    border-radius: 0;
    border: 0;
    background-color: transparent;
  }
}

.address {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  padding: 16px;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.address:last-child {
  border-bottom: none;
}
.address:hover {
  background-color: #eeeeee;
}

.address-v1 {
  border-bottom: 1px solid #f2f2f2;
  padding: 16px;
  position: relative;
  text-align: left;
  cursor: pointer;
  display: flex;
}
.address-v1:last-child {
  border-bottom: none;
}
.address-v1:hover {
  background-color: #eeeeee;
}
@media screen and (max-width: 1020px) {
  .address-v1 {
    padding: 16px 0;
  }
}

.address-value {
  padding-left: 32px;
}

.address-icon {
  color: #333333;
  font-size: 20px;
  left: 16px;
  position: absolute;
  top: 13px;
}

.address-icon-v1 {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 25px;
  color: #333333;
  font-size: 22px;
}

.address-value--home-v1:before {
  content: "I";
  font-family: IconFont;
  font-style: normal;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 25px;
  color: #333333;
  font-size: 22px;
}

.address-value--office-v1:before {
  content: "M";
  font-family: IconFont;
  font-style: normal;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 25px;
  color: #333333;
  font-size: 22px;
}

.address-value--other-v1:before {
  content: "r";
  font-family: IconFont;
  font-style: normal;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 25px;
  color: #333333;
  font-size: 22px;
}

.address-value--home:before {
  content: "I";
  font-family: IconFont;
  font-style: normal;
  color: #333333;
  font-size: 20px;
  left: 16px;
  position: absolute;
  top: 13px;
}

.address-value--office:before {
  content: "M";
  font-family: IconFont;
  font-style: normal;
  color: #333333;
  font-size: 20px;
  left: 16px;
  position: absolute;
  top: 13px;
}

.address-value--other:before {
  content: "r";
  font-family: IconFont;
  font-style: normal;
  color: #333333;
  font-size: 20px;
  left: 16px;
  position: absolute;
  top: 13px;
}

.address-value__label {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #1C1C1C;
  line-height: normal;
  text-transform: capitalize;
}

.address-part {
  font-weight: normal;
  color: #666666;
  margin-top: 4px;
}

.address-part__child {
  font-size: 14px;
  line-height: 1.4;
  color: #666666;
}

.address-part__child-v1 {
  font-size: 13px;
  line-height: 18px;
  color: #363636;
  font-family: "Okra";
}

.addresses-loader {
  margin: 32px 0 38px;
}
@media screen and (max-width: 1020px) {
  .addresses-loader {
    background-color: transparent;
    text-align: center;
  }
}

.addresses-loader__text {
  color: #333333;
  font-weight: normal;
  line-height: 2.1;
  margin-top: 8px;
}

.location-body__top-container {
  padding: 24px;
}

.separator-line {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #333333;
  width: 48px;
  margin: 0 8px;
}

.location__separator {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  height: 19px;
  padding: 16px 12px;
  overflow: hidden;
  text-align: center;
}
.location__separator .separator-text {
  position: relative;
  display: inline-block;
}
.location__separator .separator-text:before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #333333;
  width: 48px;
  margin: 0 8px;
  right: 100%;
}
.location__separator .separator-text:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #333333;
  width: 48px;
  margin: 0 8px;
  left: 100%;
}

.location__selected {
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  padding: 4px 12px;
  position: relative;
  transition: box-shadow 0.3s linear;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location__selected:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1260px) {
  .location__selected:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  }
}

.location-error-container {
  background-color: #fff5f5;
  border-radius: 3px;
  bottom: 0;
  color: #f34343;
  font-size: 12px;
  left: 0;
  padding: 14px 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.location-error-container__body {
  max-width: 262px;
  line-height: 1.4;
  margin: 0 auto;
  display: inline-block;
  vertical-align: text-top;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location-error-container__body {
    max-width: 315px;
  }
}
@media screen and (min-width: 1260px) {
  .location-error-container__body {
    max-width: 315px;
  }
}

.location-autosuggest__button-container .loader__circle {
  background-color: #0c831f;
}

.location-autosuggest__button-icon {
  display: inline-block;
  line-height: 30px;
  margin-right: 4px;
  margin-top: 1px;
  vertical-align: middle;
}
.location-autosuggest__button-icon:after {
  content: "o";
  font-family: IconFont;
  font-style: normal;
  cursor: pointer;
  font-size: 15px;
}

.rectangle {
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f9f9f9;
}

.welcome-to-grofers {
  font-family: okra;
  font-weight: 600;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
}
.welcome-to-grofers .text-style-1 {
  color: #0c831f;
}

.please-provide-your {
  width: 295px;
  font-family: okra;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  margin-left: 10px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.or {
  width: 16px;
  height: 13px;
  font-family: okra;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bbbbbb;
  text-align: center;
}

.location-box {
  text-align: center;
  vertical-align: middle;
}

.mask-button {
  height: 36px;
  border-radius: 4px;
  background-color: #0c831f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.location-icon:after {
  content: "r";
  font-family: IconFont;
  font-style: normal;
}
.location-icon {
  font-size: 42px;
  display: flex;
}

.or-separator-line {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #cccccc;
  width: 8px;
  margin: 0 7px;
}

.oval {
  width: 28px;
  height: 28px;
  border: solid 1px #cccccc;
  background-color: #f9f9f9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  position: relative;
}
.oval .separator-text {
  position: relative;
  display: inline-block;
}
.oval .separator-text:before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #cccccc;
  width: 8px;
  margin: 0 7px;
  right: 100%;
}
.oval .separator-text:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #cccccc;
  width: 8px;
  margin: 0 7px;
  left: 100%;
}

.rectangle-one {
  width: 44px;
  height: 1px;
  background-color: #cccccc;
}

.oval-container {
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mask-input {
  width: 199px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #dbdbdb;
  background-color: #ffffff;
}

.type-location-manual {
  width: 167px;
  height: 16px;
  font-family: okra;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
}

.location-autosuggest__selectv1:focus {
  outline: none;
}
.location-autosuggest__selectv1 .Select {
  outline: none !important;
}
.location-autosuggest__selectv1 .Select-control {
  box-shadow: none !important;
  font-size: 12px;
  height: 42px;
  border: 1px solid #dbdbdb;
}
.location-autosuggest__selectv1 .Select-value-label {
  text-transform: capitalize;
}
.location-autosuggest__selectv1 .Select-placeholder {
  color: #666666;
}
.location-autosuggest__selectv1 .Select-placeholder,
.location-autosuggest__selectv1 .Select-input,
.location-autosuggest__selectv1 .Select-value-label {
  line-height: 43px;
}
@media screen and (max-width: 1020px) {
  .location-autosuggest__selectv1 .Select-option {
    padding: 12px;
  }
}
.location-autosuggest__selectv1 .Select-option {
  text-transform: capitalize;
}
.location-autosuggest__selectv1 .Select-arrow {
  display: none;
}
.location-autosuggest__selectv1 .Select-menu-outer {
  font-weight: normal;
}
.location-show-addresses-v1 .location-autosuggest__selectv1 .Select-menu-outer {
  display: none;
}

.location__shake-container-v1 {
  position: absolute;
  z-index: 10000;
  top: 86px;
  left: 90px;
  right: 10px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location__shake-container-v1 {
    top: 86px;
    left: 93px;
    right: 0;
  }
}
@media screen and (min-width: 1260px) {
  .location__shake-container-v1 {
    top: 86px;
    left: 93px;
    right: 0;
  }
}
.location__shake-container-v1 .animated {
  animation-duration: 0.8s;
}

.change-location {
  width: 48px;
  height: 16px;
  font-family: okra;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.spinner-text {
  display: flex;
  align-items: center;
  vertical-align: middle;
  margin-left: 20px;
}

.location-search-input {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.location-search-input:focus {
  outline: none;
}
.location-search-input .Select {
  outline: none !important;
}
.location-search-input .Select-control {
  border: none;
  box-shadow: none !important;
}
.location-search-input .Select-placeholder {
  font-family: "okra";
  width: 167px;
  font-size: 12px;
  margin-left: 6px;
  color: #666666;
}
.location-search-input .Select-input {
  margin-left: 6px;
}
.location-search-input .Select-value-label {
  line-height: 43px;
}
.location-search-input .Select-arrow {
  display: none;
}

.location-search-input-v1:focus {
  outline: none;
}
.location-search-input-v1 .Select {
  outline: none !important;
}
.location-search-input-v1 .Select-control {
  outline: none !important;
  border: none;
  box-shadow: none;
  display: flex;
  background: #FFFFFF;
  border: 0.5px solid #DDDDDD !important;
  border-radius: 8px !important;
}
@media screen and (max-width: 1020px) {
  .location-search-input-v1 .Select-control {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08) !important;
    height: 40px;
  }
}
.location-search-input-v1 .Select-control:focus {
  outline: none !important;
}
.location-search-input-v1 .Select-placeholder {
  font-family: "okra";
  width: 100%;
  font-size: 13px;
  color: #9C9C9C;
  line-height: 35px;
  font-weight: 500;
}
@media screen and (max-width: 1020px) {
  .location-search-input-v1 .Select-placeholder {
    margin-left: 26px;
    width: auto;
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
  }
}
.location-search-input-v1 .Select-menu-outer {
  font-size: 12px;
  outline: 1px solid #dbdbdb;
  border: 0px;
  border-radius: 0;
}
@media screen and (max-width: 1020px) {
  .location-search-input-v1 .Select-menu-outer {
    outline: 0;
    border: 1px solid #dbdbdb;
  }
}
.location-search-input-v1 .Select-multi-value-wrapper {
  width: 100%;
  height: 100%;
}
.location-search-input-v1 .Select-input {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .location-search-input-v1 .Select-input {
    margin-left: 26px;
  }
  .location-search-input-v1 .Select-input input {
    padding: 11px 0 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
}
.location-search-input-v1 .Select-value-label {
  line-height: 35px;
}
@media screen and (max-width: 1020px) {
  .location-search-input-v1 .Select-value-label {
    margin-left: 26px;
  }
}
.location-search-input-v1 .Select-arrow {
  display: none;
}
.location-search-input-v1 .Select-loading-zone {
  display: flex;
  align-items: center;
}
.location-search-input-v1 .Select-loading {
  border: 2px solid #0c831f;
  border-right-color: #ffffff;
}
.location-search-input-v1 .Select-option {
  border-bottom: 1px solid #eeeeee;
}
.location-search-input-v1 .Select-option:last-child {
  border-bottom: none;
}

.location-search-input-google {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #666666;
  cursor: text;
  width: 175px;
  height: 10px;
  font-size: 12px;
  outline: 0;
  padding: 12px 10px;
  font-family: "okra";
}

.location-addresses__title-v1 {
  font-size: 17px;
  line-height: 22px;
  color: #363636;
  font-weight: 700;
  font-family: "okra";
  margin: 15px 0 10px;
  text-align: left;
  padding: 0 29px;
}
@media screen and (max-width: 1020px) {
  .location-addresses__title-v1 {
    margin: 0;
    padding: 18px 0px;
    padding-bottom: 5px;
  }
}

.location-addresses-v1 {
  padding: 1px 12px 12px 12px;
  height: 180px;
  overflow: auto;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location-addresses-v1 {
    background-color: #ffffff;
    padding: 0;
    height: auto;
  }
}
@media screen and (min-width: 1260px) {
  .location-addresses-v1 {
    background-color: #ffffff;
    padding: 0;
    height: auto;
  }
}
@media screen and (max-width: 1020px) {
  .location-addresses-v1 {
    height: unset;
    padding-bottom: 20px;
    background: #fff;
  }
}

.location-v1 {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #333333;
  width: 500px;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .location-v1 {
    width: auto;
    border-radius: 8px;
  }
}
.location-v1 .login-head {
  border-bottom: none;
  left: 0;
  padding: 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location-v1 .login-head {
    padding: 0 0 22px 0;
  }
}
@media screen and (min-width: 1260px) {
  .location-v1 .login-head {
    padding: 0 0 22px 0;
  }
}
.location-v1 .location-body {
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .location-v1 .location-body {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
  }
}
.location-v1 .location-helper {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 0;
  text-align: center;
}
.location-v1 .location-head__text {
  font-size: 16px;
  font-weight: 500;
}
.location-v1 .location-head {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  margin-bottom: 24px;
}
.location-v1 a:hover {
  text-decoration: underline;
}
.location-v1 .ns--image {
  width: 168px;
  margin-bottom: 38px;
  height: 130px;
}
@media screen and (max-width: 1020px) {
  .location-v1 .modal-back {
    left: 35px;
    top: 25px;
  }
}

.location-v1:after, .location-v1:before {
  bottom: 100%;
  left: 32%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location-v1:after, .location-v1:before {
    left: 20%;
  }
}
@media screen and (min-width: 1260px) {
  .location-v1:after, .location-v1:before {
    left: 20%;
  }
}
@media screen and (max-width: 1020px) {
  .location-v1:after, .location-v1:before {
    left: 16%;
  }
}

.location-v1:after {
  border-color: rgba(136, 183, 213, 0);
}
@media screen and (max-width: 1020px) {
  .location-v1:after {
    border-bottom-color: #d8d8d8;
  }
}
.location-v1:after {
  border-width: 6px;
  margin-left: -10px;
}

.location-error-container-v1 {
  background-color: #fff5f5;
  border-radius: 3px;
  bottom: 0;
  color: #e73838;
  font-size: 12px;
  left: 0;
  padding: 14px 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1020px) {
  .location-error-container-v1 {
    text-align: left;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

.location-error-container__body-v1 {
  max-width: 262px;
  line-height: 1.4;
  margin: 0 auto;
  display: inline-block;
  vertical-align: text-top;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location-error-container__body-v1 {
    max-width: 500px;
  }
}
@media screen and (min-width: 1260px) {
  .location-error-container__body-v1 {
    max-width: 500px;
  }
}
@media screen and (max-width: 1020px) {
  .location-error-container__body-v1 {
    margin-left: 20px;
    max-width: 80%;
    width: 80%;
  }
}

.location-show-addresses-v1 {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .location-show-addresses-v1 {
    height: auto;
    min-height: 300px;
    max-height: 600px;
    position: initial;
  }
}
@media screen and (min-width: 1260px) {
  .location-show-addresses-v1 {
    height: auto;
    min-height: 300px;
    max-height: 600px;
    position: initial;
  }
}
@media screen and (max-width: 1020px) {
  .location-show-addresses-v1 .transition-container {
    margin-top: -36px;
  }
}

.header__overlay {
  background-color: #000000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 64px;
  z-index: 2002;
  opacity: 0.5;
}

.location-search-input-google-v1 {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #666666;
  cursor: text;
  width: 180px;
  height: 10px;
  font-size: 12px;
  outline: 0;
  padding: 12px 10px;
  font-family: "okra";
}
@media screen and (max-width: 1020px) {
  .location-search-input-google-v1 {
    padding-left: 35px;
    width: 80%;
    border: 1px solid transparent;
  }
}

.location-tooltip-button {
  width: 48%;
  font-size: 11px;
  align-items: center;
  vertical-align: middle;
  height: 32px;
  display: flex;
  justify-content: center;
}

.address-icon-container {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 21px;
  margin-left: 10px;
}

.header.location-selected .location-v1:after {
  border-bottom-color: #d8d8d8;
}

.location-v1 .Select-menu-outer,
.location-show-addresses-v1 .Select-menu-outer {
  display: none;
}

.seo-wrapper .featured-item__img {
  height: 88px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-wrapper .featured-item__img {
    height: 140px;
    max-width: 204px;
  }
}
@media screen and (min-width: 1260px) {
  .seo-wrapper .featured-item__img {
    height: 140px;
    max-width: 204px;
  }
}
.seo-wrapper .featured-item__wrapper {
  height: 134px;
  padding: 8px 12px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-wrapper .featured-item__wrapper {
    height: 188px;
    padding: 0;
  }
}
@media screen and (min-width: 1260px) {
  .seo-wrapper .featured-item__wrapper {
    height: 188px;
    padding: 0;
  }
}
.seo-wrapper .featured-item__heading {
  color: #555555;
  font-weight: normal;
  padding-top: 0;
}
.seo-wrapper .categories {
  margin-bottom: 40px;
}

.seo-header {
  position: relative;
  width: 100%;
}

.seo-header__content {
  position: absolute;
  left: 50%;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.seo-header__background-container {
  position: relative;
}
.seo-header__background-container:after {
  content: "\a";
  position: absolute;
  opacity: 0.5;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.seo-header__background {
  width: 100%;
  vertical-align: top;
  height: 112px;
}
@media screen and (max-width: 1020px) {
  .seo-header__background {
    height: 80px;
  }
}

.seo-header__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-header__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1260px) {
  .seo-header__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.seo-footer {
  margin-top: 32px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-footer {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1260px) {
  .seo-footer {
    margin-top: 40px;
  }
}
.seo-footer .products--grid {
  background: #ffffff;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-footer .products--grid .product__wrapper {
    width: 20%;
  }
}
@media screen and (min-width: 1260px) {
  .seo-footer .products--grid .product__wrapper {
    width: 20%;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-footer .products--grid .product__wrapper {
    width: 3;
  }
  .seo-footer .products--grid .product__wrapper:nth-child(3n+1) {
    border-left: 1px solid #eeeeee;
  }
  .seo-footer .products--grid .product__wrapper:nth-child(4n) {
    border-right: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 1260px) {
  .seo-footer .products--grid .product__wrapper {
    width: 20%;
  }
  .seo-footer .products--grid .product__wrapper:nth-child(4n+1) {
    border-left: 1px solid #eeeeee;
  }
  .seo-footer .products--grid .product__wrapper:nth-child(5n) {
    border-right: 1px solid #eeeeee;
  }
}

.seo-types {
  margin-top: 32px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-types {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1260px) {
  .seo-types {
    margin-top: 40px;
  }
}

.seo-types__container {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  height: auto;
  margin: 0 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-types__container {
    padding: 20px 24px;
    margin: 0;
  }
}
@media screen and (min-width: 1260px) {
  .seo-types__container {
    padding: 20px 24px;
    margin: 0;
  }
}

.seo-types__info-container {
  background-color: #cae8ef;
  padding: 8px 4px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-types__info-container {
    padding: 0 24px 0 0;
  }
}
@media screen and (min-width: 1260px) {
  .seo-types__info-container {
    padding: 0 48px 0 0;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-types__info-container {
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
    width: 372px;
  }
}
@media screen and (min-width: 1260px) {
  .seo-types__info-container {
    background: #ffffff;
    display: table-cell;
    vertical-align: middle;
    width: 372px;
  }
}

@media screen and (max-width: 1020px) {
  .seo-types__info {
    display: table-cell;
    padding-left: 12px;
  }
}

.seo-types__img {
  height: 72px;
  display: none;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-types__img {
    display: block;
    height: 112px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1260px) {
  .seo-types__img {
    display: block;
    height: 112px;
    margin-bottom: 12px;
  }
}

.seo-types__img-container {
  height: 100%;
}
.seo-types__img-container > div {
  height: 100%;
}
@media screen and (max-width: 1020px) {
  .seo-types__img-container {
    display: inline-block;
    width: 70px;
    height: 70px;
  }
}

.seo-types__title {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

.seo-types__body {
  color: #555555;
  font-size: 12px;
  line-height: normal;
  margin-top: 4px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-types__body {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1260px) {
  .seo-types__body {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-types__item {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
}
@media screen and (min-width: 1260px) {
  .seo-types__item {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
}

.seo-types__item-name {
  color: #555555;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-types__item-name {
    font-size: 14px;
    line-height: 2.14;
  }
}
@media screen and (min-width: 1260px) {
  .seo-types__item-name {
    font-size: 14px;
    line-height: 2.14;
  }
}

.seo-types__right-arrow:after {
  content: "b";
  font-family: IconFont;
  font-style: normal;
  cursor: pointer;
  color: #f8cb46;
}
@media screen and (max-width: 1020px) {
  .seo-types__right-arrow:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-types__right-arrow:after {
    color: #555555;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1260px) {
  .seo-types__right-arrow:after {
    color: #555555;
    display: inline-block;
    vertical-align: middle;
  }
}

.seo-types__item-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding: 4px 12px;
  position: relative;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-types__item-container {
    border-bottom: none;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 1260px) {
  .seo-types__item-container {
    border-bottom: none;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 180px;
    height: 180px;
  }
}

.seo-types__item-img {
  vertical-align: middle;
  height: 48px;
  margin: 4px;
  max-width: 60px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-types__item-img {
    display: block;
    height: 124px;
    margin: 0 auto;
    max-width: 144px;
  }
}
@media screen and (min-width: 1260px) {
  .seo-types__item-img {
    display: block;
    height: 124px;
    margin: 0 auto;
    max-width: 144px;
  }
}

.seo-types__item-img--loader {
  width: 48px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .seo-types__item-img--loader {
    width: 96px;
  }
}
@media screen and (min-width: 1260px) {
  .seo-types__item-img--loader {
    width: 96px;
  }
}

@media screen and (max-width: 1020px) {
  .modal-content--promo-modal {
    overflow-y: hidden;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .promo__modal {
    border-radius: 3px;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
    position: static;
    padding-bottom: 0;
    width: 535px;
  }
}
@media screen and (min-width: 1260px) {
  .promo__modal {
    border-radius: 3px;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
    position: static;
    padding-bottom: 0;
    width: 535px;
  }
}
@media screen and (max-width: 1020px) {
  .promo__modal .modal-close__btn {
    top: 10px;
    font-size: 24px;
    left: calc(100% - 32px);
    position: absolute;
  }
}

.promo__header {
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0;
  text-align: center;
  border-bottom: solid 1px #dbdbdb;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .promo__header {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1260px) {
  .promo__header {
    padding: 20px 0;
  }
}

.promo__body {
  padding: 0 8px;
  overflow-y: scroll;
  position: absolute;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eeeeee;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .promo__body {
    height: auto;
    max-height: 540px;
    padding: 0 32px;
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 1260px) {
  .promo__body {
    height: auto;
    max-height: 540px;
    padding: 0 32px;
    position: relative;
    top: 0;
  }
}

.promo__conditions {
  border-radius: 3px;
  background-color: #f8f8f8;
  border: solid 1px #dbdbdb;
  padding: 16px 16px 16px 0;
  color: #999999;
  font-size: 11px;
  margin: 8px 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .promo__conditions {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1260px) {
  .promo__conditions {
    margin-bottom: 32px;
  }
}

.promo__list {
  margin: 0;
  -webkit-padding-start: 32px;
  -moz-padding-start: 32px;
}
.promo__list li {
  margin-bottom: 8px;
}
.promo__list li:nth-last-child(1) {
  margin-bottom: 0;
}

.promo__input {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  height: 48px;
  padding: 0 94px 0 16px;
  width: stretch;
}
.promo__input:focus {
  border: 1px solid #cccccc;
}

.promo__input--no-border-radius {
  border-radius: 3px 3px 0 0;
}

.promo__form {
  position: relative;
  margin-top: 8px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .promo__form {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1260px) {
  .promo__form {
    margin-top: 32px;
  }
}

.promo__align-info {
  -webkit-appearance: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .promo__align-info {
    right: 10px;
  }
}
@media screen and (min-width: 1260px) {
  .promo__align-info {
    right: 10px;
  }
}

.promo-btn {
  border: 1px solid #0c831f;
  border-radius: 3px;
  padding: 8px;
}
.promo-btn:disabled {
  background: #0c831f;
}
.promo-btn:disabled:hover {
  color: #0c831f;
}

.promo-btn--inverted:disabled {
  border: 1px solid #cccccc;
  background-color: #cccccc;
  color: #ffffff;
}
.promo-btn--inverted:disabled:hover {
  color: #ffffff;
}

.promo-descriptive-msg {
  color: #888888;
  margin-top: 8px;
}

.promo-descriptive-msg--invalid {
  display: block;
  margin-top: 4px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .promo-descriptive-msg--invalid {
    display: inline-block;
    margin-top: 0;
    margin-left: 8px;
  }
}
@media screen and (min-width: 1260px) {
  .promo-descriptive-msg--invalid {
    display: inline-block;
    margin-top: 0;
    margin-left: 8px;
  }
}

.promo-msg__container {
  border: 1px solid #dbdbdb;
}

.promo-msg--applied {
  background: #ffffff;
  padding: 16px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .promo-msg--applied {
    padding: 24px;
  }
}
@media screen and (min-width: 1260px) {
  .promo-msg--applied {
    padding: 24px;
  }
}
.promo-msg--applied .promo-main-msg {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  width: calc(100% - 28px);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .promo-msg--applied .promo-main-msg {
    width: calc(100% - 36px);
  }
}
@media screen and (min-width: 1260px) {
  .promo-msg--applied .promo-main-msg {
    width: calc(100% - 36px);
  }
}

.promo-msg__invalid-msg {
  display: inline-block;
  margin-left: 8px;
  vertical-align: top;
}

.promo-msg__icon:before {
  content: "L";
  font-family: IconFont;
  font-style: normal;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 20px;
  color: #51aa1b;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .promo-msg__icon:before {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1260px) {
  .promo-msg__icon:before {
    margin-right: 16px;
  }
}

.promo-msg__invalid-icon:before {
  content: "N";
  font-family: IconFont;
  font-style: normal;
  vertical-align: middle;
  margin-right: 4px;
  font-size: 20px;
}

.promo-msg--invalid .promo-main-msg {
  background-color: #fff5f5;
  border-radius: 0 0 2px 2px;
  border: solid 1px #dbdbdb;
  border-top: 0;
  display: block;
  font-size: 14px;
  padding: 16px;
  color: #f34343;
  line-height: normal;
}

.promo__remove-btn {
  background-color: inherit;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 1px solid #eeeeee;
  text-align: center;
  cursor: pointer;
  color: #0c831f;
  background: #ffffff;
  padding: 13px 11px;
}
.promo__remove-btn:hover {
  background-color: #f7f7f7;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top: 1px solid #eeeeee;
  color: #459220;
}

.promo__divider {
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  margin: 32px 0;
}

.promo__divider-text {
  background-color: #eeeeee;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  color: #999999;
  font-size: 12px;
  padding: 9px 8px;
  text-align: center;
}

.card-list-container {
  margin-top: 8px;
  margin-bottom: 8px;
  list-style: none;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .card-list-container {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1260px) {
  .card-list-container {
    margin-bottom: 32px;
  }
}

.card-list-container__tooltip {
  margin-top: 24px;
}

.card-element {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  padding: 16px;
  margin-bottom: 8px;
  display: table;
  cursor: pointer;
  width: stretch;
}
.card-element:hover {
  border: 1px solid #cccccc;
}

.card-element--disabled {
  cursor: default;
  opacity: 0.4;
}

.card-element__img {
  height: 42px;
  padding-right: 16px;
  vertical-align: middle;
  width: 42px;
}

.card-element__info {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
}

.card-element__info-name {
  font-weight: 500;
  color: #333333;
}

.card-element__info-description {
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
}

.card-element__link {
  text-decoration: underline;
  margin-left: 8px;
}

.card-element__link--disabled {
  color: inherit;
}

.card-element__next {
  display: table-cell;
  vertical-align: middle;
  color: #0c831f;
  padding-right: 16px;
}
.card-element__next:before {
  content: "b";
  font-family: IconFont;
  font-style: normal;
  vertical-align: middle;
  font-size: 14px;
}

.card-element__next--disabled {
  color: inherit;
}

.promo-warning {
  width: 360px;
}

.promo-warning__body {
  flex-direction: column;
  padding: 32px 32px 0;
  text-align: center;
}

.promo-warning__img {
  margin-bottom: 24px;
  width: 160px;
}

.promo-warning__heading {
  color: #333333;
  font-size: 16px;
  margin-bottom: 8px;
}

.promo-warning__body-text {
  color: #666666;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 24px;
}

.promo-warning__footer {
  border-top: 1px solid #cccccc;
  display: flex;
  width: 100%;
}
.promo-warning__footer--fixed {
  height: 32px;
}

.promo-warning__btns {
  background-color: #ffffff;
  color: #666666;
  cursor: pointer;
  flex: 1;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
}

.promo-warning__confirm {
  border-left: 1px solid #cccccc;
  color: #459220;
}

.map-container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1020px) {
  .map-container {
    height: calc(100% - 80px - 50px);
  }
}

.center-marker {
  position: absolute;
  background: url(https://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(0, -17px) translate(-50%, -50%);
  z-index: 1;
  height: 30px;
  width: 20px;
  cursor: pointer;
}

.location-picker-modal {
  height: 600px;
  width: 600px;
}
@media screen and (max-width: 1020px) {
  .location-picker-modal {
    width: auto;
  }
}
.location-picker-modal .new-delivery-address-modal__heading {
  margin-top: 20px;
}
.location-picker-modal .new-delivery-address-modal__sub-heading {
  margin-bottom: 20px;
}

.location-picker__search {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  z-index: 899;
}
@media screen and (max-width: 1020px) {
  .location-picker__search {
    top: 5%;
    width: 70%;
  }
}
.location-picker__search .Select-input {
  width: 100%;
}

.location-picker__footer {
  margin-top: 24px;
}

.location-picker__search-input {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
}

.location-picker__error {
  height: 40px;
  margin-top: -40px;
  background-color: #fff9d4;
  border: solid 1px #f8e169;
  color: #b58a34;
}

.location-picker__error--nonserviceable {
  background-color: #fff5f5;
  color: #f34343;
  border: solid 1px #fee6e6;
}

.my-location-detect {
  cursor: pointer;
  position: absolute;
  bottom: 192px;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 44px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
}
.my-location-detect .location-autosuggest__button-icon {
  margin: 2px 2px 0 0;
}

.location-picker-prompt {
  width: 300px;
  padding: 40px 36px;
}

.location-picker-prompt__position-banner:after {
  content: "r";
  font-family: IconFont;
  font-style: normal;
}
.location-picker-prompt__position-banner {
  font-size: 48px;
}

.distance-prompt {
  position: absolute;
  bottom: 24px;
  background-color: #ffffff;
  width: 100%;
  padding-top: 24px;
}

.distance-prompt__text {
  margin-bottom: 32px;
}

.distance-prompt-text-icon:before {
  content: "N";
  font-family: IconFont;
  font-style: normal;
}
.distance-prompt-text-icon {
  color: #f34343;
  font-size: 48px;
}

.map-overlay-loader {
  height: 380px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
}

.payments__btn {
  width: 100%;
}

.loader__inapp {
  margin-top: 100;
  margin-bottom: 100;
}

.error-container-widget {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-container-widget .heading {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-family: "Okra-Bold";
}
.error-container-widget .button {
  background-color: rgb(12, 131, 31);
  color: white;
  padding: 8px;
  border-radius: 4px;
}
.error-container-widget .button:hover {
  cursor: pointer;
}

.cart-modal-rn {
  -webkit-overflow-scrolling: touch;
  border-radius: 0;
  border: none;
  bottom: 0;
  box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.1);
  left: auto;
  outline: none;
  overflow: auto;
  padding: 0;
  right: 0;
  top: 0px;
  transition: right 400ms ease;
  width: 100%;
  position: absolute;
  background-color: #f5f7fd;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .cart-modal-rn {
    top: 0;
    max-width: 400px;
  }
}
@media screen and (min-width: 1260px) {
  .cart-modal-rn {
    top: 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 1020px) {
  .cart-modal-rn {
    max-width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  .cart-modal--with-searchbar {
    top: 135px;
  }
}
.categories {
  margin-bottom: 20px;
  position: relative;
}

.categories--with-search {
  margin-bottom: 20px;
  position: relative;
}

.categories__body {
  border-radius: 3px;
  width: 100%;
}

.categories__body--wrapper {
  background-color: #ffffff;
}

.categories-table {
  display: table;
  min-height: calc(100vh - 151px);
  width: 100%;
  height: fit-content;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .categories-table {
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
  }
}
@media screen and (min-width: 1260px) {
  .categories-table {
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
  }
}

.search-wrapper {
  box-shadow: none;
  max-width: 1120px;
}

.on-firefox .categories-table.has-less-products {
  height: calc(100vh - 151px);
}

.categories-table__row {
  display: flex;
  border-bottom: 1px solid #eeeeee;
}

.section-left {
  display: table-cell;
}

.section-right {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .section-right {
    display: table-cell;
  }
}
@media screen and (min-width: 1260px) {
  .section-right {
    display: table-cell;
  }
}
@media screen and (max-width: 1020px) {
  .section-right {
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  .section-right::-webkit-scrollbar {
    display: none;
  }
}

.section-left {
  border-right: 1px solid #eeeeee;
  position: relative;
  width: 259px;
}

.left-section {
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 151px);
  left: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: sticky;
  top: 151px;
  width: 260px;
}
.left-section::-webkit-scrollbar {
  display: none;
}

.category {
  font-size: 14px;
}

.category__current {
  font-weight: 500;
  padding-left: 6px;
}

.category-list {
  border-bottom: 1px solid #eeeeee;
}

.category-list__item,
.category-list__sub-item {
  cursor: pointer;
  line-height: normal;
  min-height: 54px;
  position: relative;
}
.category-list__item.has-active-child,
.category-list__sub-item.has-active-child {
  font-weight: 500;
}
.category-list__item.active, .category-list__item:not(.no-hover):hover,
.category-list__sub-item.active,
.category-list__sub-item:not(.no-hover):hover {
  background-color: #f7f7f7;
  border-right: 1px solid #eeeeee;
}
.category-list__item.active .category-item-details::before, .category-list__item:not(.no-hover):hover .category-item-details::before,
.category-list__sub-item.active .category-item-details::before,
.category-list__sub-item:not(.no-hover):hover .category-item-details::before {
  border-top: 1px solid transparent;
}
.category-list__item:not(.no-hover):hover .icon-plus,
.category-list__item:not(.no-hover):hover .icon-minus,
.category-list__sub-item:not(.no-hover):hover .icon-plus,
.category-list__sub-item:not(.no-hover):hover .icon-minus {
  color: #459220;
}
.category-list__item:not(.no-hover):hover::after,
.category-list__sub-item:not(.no-hover):hover::after {
  border-bottom: 1px solid #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.category-list__item.active,
.category-list__sub-item.active {
  font-weight: 500;
}
.category-list__item.active::before,
.category-list__sub-item.active::before {
  border-left: 4px solid #0c831f;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.category-list__item.active::after,
.category-list__sub-item.active::after {
  border-bottom: 1px solid #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.category-list__item .category-item-details {
  padding-left: 12px;
  padding-right: 14px;
  padding-top: 17px;
  padding-bottom: 18px;
  word-break: break-word;
}

.category-sub-list {
  display: none;
}
.category-sub-list.show-el {
  display: block;
}

.category-list__sub-item {
  min-height: 47px;
}
.category-list__sub-item:first-child .category-item-details {
  border-top: 0;
  position: static;
}
.category-list__sub-item .category-item-details {
  position: relative;
  margin-left: 56px;
  padding-right: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.category-list__item.no-link {
  cursor: default;
}

.category-list__item.no-child .icon-plus,
.category-list__item.no-child .icon-minus {
  visibility: hidden;
}

.category-item-details::before {
  border-top: 1px solid #eeeeee;
  bottom: 0;
  content: " ";
  height: 1px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 1;
}
.category-item-details .icon-plus {
  padding-right: 10px;
  font-size: 12px;
  width: 12px;
  display: inline-block;
  color: #0c831f;
}
.category-item-details .icon-plus:before {
  content: "y";
  font-family: IconFont;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 20px;
}
.category-item-details .icon-minus {
  padding-right: 10px;
  font-size: 12px;
  width: 12px;
  display: inline-block;
  color: #0c831f;
}
.category-item-details .icon-minus:before {
  content: "Y";
  font-family: IconFont;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 20px;
}
.category-item-details .name {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  width: calc(100% - 24px);
  text-transform: capitalize;
}
.category-item-details .count {
  color: #999999;
  display: inline-block;
  font-size: 12px;
  padding-left: 5px;
}

.os-windows .category-item-details .name {
  width: calc(100% - 34px);
}

.category-navs {
  background-color: #ffffff;
  border: none;
  margin: 12px;
}
.category-navs__no-border {
  border-bottom: none;
}
@media screen and (max-width: 1020px) {
  .category-navs {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
  }
}
.category-navs__slp {
  margin-left: 16px;
}
@media screen and (max-width: 1020px) {
  .category-navs__slp {
    padding: 0px 8px;
  }
}
.category-navs .category-navs__container {
  padding: 0px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .category-navs .category-navs__container {
    position: relative;
    display: inline-block;
  }
}
@media screen and (min-width: 1260px) {
  .category-navs .category-navs__container {
    position: relative;
    display: inline-block;
  }
}

.category-navs__current {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .category-navs__current {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 16px;
    padding: 5px 0 4px 0;
    margin: 0;
  }
}
@media screen and (min-width: 1260px) {
  .category-navs__current {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 16px;
    padding: 5px 0 4px 0;
    margin: 0;
  }
}

.etaTag-container {
  position: relative;
  display: flex;
  padding: 2px 4px;
  align-items: center;
  flex-direction: row;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .etaTag-container {
    margin: 3px 26px;
  }
}
@media screen and (min-width: 1260px) {
  .etaTag-container {
    margin: 3px 26px;
  }
}
.etaTag-gradient__early {
  background: #fff6c2;
  display: inline-block;
}
.etaTag-gradient__late {
  background: #dff7ff;
}
.etaTag-text {
  font-size: 10px;
  font-family: "Okra";
  display: flex;
  align-items: center;
  font-weight: 500;
}

.plpv2-mobile-listing_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: calc(100vh - 68px - 50px);
}
.plpv2-mobile-listing_container-height_dropdown {
  height: calc(100vh - 68px - 50px - 50px);
}
.plpv2-mobile-nav__container {
  -webkit-overflow-scrolling: touch;
}
.plpv2-mobile-nav__container::-webkit-scrollbar {
  display: none;
}
.plpv2-mobile-nav__container {
  z-index: 1;
  -webkit-box-shadow: 1px 0px 3px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 0px 3px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0px 3px -3px rgba(0, 0, 0, 0.75);
  border-right: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  float: left;
  height: 100%;
  min-width: 84px;
  max-width: 84px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.plpv2-mobile-products__container {
  display: flex;
  height: 100%;
  width: auto;
  min-width: calc(100vw - 84px);
  max-width: 100%;
  overflow-y: scroll;
  flex-direction: column;
  box-sizing: border-box;
}
.plpv2-mobile-nav__image {
  width: 48px;
  height: 48px;
  background-color: #f6f6f6;
  border-radius: 12px;
  overflow: hidden;
}
.plpv2-mobile-nav__image--selected {
  background-color: #ebffef;
}
.plpv2-mobile-nav__image img {
  position: relative;
  top: 8px;
  width: 100%;
  transform: scale(0.95);
}
.plpv2-mobile-nav__item {
  margin: 12px 0px 0px 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
}
.plpv2-mobile-nav__item-text {
  color: #666666;
  font-size: 11px;
  margin: 4px 8px 8px;
}
.plpv2-mobile-nav__item-text--selected {
  margin-top: 4px;
  color: black;
  font-weight: bold;
}
.plpv2-mobile-nav__item--selected img {
  transition-duration: 0.3s;
  transform: scale(1.05) translateY(-4px);
}
.plpv2-mobile-nav__item--selected--border {
  position: absolute;
  height: 100%;
  right: 0px;
  border-right: solid 4px #0c831f;
}
.plpv2-mobile-nav__item:hover {
  color: #f7f7f7;
}

.plp-mobile-nav__container {
  overflow: scroll;
  padding-bottom: 9px;
  -webkit-overflow-scrolling: touch;
}
.plp-mobile-nav__container::-webkit-scrollbar {
  display: none;
}

.plp-mobile-nav {
  margin-left: -5px;
  margin-top: 0;
  padding: 8px 0 0 0;
  white-space: nowrap;
}

.plp-mobile-nav__item {
  background-color: #ffffff;
  border-radius: 88px;
  border: 1px solid #0c831f;
  color: #0c831f;
  display: inline-block;
  margin: 5px;
  padding: 8px 10px;
}
.plp-mobile-nav__item:hover {
  background-color: #0c831f;
  border: 1px solid #0c831f;
  color: #ffffff;
}

.products-bottom {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
  position: relative;
}

.products-bottom--small {
  min-height: 107px;
}

.products-bottom--big {
  height: calc(100vh - 259px);
}

.circle-loader-animate {
  -webkit-animation-name: gr-bounce__circle;
  animation-name: gr-bounce__circle;
  background-color: rgba(233, 97, 37, 0);
  -webkit-animation-duration: 0.8775s;
  animation-duration: 0.8775s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.products .product__wrapper {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-table;
  margin-top: -1px;
  padding: 12px 0px;
  position: relative;
}

.product__wrapper_border {
  border-radius: 8px;
}

.products--grid {
  width: 100%;
}
.products--grid .product__wrapper {
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.products--grid .product__wrapper:last-child:after {
  border-right: 1px solid #eeeeee;
  content: " ";
  height: 100%;
  position: absolute;
  right: -2px;
  top: 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--grid .product__wrapper:nth-child(3n+1) {
    border-left: 1px solid transparent;
  }
  .products--grid .product__wrapper:hover:nth-child(3n+1) {
    border-left: 1px solid #cccccc;
  }
  .products--grid .product__wrapper:hover:nth-child(3n) {
    border-right: 1px solid #cccccc;
  }
}
@media screen and (min-width: 1260px) {
  .products--grid .product__wrapper:nth-child(4n+1) {
    border-left: 1px solid transparent;
  }
  .products--grid .product__wrapper:hover:nth-child(4n+1) {
    border-left: 1px solid #cccccc;
  }
  .products--grid .product__wrapper:hover:nth-child(4n) {
    border-right: 1px solid #cccccc;
  }
}

.products--card {
  background-color: white;
}
.products--card .product__wrapper {
  border: 0px;
}
.products--card .product__wrapper .plp-product {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-left-width: 0px;
}
.products--card .product__wrapper .plp-product__quantity {
  height: 26px;
  margin-top: 6px;
  margin-bottom: 76px;
}

.product__wrapper {
  background-color: white;
  background: #ffffff;
  /* Grey/Grey200 - #E8E8E8 */
  border: 0.5px solid #e8e8e8;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.04);
}

.products--inline {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  margin-left: -4px;
  overflow-y: hidden;
}
@media screen and (max-width: 1020px) {
  .products--inline {
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
  }
}
.products--inline .product__wrapper {
  width: 201px;
  border-right: 1px solid #eeeeee;
  box-sizing: border-box;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--inline .product__wrapper {
    width: 245px;
  }
}
@media screen and (min-width: 1260px) {
  .products--inline .product__wrapper {
    width: 244px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--inline .product__wrapper {
    margin: 0;
  }
}
@media screen and (min-width: 1260px) {
  .products--inline .product__wrapper {
    margin: 0;
  }
}
.products--inline .product__wrapper .plp-product {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin: 1px 0 0 0;
  padding: 0 10px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--inline .product__wrapper .plp-product {
    padding: 0;
  }
}
@media screen and (min-width: 1260px) {
  .products--inline .product__wrapper .plp-product {
    padding: 0;
  }
}
.products--inline .product__wrapper:last-child .plp-product {
  margin-bottom: 0px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--inline .product__wrapper .plp-product__add-to-cart {
    right: 28px;
  }
}
@media screen and (min-width: 1260px) {
  .products--inline .product__wrapper .plp-product__add-to-cart {
    right: 28px;
  }
}
.products--inline .product__wrapper .plan-select {
  position: initial;
  margin-bottom: 20px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--inline .product__wrapper .plan-select {
    right: auto;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1260px) {
  .products--inline .product__wrapper .plan-select {
    right: auto;
    margin-bottom: 24px;
  }
}
.products--inline .product__wrapper .plp-product__quantity {
  margin-bottom: 76px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--inline .product__wrapper .plp-product__quantity {
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 1260px) {
  .products--inline .product__wrapper .plp-product__quantity {
    margin-bottom: 72px;
  }
}
.products--inline .plan__wrapper {
  border: 0;
  margin: 0 8px 0 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--inline .plan__wrapper {
    margin: 0 20px;
  }
  .products--inline .plan__wrapper:hover {
    border: 0;
  }
}
@media screen and (min-width: 1260px) {
  .products--inline .plan__wrapper {
    margin: 0 20px;
  }
  .products--inline .plan__wrapper:hover {
    border: 0;
  }
}
.products--inline .plan__wrapper .plp-product {
  overflow: auto;
  border-radius: 6px;
}
@media screen and (max-width: 1020px) {
  .products--inline .plp-product__add-to-cart {
    bottom: 10px;
  }
}
@media screen and (max-width: 1020px) {
  .products--inline .plp-product__offer {
    left: 22px;
  }
}

.plans--inline {
  background: #43b9c6;
  border: 0;
}
@media screen and (max-width: 1020px) {
  .plans--inline {
    padding-left: 12px;
  }
}

.plp-product {
  height: inherit;
  position: relative;
  z-index: 0;
  background-color: white;
  border-radius: 8px;
}

.plp-product__offer {
  background: #538cee;
  border-radius: 4px;
  font-family: "Okra";
  font-style: normal;
  font-weight: 600;
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: #ffffff;
  top: 6px;
  left: 6px;
  display: inline-block;
  padding: 3px;
  position: absolute;
  z-index: 9;
}

.plp-badge_container {
  position: absolute;
  top: 6px;
  margin-top: 1px;
  right: 6px;
  height: 18px;
  width: 84px;
  z-index: 1;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .plp-badge_container {
    top: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 1260px) {
  .plp-badge_container {
    top: 10px;
    right: 10px;
  }
}

.plp-badge_container img {
  position: relative;
  height: 100%;
  width: 100%;
}

.plp-badge_container span {
  position: absolute;
  top: 3px;
  left: 9px;
  font-size: 11px;
  font-weight: 500;
}

.plp-product__img {
  height: 100px;
  overflow: hidden;
  padding-top: 15px;
}
.plp-product__img > div {
  height: 100%;
}
.plp-product__img .img {
  border: 1px solid transparent;
  display: block;
  height: 105px;
  margin: 0 auto;
  width: initial;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .plp-product__img {
    height: 140px;
  }
  .plp-product__img .img {
    height: 140px;
  }
}
@media screen and (min-width: 1260px) {
  .plp-product__img {
    height: 140px;
  }
  .plp-product__img .img {
    height: 140px;
  }
}

.plp-product__name {
  color: #666666;
  font-size: 14px;
  margin-top: 0;
  word-break: break-word;
  height: 38px;
}
.plp-product__name--box {
  line-height: normal;
  font-style: normal;
  font-weight: 800;
  font-family: "Okra";
  font-size: 17px;
}

.plp-product__quantity {
  color: #999999;
  font-size: 13px;
  line-height: normal;
  margin: 12px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .plp-product__quantity {
    margin-left: 26px;
    margin-right: 26px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1260px) {
  .plp-product__quantity {
    margin-left: 26px;
    margin-right: 26px;
    margin-top: 10px;
  }
}

.plp-product__quantity--box {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.variant_text_only {
  min-height: 32px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1020px) {
  .variant_text_only {
    min-height: 28px;
  }
}

.bff_variant_text_only {
  align-items: center;
  display: flex;
}

.plp-product__variant {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  color: #000000;
  font-size: 12px;
  line-height: normal;
  padding: 4px 32px 4px 7px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.plp-product__variant:after {
  content: "u";
  font-family: IconFont;
  font-style: normal;
}
.plp-product__variant:after {
  font-weight: 700;
  position: absolute;
  right: 8px;
  top: 7px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .plp-product__variant {
    padding: 7px 32px 7px 7px;
  }
  .plp-product__variant:after {
    top: 10px;
  }
}
@media screen and (min-width: 1260px) {
  .plp-product__variant {
    padding: 7px 32px 7px 7px;
  }
  .plp-product__variant:after {
    top: 10px;
  }
}

.plp-product__price {
  bottom: 46px;
  font-size: 16px;
  height: 32px;
  left: 12px;
}
@media screen and (max-width: 1020px) {
  .plp-product__price {
    height: 40px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .plp-product__price {
    bottom: 26px;
    left: 26px;
  }
}
@media screen and (min-width: 1260px) {
  .plp-product__price {
    bottom: 26px;
    left: 26px;
  }
}

.plp-product__price--container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plp-product__price--old {
  color: #999999;
  font-size: 14px;
  font-weight: 200;
  text-decoration: line-through;
}

.plp-product__price--new {
  color: #333333;
  font-weight: 500;
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 3px;
}

.plp-product__price--free {
  color: #54b226;
}

.plp-product__add-to-cart {
  bottom: 12px;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .plp-product__add-to-cart .add-to-cart {
    margin: 0 6px;
    width: auto;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .plp-product__add-to-cart {
    bottom: 26px;
    right: 26px;
    width: auto;
  }
}
@media screen and (min-width: 1260px) {
  .plp-product__add-to-cart {
    bottom: 26px;
    right: 26px;
    width: auto;
  }
}

.plp-product__next-icon {
  margin-top: 4px;
}
.plp-product__next-icon:after {
  content: "b";
  font-family: IconFont;
  font-style: normal;
}

.plp2-container {
  position: relative;
}
@media screen and (min-width: 1260px) {
  .plp2-container {
    border-top: 1px solid #eee;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .plp2-container {
    border-top: 1px solid #eee;
  }
}
@media screen and (max-width: 1020px) {
  .plp2-container {
    height: 100%;
  }
}

.plp-sort-dd {
  margin: 12px 0px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .plp-sort-dd {
    padding: 8px 0 4px 12px;
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-right: 16px;
    float: right;
    position: absolute;
    right: 25px;
    top: -48px;
    z-index: 1;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1260px) {
  .plp-sort-dd {
    padding: 8px 0 4px 12px;
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-right: 16px;
    float: right;
    position: absolute;
    right: 25px;
    top: -48px;
    z-index: 1;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1020px) {
  .plp-sort-dd {
    margin: 0px;
    padding: 12px;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (max-width: 1020px) {
  .plp-sort-dd__no-padding-top {
    margin: 0px;
    padding: 0px 0px 12px 12px;
  }
}

.product-variant-modal {
  background-color: transparent;
  height: auto;
  overflow-x: visible;
  top: 5%;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .product-variant-modal {
    height: auto;
    top: 50%;
  }
}
@media screen and (min-width: 1260px) {
  .product-variant-modal {
    height: auto;
    top: 50%;
  }
}

.product-variant-modal__close-btn {
  left: auto;
  position: absolute;
  right: 24px;
  top: 10px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .product-variant-modal__close-btn {
    font-size: 30px;
    right: 10px;
    color: rgba(0, 0, 0, 0.7);
    top: 0;
  }
}
@media screen and (min-width: 1260px) {
  .product-variant-modal__close-btn {
    font-size: 30px;
    right: 10px;
    color: rgba(0, 0, 0, 0.7);
    top: 0;
  }
}

.product-variant-modal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0px;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 10001;
}

.product-variant-container {
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0 12px;
  overflow: hidden;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .product-variant-container {
    height: 399px;
    margin: 0;
    width: 615px;
  }
}
@media screen and (min-width: 1260px) {
  .product-variant-container {
    height: 399px;
    margin: 0;
    width: 615px;
  }
}

.product-variant__divide {
  border-bottom: 1px solid #eeeeee;
  height: 100%;
  left: 41.5%;
  top: 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .product-variant__divide {
    border-bottom: 0;
    border-right: 1px solid #eeeeee;
    position: absolute;
  }
}
@media screen and (min-width: 1260px) {
  .product-variant__divide {
    border-bottom: 0;
    border-right: 1px solid #eeeeee;
    position: absolute;
  }
}

.product-variant-dropdown__arrow {
  border-color: transparent transparent #cccccc transparent;
  border-style: solid;
  border-width: 11px;
  left: 62px;
  position: absolute;
  top: -22px;
  z-index: 1;
}
.product-variant-dropdown__arrow::after {
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 10px;
  content: " ";
  left: -10px;
  position: absolute;
  top: -8px;
}

.product-variant__header {
  background-color: #f8f8f8;
  border-bottom: 1px solid #eeeeee;
  color: #999999;
  cursor: default;
  display: none;
  font-size: 14px;
  font-weight: 500;
  padding: 16px;
  position: relative;
  text-align: center;
}

.product-variant-view {
  padding: 0;
}
.product-variant-view .plp-product__img {
  height: 135px;
  margin-left: 32px;
  margin-right: 32px;
  position: relative;
}
.product-variant-view .plp-product__img .img {
  height: 135px;
}
.product-variant-view .plp-product__name {
  color: #333333;
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .product-variant-view {
    padding: 50px 20px 50px 30px;
  }
  .product-variant-view .plp-product__img {
    height: 150px;
    margin-left: 0;
    margin-right: 0;
  }
  .product-variant-view .plp-product__img .img {
    height: 150px;
  }
  .product-variant-view .plp-product__name {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1260px) {
  .product-variant-view {
    padding: 50px 20px 50px 30px;
  }
  .product-variant-view .plp-product__img {
    height: 150px;
    margin-left: 0;
    margin-right: 0;
  }
  .product-variant-view .plp-product__img .img {
    height: 150px;
  }
  .product-variant-view .plp-product__name {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}

.product-variant-view__link {
  color: #0c831f;
  display: block;
  font-weight: 500;
  margin: 20px 0;
  text-align: center;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .product-variant-view__link:hover {
    text-decoration: underline;
    cursor: pointer;
  }
}
@media screen and (min-width: 1260px) {
  .product-variant-view__link:hover {
    text-decoration: underline;
    cursor: pointer;
  }
}

.product-variant-list {
  -webkit-overflow-scrolling: touch;
  background-color: #f8f8f8;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  max-height: calc(100vh - 247px - 50px);
  overflow: scroll;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .product-variant-list {
    height: 100%;
    max-height: initial;
  }
}
@media screen and (min-width: 1260px) {
  .product-variant-list {
    height: 100%;
    max-height: initial;
  }
}

.product-variant-list__active-bar {
  border-left: 4px solid #0c831f;
  height: 96px;
  position: absolute;
  transition: all 0.1s ease-in-out;
  z-index: 1;
}

.products--list-view {
  margin-left: 4px;
}
.products--list-view .plp-product {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid transparent;
  height: 78px;
  margin-left: -4px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--list-view .plp-product {
    height: 112px;
  }
  .products--list-view .plp-product:hover {
    background-color: #f7f7f7;
  }
}
@media screen and (min-width: 1260px) {
  .products--list-view .plp-product {
    height: 112px;
  }
  .products--list-view .plp-product:hover {
    background-color: #f7f7f7;
  }
}
.products--list-view .plp-product__offer {
  bottom: 18px;
  left: 128px;
  top: auto;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--list-view .plp-product__offer {
    bottom: 26px;
    left: 140px;
  }
}
@media screen and (min-width: 1260px) {
  .products--list-view .plp-product__offer {
    bottom: 26px;
    left: 140px;
  }
}
.products--list-view .plp-product__img,
.products--list-view .plp-product__name,
.products--list-view .plp-product__non-member-price,
.products--list-view .plp-product__non-sbc-product {
  display: none;
}
.products--list-view .plp-product__quantity {
  color: #333333;
  font-size: 18px;
  margin: 14px 12px 40px 12px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--list-view .plp-product__quantity {
    margin: 28px 26px 60px 26px;
  }
}
@media screen and (min-width: 1260px) {
  .products--list-view .plp-product__quantity {
    margin: 28px 26px 60px 26px;
  }
}
@media screen and (max-width: 1020px) {
  .products--list-view .plp-product__price {
    bottom: 11px;
  }
}
.products--list-view .plp-product__price--old,
.products--list-view .plp-product__price--new {
  display: inline-block;
}
.products--list-view .plp-product__price--new {
  color: #555555;
}
.products--list-view .plp-product__add-to-cart {
  bottom: 19px;
  right: 8px;
  width: 128px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--list-view .plp-product__add-to-cart {
    bottom: 32px;
    right: 15px;
    width: auto;
  }
}
@media screen and (min-width: 1260px) {
  .products--list-view .plp-product__add-to-cart {
    bottom: 32px;
    right: 15px;
    width: auto;
  }
}

.products--variant-dropdown {
  background-color: #ffffff;
}
.products--variant-dropdown .product {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  height: 38px;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .products--variant-dropdown .product:hover {
    background-color: #f7f7f7;
  }
}
@media screen and (min-width: 1260px) {
  .products--variant-dropdown .product:hover {
    background-color: #f7f7f7;
  }
}
.products--variant-dropdown .product-radio-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.products--variant-dropdown .product-offer {
  background-color: #51aa1b;
  border-radius: 2px;
  border: 1px solid #51aa1b;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 3px 5px 2px 5px;
}
.products--variant-dropdown .product-unit-quantity-box {
  line-height: normal;
  margin: 7px 30px 0 0;
}
.products--variant-dropdown .product-unit {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  max-width: calc(100% - 20px);
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products--variant-dropdown .product-quantity {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  margin-left: 15px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.products--variant-dropdown .product-quantity-value {
  background-color: #f8cb46;
  border-radius: 50px;
  min-width: 14px;
  padding: 1px;
  position: absolute;
  transform: translateY(-50%);
}
.products--variant-dropdown .product-price {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.products--variant-dropdown .product-price__old {
  color: #999999;
  display: inline-block;
  font-size: 13px;
  font-weight: 200;
  text-decoration: line-through;
}
.products--variant-dropdown .product-price__new {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}

.no-result {
  margin: 130px 0;
}

.no-result__img {
  width: 255px;
  height: 255px;
}

.no-result__msg-main {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.no-result__msg-sub {
  font-size: 14px;
  color: #999999;
}

.list-unstyled {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding-left: 0;
}

.list-inline {
  list-style: none;
  padding-left: 0;
}
.list-inline > li {
  display: inline-block;
}

.plp__category-details {
  border-top: 1px solid #eeeeee;
}

.plp__category-details__section {
  margin: 32px;
}
.plp__category-details__section .heading {
  color: #333333;
  font-weight: normal;
  margin-bottom: 16px;
  font-size: 14px;
}
.plp__category-details__section .content {
  color: #666666;
  font-size: 12px;
  margin-bottom: 16px;
}
.plp__category-details__section a {
  text-decoration: underline;
}

.plp__prouct--not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1260px) {
  .plp__prouct--not-found {
    width: 1200px;
  }
}
@media screen and (max-width: 1020px) {
  .plp__prouct--not-found {
    width: 100vw;
  }
}
.plp__prouct--not-found-text {
  padding: 18px;
}

.plp__prouduct--name-style {
  font-weight: bold;
  color: #1F1F1F;
  font-size: 17px;
  margin-bottom: 16px;
  margin-right: 10px;
  width: 100%;
  height: auto;
}

.pdp__images {
  display: block;
  margin: -8px auto 0;
  margin-bottom: 2.5rem;
  width: max(280px, 60vmin);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .pdp__images {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1260px) {
  .pdp__images {
    padding: 0 64px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .pdp__images {
    display: inline-block;
    margin: 0 auto;
    min-height: initial;
    width: 346px;
  }
}
@media screen and (min-width: 1260px) {
  .pdp__images {
    display: inline-block;
    margin: 0 auto;
    min-height: initial;
    width: 346px;
  }
}

.pdp__images--single-img {
  margin-bottom: 0;
}

.pdp__images--variant {
  min-height: initial;
}

.pdp-slider {
  margin: auto;
  text-align: center;
  height: max(280px, 60vmin);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .pdp-slider {
    height: 408px;
  }
}
@media screen and (min-width: 1260px) {
  .pdp-slider {
    height: 408px;
  }
}

.pdp-slider__images {
  margin: 0 auto;
  width: 100%;
}
.pdp-slider__images.active {
  border: 1px solid #f8cb46;
  box-sizing: border-box;
}

.pdp-gallery {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 2002;
}

.pdp-gallery__main-image {
  margin-top: 8px;
}
.pdp-gallery__main-image img {
  width: 100%;
}

.pdp-gallery__slider {
  margin: 8px;
}

.pdp-slider__container {
  box-sizing: border-box;
}
.pdp-slider__container.active {
  border: 1px solid #f8cb46;
}

.checkout-wrapper {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .checkout-wrapper {
    width: 982px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1260px) {
  .checkout-wrapper {
    width: 982px;
    margin-bottom: 0px;
  }
}

.checkout {
  background-color: #ffffff;
  float: left;
  font-size: 14px;
  width: 100%;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .checkout {
    width: 672px;
  }
}
@media screen and (min-width: 1260px) {
  .checkout {
    width: 672px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .checkout .login-button {
    margin-left: 10px;
    width: 100px;
  }
}
@media screen and (min-width: 1260px) {
  .checkout .login-button {
    margin-left: 10px;
    width: 100px;
  }
}
.checkout .login__body {
  background-color: #ffffff;
  padding: 0px;
}
@media screen and (max-width: 1020px) {
  .checkout .login__body {
    position: initial;
    transform: initial;
  }
}
.checkout .login-help {
  font-size: 14px;
  width: auto;
}
@media screen and (max-width: 1020px) {
  .checkout .login-help {
    margin-bottom: 10px;
  }
}
.checkout .otp {
  margin-top: 16px;
  max-width: 260px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .checkout .otp {
    max-width: initial;
  }
}
@media screen and (min-width: 1260px) {
  .checkout .otp {
    max-width: initial;
  }
}
@media screen and (max-width: 1020px) {
  .checkout .otp__input {
    margin-left: calc((48% - 88px) / 3);
  }
  .checkout .otp__input:first-child {
    margin-left: 0;
  }
}
.checkout .otp-resend {
  text-align: left;
}
.checkout .otp-resend:hover {
  text-decoration: underline;
}

.checkout-right {
  float: right;
  width: 292px;
}
.checkout-right .cart-store-promise {
  margin: 0;
  padding: 16px;
  border: solid 1px #eeeeee;
}

.checkout-right__section {
  background-color: #fbfbfb;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  color: #666666;
  font-size: 14px;
  margin-bottom: 14px;
  padding: 16px 20px;
}

.checkout-right__section--cart {
  color: #666666;
  line-height: normal;
  padding: 0;
}

.checkout-cart__box {
  color: #666666;
  font-size: 14px;
  height: 35px;
  padding: 16px 20px 0 20px;
}

.checkout-cart__title {
  font-weight: 500;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-cart__item {
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  padding: 16px 20px;
  width: 100%;
  vertical-align: middle;
  align-items: center;
}

.checkout-cart__item-count {
  padding-right: 5px;
  vertical-align: middle;
}

.checkout-cart__item-name-box {
  width: 100%;
}

.checkout-cart__item-name {
  width: 164px;
  padding-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-cart__item-promo {
  background-color: #f2fef2;
  border: 1px solid #51aa1b;
  border-radius: 3px;
  color: #51aa1b;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  margin-top: 8px;
  padding: 3px 5px 2px 5px;
}

.checkout-cart__item-unit {
  color: #999999;
  padding-top: 4px;
}

.checkout-cart__item-price {
  padding-top: 4px;
}

.checkout-cart__img-box {
  padding: 0 12px;
  width: 84px;
  height: 57px;
}

.checkout-cart__item-img {
  width: 42px;
}

.checkout-cart__item-img--loader {
  height: 41px;
  width: 41px;
}

.checkout-cart__view-more-btn {
  background-color: inherit;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 1px solid #eeeeee;
  color: #0c831f;
  padding: 13px 11px;
}
.checkout-cart__view-more-btn:hover {
  background-color: #f7f7f7;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top: 1px solid #eeeeee;
  color: #459220;
}

.payment-failure {
  margin: 0 auto;
  padding: 34px 0;
  text-align: center;
  width: calc(100% - 48px);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .payment-failure {
    margin: initial;
    padding: 34px 70px;
    width: 400px;
  }
}
@media screen and (min-width: 1260px) {
  .payment-failure {
    margin: initial;
    padding: 34px 70px;
    width: 400px;
  }
}
.payment-failure .btn {
  width: 276px;
}

.payment-failure__banner {
  width: 116px;
}

.payment-failure__title {
  font-size: 18px;
}

.payment-failure__info {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 36px;
}

.payment-btn-holder {
  border-top: 1px solid #f2f2f2;
  padding: 20px;
}

.checkout-step {
  background: #fbfbfb;
  color: #666666;
  font-size: 14px;
  padding: 16px;
  position: relative;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .checkout-step {
    padding: 26px;
  }
}
@media screen and (min-width: 1260px) {
  .checkout-step {
    padding: 26px;
  }
}

.checkout-step__name {
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .checkout-step__name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1260px) {
  .checkout-step__name {
    font-size: 18px;
  }
}

.checkout-step__body {
  display: block;
}

.checkout-step--complete {
  background: #ffffff;
  padding-bottom: 18px;
  padding-top: 18px;
  font-size: 12px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .checkout-step--complete {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1260px) {
  .checkout-step--complete {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.checkout-step--complete .checkout-step__summary {
  display: block;
}

.checkout-step__body,
.checkout-step__summary {
  color: #999999;
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 6px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .checkout-step__body,
  .checkout-step__summary {
    margin-left: 48px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1260px) {
  .checkout-step__body,
  .checkout-step__summary {
    margin-left: 48px;
    margin-right: 0;
  }
}

@media screen and (max-width: 1020px) {
  .checkout-step__body--delivery-time,
  .checkout-step__body--payment-step {
    margin: 0;
  }
}

.payment {
  margin-top: 24px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .payment {
    margin-right: 28px;
  }
}
@media screen and (min-width: 1260px) {
  .payment {
    margin-right: 28px;
  }
}
.payment .radio-element {
  vertical-align: middle !important;
}

.payment-invoice {
  border-radius: 3px;
  border: 1px solid #eeeeee;
  margin-bottom: 16px;
  padding: 22px 30px;
  position: relative;
}

.payment-invoice--with-grofers-cash {
  padding: 16px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .payment-invoice--with-grofers-cash {
    padding: 24px;
  }
}
@media screen and (min-width: 1260px) {
  .payment-invoice--with-grofers-cash {
    padding: 24px;
  }
}

.payment-invoice__row {
  margin-bottom: 12px;
  color: #666666;
}
.payment-invoice__row:last-child {
  border-top: 1px dotted #dbdbdb;
  font-weight: 500;
  margin-top: 12px;
  margin: 0;
  padding-top: 20px;
}

.payment__promo-container {
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #eeeeee;
  cursor: pointer;
  font-weight: 500;
  padding: 16px 12px;
  text-align: center;
  line-height: normal;
  position: relative;
}

.payment__promo-icon__wrapper {
  width: 10%;
  display: inline-block;
}
.payment__promo-icon__wrapper span {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.payment__promo-text__wrapper {
  width: 70%;
  text-align: left;
  display: inline-block;
}

.payment__promo-arrow {
  width: 20%;
  text-align: right;
  display: inline-block;
}
.payment__promo-arrow:after {
  content: "b";
  font-family: IconFont;
  font-style: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.grofers-cash {
  cursor: pointer;
  margin-bottom: 12px;
}

.grofers-cash--disabled {
  color: #999999;
}

.payment-promo--enabled {
  color: #0c831f;
}

.payment-promo--disabled {
  color: #999999;
}

.payment__promo-bottom-margin {
  margin-bottom: 16px;
}

.payment__promo-failure-msg {
  background-color: #fff5f5;
  color: #f34343;
  text-align: center;
  padding: 8px 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.payment__promo-applied {
  border: solid 1px #eeeeee;
  margin-bottom: 20px;
  padding: 16px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .payment__promo-applied {
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1260px) {
  .payment__promo-applied {
    padding: 16px 24px;
  }
}

.payment__promo-invalid {
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #eeeeee;
  margin-bottom: 12px;
  overflow: hidden;
  text-align: center;
}

.payment__promo-offers {
  color: #0c831f;
  cursor: pointer;
  font-weight: 500;
  padding: 16px 12px;
}

.payment__promo-info {
  display: inline-block;
  max-width: 70%;
  overflow: hidden;
  vertical-align: middle;
}

.payment__promo-info-icon:before {
  content: "N";
  font-family: IconFont;
  font-style: normal;
}
.payment__promo-info-icon {
  font-size: 20px;
  color: #999999;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

.payment__promo-applied--table {
  display: table;
  width: stretch;
}

.payment__promo-btn {
  float: right;
  font-size: 12px;
  padding: 8px 12px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .payment__promo-btn {
    width: 80px;
  }
}
@media screen and (min-width: 1260px) {
  .payment__promo-btn {
    width: 80px;
  }
}

.payment__promo-text {
  font-size: 12px;
  text-align: left;
  color: #ffffff;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .payment__promo-text {
    color: #999999;
  }
}
@media screen and (min-width: 1260px) {
  .payment__promo-text {
    color: #999999;
  }
}

.payment__promo-icon:before {
  content: "5";
  font-family: IconFont;
  font-style: normal;
}
.payment__promo-icon {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.grofers-cash .checkbox-element {
  vertical-align: top !important;
}
@media screen and (max-width: 1020px) {
  .grofers-cash .checkbox-element {
    height: 22px;
    width: 22px;
  }
}

.grofers-cash__element {
  display: inline-block;
  margin-left: 8px;
  vertical-align: top;
}

.grofers-cash__current-balance {
  color: #999999;
  font-size: 12px;
  margin-top: 8px;
}

.payment-cod {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}

.payment-cod__message {
  font-size: 14px;
  line-height: 1.6;
  margin: 16px auto 40px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .payment-cod__message {
    width: 300px;
  }
}
@media screen and (min-width: 1260px) {
  .payment-cod__message {
    width: 300px;
  }
}

.payment-cod__place-order {
  display: block;
  width: 100%;
}

.payment-cod__banner {
  margin-bottom: 14px;
  margin-top: 36px;
  width: 100px;
}

.payment-cod-separator {
  margin-top: -20px;
}

.payment-cod-separator__text {
  color: #aaaaaa;
  position: relative;
}
.payment-cod-separator__text:before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #333333;
  width: 48px;
  margin: 0 8px;
  right: 52%;
}
.payment-cod-separator__text:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #333333;
  width: 48px;
  margin: 0 8px;
  left: 52%;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .payment-cod-separator__text:before, .payment-cod-separator__text:after {
    width: 155px;
  }
}
@media screen and (min-width: 1260px) {
  .payment-cod-separator__text:before, .payment-cod-separator__text:after {
    width: 155px;
  }
}

.payment-cod-wallet-options {
  line-height: 1.6;
  margin: 20px auto;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .payment-cod-wallet-options {
    width: 300px;
  }
}
@media screen and (min-width: 1260px) {
  .payment-cod-wallet-options {
    width: 300px;
  }
}

.payment-cod-wallet-options__img {
  margin-right: 10px;
  width: 44px;
}
.payment-cod-wallet-options__img:last-child {
  margin-right: 0;
}

.payment-cards {
  height: 346px;
  overflow-y: auto;
  text-align: left;
}

.payment-cards--new-card {
  height: 360px;
}

.payment-wallets {
  height: 260px;
  overflow-y: auto;
}

.wallet-opt-list__display-name {
  display: inline-block;
  width: 60%;
}

.wallet-opt-list__offer-text {
  display: inline-block;
  width: 80%;
}

.wallet-opt-list__wallet-balance {
  color: #55ac20;
  float: right;
}

.cards-list__item--help-text {
  margin-top: -14px;
  padding: 0 0 10px 150px;
}

.cards-list__item--selected {
  background-color: #f9f9f9;
}

.payment-netbanking__banklist {
  border-bottom: 1px solid #f2f2f2;
  color: #666666;
  display: block;
  margin-bottom: 4px;
  padding: 16px 32px;
}

.delivery-addr {
  margin-top: 24px;
}

.delivery-addr__label,
.card-selection {
  cursor: pointer;
  display: block;
  padding: 16px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .delivery-addr__label,
  .card-selection {
    padding: 20px 32px;
  }
}
@media screen and (min-width: 1260px) {
  .delivery-addr__label,
  .card-selection {
    padding: 20px 32px;
  }
}

@media screen and (max-width: 1020px) {
  .card-selection {
    padding: 12px;
  }
}

.card-selection--disabled {
  cursor: default;
  opacity: 0.4;
}

.card-type,
.wallet-type__img {
  background-position-y: -8px;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-selection .card-type {
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  width: 40px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .card-selection .card-type {
    margin-left: 38px;
    margin-right: 18px;
    width: 50px;
  }
}
@media screen and (min-width: 1260px) {
  .card-selection .card-type {
    margin-left: 38px;
    margin-right: 18px;
    width: 50px;
  }
}
.card-selection .card-number {
  color: #999999;
}

.payment-wallets .wallet-type {
  height: 44px;
  margin-left: 20px;
  overflow: hidden;
  vertical-align: middle;
  width: 64px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .payment-wallets .wallet-type {
    margin-left: 38px;
  }
}
@media screen and (min-width: 1260px) {
  .payment-wallets .wallet-type {
    margin-left: 38px;
  }
}
.payment-wallets .wallet-type__img {
  display: inline-block;
  height: auto;
  margin: 0;
  max-height: 44px;
  max-width: 64px;
  width: auto;
}
.payment-wallets .card-selection__details {
  width: calc(100% - 100px);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .payment-wallets .card-selection__details {
    width: calc(100% - 118px);
  }
}
@media screen and (min-width: 1260px) {
  .payment-wallets .card-selection__details {
    width: calc(100% - 118px);
  }
}

.wallet-opt {
  padding: 16px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .wallet-opt {
    padding: 14px 32px;
  }
}
@media screen and (min-width: 1260px) {
  .wallet-opt {
    padding: 14px 32px;
  }
}

.delivery-addr__option,
.card-selection__option {
  margin-right: 30px;
}

.delivery-addr__label {
  position: relative;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  display: inline-block;
  height: 203px;
  line-height: 1.5;
  margin: 0 8px 8px 0;
  max-width: 262px;
  padding: 16px;
  text-align: left;
  width: 100%;
  vertical-align: top;
  padding: 24px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .delivery-addr__label {
    width: 262px;
  }
}
@media screen and (min-width: 1260px) {
  .delivery-addr__label {
    width: 262px;
  }
}
.delivery-addr__label:hover {
  border: 1px solid #cccccc;
}

.btn-select-address {
  margin-top: 24px;
}

.checkout-address-item {
  color: #333333;
  width: 100%;
  min-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-address-actions__edit {
  background-image: url(/6abb306332138b701df0.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  position: absolute;
  padding: 8px;
  right: 6px;
  top: 6px;
  height: 12px;
  width: 12px;
}

.addr-lines, .addr-landmark {
  color: #666666;
}

.addr-label {
  width: 90%;
  margin-bottom: 8px;
}

.card-selection__cvv {
  float: right;
  width: 32px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .card-selection__cvv {
    width: 70px;
  }
}
@media screen and (min-width: 1260px) {
  .card-selection__cvv {
    width: 70px;
  }
}

.card-number {
  box-sizing: border-box;
  width: 100%;
}

.card-type--visa {
  background-image: url(/3a1a66a7bf0fbfd26ab8.png);
}

.card-type--mastercard {
  background-image: url(/989b1a681e449677450c.png);
}

.card-type--maestro {
  background-image: url(/22eb5fa23ba3b6609751.png);
}

.card-type--amex {
  background-image: url(/faa9535d3774d52e399a.png);
}

.card-type--diners {
  background-image: url(/8bf5d7a6b4752eb3577f.png);
}

.card-type--discover {
  background-image: url(/a1ed2915fcf17eeda8dc.png);
}

.card-type--rupay {
  background-image: url(/ba6f4bc10ee998b5ef4a.png);
}

.card-selection__details {
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 1020px) {
  .card-selection__details {
    width: calc(100% - 130px);
  }
}

.card-selection__offer-text,
.card-selection__delete-btn {
  margin-left: 52px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .card-selection__offer-text,
  .card-selection__delete-btn {
    margin-left: 122px;
  }
}
@media screen and (min-width: 1260px) {
  .card-selection__offer-text,
  .card-selection__delete-btn {
    margin-left: 122px;
  }
}

.card-selection__delete-btn {
  color: #0c831f;
}

.banks-list {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 32px;
}
@media screen and (max-width: 1020px) {
  .banks-list {
    padding: 4px;
    text-align: center;
  }
}

.banks-list__item {
  border-radius: 3px;
  border: 1px solid #cccccc;
  display: inline-block;
  margin: 0 9px 9px 0;
}
@media screen and (max-width: 1020px) {
  .banks-list__item {
    margin: 0 4px 4px 0;
  }
  .banks-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

.banks-list__item--selected {
  border: 1px solid #0c831f;
}

.bank-selection {
  cursor: pointer;
  display: block;
  padding: 21px 8px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .bank-selection {
    padding: 32px 12px;
  }
}
@media screen and (min-width: 1260px) {
  .bank-selection {
    padding: 32px 12px;
  }
}

.bank-details__logo {
  height: 27px;
  margin-left: 4px;
  object-fit: contain;
  vertical-align: middle;
  width: 99px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .bank-details__logo {
    margin-left: 7px;
    width: 100px;
  }
}
@media screen and (min-width: 1260px) {
  .bank-details__logo {
    margin-left: 7px;
    width: 100px;
  }
}

.bank-details {
  margin-left: 28px;
  vertical-align: middle;
}

.new-card {
  box-sizing: border-box;
  font-size: 14px;
  margin: 0 auto;
  padding: 15px 0;
  width: calc(100% - 48px);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .new-card {
    padding: 32px 66px;
    width: 539px;
  }
}
@media screen and (min-width: 1260px) {
  .new-card {
    padding: 32px 66px;
    width: 539px;
  }
}
.new-card .card-type {
  height: 22px;
  position: absolute;
  right: 8px;
  top: 31px;
  width: 36px;
}
.new-card .input--validation-error {
  border: 1px solid #f34343;
}

.new-card-head {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 42px;
  text-align: center;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .new-card-head {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1260px) {
  .new-card-head {
    margin-top: 30px;
  }
}

.new-card__cvv {
  float: right;
}
.new-card__cvv .input {
  width: 60px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .new-card__cvv .input {
    width: 104px;
  }
}
@media screen and (min-width: 1260px) {
  .new-card__cvv .input {
    width: 104px;
  }
}

.new-card__expiry .input {
  width: 40px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .new-card__expiry .input {
    width: 104px;
  }
}
@media screen and (min-width: 1260px) {
  .new-card__expiry .input {
    width: 104px;
  }
}

.new-card__cardno {
  margin-bottom: 16px;
}

.bank-offer__modal {
  background-color: #ffffff;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .bank-offer__modal {
    border-radius: 3px;
    width: 535px;
  }
}
@media screen and (min-width: 1260px) {
  .bank-offer__modal {
    border-radius: 3px;
    width: 535px;
  }
}

.bank-offer__header {
  padding: 20px 16px;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .bank-offer__header {
    border-radius: 3px;
  }
}
@media screen and (min-width: 1260px) {
  .bank-offer__header {
    border-radius: 3px;
  }
}

.bank-offer__img {
  display: table-cell;
  height: 48px;
  padding-right: 16px;
  vertical-align: middle;
  width: 48px;
}

@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .bank-offer__header--padding {
    padding: 36px 66px 0 66px;
  }
}
@media screen and (min-width: 1260px) {
  .bank-offer__header--padding {
    padding: 36px 66px 0 66px;
  }
}

.bank-offer__validations {
  margin-top: 12px;
  margin-bottom: 24px;
}

.bank-offer__check {
  margin-right: 4px;
}
.bank-offer__check:before {
  content: "L";
  font-family: IconFont;
  font-style: normal;
  color: #51aa1b;
  vertical-align: middle;
}

.bank-offer__error {
  margin-right: 4px;
}
.bank-offer__error:before {
  content: "N";
  font-family: IconFont;
  font-style: normal;
  color: #f34343;
  vertical-align: middle;
}

.card-element__prev {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.card-element__prev:before {
  content: "a";
  font-family: IconFont;
  font-style: normal;
  vertical-align: middle;
  color: #0c831f;
  font-size: 24px;
}

.new-card__save {
  margin: 30px 0;
}
.new-card__save .perfectly-secure {
  color: #999999;
  font-size: 12px;
  margin-left: 26px;
  margin-top: 4px;
}

.payment-form {
  padding: 20px;
}

.add-new-card {
  border-bottom: 1px solid #f2f2f2;
  color: #0c831f;
  display: block;
  padding: 20px 44px;
  position: relative;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .add-new-card {
    padding: 20px 64px;
  }
}
@media screen and (min-width: 1260px) {
  .add-new-card {
    padding: 20px 64px;
  }
}
.add-new-card:before {
  content: "h";
  font-family: IconFont;
  font-style: normal;
  font-size: 24px;
  left: 12px;
  position: absolute;
  top: 16px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .add-new-card:before {
    left: 30px;
  }
}
@media screen and (min-width: 1260px) {
  .add-new-card:before {
    left: 30px;
  }
}
.add-new-card:after {
  content: "b";
  font-family: IconFont;
  font-style: normal;
  position: absolute;
  right: 12px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .add-new-card:after {
    right: 30px;
  }
}
@media screen and (min-width: 1260px) {
  .add-new-card:after {
    right: 30px;
  }
}

.invoice__row {
  margin-bottom: 10px;
}

.checkout-wrapper .cart-promo-msg {
  margin-left: 0;
}
.checkout-wrapper .promo-main-msg, .checkout-wrapper .promo-descriptive-msg {
  line-height: 1.7;
  margin-left: 20px;
}
.checkout-wrapper .promo-descriptive-msg {
  line-height: normal;
  margin-top: 4px;
  width: auto;
}

.invoice__row--payable {
  border-top: 1px dashed #eeeeee;
  color: #333333;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
  padding-top: 16px;
}
.invoice__row--payable .tax-label {
  color: #999999;
  display: block;
  font-size: 12px;
  font-weight: 200;
  padding-top: 5px;
}

.new-delivery-address-btn {
  color: #f8cb46;
  display: inline-block;
  margin-top: 24px;
}
.new-delivery-address-btn:before {
  content: "d";
  font-family: IconFont;
  font-style: normal;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.new-delivery-address {
  margin: 32px auto 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .new-delivery-address {
    width: auto;
    margin: 32px 0 0 0;
  }
}
@media screen and (min-width: 1260px) {
  .new-delivery-address {
    width: auto;
    margin: 32px 0 0 0;
  }
}
.new-delivery-address .input {
  margin-top: 4px;
}
.new-delivery-address .input--validation-error {
  border: 1px solid #f34343;
}
.new-delivery-address .input[type=text] {
  width: calc(100% - 24px);
}
.new-delivery-address .validation-error {
  color: #f34343;
  margin-top: 4px;
}

.new-delivery-address-modal__heading {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: center;
}

.new-delivery-address-modal__sub-heading {
  color: #999999;
  font-size: 12px;
  text-align: center;
}

.new-delivery-address__label {
  font-size: 12px;
}

.new-delivery-address__btn {
  margin-left: 16px;
  margin-top: 24px;
  width: 120px;
}
@media screen and (max-width: 1020px) {
  .new-delivery-address__btn {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}

.map-location-footer__form-sub {
  margin: 0 24px;
}

.banks-list-dropdown .Select-placeholder {
  color: #333333;
}
.banks-list-dropdown .Select-option.is-focused, .banks-list-dropdown .Select-option.is-selected {
  background-color: #f8f8f8;
}
.banks-list-dropdown.is-focused:not(.is-open) > .Select-control {
  border-color: #cccccc;
  box-shadow: none;
}

.banks-list-dropdown.is-open .Select-placeholder {
  color: #cccccc;
}

.download-app__img {
  width: 106px;
}
@media screen and (max-width: 1020px) {
  .download-app__img {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
  }
}

.upi__verify-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #0c831f;
  background-color: white;
  padding: 5px;
  border: 0;
  font-weight: 500;
  cursor: pointer;
}

.upi__verified-check {
  color: #51aa1b;
}
.upi__verified-check:before {
  content: "H";
  font-family: IconFont;
  font-style: normal;
  background-color: #51aa1b;
  border-radius: 100%;
  color: #ffffff;
  font-size: 10px;
  padding: 2px;
  margin-right: 4px;
}

.upi__verified-cross:before {
  content: "j";
  font-family: IconFont;
  font-style: normal;
  background-color: #f34343;
  border-radius: 100%;
  color: #ffffff;
  font-size: 10px;
  margin-right: 4px;
  padding: 2px;
}

iframe {
  width: 1px;
  min-width: 100%;
}

.error-wrapper {
  height: 80vh;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .error-wrapper {
    height: auto;
    padding: 120px 0;
    width: 840px;
  }
}
@media screen and (min-width: 1260px) {
  .error-wrapper {
    height: auto;
    padding: 120px 0;
    width: 840px;
  }
}

.error-section__left {
  display: inline-block;
  padding-right: 60px;
}
.error-section__left .error--img {
  width: 310px;
}

.error-section__right {
  display: inline-block;
  padding: 0 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .error-section__right {
    padding: 0;
  }
}
@media screen and (min-width: 1260px) {
  .error-section__right {
    padding: 0;
  }
}

.error-details__heading {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.error-details__line-1 {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 10px 0 20px 0;
}

.error-details__line-2 {
  color: #888888;
  font-size: 14px;
  /*line-height: 3.5;*/
  margin-bottom: 20px;
  margin-top: 20px;
}

.error-details__redirecting {
  color: #888888;
  font-size: 14px;
  margin-bottom: 20px;
}

.error-details__link {
  color: #0c831f;
  display: block;
  font-size: 12px;
  line-height: 2;
}

.my-profile_rn {
  margin: auto;
  position: relative;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .my-profile_rn {
    padding-top: calc(86px + 20px) 0 0;
    width: 994px;
  }
}
@media screen and (min-width: 1260px) {
  .my-profile_rn {
    padding-top: calc(86px + 20px) 0 0;
    width: 994px;
  }
}

.my-profile__wrapper_rn {
  overflow: hidden;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .my-profile__wrapper_rn {
    padding: 0;
    background-color: #ffffff;
    margin-top: 24px;
    margin-bottom: 24px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1260px) {
  .my-profile__wrapper_rn {
    padding: 0;
    background-color: #ffffff;
    margin-top: 24px;
    margin-bottom: 24px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
}

.my-profile__left {
  float: left;
  min-height: 567px;
  vertical-align: top;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .my-profile__left {
    width: 200px;
  }
}
@media screen and (min-width: 1260px) {
  .my-profile__left {
    width: 258px;
  }
}

.my-profile__right_rn {
  float: left;
  vertical-align: top;
  position: relative;
  width: 100%;
  min-height: 567px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .my-profile__right_rn {
    width: calc(100% - 260px);
    border-left: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 1260px) {
  .my-profile__right_rn {
    width: calc(100% - 260px);
    border-left: 1px solid #eeeeee;
  }
}

.card {
  background-color: #ffffff;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .card {
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(200, 200, 200, 0.5);
  }
}
@media screen and (min-width: 1260px) {
  .card {
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(200, 200, 200, 0.5);
  }
}

.card_rn {
  overflow: auto;
}

.profile-nav {
  color: #666666;
}

.profile-nav__details-block {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}
.profile-nav__details-block .account-profile__img {
  height: 90px;
  width: 90px;
}
.profile-nav__details-block .account-profile__name {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
}
.profile-nav__details-block .account-profile__phone {
  font-size: 12px;
  padding-top: 10px;
}

.profile-nav__list {
  line-height: 53px;
  list-style: none;
}

.profile-nav__list-item {
  border-top: 1px solid #eeeeee;
  cursor: pointer;
  font-size: 14px;
  display: list-item;
}
.profile-nav__list-item .item-text {
  padding: 0 20px;
}
.profile-nav__list-item .item-text:before {
  font-size: 20px;
  padding-right: 10px;
  vertical-align: bottom;
}
.profile-nav__list-item:hover, .profile-nav__list-item.active {
  background-color: #f9f9f9;
  color: #333333;
}
.profile-nav__list-item .my-address:before {
  content: "B";
  font-family: IconFont;
  font-style: normal;
}
.profile-nav__list-item .my-orders:before {
  content: "q";
  font-family: IconFont;
  font-style: normal;
}
.profile-nav__list-item .my-gr-cash:before {
  content: "W";
  font-family: IconFont;
  font-style: normal;
}
.profile-nav__list-item .login-logout-box:before {
  content: "K";
  font-family: IconFont;
  font-style: normal;
}

.profile-nav__list-item:first-child {
  border-top: 0px;
}

.profile-nav__list-item:last-child {
  border-bottom: 1px solid #eeeeee;
}

.my-carts__load-more {
  margin: 30px 0;
  position: relative;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .my-carts__load-more {
    margin: 40px 30px;
  }
}
@media screen and (min-width: 1260px) {
  .my-carts__load-more {
    margin: 40px 30px;
  }
}
.my-carts__load-more .btn {
  height: 46px;
  color: #0c831f;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #eeeeee;
}
.my-carts__load-more .btn:hover {
  background-color: #f9f9f9;
}

.my-order-details {
  box-shadow: none;
  font-size: 10px;
  min-height: 567px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .my-order-details {
    box-shadow: 0 2px 2px 0 rgba(200, 200, 200, 0.5);
  }
}
@media screen and (min-width: 1260px) {
  .my-order-details {
    box-shadow: 0 2px 2px 0 rgba(200, 200, 200, 0.5);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.user-wallet {
  background-color: #f9f9f9;
  color: #333333;
  padding: 20px 16px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .user-wallet {
    border-radius: 3px;
    border: 1px solid #eeeeee;
    margin: 16px 16px 40px;
    padding: 16px;
  }
}
@media screen and (min-width: 1260px) {
  .user-wallet {
    border-radius: 3px;
    border: 1px solid #eeeeee;
    margin: 16px 16px 40px;
    padding: 16px;
  }
}

.user-wallet__balance {
  color: #666666;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  padding: 12px 0 16px;
  text-align: center;
}

.user-wallet__amount {
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  margin-top: 4px;
}

.wallet-card {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  display: flex;
  flex: 1;
  padding: 12px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .wallet-card:first-child {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1260px) {
  .wallet-card:first-child {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1020px) {
  .wallet-card:first-child {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1020px) {
  .wallet-card {
    padding: 20px;
  }
}

.wallet-card__img {
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

.wallet-card__img-src {
  border-radius: 10%;
  height: 100%;
  width: 100%;
}

.wallet-card__info {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.wallet-card__main {
  color: #333333;
  display: flex;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1020px) {
  .wallet-card__main {
    font-size: 16px;
  }
}

.wallet-card__title {
  flex: 1;
  margin-right: 4px;
}

.wallet-card__amount {
  align-self: flex-end;
}

.wallet-card__sub-title {
  color: #888888;
  flex: 1;
  font-size: 12px;
  margin-top: 4px;
}

.wallet-card__link {
  color: #f8cb46;
  cursor: pointer;
  margin-top: 8px;
}
.wallet-card__link:after {
  content: "b";
  font-family: IconFont;
  font-style: normal;
  padding-left: 5px;
  position: absolute;
}

@media screen and (max-width: 1020px) {
  .wallet-transactions {
    background-color: #eeeeee;
    padding: 16px;
  }
}

.wallet-transactions__box-wrapper {
  margin-left: 5px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .wallet-transactions__box-wrapper {
    margin: 0;
  }
}
@media screen and (min-width: 1260px) {
  .wallet-transactions__box-wrapper {
    margin: 0;
  }
}

.wallet-transactions__circle {
  background: #ffffff;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 11px;
  position: absolute;
  width: 11px;
}

.wallet-transactions__box {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  margin: 0 0 0 20px;
  max-width: 411px;
  position: relative;
  top: 22px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .wallet-transactions__box {
    margin: 0 30px;
  }
}
@media screen and (min-width: 1260px) {
  .wallet-transactions__box {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1020px) {
  .wallet-transactions__box {
    border-color: #dbdbdb;
  }
}

.wallet-transactions__box-header {
  display: flex;
  font-size: 16px;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 1020px) {
  .wallet-transactions__box-header {
    padding: 16px 16px 8px;
  }
}

.wallet-transactions__amount--debit {
  color: #e73838;
}
.wallet-transactions__amount--credit {
  color: #54b226;
}

.wallet-transactions__box-body {
  align-items: center;
  display: flex;
  padding: 0 28px 24px;
}
@media screen and (max-width: 1020px) {
  .wallet-transactions__box-body {
    padding: 0 16px 24px;
  }
}

.wallet-transactions__wallet-img {
  height: 20px;
  margin-right: 4px;
  width: 20px;
}

.wallet-transactions__wallet-type {
  color: #888888;
  font-size: 14px;
}

.wallet-transactions__box-footer {
  background-color: #fcfcfc;
  border-top: 1px solid #ededed;
  color: #666666;
  font-size: 12px;
  padding: 8px 28px;
}
@media screen and (max-width: 1020px) {
  .wallet-transactions__box-footer {
    background-color: #fdfbf5;
    padding: 8px 12px;
  }
}

.wallet-transactions__align-middle {
  display: inline-block;
  margin-left: -4px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

.wallet-transactions__align-middle:first-child {
  border-right: 1px solid #eeeeee;
}

.wallet-transactions__text-dark {
  font-weight: 500;
}

.wallet-transactions__text {
  color: #666666;
  margin-bottom: 8px;
}

.wallet-transactions__time {
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: -20px;
}

.wallet-transactions__left {
  border-left: 1px solid #cccccc;
}
.wallet-transactions__left .wallet-transactions__circle {
  border-color: #f34343;
  left: -9px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .wallet-transactions__left .wallet-transactions__circle {
    left: inherit;
    right: -9px;
  }
}
@media screen and (min-width: 1260px) {
  .wallet-transactions__left .wallet-transactions__circle {
    left: inherit;
    right: -9px;
  }
}
.wallet-transactions__left .wallet-transactions__time {
  left: 0;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .wallet-transactions__left .wallet-transactions__time {
    left: inherit;
    right: 0;
  }
}
@media screen and (min-width: 1260px) {
  .wallet-transactions__left .wallet-transactions__time {
    left: inherit;
    right: 0;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .wallet-transactions__left {
    border-left: 0;
    border-right: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 1260px) {
  .wallet-transactions__left {
    border-left: 0;
    border-right: 1px solid #eeeeee;
  }
}

.wallet-transactions__right {
  border-left: 1px solid #cccccc;
}
.wallet-transactions__right .wallet-transactions__time {
  left: 0;
}
.wallet-transactions__right .wallet-transactions__circle {
  border-color: #51aa1b;
  left: -9px;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .wallet-transactions__right {
    border-left: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 1260px) {
  .wallet-transactions__right {
    border-left: 1px solid #eeeeee;
  }
}

.my-addresses {
  padding: 12px;
}
.my-addresses .icon-add:before {
  font-size: 20px;
  margin-right: 16px;
  vertical-align: middle;
}

.my-addresses__new-address-btn {
  border: none;
  font-size: 13px;
  padding: 16px 20px;
  text-align: left;
  width: 100%;
  color: #0c831f;
}
.my-addresses__new-address-btn:hover {
  background-color: #f9f9f9;
  color: #0c831f;
}

.delete-address {
  font-size: 14px;
}

.delete-address__btn {
  margin: 16px 16px 0;
  padding: 13px 38px;
}

.no-address {
  margin: 0 auto;
  padding-top: 82px;
  text-align: center;
}

.no-address__heading {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.no-address__sub-heading {
  color: #999999;
  font-size: 14px;
  margin-bottom: 30px;
}

.address-item-container {
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  padding: 18px 0px;
  position: relative;
}

.address-item-icon:before {
  color: #333333;
  font-size: 20px;
  left: 5px;
  position: absolute;
  top: 20px;
}

.address-item {
  font-size: 14px;
  max-width: 520px;
  word-wrap: break-word;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .address-item {
    max-width: 580px;
  }
}

.address-item__label {
  color: #333333;
  font-weight: 500;
  line-height: normal;
  margin-left: 36px;
}

.address-item__value {
  color: #666666;
  line-height: normal;
  margin-left: 36px;
  margin-top: 8px;
}

.address-item-actions {
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  margin-top: 20px;
  text-align: right;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .address-item-actions {
    display: inline-block;
    float: right;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1260px) {
  .address-item-actions {
    display: inline-block;
    float: right;
    margin-top: 32px;
  }
}

.address-item-actions__edit {
  color: #0c831f;
  margin-right: 30px;
}
.address-item-actions__edit:hover {
  text-decoration: underline;
}

.address-item-actions__delete {
  color: #0c831f;
}
.address-item-actions__delete:hover {
  text-decoration: underline;
}

.rn-page {
  overflow: hidden auto;
  background-color: #ffffff;
  height: 100vh;
}
@media screen and (min-width: 1020px) and (max-width: 1260px) {
  .rn-page {
    height: calc(100vh - 86px);
  }
}
@media screen and (min-width: 1260px) {
  .rn-page {
    height: calc(100vh - 86px);
  }
}
.rn-page {
  position: relative;
}
.rn-page .profile {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.back-btn {
  background-color: #ffffff;
  height: 58px;
  display: flex;
  position: relative;
  align-items: center;
  z-index: 2;
}
.back-btn__container {
  width: 60px;
  padding: 0px 4px;
  padding-top: 4px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.back-btn__icon {
  bottom: 0;
}

.ss-input-container {
  border-radius: 12px;
  border: 0.5px solid #b8b8b8;
  background: #fff;
  opacity: 80%;
  width: 100%;
  padding: 14px;
  color: #1f1f1f;
  font-family: Okra;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  display: flex;
}

.ss-label {
  color: #FFFFFF;
  font-family: Okra;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ss-overide-input {
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  color: #1f1f1f;
  font-family: Okra;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  caret-color: #318616;
  display: flex;
  flex: 1;
  position: relative;
}
.ss-overide-input::placeholder {
  color: #9c9c9c;
  font-family: Okra;
  font-size: 15px;
  font-weight: 400;
}

.ss-overide-ios-input {
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  color: #1f1f1f;
  font-family: Okra;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  caret-color: #318616;
  display: flex;
  flex: 1;
  position: relative;
}
.ss-overide-ios-input::placeholder {
  color: #9c9c9c;
  font-family: Okra;
  font-size: 15px;
  font-weight: 400;
}

.ss-overide-ios-input::before {
  font-family: CustomFont;
  content: ".";
  position: absolute;
  right: 0px;
  transform: rotate(90deg);
}

input::-webkit-date-and-time-value {
  text-align: left;
}

.gmnoprint a,
.gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

#crystalMap a div img {
  top: -30px !important;
}

body {
  background-color: white;
  -webkit-tap-highlight-color: transparent;
}

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